|
|
|
1 | 2024-12-21T02:24:57.559Z | job assigned to worker 01JFKGEM0BTRA6Z3T7K43RVT21 [factory aws, i-079c2189178bdfb3b] (queued for 59 s) |
|
2 | 2024-12-21T02:25:05.668Z | starting task 0: "setup" |
3 | 2024-12-21T02:25:05.680Z | ++ uname -s |
4 | 2024-12-21T02:25:05.682Z | + kern=SunOS |
5 | 2024-12-21T02:25:05.682Z | + case "$kern" in |
6 | 2024-12-21T02:25:05.682Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:25:05.685Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:25:07.692Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:25:07.798Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:25:07.800Z | + home_fs=zfs |
11 | 2024-12-21T02:25:07.800Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:25:07.800Z | + mkdir -p /home/build |
13 | 2024-12-21T02:25:07.803Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:25:09.805Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:25:09.808Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-12-21T02:25:09.813Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:25:09.821Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:25:09.821Z | ' 1.81.0 |
19 | 2024-12-21T02:25:09.821Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:25:09.821Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T02:25:09.821Z | ' default |
22 | 2024-12-21T02:25:09.821Z | * toolchain profile = "default" |
23 | 2024-12-21T02:25:09.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:25:09.823Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:25:09.938Z | info: downloading installer |
26 | 2024-12-21T02:25:11.278Z | info: profile set to 'default' |
27 | 2024-12-21T02:25:11.278Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:25:11.281Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:25:11.415Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:25:11.415Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:25:12.116Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:25:12.378Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:25:13.353Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:25:14.862Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:25:20.289Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:25:20.496Z | info: installing component 'cargo' |
37 | 2024-12-21T02:25:21.282Z | info: installing component 'clippy' |
38 | 2024-12-21T02:25:21.637Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:25:23.247Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:25:24.957Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:30.625Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:30.946Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:30.946Z | |
44 | 2024-12-21T02:25:31.311Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:31.311Z | |
46 | 2024-12-21T02:25:31.314Z | |
47 | 2024-12-21T02:25:31.314Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:31.314Z | |
49 | 2024-12-21T02:25:31.314Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:31.314Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:31.314Z | |
52 | 2024-12-21T02:25:31.314Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:31.314Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:31.314Z | |
55 | 2024-12-21T02:25:31.314Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:31.314Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:31.314Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:31.385Z | + rustc --version |
59 | 2024-12-21T02:25:31.452Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:31.454Z | process exited: duration 21636 ms, exit code 0 |
|
61 | 2024-12-21T02:25:31.460Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:31.482Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T02:25:31.487Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:31.492Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:31.495Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:31.535Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:38.936Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:38.936Z | + git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
69 | 2024-12-21T02:25:39.308Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:39.309Z | * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD |
71 | 2024-12-21T02:25:39.319Z | + [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
72 | 2024-12-21T02:25:39.322Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:39.325Z | + current=main |
74 | 2024-12-21T02:25:39.325Z | + [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
75 | 2024-12-21T02:25:39.325Z | + git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
76 | 2024-12-21T02:25:39.329Z | + git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets |
77 | 2024-12-21T02:25:39.503Z | Switched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets' |
78 | 2024-12-21T02:25:39.506Z | + git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
79 | 2024-12-21T02:25:39.523Z | HEAD is now at ec6f3678b rebase |
80 | 2024-12-21T02:25:39.525Z | process exited: duration 8035 ms, exit code 0 |
|
81 | 2024-12-21T02:25:39.531Z | starting task 4: "build" |
82 | 2024-12-21T02:25:39.537Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:39.540Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:39.540Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:39.540Z | + cargo --version |
86 | 2024-12-21T02:25:39.594Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:39.597Z | + rustc --version |
88 | 2024-12-21T02:25:39.656Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:39.659Z | + cargo tree --locked |
90 | 2024-12-21T02:25:39.910Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-21T02:25:40.167Z | Updating crates.io index |
92 | 2024-12-21T02:25:40.170Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-21T02:25:40.817Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-21T02:25:41.080Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-21T02:25:41.303Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-21T02:25:41.564Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-21T02:25:42.535Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-21T02:25:44.031Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-21T02:25:44.674Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-21T02:25:45.420Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-21T02:25:45.692Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-21T02:25:46.016Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-21T02:25:46.727Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-21T02:25:46.915Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-21T02:25:47.237Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-21T02:25:47.545Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-21T02:25:47.827Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-21T02:25:48.096Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-21T02:25:48.397Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-21T02:25:48.771Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-21T02:25:49.068Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-21T02:25:49.374Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-21T02:25:49.857Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-21T02:25:50.179Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-21T02:25:50.642Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-21T02:25:51.171Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-21T02:25:51.455Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-21T02:25:51.763Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-21T02:25:52.056Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-21T02:25:53.397Z | Downloading crates ... |
121 | 2024-12-21T02:25:53.513Z | Downloaded errno v0.3.9 |
122 | 2024-12-21T02:25:53.515Z | Downloaded futures-task v0.3.31 |
123 | 2024-12-21T02:25:53.518Z | Downloaded futures-sink v0.3.31 |
124 | 2024-12-21T02:25:53.518Z | Downloaded flagset v0.4.6 |
125 | 2024-12-21T02:25:53.520Z | Downloaded event-listener v2.5.3 |
126 | 2024-12-21T02:25:53.522Z | Downloaded ciborium v0.2.2 |
127 | 2024-12-21T02:25:53.525Z | Downloaded foreign-types-shared v0.3.1 |
128 | 2024-12-21T02:25:53.525Z | Downloaded cfg_aliases v0.2.1 |
129 | 2024-12-21T02:25:53.528Z | Downloaded atomicwrites v0.4.4 |
130 | 2024-12-21T02:25:53.528Z | Downloaded cfg_aliases v0.1.1 |
131 | 2024-12-21T02:25:53.528Z | Downloaded adler2 v2.0.0 |
132 | 2024-12-21T02:25:53.531Z | Downloaded foreign-types-shared v0.1.1 |
133 | 2024-12-21T02:25:53.533Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-21T02:25:53.533Z | Downloaded aead v0.5.2 |
135 | 2024-12-21T02:25:53.535Z | Downloaded anstyle-parse v0.2.5 |
136 | 2024-12-21T02:25:53.538Z | Downloaded http-range v0.1.5 |
137 | 2024-12-21T02:25:53.541Z | Downloaded headers-core v0.3.0 |
138 | 2024-12-21T02:25:53.544Z | Downloaded atty v0.2.14 |
139 | 2024-12-21T02:25:53.547Z | Downloaded hubpack_derive v0.1.1 |
140 | 2024-12-21T02:25:53.547Z | Downloaded guppy-workspace-hack v0.1.0 |
141 | 2024-12-21T02:25:53.550Z | Downloaded async-stream-impl v0.3.6 |
142 | 2024-12-21T02:25:53.550Z | Downloaded byteorder v1.5.0 |
143 | 2024-12-21T02:25:53.553Z | Downloaded http-body v1.0.1 |
144 | 2024-12-21T02:25:53.553Z | Downloaded escape8259 v0.5.3 |
145 | 2024-12-21T02:25:53.556Z | Downloaded anstyle-query v1.1.1 |
146 | 2024-12-21T02:25:53.556Z | Downloaded bb8 v0.8.5 |
147 | 2024-12-21T02:25:53.558Z | Downloaded cassowary v0.3.0 |
148 | 2024-12-21T02:25:53.558Z | Downloaded fxhash v0.2.1 |
149 | 2024-12-21T02:25:53.561Z | Downloaded cargo_metadata v0.18.1 |
150 | 2024-12-21T02:25:53.561Z | Downloaded block-buffer v0.10.4 |
151 | 2024-12-21T02:25:53.564Z | Downloaded async-global-executor v2.4.1 |
152 | 2024-12-21T02:25:53.564Z | Downloaded cargo-platform v0.1.8 |
153 | 2024-12-21T02:25:53.568Z | Downloaded float-ord v0.3.2 |
154 | 2024-12-21T02:25:53.568Z | Downloaded buf-list v1.0.3 |
155 | 2024-12-21T02:25:53.570Z | Downloaded futures-io v0.3.31 |
156 | 2024-12-21T02:25:53.570Z | Downloaded form_urlencoded v1.2.1 |
157 | 2024-12-21T02:25:53.572Z | Downloaded chacha20 v0.9.1 |
158 | 2024-12-21T02:25:53.575Z | Downloaded home v0.5.9 |
159 | 2024-12-21T02:25:53.575Z | Downloaded hash32 v0.2.1 |
160 | 2024-12-21T02:25:53.575Z | Downloaded num-conv v0.1.0 |
161 | 2024-12-21T02:25:53.578Z | Downloaded hubpack v0.1.2 |
162 | 2024-12-21T02:25:53.578Z | Downloaded autocfg v1.4.0 |
163 | 2024-12-21T02:25:53.581Z | Downloaded hostname v0.4.0 |
164 | 2024-12-21T02:25:53.583Z | Downloaded heck v0.5.0 |
165 | 2024-12-21T02:25:53.583Z | Downloaded http-body-util v0.1.2 |
166 | 2024-12-21T02:25:53.587Z | Downloaded hash32 v0.3.1 |
167 | 2024-12-21T02:25:53.587Z | Downloaded cfg-if v1.0.0 |
168 | 2024-12-21T02:25:53.589Z | Downloaded group v0.13.0 |
169 | 2024-12-21T02:25:53.589Z | Downloaded addr2line v0.24.2 |
170 | 2024-12-21T02:25:53.592Z | Downloaded humantime v2.1.0 |
171 | 2024-12-21T02:25:53.594Z | Downloaded block-padding v0.3.3 |
172 | 2024-12-21T02:25:53.595Z | Downloaded httpdate v1.0.3 |
173 | 2024-12-21T02:25:53.597Z | Downloaded assert-json-diff v2.0.2 |
174 | 2024-12-21T02:25:53.597Z | Downloaded fallible-iterator v0.3.0 |
175 | 2024-12-21T02:25:53.599Z | Downloaded bitflags v1.3.2 |
176 | 2024-12-21T02:25:53.604Z | Downloaded hostname v0.3.1 |
177 | 2024-12-21T02:25:53.606Z | Downloaded fragile v2.0.0 |
178 | 2024-12-21T02:25:53.606Z | Downloaded generic-array v0.14.7 |
179 | 2024-12-21T02:25:53.610Z | Downloaded futures-core v0.3.31 |
180 | 2024-12-21T02:25:53.610Z | Downloaded cexpr v0.6.0 |
181 | 2024-12-21T02:25:53.612Z | Downloaded ghash v0.5.1 |
182 | 2024-12-21T02:25:53.612Z | Downloaded heck v0.4.1 |
183 | 2024-12-21T02:25:53.615Z | Downloaded async-trait v0.1.83 |
184 | 2024-12-21T02:25:53.618Z | Downloaded highway v1.2.0 |
185 | 2024-12-21T02:25:53.620Z | Downloaded pathdiff v0.2.2 |
186 | 2024-12-21T02:25:53.620Z | Downloaded futures-lite v2.3.0 |
187 | 2024-12-21T02:25:53.622Z | Downloaded futures-channel v0.3.31 |
188 | 2024-12-21T02:25:53.625Z | Downloaded cancel-safe-futures v0.1.5 |
189 | 2024-12-21T02:25:53.628Z | Downloaded argon2 v0.5.3 |
190 | 2024-12-21T02:25:53.631Z | Downloaded async-bb8-diesel v0.2.1 |
191 | 2024-12-21T02:25:53.633Z | Downloaded ahash v0.8.11 |
192 | 2024-12-21T02:25:53.635Z | Downloaded hyper-rustls v0.27.3 |
193 | 2024-12-21T02:25:53.638Z | Downloaded progenitor-client v0.8.0 |
194 | 2024-12-21T02:25:53.638Z | Downloaded httparse v1.9.5 |
195 | 2024-12-21T02:25:53.641Z | Downloaded getrandom v0.2.15 |
196 | 2024-12-21T02:25:53.643Z | Downloaded async-task v4.7.1 |
197 | 2024-12-21T02:25:53.646Z | Downloaded httptest v0.16.1 |
198 | 2024-12-21T02:25:53.649Z | Downloaded hickory-client v0.24.1 |
199 | 2024-12-21T02:25:53.652Z | Downloaded termtree v0.4.1 |
200 | 2024-12-21T02:25:53.654Z | Downloaded target-triple v0.1.3 |
201 | 2024-12-21T02:25:53.654Z | Downloaded parse-display v0.10.0 |
202 | 2024-12-21T02:25:53.657Z | Downloaded async-io v2.3.4 |
203 | 2024-12-21T02:25:53.660Z | Downloaded blake2 v0.10.6 |
204 | 2024-12-21T02:25:53.662Z | Downloaded camino v1.1.9 |
205 | 2024-12-21T02:25:53.665Z | Downloaded hashlink v0.9.1 |
206 | 2024-12-21T02:25:53.665Z | Downloaded futures-timer v3.0.3 |
207 | 2024-12-21T02:25:53.668Z | Downloaded camino-tempfile v1.1.1 |
208 | 2024-12-21T02:25:53.670Z | Downloaded pbkdf2 v0.11.0 |
209 | 2024-12-21T02:25:53.671Z | Downloaded pin-project-internal v1.1.6 |
210 | 2024-12-21T02:25:53.673Z | Downloaded bitfield-struct v0.6.2 |
211 | 2024-12-21T02:25:53.676Z | Downloaded plotters-backend v0.3.7 |
212 | 2024-12-21T02:25:53.676Z | Downloaded zone_cfg_derive v0.1.2 |
213 | 2024-12-21T02:25:53.676Z | Downloaded vte_generate_state_changes v0.1.2 |
214 | 2024-12-21T02:25:53.679Z | Downloaded usdt-attr-macro v0.5.0 |
215 | 2024-12-21T02:25:53.679Z | Downloaded half v2.4.1 |
216 | 2024-12-21T02:25:53.682Z | Downloaded usdt-macro v0.5.0 |
217 | 2024-12-21T02:25:53.682Z | Downloaded allocator-api2 v0.2.18 |
218 | 2024-12-21T02:25:53.685Z | Downloaded rtoolbox v0.0.2 |
219 | 2024-12-21T02:25:53.687Z | Downloaded rand_core v0.6.4 |
220 | 2024-12-21T02:25:53.689Z | Downloaded doc-comment v0.3.3 |
221 | 2024-12-21T02:25:53.689Z | Downloaded darling_macro v0.20.10 |
222 | 2024-12-21T02:25:53.692Z | Downloaded once_cell v1.20.2 |
223 | 2024-12-21T02:25:53.692Z | Downloaded endian-type v0.1.2 |
224 | 2024-12-21T02:25:53.695Z | Downloaded globset v0.4.15 |
225 | 2024-12-21T02:25:53.695Z | Downloaded flume v0.11.1 |
226 | 2024-12-21T02:25:53.698Z | Downloaded rustc-hash v1.1.0 |
227 | 2024-12-21T02:25:53.700Z | Downloaded rustls-pemfile v1.0.4 |
228 | 2024-12-21T02:25:53.703Z | Downloaded fatfs v0.3.6 |
229 | 2024-12-21T02:25:53.706Z | Downloaded downcast v0.11.0 |
230 | 2024-12-21T02:25:53.709Z | Downloaded anyhow v1.0.93 |
231 | 2024-12-21T02:25:53.712Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2024-12-21T02:25:53.712Z | Downloaded serde_spanned v0.6.8 |
233 | 2024-12-21T02:25:53.715Z | Downloaded serde_repr v0.1.19 |
234 | 2024-12-21T02:25:53.715Z | Downloaded serde_regex v1.1.0 |
235 | 2024-12-21T02:25:53.717Z | Downloaded serde_plain v1.0.2 |
236 | 2024-12-21T02:25:53.718Z | Downloaded bitflags v2.6.0 |
237 | 2024-12-21T02:25:53.721Z | Downloaded smawk v0.3.2 |
238 | 2024-12-21T02:25:53.723Z | Downloaded pin-project-lite v0.2.14 |
239 | 2024-12-21T02:25:53.727Z | Downloaded thiserror v1.0.69 |
240 | 2024-12-21T02:25:53.732Z | Downloaded match_cfg v0.1.0 |
241 | 2024-12-21T02:25:53.738Z | Downloaded writeable v0.5.5 |
242 | 2024-12-21T02:25:53.738Z | Downloaded usdt-impl v0.5.0 |
243 | 2024-12-21T02:25:53.738Z | Downloaded unicode-truncate v1.1.0 |
244 | 2024-12-21T02:25:53.741Z | Downloaded tokio-tungstenite v0.21.0 |
245 | 2024-12-21T02:25:53.741Z | Downloaded bytes v1.8.0 |
246 | 2024-12-21T02:25:53.744Z | Downloaded criterion-plot v0.5.0 |
247 | 2024-12-21T02:25:53.746Z | Downloaded newtype_derive v0.1.6 |
248 | 2024-12-21T02:25:53.752Z | Downloaded newline-converter v0.3.0 |
249 | 2024-12-21T02:25:53.752Z | Downloaded crc-catalog v2.4.0 |
250 | 2024-12-21T02:25:53.752Z | Downloaded path-slash v0.1.5 |
251 | 2024-12-21T02:25:53.755Z | Downloaded oso-derive v0.27.3 |
252 | 2024-12-21T02:25:53.755Z | Downloaded arc-swap v1.7.1 |
253 | 2024-12-21T02:25:53.758Z | Downloaded display-error-chain v0.2.2 |
254 | 2024-12-21T02:25:53.758Z | Downloaded hyper-tls v0.6.0 |
255 | 2024-12-21T02:25:53.760Z | Downloaded rustls-native-certs v0.7.3 |
256 | 2024-12-21T02:25:53.763Z | Downloaded pest_derive v2.7.14 |
257 | 2024-12-21T02:25:53.764Z | Downloaded rustc-demangle v0.1.24 |
258 | 2024-12-21T02:25:53.766Z | Downloaded dof v0.3.0 |
259 | 2024-12-21T02:25:53.767Z | Downloaded serde_tokenstream v0.2.2 |
260 | 2024-12-21T02:25:53.770Z | Downloaded chacha20poly1305 v0.10.1 |
261 | 2024-12-21T02:25:53.773Z | Downloaded hmac v0.12.1 |
262 | 2024-12-21T02:25:53.773Z | Downloaded backtrace v0.3.74 |
263 | 2024-12-21T02:25:53.778Z | Downloaded itoa v1.0.11 |
264 | 2024-12-21T02:25:53.780Z | Downloaded typify v0.2.0 |
265 | 2024-12-21T02:25:53.783Z | Downloaded indoc v1.0.9 |
266 | 2024-12-21T02:25:53.786Z | Downloaded tls_codec v0.4.1 |
267 | 2024-12-21T02:25:53.786Z | Downloaded vsss-rs v3.3.4 |
268 | 2024-12-21T02:25:53.791Z | Downloaded sync_wrapper v1.0.1 |
269 | 2024-12-21T02:25:53.794Z | Downloaded serde-big-array v0.5.1 |
270 | 2024-12-21T02:25:53.794Z | Downloaded libefi-sys v0.1.0 |
271 | 2024-12-21T02:25:53.794Z | Downloaded sync-ptr v0.1.1 |
272 | 2024-12-21T02:25:53.794Z | Downloaded swrite v0.1.0 |
273 | 2024-12-21T02:25:53.797Z | Downloaded smf v0.2.3 |
274 | 2024-12-21T02:25:53.797Z | Downloaded progenitor-impl v0.8.0 |
275 | 2024-12-21T02:25:53.802Z | Downloaded tokio-tungstenite v0.23.1 |
276 | 2024-12-21T02:25:53.802Z | Downloaded nibble_vec v0.1.0 |
277 | 2024-12-21T02:25:53.802Z | Downloaded postgres-types v0.2.8 |
278 | 2024-12-21T02:25:53.805Z | Downloaded newtype-uuid v1.1.3 |
279 | 2024-12-21T02:25:53.807Z | Downloaded heapless v0.8.0 |
280 | 2024-12-21T02:25:53.810Z | Downloaded displaydoc v0.2.5 |
281 | 2024-12-21T02:25:53.814Z | Downloaded pem v3.0.4 |
282 | 2024-12-21T02:25:53.816Z | Downloaded iana-time-zone v0.1.61 |
283 | 2024-12-21T02:25:53.818Z | Downloaded papergrid v0.11.0 |
284 | 2024-12-21T02:25:53.821Z | Downloaded heapless v0.7.17 |
285 | 2024-12-21T02:25:53.828Z | Downloaded fancy-regex v0.13.0 |
286 | 2024-12-21T02:25:53.831Z | Downloaded quick-error v1.2.3 |
287 | 2024-12-21T02:25:53.832Z | Downloaded relative-path v1.9.3 |
288 | 2024-12-21T02:25:53.832Z | Downloaded p256 v0.13.2 |
289 | 2024-12-21T02:25:53.835Z | Downloaded zone_cfg_derive v0.3.0 |
290 | 2024-12-21T02:25:53.838Z | Downloaded tower-service v0.3.3 |
291 | 2024-12-21T02:25:53.838Z | Downloaded rusty-fork v0.3.0 |
292 | 2024-12-21T02:25:53.841Z | Downloaded rand_chacha v0.3.1 |
293 | 2024-12-21T02:25:53.841Z | Downloaded libloading v0.8.5 |
294 | 2024-12-21T02:25:53.844Z | Downloaded icu_locid_transform v1.5.0 |
295 | 2024-12-21T02:25:53.846Z | Downloaded structmeta v0.3.0 |
296 | 2024-12-21T02:25:53.846Z | Downloaded diesel_table_macro_syntax v0.2.0 |
297 | 2024-12-21T02:25:53.850Z | Downloaded rfc6979 v0.4.0 |
298 | 2024-12-21T02:25:53.850Z | Downloaded smallvec v0.6.14 |
299 | 2024-12-21T02:25:53.850Z | Downloaded similar-asserts v1.6.0 |
300 | 2024-12-21T02:25:53.852Z | Downloaded siphasher v0.3.11 |
301 | 2024-12-21T02:25:53.858Z | Downloaded synstructure v0.13.1 |
302 | 2024-12-21T02:25:53.859Z | Downloaded strum_macros v0.25.3 |
303 | 2024-12-21T02:25:53.859Z | Downloaded serde-hex v0.1.0 |
304 | 2024-12-21T02:25:53.859Z | Downloaded dhcproto-macros v0.1.0 |
305 | 2024-12-21T02:25:53.862Z | Downloaded same-file v1.0.6 |
306 | 2024-12-21T02:25:53.862Z | Downloaded crc32fast v1.4.2 |
307 | 2024-12-21T02:25:53.864Z | Downloaded cookie v0.18.1 |
308 | 2024-12-21T02:25:53.867Z | Downloaded vte v0.11.1 |
309 | 2024-12-21T02:25:53.867Z | Downloaded textwrap v0.16.1 |
310 | 2024-12-21T02:25:53.871Z | Downloaded hashbrown v0.12.3 |
311 | 2024-12-21T02:25:53.874Z | Downloaded ident_case v1.0.1 |
312 | 2024-12-21T02:25:53.877Z | Downloaded icu_provider_macros v1.5.0 |
313 | 2024-12-21T02:25:53.877Z | Downloaded expectorate v1.1.0 |
314 | 2024-12-21T02:25:53.882Z | Downloaded md5 v0.7.0 |
315 | 2024-12-21T02:25:53.882Z | Downloaded typify-macro v0.2.0 |
316 | 2024-12-21T02:25:53.882Z | Downloaded tokio-native-tls v0.3.1 |
317 | 2024-12-21T02:25:53.882Z | Downloaded poly1305 v0.8.0 |
318 | 2024-12-21T02:25:53.891Z | Downloaded diesel-dtrace v0.4.2 |
319 | 2024-12-21T02:25:53.894Z | Downloaded normalize-line-endings v0.3.0 |
320 | 2024-12-21T02:25:53.894Z | Downloaded pkcs8 v0.10.2 |
321 | 2024-12-21T02:25:53.894Z | Downloaded hickory-resolver v0.24.1 |
322 | 2024-12-21T02:25:53.897Z | Downloaded openssl-macros v0.1.1 |
323 | 2024-12-21T02:25:53.897Z | Downloaded mirai-annotations v1.12.0 |
324 | 2024-12-21T02:25:53.897Z | Downloaded utf8parse v0.2.2 |
325 | 2024-12-21T02:25:53.900Z | Downloaded cobs v0.2.3 |
326 | 2024-12-21T02:25:53.900Z | Downloaded which v4.4.2 |
327 | 2024-12-21T02:25:53.902Z | Downloaded cstr-argument v0.1.2 |
328 | 2024-12-21T02:25:53.902Z | Downloaded colored v2.1.0 |
329 | 2024-12-21T02:25:53.905Z | Downloaded miniz_oxide v0.8.0 |
330 | 2024-12-21T02:25:53.908Z | Downloaded colorchoice v1.0.2 |
331 | 2024-12-21T02:25:53.908Z | Downloaded darling_core v0.20.10 |
332 | 2024-12-21T02:25:53.911Z | Downloaded plotters-svg v0.3.7 |
333 | 2024-12-21T02:25:53.914Z | Downloaded spin v0.9.8 |
334 | 2024-12-21T02:25:53.917Z | Downloaded smallvec v1.13.2 |
335 | 2024-12-21T02:25:53.917Z | Downloaded crossbeam-deque v0.8.5 |
336 | 2024-12-21T02:25:53.920Z | Downloaded slog-term v2.9.1 |
337 | 2024-12-21T02:25:53.923Z | Downloaded dyn-clone v1.0.17 |
338 | 2024-12-21T02:25:53.923Z | Downloaded hickory-server v0.24.1 |
339 | 2024-12-21T02:25:53.928Z | Downloaded hyper-util v0.1.10 |
340 | 2024-12-21T02:25:53.932Z | Downloaded scroll_derive v0.12.0 |
341 | 2024-12-21T02:25:53.935Z | Downloaded inout v0.1.3 |
342 | 2024-12-21T02:25:53.935Z | Downloaded indoc v2.0.5 |
343 | 2024-12-21T02:25:53.938Z | Downloaded indent_write v2.2.0 |
344 | 2024-12-21T02:25:53.941Z | Downloaded pin-project v1.1.6 |
345 | 2024-12-21T02:25:53.949Z | Downloaded tokio-postgres v0.7.12 |
346 | 2024-12-21T02:25:53.954Z | Downloaded icu_locid v1.5.0 |
347 | 2024-12-21T02:25:53.959Z | Downloaded parse-size v1.1.0 |
348 | 2024-12-21T02:25:53.961Z | Downloaded whoami v1.5.2 |
349 | 2024-12-21T02:25:53.964Z | Downloaded packed_struct_codegen v0.10.1 |
350 | 2024-12-21T02:25:53.964Z | Downloaded pest_generator v2.7.14 |
351 | 2024-12-21T02:25:53.966Z | Downloaded crunchy v0.2.2 |
352 | 2024-12-21T02:25:53.966Z | Downloaded csv-core v0.1.11 |
353 | 2024-12-21T02:25:53.969Z | Downloaded openssl-sys v0.9.103 |
354 | 2024-12-21T02:25:53.972Z | Downloaded rustversion v1.0.17 |
355 | 2024-12-21T02:25:53.975Z | Downloaded ref-cast v1.0.23 |
356 | 2024-12-21T02:25:53.978Z | Downloaded crucible-workspace-hack v0.1.0 |
357 | 2024-12-21T02:25:53.980Z | Downloaded ecdsa v0.16.9 |
358 | 2024-12-21T02:25:53.982Z | Downloaded tinyvec v1.8.0 |
359 | 2024-12-21T02:25:53.985Z | Downloaded oso v0.27.3 |
360 | 2024-12-21T02:25:53.990Z | Downloaded yansi v1.0.1 |
361 | 2024-12-21T02:25:53.990Z | Downloaded linear-map v1.2.0 |
362 | 2024-12-21T02:25:53.992Z | Downloaded ciborium-io v0.2.2 |
363 | 2024-12-21T02:25:53.992Z | Downloaded ref-cast-impl v1.0.23 |
364 | 2024-12-21T02:25:53.993Z | Downloaded simd-adler32 v0.3.7 |
365 | 2024-12-21T02:25:53.996Z | Downloaded stringprep v0.1.5 |
366 | 2024-12-21T02:25:53.996Z | Downloaded libtest-mimic v0.7.3 |
367 | 2024-12-21T02:25:53.999Z | Downloaded icu_collections v1.5.0 |
368 | 2024-12-21T02:25:54.004Z | Downloaded thiserror-no-std v2.0.2 |
369 | 2024-12-21T02:25:54.008Z | Downloaded unicase v2.7.0 |
370 | 2024-12-21T02:25:54.010Z | Downloaded tokio-macros v2.4.0 |
371 | 2024-12-21T02:25:54.012Z | Downloaded utf8_iter v1.0.4 |
372 | 2024-12-21T02:25:54.012Z | Downloaded stringmetrics v2.2.2 |
373 | 2024-12-21T02:25:54.015Z | Downloaded stable_deref_trait v1.2.0 |
374 | 2024-12-21T02:25:54.015Z | Downloaded untrusted v0.7.1 |
375 | 2024-12-21T02:25:54.017Z | Downloaded peg-macros v0.8.4 |
376 | 2024-12-21T02:25:54.020Z | Downloaded zopfli v0.8.1 |
377 | 2024-12-21T02:25:54.023Z | Downloaded static_assertions v1.1.0 |
378 | 2024-12-21T02:25:54.023Z | Downloaded nu-ansi-term v0.50.1 |
379 | 2024-12-21T02:25:54.026Z | Downloaded russh-cryptovec v0.7.3 |
380 | 2024-12-21T02:25:54.026Z | Downloaded zeroize_derive v1.4.2 |
381 | 2024-12-21T02:25:54.029Z | Downloaded zip v2.1.3 |
382 | 2024-12-21T02:25:54.031Z | Downloaded defmt-macros v0.3.9 |
383 | 2024-12-21T02:25:54.034Z | Downloaded quote v1.0.37 |
384 | 2024-12-21T02:25:54.036Z | Downloaded icu_normalizer v1.5.0 |
385 | 2024-12-21T02:25:54.040Z | Downloaded take_mut v0.2.2 |
386 | 2024-12-21T02:25:54.043Z | Downloaded nom v7.1.3 |
387 | 2024-12-21T02:25:54.046Z | Downloaded lockfree-object-pool v0.1.6 |
388 | 2024-12-21T02:25:54.049Z | Downloaded linked-hash-map v0.5.6 |
389 | 2024-12-21T02:25:54.051Z | Downloaded embedded-io v0.6.1 |
390 | 2024-12-21T02:25:54.051Z | Downloaded difflib v0.4.0 |
391 | 2024-12-21T02:25:54.054Z | Downloaded dsl_auto_type v0.1.2 |
392 | 2024-12-21T02:25:54.054Z | Downloaded serde_with_macros v3.11.0 |
393 | 2024-12-21T02:25:54.056Z | Downloaded env_logger v0.10.2 |
394 | 2024-12-21T02:25:54.059Z | Downloaded indexmap v1.9.3 |
395 | 2024-12-21T02:25:54.063Z | Downloaded time-core v0.1.2 |
396 | 2024-12-21T02:25:54.066Z | Downloaded env_filter v0.1.2 |
397 | 2024-12-21T02:25:54.066Z | Downloaded enum-as-inner v0.6.1 |
398 | 2024-12-21T02:25:54.066Z | Downloaded thread_local v1.1.8 |
399 | 2024-12-21T02:25:54.069Z | Downloaded num_enum v0.5.11 |
400 | 2024-12-21T02:25:54.072Z | Downloaded value-bag v1.9.0 |
401 | 2024-12-21T02:25:54.076Z | Downloaded num v0.4.3 |
402 | 2024-12-21T02:25:54.079Z | Downloaded tls_codec_derive v0.4.1 |
403 | 2024-12-21T02:25:54.079Z | Downloaded uzers v0.12.1 |
404 | 2024-12-21T02:25:54.082Z | Downloaded num_cpus v1.16.0 |
405 | 2024-12-21T02:25:54.085Z | Downloaded zerofrom v0.1.4 |
406 | 2024-12-21T02:25:54.085Z | Downloaded zerocopy-derive v0.7.35 |
407 | 2024-12-21T02:25:54.088Z | Downloaded piper v0.2.4 |
408 | 2024-12-21T02:25:54.091Z | Downloaded quinn-udp v0.5.5 |
409 | 2024-12-21T02:25:54.094Z | Downloaded proc-macro-error-attr v1.0.4 |
410 | 2024-12-21T02:25:54.094Z | Downloaded memchr v2.7.4 |
411 | 2024-12-21T02:25:54.099Z | Downloaded criterion v0.5.1 |
412 | 2024-12-21T02:25:54.105Z | Downloaded tap v1.0.1 |
413 | 2024-12-21T02:25:54.108Z | Downloaded shlex v1.3.0 |
414 | 2024-12-21T02:25:54.108Z | Downloaded shell-words v1.1.0 |
415 | 2024-12-21T02:25:54.113Z | Downloaded ena v0.14.3 |
416 | 2024-12-21T02:25:54.113Z | Downloaded native-tls v0.2.12 |
417 | 2024-12-21T02:25:54.116Z | Downloaded litemap v0.7.3 |
418 | 2024-12-21T02:25:54.116Z | Downloaded similar v2.6.0 |
419 | 2024-12-21T02:25:54.120Z | Downloaded instant v0.1.13 |
420 | 2024-12-21T02:25:54.122Z | Downloaded num_threads v0.1.7 |
421 | 2024-12-21T02:25:54.124Z | Downloaded signal-hook-mio v0.2.4 |
422 | 2024-12-21T02:25:54.124Z | Downloaded threadpool v1.8.1 |
423 | 2024-12-21T02:25:54.127Z | Downloaded aho-corasick v1.1.3 |
424 | 2024-12-21T02:25:54.131Z | Downloaded unicode-linebreak v0.1.5 |
425 | 2024-12-21T02:25:54.137Z | Downloaded lock_api v0.4.12 |
426 | 2024-12-21T02:25:54.141Z | Downloaded minimal-lexical v0.2.1 |
427 | 2024-12-21T02:25:54.141Z | Downloaded parking_lot v0.11.2 |
428 | 2024-12-21T02:25:54.141Z | Downloaded cmake v0.1.51 |
429 | 2024-12-21T02:25:54.143Z | Downloaded psl-types v2.0.11 |
430 | 2024-12-21T02:25:54.144Z | Downloaded wyz v0.5.1 |
431 | 2024-12-21T02:25:54.148Z | Downloaded toml v0.7.8 |
432 | 2024-12-21T02:25:54.151Z | Downloaded proc-macro-error v1.0.4 |
433 | 2024-12-21T02:25:54.151Z | Downloaded prettyplease v0.2.25 |
434 | 2024-12-21T02:25:54.154Z | Downloaded ron v0.8.1 |
435 | 2024-12-21T02:25:54.159Z | Downloaded write16 v1.0.0 |
436 | 2024-12-21T02:25:54.162Z | Downloaded derive_builder_core v0.20.2 |
437 | 2024-12-21T02:25:54.164Z | Downloaded memoffset v0.9.1 |
438 | 2024-12-21T02:25:54.164Z | Downloaded yoke-derive v0.7.4 |
439 | 2024-12-21T02:25:54.166Z | Downloaded semver v0.1.20 |
440 | 2024-12-21T02:25:54.166Z | Downloaded rustls-pemfile v2.2.0 |
441 | 2024-12-21T02:25:54.169Z | Downloaded log v0.4.22 |
442 | 2024-12-21T02:25:54.172Z | Downloaded serde_yaml v0.9.34+deprecated |
443 | 2024-12-21T02:25:54.175Z | Downloaded internet-checksum v0.2.1 |
444 | 2024-12-21T02:25:54.178Z | Downloaded instability v0.3.2 |
445 | 2024-12-21T02:25:54.178Z | Downloaded derive_builder_macro v0.20.2 |
446 | 2024-12-21T02:25:54.181Z | Downloaded blake3 v1.5.4 |
447 | 2024-12-21T02:25:54.185Z | Downloaded is_ci v1.2.0 |
448 | 2024-12-21T02:25:54.188Z | Downloaded uuid v1.11.0 |
449 | 2024-12-21T02:25:54.190Z | Downloaded unicode-bidi v0.3.17 |
450 | 2024-12-21T02:25:54.193Z | Downloaded rand_xorshift v0.3.0 |
451 | 2024-12-21T02:25:54.195Z | Downloaded pkg-config v0.3.31 |
452 | 2024-12-21T02:25:54.195Z | Downloaded pin-utils v0.1.0 |
453 | 2024-12-21T02:25:54.198Z | Downloaded num-traits v0.2.19 |
454 | 2024-12-21T02:25:54.200Z | Downloaded peg-runtime v0.8.3 |
455 | 2024-12-21T02:25:54.203Z | Downloaded thiserror-impl v1.0.69 |
456 | 2024-12-21T02:25:54.203Z | Downloaded structmeta v0.2.0 |
457 | 2024-12-21T02:25:54.206Z | Downloaded structmeta-derive v0.2.0 |
458 | 2024-12-21T02:25:54.206Z | Downloaded new_debug_unreachable v1.0.6 |
459 | 2024-12-21T02:25:54.206Z | Downloaded der_derive v0.7.3 |
460 | 2024-12-21T02:25:54.208Z | Downloaded sec1 v0.7.3 |
461 | 2024-12-21T02:25:54.212Z | Downloaded scrypt v0.11.0 |
462 | 2024-12-21T02:25:54.212Z | Downloaded serde_json v1.0.132 |
463 | 2024-12-21T02:25:54.218Z | Downloaded strum v0.26.3 |
464 | 2024-12-21T02:25:54.221Z | Downloaded goblin v0.8.2 |
465 | 2024-12-21T02:25:54.225Z | Downloaded russh-keys v0.45.0 |
466 | 2024-12-21T02:25:54.228Z | Downloaded indexmap v2.6.0 |
467 | 2024-12-21T02:25:54.232Z | Downloaded toolchain_find v0.4.0 |
468 | 2024-12-21T02:25:54.235Z | Downloaded unicode-ident v1.0.13 |
469 | 2024-12-21T02:25:54.238Z | Downloaded unicode-xid v0.2.6 |
470 | 2024-12-21T02:25:54.238Z | Downloaded pem-rfc7468 v0.7.0 |
471 | 2024-12-21T02:25:54.240Z | Downloaded memmap2 v0.9.5 |
472 | 2024-12-21T02:25:54.243Z | Downloaded libm v0.2.8 |
473 | 2024-12-21T02:25:54.249Z | Downloaded libsw v3.3.1 |
474 | 2024-12-21T02:25:54.251Z | Downloaded cookie_store v0.21.0 |
475 | 2024-12-21T02:25:54.254Z | Downloaded equivalent v1.0.1 |
476 | 2024-12-21T02:25:54.256Z | Downloaded ipnetwork v0.20.0 |
477 | 2024-12-21T02:25:54.256Z | Downloaded crossbeam-channel v0.5.13 |
478 | 2024-12-21T02:25:54.260Z | Downloaded rustfmt-wrapper v0.2.1 |
479 | 2024-12-21T02:25:54.262Z | Downloaded tempfile v3.13.0 |
480 | 2024-12-21T02:25:54.264Z | Downloaded sct v0.7.1 |
481 | 2024-12-21T02:25:54.267Z | Downloaded pretty_assertions v1.4.1 |
482 | 2024-12-21T02:25:54.270Z | Downloaded rustc-hash v2.0.0 |
483 | 2024-12-21T02:25:54.272Z | Downloaded progenitor v0.8.0 |
484 | 2024-12-21T02:25:54.272Z | Downloaded percent-encoding v2.3.1 |
485 | 2024-12-21T02:25:54.275Z | Downloaded tracing-attributes v0.1.27 |
486 | 2024-12-21T02:25:54.278Z | Downloaded rustc_version v0.4.1 |
487 | 2024-12-21T02:25:54.278Z | Downloaded steno v0.4.1 |
488 | 2024-12-21T02:25:54.281Z | Downloaded slog-async v2.8.0 |
489 | 2024-12-21T02:25:54.284Z | Downloaded sigpipe v0.1.3 |
490 | 2024-12-21T02:25:54.287Z | Downloaded usdt v0.5.0 |
491 | 2024-12-21T02:25:54.287Z | Downloaded tui-tree-widget v0.22.0 |
492 | 2024-12-21T02:25:54.287Z | Downloaded tough v0.19.0 |
493 | 2024-12-21T02:25:54.294Z | Downloaded convert_case v0.4.0 |
494 | 2024-12-21T02:25:54.296Z | Downloaded target-spec v3.2.2 |
495 | 2024-12-21T02:25:54.299Z | Downloaded number_prefix v0.4.0 |
496 | 2024-12-21T02:25:54.299Z | Downloaded zeroize v1.8.1 |
497 | 2024-12-21T02:25:54.302Z | Downloaded ctr v0.9.2 |
498 | 2024-12-21T02:25:54.302Z | Downloaded openssl-probe v0.1.5 |
499 | 2024-12-21T02:25:54.304Z | Downloaded deranged v0.3.11 |
500 | 2024-12-21T02:25:54.307Z | Downloaded ipnet v2.10.1 |
501 | 2024-12-21T02:25:54.307Z | Downloaded powerfmt v0.2.0 |
502 | 2024-12-21T02:25:54.309Z | Downloaded keccak v0.1.5 |
503 | 2024-12-21T02:25:54.312Z | Downloaded kv-log-macro v1.0.7 |
504 | 2024-12-21T02:25:54.312Z | Downloaded nanorand v0.7.0 |
505 | 2024-12-21T02:25:54.315Z | Downloaded multimap v0.10.0 |
506 | 2024-12-21T02:25:54.315Z | Downloaded rsa v0.9.6 |
507 | 2024-12-21T02:25:54.320Z | Downloaded num-iter v0.1.45 |
508 | 2024-12-21T02:25:54.322Z | Downloaded toml v0.8.19 |
509 | 2024-12-21T02:25:54.325Z | Downloaded defmt-parser v0.3.4 |
510 | 2024-12-21T02:25:54.328Z | Downloaded either v1.13.0 |
511 | 2024-12-21T02:25:54.328Z | Downloaded scheduled-thread-pool v0.2.7 |
512 | 2024-12-21T02:25:54.330Z | Downloaded phf_shared v0.11.2 |
513 | 2024-12-21T02:25:54.330Z | Downloaded schemars_derive v0.8.21 |
514 | 2024-12-21T02:25:54.332Z | Downloaded mio v1.0.2 |
515 | 2024-12-21T02:25:54.336Z | Downloaded try-lock v0.2.5 |
516 | 2024-12-21T02:25:54.339Z | Downloaded rand_seeder v0.3.0 |
517 | 2024-12-21T02:25:54.342Z | Downloaded wait-timeout v0.2.0 |
518 | 2024-12-21T02:25:54.342Z | Downloaded slog-dtrace v0.3.0 |
519 | 2024-12-21T02:25:54.345Z | Downloaded derive_more v0.99.18 |
520 | 2024-12-21T02:25:54.347Z | Downloaded opaque-debug v0.3.1 |
521 | 2024-12-21T02:25:54.350Z | Downloaded slab v0.4.9 |
522 | 2024-12-21T02:25:54.350Z | Downloaded clap_derive v4.5.18 |
523 | 2024-12-21T02:25:54.353Z | Downloaded salty v0.3.0 |
524 | 2024-12-21T02:25:54.358Z | Downloaded lalrpop-util v0.19.12 |
525 | 2024-12-21T02:25:54.361Z | Downloaded datatest-stable v0.2.9 |
526 | 2024-12-21T02:25:54.363Z | Downloaded crypto-common v0.1.6 |
527 | 2024-12-21T02:25:54.363Z | Downloaded url v2.5.3 |
528 | 2024-12-21T02:25:54.366Z | Downloaded derive-where v1.2.7 |
529 | 2024-12-21T02:25:54.369Z | Downloaded crypto-bigint v0.5.5 |
530 | 2024-12-21T02:25:54.375Z | Downloaded strip-ansi-escapes v0.2.0 |
531 | 2024-12-21T02:25:54.380Z | Downloaded rstest_macros v0.23.0 |
532 | 2024-12-21T02:25:54.383Z | Downloaded clap_lex v0.7.2 |
533 | 2024-12-21T02:25:54.383Z | Downloaded dtrace-parser v0.2.0 |
534 | 2024-12-21T02:25:54.383Z | Downloaded partial-io v0.5.4 |
535 | 2024-12-21T02:25:54.385Z | Downloaded rpassword v7.3.1 |
536 | 2024-12-21T02:25:54.387Z | Downloaded jobserver v0.1.32 |
537 | 2024-12-21T02:25:54.390Z | Downloaded parking v2.2.1 |
538 | 2024-12-21T02:25:54.390Z | Downloaded zerocopy v0.6.6 |
539 | 2024-12-21T02:25:54.392Z | Downloaded want v0.3.1 |
540 | 2024-12-21T02:25:54.394Z | Downloaded tungstenite v0.24.0 |
541 | 2024-12-21T02:25:54.397Z | Downloaded tabwriter v1.4.0 |
542 | 2024-12-21T02:25:54.400Z | Downloaded portable-atomic v1.9.0 |
543 | 2024-12-21T02:25:54.404Z | Downloaded toml_datetime v0.6.8 |
544 | 2024-12-21T02:25:54.406Z | Downloaded slog v2.7.0 |
545 | 2024-12-21T02:25:54.409Z | Downloaded cipher v0.4.4 |
546 | 2024-12-21T02:25:54.411Z | Downloaded phf_shared v0.10.0 |
547 | 2024-12-21T02:25:54.411Z | Downloaded precomputed-hash v0.1.1 |
548 | 2024-12-21T02:25:54.411Z | Downloaded chrono v0.4.38 |
549 | 2024-12-21T02:25:54.418Z | Downloaded strum_macros v0.24.3 |
550 | 2024-12-21T02:25:54.420Z | Downloaded strsim v0.11.1 |
551 | 2024-12-21T02:25:54.423Z | Downloaded icu_locid_transform_data v1.5.0 |
552 | 2024-12-21T02:25:54.423Z | Downloaded ssh-encoding v0.2.0 |
553 | 2024-12-21T02:25:54.426Z | Downloaded oorandom v11.1.4 |
554 | 2024-12-21T02:25:54.426Z | Downloaded mime v0.3.17 |
555 | 2024-12-21T02:25:54.428Z | Downloaded digest v0.10.7 |
556 | 2024-12-21T02:25:54.431Z | Downloaded predicates-core v1.0.8 |
557 | 2024-12-21T02:25:54.431Z | Downloaded der v0.7.9 |
558 | 2024-12-21T02:25:54.434Z | Downloaded pbkdf2 v0.12.2 |
559 | 2024-12-21T02:25:54.437Z | Downloaded term v0.7.0 |
560 | 2024-12-21T02:25:54.440Z | Downloaded ppv-lite86 v0.2.20 |
561 | 2024-12-21T02:25:54.442Z | Downloaded lazy_static v1.5.0 |
562 | 2024-12-21T02:25:54.443Z | Downloaded num_enum_derive v0.5.11 |
563 | 2024-12-21T02:25:54.446Z | Downloaded rust-argon2 v2.1.0 |
564 | 2024-12-21T02:25:54.446Z | Downloaded dirs-next v2.0.0 |
565 | 2024-12-21T02:25:54.448Z | Downloaded ssh-cipher v0.2.0 |
566 | 2024-12-21T02:25:54.448Z | Downloaded sha1 v0.10.6 |
567 | 2024-12-21T02:25:54.450Z | Downloaded crc-any v2.5.0 |
568 | 2024-12-21T02:25:54.453Z | Downloaded proc-macro2 v1.0.89 |
569 | 2024-12-21T02:25:54.456Z | Downloaded thiserror-impl v2.0.3 |
570 | 2024-12-21T02:25:54.456Z | Downloaded git2 v0.19.0 |
571 | 2024-12-21T02:25:54.463Z | Downloaded waitgroup v0.1.2 |
572 | 2024-12-21T02:25:54.466Z | Downloaded tinyvec_macros v0.1.1 |
573 | 2024-12-21T02:25:54.466Z | Downloaded libxml v0.3.3 |
574 | 2024-12-21T02:25:54.471Z | Downloaded sqlparser_derive v0.2.2 |
575 | 2024-12-21T02:25:54.473Z | Downloaded macaddr v1.0.1 |
576 | 2024-12-21T02:25:54.473Z | Downloaded lru-cache v0.1.2 |
577 | 2024-12-21T02:25:54.476Z | Downloaded ed25519 v2.2.3 |
578 | 2024-12-21T02:25:54.476Z | Downloaded managed v0.8.0 |
579 | 2024-12-21T02:25:54.478Z | Downloaded universal-hash v0.5.1 |
580 | 2024-12-21T02:25:54.478Z | Downloaded quick-xml v0.33.0 |
581 | 2024-12-21T02:25:54.483Z | Downloaded phf_generator v0.11.2 |
582 | 2024-12-21T02:25:54.486Z | Downloaded tokio-util v0.7.12 |
583 | 2024-12-21T02:25:54.491Z | Downloaded predicates v3.1.2 |
584 | 2024-12-21T02:25:54.493Z | Downloaded path-tree v0.8.1 |
585 | 2024-12-21T02:25:54.496Z | Downloaded winnow v0.5.40 |
586 | 2024-12-21T02:25:54.503Z | Downloaded lazycell v1.3.0 |
587 | 2024-12-21T02:25:54.505Z | Downloaded num-rational v0.4.2 |
588 | 2024-12-21T02:25:54.506Z | Downloaded reedline v0.35.0 |
589 | 2024-12-21T02:25:54.512Z | Downloaded thiserror v2.0.3 |
590 | 2024-12-21T02:25:54.517Z | Downloaded tabled_derive v0.7.0 |
591 | 2024-12-21T02:25:54.520Z | Downloaded unsafe-libyaml v0.2.11 |
592 | 2024-12-21T02:25:54.523Z | Downloaded debug-ignore v1.0.5 |
593 | 2024-12-21T02:25:54.525Z | Downloaded console v0.15.8 |
594 | 2024-12-21T02:25:54.528Z | Downloaded clang-sys v1.8.1 |
595 | 2024-12-21T02:25:54.530Z | Downloaded termcolor v1.4.1 |
596 | 2024-12-21T02:25:54.530Z | Downloaded tracing-core v0.1.32 |
597 | 2024-12-21T02:25:54.532Z | Downloaded concurrent-queue v2.5.0 |
598 | 2024-12-21T02:25:54.534Z | Downloaded semver v1.0.23 |
599 | 2024-12-21T02:25:54.537Z | Downloaded is_terminal_polyfill v1.70.1 |
600 | 2024-12-21T02:25:54.537Z | Downloaded xattr v1.3.1 |
601 | 2024-12-21T02:25:54.540Z | Downloaded time v0.3.36 |
602 | 2024-12-21T02:25:54.545Z | Downloaded parking_lot_core v0.9.10 |
603 | 2024-12-21T02:25:54.548Z | Downloaded parking_lot_core v0.8.6 |
604 | 2024-12-21T02:25:54.550Z | Downloaded clap v4.5.21 |
605 | 2024-12-21T02:25:54.558Z | Downloaded sqlformat v0.2.6 |
606 | 2024-12-21T02:25:54.561Z | Downloaded sha2 v0.10.8 |
607 | 2024-12-21T02:25:54.564Z | Downloaded serde_derive_internals v0.29.1 |
608 | 2024-12-21T02:25:54.564Z | Downloaded dhcproto v0.12.0 |
609 | 2024-12-21T02:25:54.567Z | Downloaded yoke v0.7.4 |
610 | 2024-12-21T02:25:54.569Z | Downloaded des v0.8.1 |
611 | 2024-12-21T02:25:54.570Z | Downloaded hyper-staticfile v0.10.1 |
612 | 2024-12-21T02:25:54.572Z | Downloaded defmt v0.3.8 |
613 | 2024-12-21T02:25:54.574Z | Downloaded yasna v0.5.2 |
614 | 2024-12-21T02:25:54.577Z | Downloaded const-oid v0.9.6 |
615 | 2024-12-21T02:25:54.579Z | Downloaded qorb v0.2.1 |
616 | 2024-12-21T02:25:54.582Z | Downloaded postgres-protocol v0.6.7 |
617 | 2024-12-21T02:25:54.584Z | Downloaded icu_normalizer_data v1.5.0 |
618 | 2024-12-21T02:25:54.587Z | Downloaded mockall_derive v0.13.0 |
619 | 2024-12-21T02:25:54.590Z | Downloaded winnow v0.6.20 |
620 | 2024-12-21T02:25:54.596Z | Downloaded xz2 v0.1.7 |
621 | 2024-12-21T02:25:54.601Z | Downloaded gimli v0.31.1 |
622 | 2024-12-21T02:25:54.605Z | Downloaded rand_distr v0.4.3 |
623 | 2024-12-21T02:25:54.608Z | Downloaded trybuild v1.0.101 |
624 | 2024-12-21T02:25:54.612Z | Downloaded regex v1.11.1 |
625 | 2024-12-21T02:25:54.624Z | Downloaded icu_properties v1.5.1 |
626 | 2024-12-21T02:25:54.626Z | Downloaded postcard v1.0.10 |
627 | 2024-12-21T02:25:54.629Z | Downloaded tungstenite v0.23.0 |
628 | 2024-12-21T02:25:54.631Z | Downloaded tungstenite v0.21.0 |
629 | 2024-12-21T02:25:54.635Z | Downloaded schemars v0.8.21 |
630 | 2024-12-21T02:25:54.645Z | Downloaded rcgen v0.12.1 |
631 | 2024-12-21T02:25:54.648Z | Downloaded unicode-normalization v0.1.24 |
632 | 2024-12-21T02:25:54.651Z | Downloaded toml_edit v0.19.15 |
633 | 2024-12-21T02:25:54.666Z | Downloaded ed25519-dalek v2.1.1 |
634 | 2024-12-21T02:25:54.669Z | Downloaded toml_edit v0.22.22 |
635 | 2024-12-21T02:25:54.689Z | Downloaded rand v0.8.5 |
636 | 2024-12-21T02:25:54.692Z | Downloaded const_format v0.2.33 |
637 | 2024-12-21T02:25:54.696Z | Downloaded quinn v0.11.5 |
638 | 2024-12-21T02:25:54.699Z | Downloaded pest v2.7.14 |
639 | 2024-12-21T02:25:54.704Z | Downloaded lalrpop v0.19.12 |
640 | 2024-12-21T02:25:54.714Z | Downloaded parse-zoneinfo v0.3.1 |
641 | 2024-12-21T02:25:54.716Z | Downloaded regex-syntax v0.6.29 |
642 | 2024-12-21T02:25:54.723Z | Downloaded petname v2.0.2 |
643 | 2024-12-21T02:25:54.728Z | Downloaded rusqlite v0.32.1 |
644 | 2024-12-21T02:25:54.734Z | Downloaded quinn-proto v0.11.8 |
645 | 2024-12-21T02:25:54.741Z | Downloaded unicode_categories v0.1.1 |
646 | 2024-12-21T02:25:54.743Z | Downloaded itertools v0.13.0 |
647 | 2024-12-21T02:25:54.749Z | Downloaded proptest v1.5.0 |
648 | 2024-12-21T02:25:54.757Z | Downloaded syn v2.0.87 |
649 | 2024-12-21T02:25:54.768Z | Downloaded webpki-roots v0.26.6 |
650 | 2024-12-21T02:25:54.771Z | Downloaded itertools v0.12.1 |
651 | 2024-12-21T02:25:54.777Z | Downloaded nix v0.27.1 |
652 | 2024-12-21T02:25:54.788Z | Downloaded bstr v1.10.0 |
653 | 2024-12-21T02:25:54.796Z | Downloaded itertools v0.10.5 |
654 | 2024-12-21T02:25:54.802Z | Downloaded smoltcp v0.11.0 |
655 | 2024-12-21T02:25:54.814Z | Downloaded regex-syntax v0.8.5 |
656 | 2024-12-21T02:25:54.821Z | Downloaded regress v0.10.1 |
657 | 2024-12-21T02:25:54.830Z | Downloaded p384 v0.13.0 |
658 | 2024-12-21T02:25:54.835Z | Downloaded hickory-proto v0.24.1 |
659 | 2024-12-21T02:25:54.850Z | Downloaded idna v1.0.3 |
660 | 2024-12-21T02:25:54.853Z | Downloaded object v0.36.5 |
661 | 2024-12-21T02:25:54.864Z | Downloaded rustls-webpki v0.101.7 |
662 | 2024-12-21T02:25:54.877Z | Downloaded tabled v0.15.0 |
663 | 2024-12-21T02:25:54.894Z | Downloaded rustls v0.23.19 |
664 | 2024-12-21T02:25:54.902Z | Downloaded idna v0.2.3 |
665 | 2024-12-21T02:25:54.908Z | Downloaded icu_properties_data v1.5.0 |
666 | 2024-12-21T02:25:54.919Z | Downloaded radix_trie v0.2.1 |
667 | 2024-12-21T02:25:54.923Z | Downloaded dropshot v0.12.0 |
668 | 2024-12-21T02:25:54.943Z | Downloaded nix v0.29.0 |
669 | 2024-12-21T02:25:54.953Z | Downloaded polar-core v0.27.3 |
670 | 2024-12-21T02:25:54.960Z | Downloaded rustls v0.22.4 |
671 | 2024-12-21T02:25:54.973Z | Downloaded unicode-width v0.1.14 |
672 | 2024-12-21T02:25:54.978Z | Downloaded dropshot v0.13.0 |
673 | 2024-12-21T02:25:54.998Z | Downloaded rustls v0.21.12 |
674 | 2024-12-21T02:25:55.008Z | Downloaded idna v0.4.0 |
675 | 2024-12-21T02:25:55.013Z | Downloaded unicode-width v0.2.0 |
676 | 2024-12-21T02:25:55.019Z | Downloaded idna v0.3.0 |
677 | 2024-12-21T02:25:55.025Z | Downloaded openssl v0.10.66 |
678 | 2024-12-21T02:25:55.034Z | Downloaded typify-impl v0.2.0 |
679 | 2024-12-21T02:25:55.047Z | Downloaded curve25519-dalek v4.1.3 |
680 | 2024-12-21T02:25:55.056Z | Downloaded rustix v0.38.37 |
681 | 2024-12-21T02:25:55.077Z | Downloaded openapiv3 v2.0.0 |
682 | 2024-12-21T02:25:55.087Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
683 | 2024-12-21T02:25:55.098Z | Downloaded regex-automata v0.4.8 |
684 | 2024-12-21T02:25:55.114Z | Downloaded trust-dns-proto v0.22.0 |
685 | 2024-12-21T02:25:55.124Z | Downloaded zerocopy-derive v0.6.6 |
686 | 2024-12-21T02:25:55.133Z | Downloaded regress v0.9.1 |
687 | 2024-12-21T02:25:55.141Z | Downloaded nix v0.28.0 |
688 | 2024-12-21T02:25:55.151Z | Downloaded sled v0.34.7 |
689 | 2024-12-21T02:25:55.161Z | Downloaded ratatui v0.28.1 |
690 | 2024-12-21T02:25:55.180Z | Downloaded idna v0.5.0 |
691 | 2024-12-21T02:25:55.187Z | Downloaded diesel v2.2.6 |
692 | 2024-12-21T02:25:55.204Z | Downloaded rustls-webpki v0.102.8 |
693 | 2024-12-21T02:25:55.221Z | Downloaded sqlparser v0.45.0 |
694 | 2024-12-21T02:25:55.226Z | Downloaded vcpkg v0.2.15 |
695 | 2024-12-21T02:25:55.262Z | Downloaded chrono-tz v0.10.0 |
696 | 2024-12-21T02:25:55.270Z | Downloaded petgraph v0.6.5 |
697 | 2024-12-21T02:25:55.286Z | Downloaded clap_builder v4.5.21 |
698 | 2024-12-21T02:25:55.292Z | Downloaded smoltcp v0.9.1 |
699 | 2024-12-21T02:25:55.305Z | Downloaded tokio v1.40.0 |
700 | 2024-12-21T02:25:55.339Z | Downloaded syn v1.0.109 |
701 | 2024-12-21T02:25:55.348Z | Downloaded lzma-sys v0.1.20 |
702 | 2024-12-21T02:25:55.376Z | Downloaded csv v1.3.0 |
703 | 2024-12-21T02:25:55.395Z | Downloaded libc v0.2.162 |
704 | 2024-12-21T02:25:55.422Z | Downloaded object v0.30.4 |
705 | 2024-12-21T02:25:55.431Z | Downloaded sha3 v0.10.8 |
706 | 2024-12-21T02:25:55.435Z | Downloaded libz-sys v1.1.20 |
707 | 2024-12-21T02:25:55.455Z | Downloaded russh v0.45.0 |
708 | 2024-12-21T02:25:55.460Z | Downloaded p521 v0.13.3 |
709 | 2024-12-21T02:25:55.464Z | Downloaded crossterm v0.28.1 |
710 | 2024-12-21T02:25:55.470Z | Downloaded thread-id v4.2.2 |
711 | 2024-12-21T02:25:55.472Z | Downloaded constant_time_eq v0.3.1 |
712 | 2024-12-21T02:25:55.475Z | Downloaded crossbeam-epoch v0.9.18 |
713 | 2024-12-21T02:25:55.475Z | Downloaded serde_with v3.11.0 |
714 | 2024-12-21T02:25:55.482Z | Downloaded zerocopy v0.8.10 |
715 | 2024-12-21T02:25:55.504Z | Downloaded tinystr v0.7.6 |
716 | 2024-12-21T02:25:55.507Z | Downloaded lru v0.12.5 |
717 | 2024-12-21T02:25:55.510Z | Downloaded icu_provider v1.5.0 |
718 | 2024-12-21T02:25:55.512Z | Downloaded publicsuffix v2.2.3 |
719 | 2024-12-21T02:25:55.512Z | Downloaded ssh-key v0.6.6 |
720 | 2024-12-21T02:25:55.518Z | Downloaded multer v3.1.0 |
721 | 2024-12-21T02:25:55.521Z | Downloaded rstest v0.23.0 |
722 | 2024-12-21T02:25:55.526Z | Downloaded reqwest v0.12.9 |
723 | 2024-12-21T02:25:55.533Z | Downloaded peg v0.8.4 |
724 | 2024-12-21T02:25:55.539Z | Downloaded terminal_size v0.4.0 |
725 | 2024-12-21T02:25:55.542Z | Downloaded walkdir v2.5.0 |
726 | 2024-12-21T02:25:55.544Z | Downloaded parking_lot v0.12.3 |
727 | 2024-12-21T02:25:55.546Z | Downloaded x509-cert v0.2.5 |
728 | 2024-12-21T02:25:55.550Z | Downloaded maybe-uninit v2.0.0 |
729 | 2024-12-21T02:25:55.552Z | Downloaded httpmock v0.8.0-alpha.1 |
730 | 2024-12-21T02:25:55.568Z | Downloaded encoding_rs v0.8.34 |
731 | 2024-12-21T02:25:55.588Z | Downloaded crossbeam-utils v0.8.20 |
732 | 2024-12-21T02:25:55.590Z | Downloaded plotters v0.3.7 |
733 | 2024-12-21T02:25:55.599Z | Downloaded bindgen v0.69.5 |
734 | 2024-12-21T02:25:55.605Z | Downloaded zerocopy-derive v0.8.10 |
735 | 2024-12-21T02:25:55.610Z | Downloaded num-integer v0.1.46 |
736 | 2024-12-21T02:25:55.613Z | Downloaded utf16_iter v1.0.5 |
737 | 2024-12-21T02:25:55.613Z | Downloaded untrusted v0.9.0 |
738 | 2024-12-21T02:25:55.615Z | Downloaded spki v0.7.3 |
739 | 2024-12-21T02:25:55.617Z | Downloaded slog-envlogger v2.2.0 |
740 | 2024-12-21T02:25:55.617Z | Downloaded signature v2.2.0 |
741 | 2024-12-21T02:25:55.619Z | Downloaded rustyline v14.0.0 |
742 | 2024-12-21T02:25:55.623Z | Downloaded tinytemplate v1.2.1 |
743 | 2024-12-21T02:25:55.626Z | Downloaded target-lexicon v0.12.16 |
744 | 2024-12-21T02:25:55.634Z | Downloaded dropshot_endpoint v0.13.0 |
745 | 2024-12-21T02:25:55.634Z | Downloaded bitvec v1.0.1 |
746 | 2024-12-21T02:25:55.643Z | Downloaded async-std v1.13.0 |
747 | 2024-12-21T02:25:55.662Z | Downloaded ciborium-ll v0.2.2 |
748 | 2024-12-21T02:25:55.665Z | Downloaded zerofrom-derive v0.1.4 |
749 | 2024-12-21T02:25:55.665Z | Downloaded utf-8 v0.7.6 |
750 | 2024-12-21T02:25:55.665Z | Downloaded rayon v1.10.0 |
751 | 2024-12-21T02:25:55.671Z | Downloaded md-5 v0.10.6 |
752 | 2024-12-21T02:25:55.674Z | Downloaded slog-bunyan v2.5.0 |
753 | 2024-12-21T02:25:55.674Z | Downloaded rustc_version v0.1.7 |
754 | 2024-12-21T02:25:55.683Z | Downloaded dropshot_endpoint v0.12.0 |
755 | 2024-12-21T02:25:55.686Z | Downloaded tar v0.4.42 |
756 | 2024-12-21T02:25:55.686Z | Downloaded nodrop v0.1.14 |
757 | 2024-12-21T02:25:55.686Z | Downloaded maplit v1.0.2 |
758 | 2024-12-21T02:25:55.686Z | Downloaded secrecy v0.8.0 |
759 | 2024-12-21T02:25:55.686Z | Downloaded vergen v8.3.2 |
760 | 2024-12-21T02:25:55.686Z | Downloaded zerovec v0.10.4 |
761 | 2024-12-21T02:25:55.690Z | Downloaded zerocopy v0.7.35 |
762 | 2024-12-21T02:25:55.704Z | Downloaded signal-hook v0.3.17 |
763 | 2024-12-21T02:25:55.707Z | Downloaded rustls-pki-types v1.10.0 |
764 | 2024-12-21T02:25:55.709Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
765 | 2024-12-21T02:25:55.765Z | Downloaded typed-path v0.9.3 |
766 | 2024-12-21T02:25:55.770Z | Downloaded hkdf v0.12.4 |
767 | 2024-12-21T02:25:55.778Z | Downloaded aws-lc-rs v1.10.0 |
768 | 2024-12-21T02:25:55.786Z | Downloaded elliptic-curve v0.13.8 |
769 | 2024-12-21T02:25:55.790Z | Downloaded cpufeatures v0.2.14 |
770 | 2024-12-21T02:25:55.792Z | Downloaded twox-hash v1.6.3 |
771 | 2024-12-21T02:25:55.794Z | Downloaded topological-sort v0.2.2 |
772 | 2024-12-21T02:25:55.794Z | Downloaded scopeguard v1.2.0 |
773 | 2024-12-21T02:25:55.797Z | Downloaded h2 v0.4.6 |
774 | 2024-12-21T02:25:55.801Z | Downloaded nested v0.1.1 |
775 | 2024-12-21T02:25:55.804Z | Downloaded matches v0.1.10 |
776 | 2024-12-21T02:25:55.804Z | Downloaded pkcs5 v0.7.1 |
777 | 2024-12-21T02:25:55.806Z | Downloaded compact_str v0.8.0 |
778 | 2024-12-21T02:25:55.808Z | Downloaded plain v0.2.3 |
779 | 2024-12-21T02:25:55.811Z | Downloaded packed_struct v0.10.1 |
780 | 2024-12-21T02:25:55.814Z | Downloaded num-derive v0.4.2 |
781 | 2024-12-21T02:25:55.814Z | Downloaded memmap v0.7.0 |
782 | 2024-12-21T02:25:55.816Z | Downloaded tiny-keccak v2.0.2 |
783 | 2024-12-21T02:25:55.816Z | Downloaded time-macros v0.2.18 |
784 | 2024-12-21T02:25:55.819Z | Downloaded tracing v0.1.40 |
785 | 2024-12-21T02:25:55.822Z | Downloaded futures-util v0.3.31 |
786 | 2024-12-21T02:25:55.833Z | Downloaded impl-trait-for-tuples v0.2.2 |
787 | 2024-12-21T02:25:55.835Z | Downloaded idna_adapter v1.2.0 |
788 | 2024-12-21T02:25:55.838Z | Downloaded dirs-sys-next v0.1.2 |
789 | 2024-12-21T02:25:55.838Z | Downloaded hyper v1.5.0 |
790 | 2024-12-21T02:25:55.843Z | Downloaded diesel_derives v2.2.3 |
791 | 2024-12-21T02:25:55.846Z | Downloaded pkcs1 v0.7.5 |
792 | 2024-12-21T02:25:55.849Z | Downloaded password-hash v0.5.0 |
793 | 2024-12-21T02:25:55.852Z | Downloaded diff v0.1.13 |
794 | 2024-12-21T02:25:55.854Z | Downloaded structmeta-derive v0.3.0 |
795 | 2024-12-21T02:25:55.854Z | Downloaded signal-hook-registry v1.4.2 |
796 | 2024-12-21T02:25:55.856Z | Downloaded kstat-rs v0.2.4 |
797 | 2024-12-21T02:25:55.856Z | Downloaded env_logger v0.11.5 |
798 | 2024-12-21T02:25:55.858Z | Downloaded indicatif v0.17.9 |
799 | 2024-12-21T02:25:55.862Z | Downloaded guppy v0.17.8 |
800 | 2024-12-21T02:25:55.867Z | Downloaded num-bigint-dig v0.8.4 |
801 | 2024-12-21T02:25:55.872Z | Downloaded unicode-segmentation v1.12.0 |
802 | 2024-12-21T02:25:55.875Z | Downloaded phf v0.11.2 |
803 | 2024-12-21T02:25:55.877Z | Downloaded paste v1.0.15 |
804 | 2024-12-21T02:25:55.879Z | Downloaded const_format_proc_macros v0.2.33 |
805 | 2024-12-21T02:25:55.882Z | Downloaded enum-as-inner v0.5.1 |
806 | 2024-12-21T02:25:55.882Z | Downloaded string_cache v0.8.7 |
807 | 2024-12-21T02:25:55.884Z | Downloaded polling v3.7.3 |
808 | 2024-12-21T02:25:55.886Z | Downloaded embedded-io v0.4.0 |
809 | 2024-12-21T02:25:55.888Z | Downloaded scroll v0.12.0 |
810 | 2024-12-21T02:25:55.890Z | Downloaded hashbrown v0.14.5 |
811 | 2024-12-21T02:25:55.893Z | Downloaded hashbrown v0.15.1 |
812 | 2024-12-21T02:25:55.902Z | Downloaded derive_builder v0.20.2 |
813 | 2024-12-21T02:25:55.905Z | Downloaded crc v3.2.1 |
814 | 2024-12-21T02:25:55.907Z | Downloaded serde_derive v1.0.215 |
815 | 2024-12-21T02:25:55.910Z | Downloaded num-bigint v0.4.6 |
816 | 2024-12-21T02:25:55.913Z | Downloaded aes-gcm v0.10.3 |
817 | 2024-12-21T02:25:55.916Z | Downloaded thiserror-impl-no-std v2.0.2 |
818 | 2024-12-21T02:25:55.918Z | Downloaded ucd-trie v0.1.7 |
819 | 2024-12-21T02:25:55.918Z | Downloaded typenum v1.17.0 |
820 | 2024-12-21T02:25:55.921Z | Downloaded rayon-core v1.12.1 |
821 | 2024-12-21T02:25:55.924Z | Downloaded slog-json v2.6.1 |
822 | 2024-12-21T02:25:55.926Z | Downloaded radium v0.7.0 |
823 | 2024-12-21T02:25:55.928Z | Downloaded primeorder v0.13.6 |
824 | 2024-12-21T02:25:55.928Z | Downloaded parse-display-derive v0.10.0 |
825 | 2024-12-21T02:25:55.930Z | Downloaded owo-colors v4.1.0 |
826 | 2024-12-21T02:25:55.933Z | Downloaded olpc-cjson v0.1.4 |
827 | 2024-12-21T02:25:55.933Z | Downloaded mockall v0.13.0 |
828 | 2024-12-21T02:25:55.933Z | Downloaded ron v0.7.1 |
829 | 2024-12-21T02:25:55.937Z | Downloaded zip v0.6.6 |
830 | 2024-12-21T02:25:55.941Z | Downloaded snafu v0.8.5 |
831 | 2024-12-21T02:25:55.946Z | Downloaded hashbrown v0.13.2 |
832 | 2024-12-21T02:25:55.949Z | Downloaded pest_meta v2.7.14 |
833 | 2024-12-21T02:25:55.952Z | Downloaded tokio-tungstenite v0.24.0 |
834 | 2024-12-21T02:25:55.954Z | Downloaded serde v1.0.215 |
835 | 2024-12-21T02:25:55.957Z | Downloaded http v1.1.0 |
836 | 2024-12-21T02:25:55.960Z | Downloaded dunce v1.0.5 |
837 | 2024-12-21T02:25:55.962Z | Downloaded slog-stdlog v4.1.1 |
838 | 2024-12-21T02:25:55.962Z | Downloaded version_check v0.9.5 |
839 | 2024-12-21T02:25:55.965Z | Downloaded unarray v0.1.4 |
840 | 2024-12-21T02:25:55.965Z | Downloaded flate2 v1.0.34 |
841 | 2024-12-21T02:25:55.969Z | Downloaded aes v0.8.4 |
842 | 2024-12-21T02:25:55.972Z | Downloaded samael v0.0.17 |
843 | 2024-12-21T02:25:55.977Z | Downloaded mime_guess v2.0.5 |
844 | 2024-12-21T02:25:55.979Z | Downloaded darling v0.20.10 |
845 | 2024-12-21T02:25:55.982Z | Downloaded signal-hook-tokio v0.3.1 |
846 | 2024-12-21T02:25:55.984Z | Downloaded resolv-conf v0.7.0 |
847 | 2024-12-21T02:25:55.987Z | Downloaded test-strategy v0.3.1 |
848 | 2024-12-21T02:25:55.991Z | Downloaded subprocess v0.2.9 |
849 | 2024-12-21T02:25:55.994Z | Downloaded socket2 v0.5.7 |
850 | 2024-12-21T02:25:55.994Z | Downloaded unicode-properties v0.1.3 |
851 | 2024-12-21T02:25:55.994Z | Downloaded proc-macro-crate v3.2.0 |
852 | 2024-12-21T02:25:55.996Z | Downloaded proc-macro-crate v1.3.1 |
853 | 2024-12-21T02:25:55.996Z | Downloaded tokio-stream v0.1.16 |
854 | 2024-12-21T02:25:55.999Z | Downloaded headers v0.4.0 |
855 | 2024-12-21T02:25:56.004Z | Downloaded cc v1.1.30 |
856 | 2024-12-21T02:25:56.007Z | Downloaded bumpalo v3.16.0 |
857 | 2024-12-21T02:25:56.009Z | Downloaded ryu v1.0.18 |
858 | 2024-12-21T02:25:56.012Z | Downloaded omicron-zone-package v0.12.0 |
859 | 2024-12-21T02:25:56.015Z | Downloaded data-encoding v2.6.0 |
860 | 2024-12-21T02:25:56.017Z | Downloaded tokio-rustls v0.26.0 |
861 | 2024-12-21T02:25:56.024Z | Downloaded tokio-rustls v0.25.0 |
862 | 2024-12-21T02:25:56.027Z | Downloaded tokio-rustls v0.24.1 |
863 | 2024-12-21T02:25:56.027Z | Downloaded strum_macros v0.26.4 |
864 | 2024-12-21T02:25:56.028Z | Downloaded snafu-derive v0.8.5 |
865 | 2024-12-21T02:25:56.028Z | Downloaded is-terminal v0.4.13 |
866 | 2024-12-21T02:25:56.028Z | Downloaded base64 v0.22.1 |
867 | 2024-12-21T02:25:56.031Z | Downloaded base64 v0.21.7 |
868 | 2024-12-21T02:25:56.033Z | Downloaded base64 v0.13.1 |
869 | 2024-12-21T02:25:56.036Z | Downloaded curve25519-dalek-derive v0.1.1 |
870 | 2024-12-21T02:25:56.036Z | Downloaded zone v0.3.0 |
871 | 2024-12-21T02:25:56.039Z | Downloaded zone v0.1.8 |
872 | 2024-12-21T02:25:56.039Z | Downloaded zerovec-derive v0.10.3 |
873 | 2024-12-21T02:25:56.041Z | Downloaded predicates-tree v1.0.11 |
874 | 2024-12-21T02:25:56.041Z | Downloaded supports-color v3.0.1 |
875 | 2024-12-21T02:25:56.041Z | Downloaded subtle v2.6.1 |
876 | 2024-12-21T02:25:56.044Z | Downloaded serde_path_to_error v0.1.16 |
877 | 2024-12-21T02:25:56.044Z | Downloaded salsa20 v0.10.2 |
878 | 2024-12-21T02:25:56.046Z | Downloaded termios v0.3.3 |
879 | 2024-12-21T02:25:56.047Z | Downloaded slog-scope v4.4.0 |
880 | 2024-12-21T02:25:56.053Z | Downloaded password-hash v0.4.2 |
881 | 2024-12-21T02:25:56.053Z | Downloaded futures v0.3.31 |
882 | 2024-12-21T02:25:56.056Z | Downloaded r2d2 v0.8.10 |
883 | 2024-12-21T02:25:56.056Z | Downloaded progenitor-macro v0.8.0 |
884 | 2024-12-21T02:25:56.056Z | Downloaded polyval v0.6.2 |
885 | 2024-12-21T02:25:56.059Z | Downloaded num-complex v0.4.6 |
886 | 2024-12-21T02:25:56.059Z | Downloaded bzip2 v0.4.4 |
887 | 2024-12-21T02:25:56.061Z | Downloaded phf_codegen v0.11.2 |
888 | 2024-12-21T02:25:56.061Z | Downloaded cfg-expr v0.17.0 |
889 | 2024-12-21T02:25:56.066Z | Downloaded bcs v0.1.6 |
890 | 2024-12-21T02:25:56.066Z | Downloaded async-executor v1.13.1 |
891 | 2024-12-21T02:25:56.068Z | Downloaded async-lock v3.4.0 |
892 | 2024-12-21T02:25:56.068Z | Downloaded assert_cmd v2.0.16 |
893 | 2024-12-21T02:25:56.071Z | Downloaded pretty-hex v0.4.1 |
894 | 2024-12-21T02:25:56.071Z | Downloaded pretty-hex v0.2.1 |
895 | 2024-12-21T02:25:56.076Z | Downloaded hyper-rustls v0.26.0 |
896 | 2024-12-21T02:25:56.080Z | Downloaded async-recursion v1.1.1 |
897 | 2024-12-21T02:25:56.080Z | Downloaded arrayvec v0.7.6 |
898 | 2024-12-21T02:25:56.082Z | Downloaded async-signal v0.2.10 |
899 | 2024-12-21T02:25:56.082Z | Downloaded foldhash v0.1.3 |
900 | 2024-12-21T02:25:56.085Z | Downloaded blake2b_simd v1.0.2 |
901 | 2024-12-21T02:25:56.085Z | Downloaded base64ct v1.6.0 |
902 | 2024-12-21T02:25:56.088Z | Downloaded async-process v2.3.0 |
903 | 2024-12-21T02:25:56.088Z | Downloaded ff v0.13.0 |
904 | 2024-12-21T02:25:56.090Z | Downloaded castaway v0.2.3 |
905 | 2024-12-21T02:25:56.090Z | Downloaded cast v0.3.0 |
906 | 2024-12-21T02:25:56.090Z | Downloaded bytecount v0.6.8 |
907 | 2024-12-21T02:25:56.093Z | Downloaded async-attributes v1.1.2 |
908 | 2024-12-21T02:25:56.093Z | Downloaded fs_extra v1.3.0 |
909 | 2024-12-21T02:25:56.095Z | Downloaded backoff v0.4.0 |
910 | 2024-12-21T02:25:56.098Z | Downloaded heck v0.3.3 |
911 | 2024-12-21T02:25:56.098Z | Downloaded foreign-types v0.5.0 |
912 | 2024-12-21T02:25:56.101Z | Downloaded chrono-tz-build v0.4.0 |
913 | 2024-12-21T02:25:56.101Z | Downloaded bitfield v0.14.0 |
914 | 2024-12-21T02:25:56.101Z | Downloaded bcrypt-pbkdf v0.10.0 |
915 | 2024-12-21T02:25:56.101Z | Downloaded base16ct v0.2.0 |
916 | 2024-12-21T02:25:56.106Z | Downloaded ascii-canvas v3.0.0 |
917 | 2024-12-21T02:25:56.106Z | Downloaded hex-literal v0.4.1 |
918 | 2024-12-21T02:25:56.106Z | Downloaded cbc v0.1.2 |
919 | 2024-12-21T02:25:56.109Z | Downloaded bit-vec v0.6.3 |
920 | 2024-12-21T02:25:56.109Z | Downloaded async-stream v0.3.6 |
921 | 2024-12-21T02:25:56.109Z | Downloaded glob v0.3.1 |
922 | 2024-12-21T02:25:56.109Z | Downloaded anstream v0.6.15 |
923 | 2024-12-21T02:25:56.111Z | Downloaded blowfish v0.9.1 |
924 | 2024-12-21T02:25:56.115Z | Downloaded async-channel v1.9.0 |
925 | 2024-12-21T02:25:56.117Z | Downloaded approx v0.5.1 |
926 | 2024-12-21T02:25:56.118Z | Downloaded anes v0.1.6 |
927 | 2024-12-21T02:25:56.120Z | Downloaded hex v0.4.3 |
928 | 2024-12-21T02:25:56.123Z | Downloaded futures-macro v0.3.31 |
929 | 2024-12-21T02:25:56.123Z | Downloaded blocking v1.6.1 |
930 | 2024-12-21T02:25:56.125Z | Downloaded atomic-waker v1.1.2 |
931 | 2024-12-21T02:25:56.125Z | Downloaded funty v2.0.0 |
932 | 2024-12-21T02:25:56.125Z | Downloaded event-listener v5.3.1 |
933 | 2024-12-21T02:25:56.128Z | Downloaded gethostname v0.5.0 |
934 | 2024-12-21T02:25:56.128Z | Downloaded futures-executor v0.3.31 |
935 | 2024-12-21T02:25:56.131Z | Downloaded fs-err v2.11.0 |
936 | 2024-12-21T02:25:56.131Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2024-12-21T02:25:56.133Z | Downloaded fnv v1.0.7 |
938 | 2024-12-21T02:25:56.133Z | Downloaded float-cmp v0.9.0 |
939 | 2024-12-21T02:25:56.133Z | Downloaded fixedbitset v0.4.2 |
940 | 2024-12-21T02:25:56.136Z | Downloaded fd-lock v4.0.2 |
941 | 2024-12-21T02:25:56.138Z | Downloaded fastrand v2.1.1 |
942 | 2024-12-21T02:25:56.138Z | Downloaded fallible-streaming-iterator v0.1.9 |
943 | 2024-12-21T02:25:56.138Z | Downloaded ring v0.17.8 |
944 | 2024-12-21T02:25:56.206Z | Downloaded assert_matches v1.5.0 |
945 | 2024-12-21T02:25:56.209Z | Downloaded filetime v0.2.25 |
946 | 2024-12-21T02:25:56.209Z | Downloaded fallible-iterator v0.2.0 |
947 | 2024-12-21T02:25:56.209Z | Downloaded event-listener-strategy v0.5.2 |
948 | 2024-12-21T02:25:56.212Z | Downloaded async-channel v2.3.1 |
949 | 2024-12-21T02:25:56.212Z | Downloaded bit-set v0.5.3 |
950 | 2024-12-21T02:25:56.212Z | Downloaded array-init v0.0.4 |
951 | 2024-12-21T02:25:56.215Z | Downloaded arrayref v0.3.9 |
952 | 2024-12-21T02:25:56.215Z | Downloaded async-object-pool v0.1.5 |
953 | 2024-12-21T02:25:56.215Z | Downloaded anstyle v1.0.10 |
954 | 2024-12-21T02:25:56.258Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-21T02:25:56.491Z | Downloaded aws-lc-sys v0.22.0 |
956 | 2024-12-21T02:25:56.962Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
957 | 2024-12-21T02:26:07.880Z | Startup: Refreshing catalog 'helios-dev' ... Done |
958 | 2024-12-21T02:26:11.758Z | Startup: Caching catalogs ... Done |
959 | 2024-12-21T02:26:22.640Z | Planning: Solver setup ... Done (9.890s) |
960 | 2024-12-21T02:26:22.773Z | Planning: Running solver ... Done (0.133s) |
961 | 2024-12-21T02:26:22.877Z | Planning: Finding local manifests ... Done (0.004s) |
962 | 2024-12-21T02:26:22.940Z | Planning: Fetching manifests: 0/5 0% complete |
963 | 2024-12-21T02:26:23.638Z | Planning: Fetching manifests: 5/5 100% complete |
964 | 2024-12-21T02:26:23.737Z | Planning: Package planning ... Done (0.098s) |
965 | 2024-12-21T02:26:23.792Z | Planning: Merging actions ... Done (0.055s) |
966 | 2024-12-21T02:26:24.152Z | Planning: Checking for conflicting actions ... Done (0.360s) |
967 | 2024-12-21T02:26:26.321Z | Planning: Consolidating action changes ... Done (2.169s) |
968 | 2024-12-21T02:26:26.772Z | Planning: Evaluating mediators ... Done (0.450s) |
969 | 2024-12-21T02:26:26.852Z | Planning: Planning completed in 15.00 seconds |
970 | 2024-12-21T02:26:26.870Z | Packages to install: 4 |
971 | 2024-12-21T02:26:26.871Z | Packages to update: 1 |
972 | 2024-12-21T02:26:26.873Z | Mediators to change: 2 |
973 | 2024-12-21T02:26:26.873Z | Services to change: 1 |
974 | 2024-12-21T02:26:26.873Z | Estimated space available: 155.39 GB |
975 | 2024-12-21T02:26:26.873Z | Estimated space to be consumed: 1.62 GB |
976 | 2024-12-21T02:26:26.873Z | Create boot environment: No |
977 | 2024-12-21T02:26:26.873Z | Create backup boot environment: Yes |
978 | 2024-12-21T02:26:26.873Z | Rebuild boot archive: No |
979 | 2024-12-21T02:26:26.873Z | |
980 | 2024-12-21T02:26:26.873Z | Changed mediators: |
981 | 2024-12-21T02:26:26.873Z | mediator clang: |
982 | 2024-12-21T02:26:26.874Z | version: None -> 15 (system default) |
983 | 2024-12-21T02:26:26.874Z | |
984 | 2024-12-21T02:26:26.874Z | mediator llvm: |
985 | 2024-12-21T02:26:26.874Z | version: 14 (system default) -> 15 (system default) |
986 | 2024-12-21T02:26:26.874Z | |
987 | 2024-12-21T02:26:26.874Z | Changed packages: |
988 | 2024-12-21T02:26:26.874Z | helios-dev |
989 | 2024-12-21T02:26:26.874Z | developer/build-essential |
990 | 2024-12-21T02:26:26.874Z | None -> 11-2.0 |
991 | 2024-12-21T02:26:26.874Z | library/libxmlsec1 |
992 | 2024-12-21T02:26:26.874Z | None -> 1.2.35-2.0 |
993 | 2024-12-21T02:26:26.874Z | ooce/developer/clang-15 |
994 | 2024-12-21T02:26:26.874Z | None -> 15.0.7-2.0 |
995 | 2024-12-21T02:26:26.874Z | ooce/developer/llvm-15 |
996 | 2024-12-21T02:26:26.874Z | None -> 15.0.7-2.0 |
997 | 2024-12-21T02:26:26.874Z | package/pkg |
998 | 2024-12-21T02:26:26.874Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
999 | 2024-12-21T02:26:26.874Z | |
1000 | 2024-12-21T02:26:26.874Z | Services: |
1001 | 2024-12-21T02:26:26.875Z | restart_fmri: |
1002 | 2024-12-21T02:26:26.875Z | svc:/system/update-man-index:default |
1003 | 2024-12-21T02:26:26.875Z | |
1004 | 2024-12-21T02:26:26.875Z | Editable files to change: |
1005 | 2024-12-21T02:26:26.875Z | Update: |
1006 | 2024-12-21T02:26:26.875Z | usr/share/lib/pkg/web/config.shtml |
1007 | 2024-12-21T02:26:26.953Z | |
1008 | 2024-12-21T02:26:26.953Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1009 | 2024-12-21T02:26:33.206Z | Download: 213/4281 items 1.3/220.6MB 0% complete (517k/s) |
1010 | 2024-12-21T02:26:38.212Z | Download: 869/4281 items 18.5/220.6MB 8% complete (1.8M/s) |
1011 | 2024-12-21T02:26:51.346Z | Download: 1197/4281 items 83.5/220.6MB 37% complete |
1012 | 2024-12-21T02:26:56.410Z | Download: 1303/4281 items 116.3/220.6MB 52% complete (8.2M/s) |
1013 | 2024-12-21T02:27:01.508Z | Download: 1449/4281 items 116.9/220.6MB 52% complete (3.8M/s) |
1014 | 2024-12-21T02:27:06.552Z | Download: 1570/4281 items 117.3/220.6MB 53% complete (258k/s) |
1015 | 2024-12-21T02:27:11.556Z | Download: 1745/4281 items 117.9/220.6MB 53% complete (96.4k/s) |
1016 | 2024-12-21T02:27:16.558Z | Download: 1996/4281 items 118.4/220.6MB 53% complete (112k/s) |
1017 | 2024-12-21T02:27:21.904Z | Download: 2216/4281 items 118.9/220.6MB 53% complete (122k/s) |
1018 | 2024-12-21T02:27:26.905Z | Download: 2546/4281 items 120.4/220.6MB 54% complete (197k/s) |
1019 | 2024-12-21T02:27:31.906Z | Download: 3102/4281 items 144.0/220.6MB 65% complete (2.4M/s) |
1020 | 2024-12-21T02:27:41.764Z | Download: 3244/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
1021 | 2024-12-21T02:27:49.062Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
1022 | 2024-12-21T02:27:54.072Z | Download: 3821/4281 items 217.0/220.6MB 98% complete (2.9M/s) |
1023 | 2024-12-21T02:27:57.794Z | Download: Completed 220.60 MB in 90.83 seconds (2.4M/s) |
1024 | 2024-12-21T02:27:59.859Z | Actions: 1/5063 actions (Removing old actions) |
1025 | 2024-12-21T02:27:59.881Z | Actions: 194/5063 actions (Installing new actions) |
1026 | 2024-12-21T02:28:04.536Z | Actions: 4226/5063 actions (Updating modified actions) |
1027 | 2024-12-21T02:28:04.856Z | Actions: Completed 5063 actions in 5.00 seconds. |
1028 | 2024-12-21T02:28:05.279Z | Done (0.416s) |
1029 | 2024-12-21T02:28:05.282Z | Done (0.000s) |
1030 | 2024-12-21T02:28:05.850Z | Done (0.569s) |
1031 | 2024-12-21T02:28:10.202Z | Done (4.114s) |
1032 | 2024-12-21T02:28:10.296Z | Done (0.018s) |
1033 | 2024-12-21T02:28:10.298Z | Done (0.000s) |
1034 | 2024-12-21T02:28:10.463Z | Done (0.000s) |
1035 | 2024-12-21T02:28:11.157Z | Planning: Evaluating mediator changes ... Done |
1036 | 2024-12-21T02:28:11.317Z | Planning: Checking for conflicting actions ... Done |
1037 | 2024-12-21T02:28:11.320Z | Planning: Consolidating action changes ... Done |
1038 | 2024-12-21T02:28:11.588Z | Planning: Evaluating mediators ... Done |
1039 | 2024-12-21T02:28:11.590Z | Planning: Planning completed in 0.43 seconds |
1040 | 2024-12-21T02:28:11.628Z | Mediators to change: 2 |
1041 | 2024-12-21T02:28:11.628Z | Create boot environment: No |
1042 | 2024-12-21T02:28:11.631Z | Create backup boot environment: No |
1043 | 2024-12-21T02:28:11.716Z | Done |
1044 | 2024-12-21T02:28:11.716Z | Done |
1045 | 2024-12-21T02:28:12.075Z | Done |
1046 | 2024-12-21T02:28:15.707Z | Done |
1047 | 2024-12-21T02:28:15.797Z | Done |
1048 | 2024-12-21T02:28:15.800Z | Done |
1049 | 2024-12-21T02:28:15.926Z | Done |
1050 | 2024-12-21T02:28:16.538Z | Planning: Evaluating mediator changes ... Done |
1051 | 2024-12-21T02:28:16.541Z | Planning: Merging actions ... Done |
1052 | 2024-12-21T02:28:16.725Z | Planning: Checking for conflicting actions ... Done |
1053 | 2024-12-21T02:28:16.728Z | Planning: Consolidating action changes ... Done |
1054 | 2024-12-21T02:28:16.990Z | Planning: Evaluating mediators ... Done |
1055 | 2024-12-21T02:28:17.045Z | Planning: Planning completed in 0.75 seconds |
1056 | 2024-12-21T02:28:17.087Z | Packages to change: 1 |
1057 | 2024-12-21T02:28:17.088Z | Mediators to change: 1 |
1058 | 2024-12-21T02:28:17.090Z | Services to change: 1 |
1059 | 2024-12-21T02:28:17.090Z | Create boot environment: No |
1060 | 2024-12-21T02:28:17.090Z | Create backup boot environment: Yes |
1061 | 2024-12-21T02:28:19.284Z | Actions: 1/6 actions (Updating modified actions) |
1062 | 2024-12-21T02:28:19.287Z | Actions: Completed 6 actions in 0.00 seconds. |
1063 | 2024-12-21T02:28:19.287Z | Done |
1064 | 2024-12-21T02:28:19.287Z | Done |
1065 | 2024-12-21T02:28:19.401Z | Done |
1066 | 2024-12-21T02:28:23.017Z | Done |
1067 | 2024-12-21T02:28:23.112Z | Done |
1068 | 2024-12-21T02:28:23.115Z | Done |
1069 | 2024-12-21T02:28:23.259Z | Done |
1070 | 2024-12-21T02:28:23.692Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1071 | 2024-12-21T02:28:23.692Z | clang system 15 system |
1072 | 2024-12-21T02:28:23.692Z | csh system system illumos |
1073 | 2024-12-21T02:28:23.692Z | ctags system system illumos |
1074 | 2024-12-21T02:28:23.692Z | gcc vendor 12 vendor |
1075 | 2024-12-21T02:28:23.692Z | gcc system 10 system |
1076 | 2024-12-21T02:28:23.692Z | gcc system 7 system |
1077 | 2024-12-21T02:28:23.692Z | go system 1.20 system |
1078 | 2024-12-21T02:28:23.692Z | go system 1.19 system |
1079 | 2024-12-21T02:28:23.693Z | llvm system 15 system |
1080 | 2024-12-21T02:28:23.694Z | llvm system 14 system |
1081 | 2024-12-21T02:28:23.694Z | mariadb system 10.6 system |
1082 | 2024-12-21T02:28:23.694Z | mta vendor vendor dma |
1083 | 2024-12-21T02:28:23.694Z | openjdk system 17 system |
1084 | 2024-12-21T02:28:23.694Z | openjdk system 11 system |
1085 | 2024-12-21T02:28:23.694Z | openjdk system 1.8 system |
1086 | 2024-12-21T02:28:23.694Z | openssl vendor 3 vendor |
1087 | 2024-12-21T02:28:23.694Z | perl system 5.36 system |
1088 | 2024-12-21T02:28:23.694Z | postgresql system 15 system |
1089 | 2024-12-21T02:28:23.694Z | postgresql system 13 system |
1090 | 2024-12-21T02:28:23.694Z | python vendor 3 vendor |
1091 | 2024-12-21T02:28:23.694Z | python system 2 system |
1092 | 2024-12-21T02:28:23.694Z | python3 system 3.11 system |
1093 | 2024-12-21T02:28:23.694Z | ruby system 3.0 system |
1094 | 2024-12-21T02:28:23.694Z | words vendor vendor american-english |
1095 | 2024-12-21T02:28:23.695Z | words system system australian-english |
1096 | 2024-12-21T02:28:23.695Z | words system system british-english |
1097 | 2024-12-21T02:28:23.695Z | words system system canadian-english |
1098 | 2024-12-21T02:28:23.695Z | words system system french |
1099 | 2024-12-21T02:28:23.695Z | words system system italian |
1100 | 2024-12-21T02:28:23.695Z | words system system ngerman |
1101 | 2024-12-21T02:28:23.695Z | words system system ogerman |
1102 | 2024-12-21T02:28:23.695Z | words system system spanish |
1103 | 2024-12-21T02:28:24.022Z | PUBLISHER TYPE STATUS P LOCATION |
1104 | 2024-12-21T02:28:24.022Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1105 | 2024-12-21T02:28:26.759Z | FMRI IFO |
1106 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1107 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1108 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1109 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1110 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1111 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1112 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1113 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1114 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1115 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1116 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1117 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1118 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1119 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1120 | 2024-12-21T02:28:26.759Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1121 | 2024-12-21T02:28:27.804Z | Downloading crates ... |
1122 | 2024-12-21T02:28:27.909Z | Downloaded cargo_toml v0.20.5 |
1123 | 2024-12-21T02:28:28.046Z | Compiling proc-macro2 v1.0.89 |
1124 | 2024-12-21T02:28:28.046Z | Compiling unicode-ident v1.0.13 |
1125 | 2024-12-21T02:28:28.046Z | Compiling version_check v0.9.5 |
1126 | 2024-12-21T02:28:28.046Z | Compiling serde v1.0.215 |
1127 | 2024-12-21T02:28:28.049Z | Compiling memchr v2.7.4 |
1128 | 2024-12-21T02:28:28.049Z | Compiling thiserror v1.0.69 |
1129 | 2024-12-21T02:28:28.067Z | Compiling libc v0.2.162 |
1130 | 2024-12-21T02:28:28.069Z | Compiling itoa v1.0.11 |
1131 | 2024-12-21T02:28:28.301Z | Compiling ucd-trie v0.1.7 |
1132 | 2024-12-21T02:28:28.316Z | Compiling ryu v1.0.18 |
1133 | 2024-12-21T02:28:28.658Z | Compiling once_cell v1.20.2 |
1134 | 2024-12-21T02:28:28.924Z | Compiling byteorder v1.5.0 |
1135 | 2024-12-21T02:28:28.936Z | Compiling serde_json v1.0.132 |
1136 | 2024-12-21T02:28:29.015Z | Compiling rustix v0.38.37 |
1137 | 2024-12-21T02:28:29.247Z | Compiling bitflags v2.6.0 |
1138 | 2024-12-21T02:28:29.355Z | Compiling proc-macro-error-attr v1.0.4 |
1139 | 2024-12-21T02:28:29.615Z | Compiling usdt-impl v0.5.0 |
1140 | 2024-12-21T02:28:29.670Z | Compiling syn v1.0.109 |
1141 | 2024-12-21T02:28:29.732Z | Compiling proc-macro-error v1.0.4 |
1142 | 2024-12-21T02:28:29.754Z | Compiling camino v1.1.9 |
1143 | 2024-12-21T02:28:29.827Z | Compiling quote v1.0.37 |
1144 | 2024-12-21T02:28:29.996Z | Compiling plain v0.2.3 |
1145 | 2024-12-21T02:28:30.050Z | Compiling hashbrown v0.15.1 |
1146 | 2024-12-21T02:28:30.146Z | Compiling errno v0.3.9 |
1147 | 2024-12-21T02:28:30.272Z | Compiling syn v2.0.87 |
1148 | 2024-12-21T02:28:30.410Z | Compiling utf8parse v0.2.2 |
1149 | 2024-12-21T02:28:30.440Z | Compiling equivalent v1.0.1 |
1150 | 2024-12-21T02:28:30.548Z | Compiling log v0.4.22 |
1151 | 2024-12-21T02:28:30.562Z | Compiling anstyle-parse v0.2.5 |
1152 | 2024-12-21T02:28:30.724Z | Compiling thread-id v4.2.2 |
1153 | 2024-12-21T02:28:30.935Z | Compiling semver v1.0.23 |
1154 | 2024-12-21T02:28:31.016Z | Compiling anstyle v1.0.10 |
1155 | 2024-12-21T02:28:31.227Z | Compiling indexmap v2.6.0 |
1156 | 2024-12-21T02:28:31.284Z | Compiling winnow v0.6.20 |
1157 | 2024-12-21T02:28:31.454Z | Compiling anstyle-query v1.1.1 |
1158 | 2024-12-21T02:28:31.469Z | Compiling unicode-width v0.1.14 |
1159 | 2024-12-21T02:28:31.574Z | Compiling is_terminal_polyfill v1.70.1 |
1160 | 2024-12-21T02:28:31.600Z | Compiling autocfg v1.4.0 |
1161 | 2024-12-21T02:28:31.689Z | Compiling colorchoice v1.0.2 |
1162 | 2024-12-21T02:28:31.852Z | Compiling pretty-hex v0.4.1 |
1163 | 2024-12-21T02:28:31.986Z | Compiling anstream v0.6.15 |
1164 | 2024-12-21T02:28:32.357Z | Compiling anyhow v1.0.93 |
1165 | 2024-12-21T02:28:32.627Z | Compiling terminal_size v0.4.0 |
1166 | 2024-12-21T02:28:32.742Z | Compiling fs-err v2.11.0 |
1167 | 2024-12-21T02:28:32.742Z | Compiling bytecount v0.6.8 |
1168 | 2024-12-21T02:28:32.962Z | Compiling fnv v1.0.7 |
1169 | 2024-12-21T02:28:32.974Z | Compiling strsim v0.11.1 |
1170 | 2024-12-21T02:28:33.002Z | Compiling clap_lex v0.7.2 |
1171 | 2024-12-21T02:28:33.094Z | Compiling fastrand v2.1.1 |
1172 | 2024-12-21T02:28:33.276Z | Compiling heck v0.5.0 |
1173 | 2024-12-21T02:28:33.323Z | Compiling cfg-if v1.0.0 |
1174 | 2024-12-21T02:28:33.575Z | Compiling heck v0.4.1 |
1175 | 2024-12-21T02:28:33.686Z | Compiling tempfile v3.13.0 |
1176 | 2024-12-21T02:28:33.814Z | Compiling clap_builder v4.5.21 |
1177 | 2024-12-21T02:28:33.948Z | Compiling papergrid v0.11.0 |
1178 | 2024-12-21T02:28:34.203Z | Compiling memmap v0.7.0 |
1179 | 2024-12-21T02:28:34.469Z | Compiling unicode-linebreak v0.1.5 |
1180 | 2024-12-21T02:28:34.543Z | Compiling smawk v0.3.2 |
1181 | 2024-12-21T02:28:34.954Z | Compiling textwrap v0.16.1 |
1182 | 2024-12-21T02:28:35.276Z | Compiling swrite v0.1.0 |
1183 | 2024-12-21T02:28:36.250Z | Compiling tabled_derive v0.7.0 |
1184 | 2024-12-21T02:28:37.805Z | Compiling tabled v0.15.0 |
1185 | 2024-12-21T02:28:39.472Z | Compiling serde_derive v1.0.215 |
1186 | 2024-12-21T02:28:39.472Z | Compiling thiserror-impl v1.0.69 |
1187 | 2024-12-21T02:28:39.474Z | Compiling zerocopy-derive v0.7.35 |
1188 | 2024-12-21T02:28:39.475Z | Compiling scroll_derive v0.12.0 |
1189 | 2024-12-21T02:28:39.518Z | Compiling clap_derive v4.5.18 |
1190 | 2024-12-21T02:28:40.752Z | Compiling scroll v0.12.0 |
1191 | 2024-12-21T02:28:41.302Z | Compiling goblin v0.8.2 |
1192 | 2024-12-21T02:28:41.447Z | Compiling zerocopy v0.7.35 |
1193 | 2024-12-21T02:28:42.196Z | Compiling pest v2.7.14 |
1194 | 2024-12-21T02:28:43.260Z | Compiling clap v4.5.21 |
1195 | 2024-12-21T02:28:44.379Z | Compiling pest_meta v2.7.14 |
1196 | 2024-12-21T02:28:45.220Z | Compiling pest_generator v2.7.14 |
1197 | 2024-12-21T02:28:47.164Z | Compiling pest_derive v2.7.14 |
1198 | 2024-12-21T02:28:47.865Z | Compiling dtrace-parser v0.2.0 |
1199 | 2024-12-21T02:28:49.575Z | Compiling serde_spanned v0.6.8 |
1200 | 2024-12-21T02:28:49.575Z | Compiling toml_datetime v0.6.8 |
1201 | 2024-12-21T02:28:49.577Z | Compiling cargo-platform v0.1.8 |
1202 | 2024-12-21T02:28:49.979Z | Compiling serde_tokenstream v0.2.2 |
1203 | 2024-12-21T02:28:50.039Z | Compiling toml_edit v0.22.22 |
1204 | 2024-12-21T02:28:50.127Z | Compiling macaddr v1.0.1 |
1205 | 2024-12-21T02:28:50.189Z | Compiling camino-tempfile v1.1.1 |
1206 | 2024-12-21T02:28:51.047Z | Compiling dof v0.3.0 |
1207 | 2024-12-21T02:28:51.047Z | Compiling cargo_metadata v0.18.1 |
1208 | 2024-12-21T02:28:52.891Z | Compiling toml v0.8.19 |
1209 | 2024-12-21T02:28:52.979Z | Compiling usdt-macro v0.5.0 |
1210 | 2024-12-21T02:28:52.979Z | Compiling usdt-attr-macro v0.5.0 |
1211 | 2024-12-21T02:28:53.722Z | Compiling cargo_toml v0.20.5 |
1212 | 2024-12-21T02:28:54.330Z | Compiling usdt v0.5.0 |
1213 | 2024-12-21T02:28:57.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1214 | 2024-12-21T02:29:01.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.18s |
1215 | 2024-12-21T02:29:01.528Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1216 | 2024-12-21T02:29:02.363Z | Compiling serde v1.0.215 |
1217 | 2024-12-21T02:29:02.365Z | Compiling lock_api v0.4.12 |
1218 | 2024-12-21T02:29:02.365Z | Compiling scopeguard v1.2.0 |
1219 | 2024-12-21T02:29:02.365Z | Compiling value-bag v1.9.0 |
1220 | 2024-12-21T02:29:02.365Z | Compiling typenum v1.17.0 |
1221 | 2024-12-21T02:29:02.365Z | Compiling generic-array v0.14.7 |
1222 | 2024-12-21T02:29:02.484Z | Compiling syn v2.0.87 |
1223 | 2024-12-21T02:29:02.496Z | Compiling getrandom v0.2.15 |
1224 | 2024-12-21T02:29:02.626Z | Compiling subtle v2.6.1 |
1225 | 2024-12-21T02:29:02.870Z | Compiling rand_core v0.6.4 |
1226 | 2024-12-21T02:29:02.912Z | Compiling log v0.4.22 |
1227 | 2024-12-21T02:29:03.026Z | Compiling shlex v1.3.0 |
1228 | 2024-12-21T02:29:03.044Z | Compiling jobserver v0.1.32 |
1229 | 2024-12-21T02:29:03.058Z | Compiling smallvec v1.13.2 |
1230 | 2024-12-21T02:29:03.388Z | Compiling const-oid v0.9.6 |
1231 | 2024-12-21T02:29:03.406Z | Compiling spin v0.9.8 |
1232 | 2024-12-21T02:29:03.458Z | Compiling cc v1.1.30 |
1233 | 2024-12-21T02:29:03.502Z | Compiling pin-project-lite v0.2.14 |
1234 | 2024-12-21T02:29:03.629Z | Compiling rustix v0.38.37 |
1235 | 2024-12-21T02:29:03.804Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-12-21T02:29:03.820Z | Compiling futures-core v0.3.31 |
1237 | 2024-12-21T02:29:03.996Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-12-21T02:29:04.071Z | Compiling mio v1.0.2 |
1239 | 2024-12-21T02:29:04.533Z | Compiling aho-corasick v1.1.3 |
1240 | 2024-12-21T02:29:04.839Z | Compiling parking_lot v0.12.3 |
1241 | 2024-12-21T02:29:04.928Z | Compiling regex-syntax v0.8.5 |
1242 | 2024-12-21T02:29:05.180Z | Compiling cpufeatures v0.2.14 |
1243 | 2024-12-21T02:29:05.245Z | Compiling either v1.13.0 |
1244 | 2024-12-21T02:29:05.303Z | Compiling lazy_static v1.5.0 |
1245 | 2024-12-21T02:29:05.348Z | Compiling stable_deref_trait v1.2.0 |
1246 | 2024-12-21T02:29:05.422Z | Compiling futures-sink v0.3.31 |
1247 | 2024-12-21T02:29:05.460Z | Compiling glob v0.3.1 |
1248 | 2024-12-21T02:29:05.572Z | Compiling socket2 v0.5.7 |
1249 | 2024-12-21T02:29:05.713Z | Compiling slab v0.4.9 |
1250 | 2024-12-21T02:29:05.763Z | Compiling prettyplease v0.2.25 |
1251 | 2024-12-21T02:29:06.105Z | Compiling minimal-lexical v0.2.1 |
1252 | 2024-12-21T02:29:06.445Z | Compiling libloading v0.8.5 |
1253 | 2024-12-21T02:29:06.464Z | Compiling clang-sys v1.8.1 |
1254 | 2024-12-21T02:29:06.558Z | Compiling nom v7.1.3 |
1255 | 2024-12-21T02:29:06.592Z | Compiling home v0.5.9 |
1256 | 2024-12-21T02:29:06.854Z | Compiling serde_json v1.0.132 |
1257 | 2024-12-21T02:29:06.872Z | Compiling bindgen v0.69.5 |
1258 | 2024-12-21T02:29:07.180Z | Compiling itertools v0.12.1 |
1259 | 2024-12-21T02:29:07.681Z | Compiling futures-channel v0.3.31 |
1260 | 2024-12-21T02:29:07.784Z | Compiling futures-io v0.3.31 |
1261 | 2024-12-21T02:29:08.083Z | Compiling allocator-api2 v0.2.18 |
1262 | 2024-12-21T02:29:08.131Z | Compiling lazycell v1.3.0 |
1263 | 2024-12-21T02:29:08.340Z | Compiling pin-utils v0.1.0 |
1264 | 2024-12-21T02:29:08.448Z | Compiling regex-automata v0.4.8 |
1265 | 2024-12-21T02:29:08.958Z | Compiling foldhash v0.1.3 |
1266 | 2024-12-21T02:29:09.268Z | Compiling rustc-hash v1.1.0 |
1267 | 2024-12-21T02:29:09.419Z | Compiling futures-task v0.3.31 |
1268 | 2024-12-21T02:29:09.735Z | Compiling hashbrown v0.15.1 |
1269 | 2024-12-21T02:29:10.270Z | Compiling synstructure v0.13.1 |
1270 | 2024-12-21T02:29:10.296Z | Compiling cexpr v0.6.0 |
1271 | 2024-12-21T02:29:11.087Z | Compiling cmake v0.1.51 |
1272 | 2024-12-21T02:29:11.696Z | Compiling dunce v1.0.5 |
1273 | 2024-12-21T02:29:11.829Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-21T02:29:11.925Z | Compiling libm v0.2.8 |
1275 | 2024-12-21T02:29:12.008Z | Compiling pkg-config v0.3.31 |
1276 | 2024-12-21T02:29:12.080Z | Compiling fs_extra v1.3.0 |
1277 | 2024-12-21T02:29:12.116Z | Compiling tinyvec v1.8.0 |
1278 | 2024-12-21T02:29:12.284Z | Compiling num-traits v0.2.19 |
1279 | 2024-12-21T02:29:12.776Z | Compiling ring v0.17.8 |
1280 | 2024-12-21T02:29:13.495Z | Compiling litemap v0.7.3 |
1281 | 2024-12-21T02:29:13.569Z | Compiling unicode-bidi v0.3.17 |
1282 | 2024-12-21T02:29:13.666Z | Compiling unicode-normalization v0.1.24 |
1283 | 2024-12-21T02:29:13.910Z | Compiling paste v1.0.15 |
1284 | 2024-12-21T02:29:13.954Z | Compiling regex v1.11.1 |
1285 | 2024-12-21T02:29:14.063Z | Compiling writeable v0.5.5 |
1286 | 2024-12-21T02:29:14.431Z | Compiling base64ct v1.6.0 |
1287 | 2024-12-21T02:29:15.030Z | Compiling pem-rfc7468 v0.7.0 |
1288 | 2024-12-21T02:29:15.049Z | Compiling aws-lc-rs v1.10.0 |
1289 | 2024-12-21T02:29:15.072Z | Compiling httparse v1.9.5 |
1290 | 2024-12-21T02:29:15.506Z | Compiling flagset v0.4.6 |
1291 | 2024-12-21T02:29:15.764Z | Compiling tracing-core v0.1.32 |
1292 | 2024-12-21T02:29:15.868Z | Compiling rustls-pki-types v1.10.0 |
1293 | 2024-12-21T02:29:16.787Z | Compiling icu_locid_transform_data v1.5.0 |
1294 | 2024-12-21T02:29:16.867Z | Compiling percent-encoding v2.3.1 |
1295 | 2024-12-21T02:29:16.889Z | Compiling crossbeam-utils v0.8.20 |
1296 | 2024-12-21T02:29:16.979Z | Compiling serde_derive v1.0.215 |
1297 | 2024-12-21T02:29:17.122Z | Compiling zeroize_derive v1.4.2 |
1298 | 2024-12-21T02:29:17.227Z | Compiling zerocopy-derive v0.7.35 |
1299 | 2024-12-21T02:29:17.455Z | Compiling tokio-macros v2.4.0 |
1300 | 2024-12-21T02:29:17.676Z | Compiling zerofrom-derive v0.1.4 |
1301 | 2024-12-21T02:29:18.741Z | Compiling zeroize v1.8.1 |
1302 | 2024-12-21T02:29:19.133Z | Compiling thiserror-impl v1.0.69 |
1303 | 2024-12-21T02:29:19.322Z | Compiling yoke-derive v0.7.4 |
1304 | 2024-12-21T02:29:19.580Z | Compiling zerocopy v0.7.35 |
1305 | 2024-12-21T02:29:20.471Z | Compiling crypto-common v0.1.6 |
1306 | 2024-12-21T02:29:20.552Z | Compiling block-buffer v0.10.4 |
1307 | 2024-12-21T02:29:20.719Z | Compiling futures-macro v0.3.31 |
1308 | 2024-12-21T02:29:20.834Z | Compiling digest v0.10.7 |
1309 | 2024-12-21T02:29:21.165Z | Compiling zerovec-derive v0.10.3 |
1310 | 2024-12-21T02:29:21.317Z | Compiling hmac v0.12.1 |
1311 | 2024-12-21T02:29:21.393Z | Compiling block-padding v0.3.3 |
1312 | 2024-12-21T02:29:21.570Z | Compiling displaydoc v0.2.5 |
1313 | 2024-12-21T02:29:21.648Z | Compiling inout v0.1.3 |
1314 | 2024-12-21T02:29:21.878Z | Compiling zerofrom v0.1.4 |
1315 | 2024-12-21T02:29:21.922Z | Compiling cipher v0.4.4 |
1316 | 2024-12-21T02:29:22.101Z | Compiling sha2 v0.10.8 |
1317 | 2024-12-21T02:29:22.406Z | Compiling yoke v0.7.4 |
1318 | 2024-12-21T02:29:22.467Z | Compiling ppv-lite86 v0.2.20 |
1319 | 2024-12-21T02:29:22.591Z | Compiling thiserror v1.0.69 |
1320 | 2024-12-21T02:29:22.698Z | Compiling futures-util v0.3.31 |
1321 | 2024-12-21T02:29:22.731Z | Compiling der_derive v0.7.3 |
1322 | 2024-12-21T02:29:22.788Z | Compiling icu_provider_macros v1.5.0 |
1323 | 2024-12-21T02:29:23.287Z | Compiling rand_chacha v0.3.1 |
1324 | 2024-12-21T02:29:23.310Z | Compiling tracing-attributes v0.1.27 |
1325 | 2024-12-21T02:29:23.977Z | Compiling zerovec v0.10.4 |
1326 | 2024-12-21T02:29:24.000Z | Compiling rand v0.8.5 |
1327 | 2024-12-21T02:29:25.262Z | Compiling der v0.7.9 |
1328 | 2024-12-21T02:29:25.698Z | Compiling pest v2.7.14 |
1329 | 2024-12-21T02:29:25.737Z | Compiling salsa20 v0.10.2 |
1330 | 2024-12-21T02:29:25.960Z | Compiling tinystr v0.7.6 |
1331 | 2024-12-21T02:29:26.140Z | Compiling icu_collections v1.5.0 |
1332 | 2024-12-21T02:29:26.297Z | Compiling pbkdf2 v0.12.2 |
1333 | 2024-12-21T02:29:26.416Z | Compiling icu_locid v1.5.0 |
1334 | 2024-12-21T02:29:26.521Z | Compiling icu_properties_data v1.5.0 |
1335 | 2024-12-21T02:29:26.768Z | Compiling vcpkg v0.2.15 |
1336 | 2024-12-21T02:29:27.165Z | Compiling tracing v0.1.40 |
1337 | 2024-12-21T02:29:27.724Z | Compiling icu_provider v1.5.0 |
1338 | 2024-12-21T02:29:27.797Z | Compiling spki v0.7.3 |
1339 | 2024-12-21T02:29:28.107Z | Compiling powerfmt v0.2.0 |
1340 | 2024-12-21T02:29:28.513Z | Compiling icu_locid_transform v1.5.0 |
1341 | 2024-12-21T02:29:28.651Z | Compiling time-core v0.1.2 |
1342 | 2024-12-21T02:29:28.790Z | Compiling mirai-annotations v1.12.0 |
1343 | 2024-12-21T02:29:28.822Z | Compiling num-conv v0.1.0 |
1344 | 2024-12-21T02:29:28.845Z | Compiling untrusted v0.9.0 |
1345 | 2024-12-21T02:29:28.878Z | Compiling untrusted v0.7.1 |
1346 | 2024-12-21T02:29:29.098Z | Compiling deranged v0.3.11 |
1347 | 2024-12-21T02:29:29.110Z | Compiling openssl-sys v0.9.103 |
1348 | 2024-12-21T02:29:29.110Z | Compiling pest_meta v2.7.14 |
1349 | 2024-12-21T02:29:29.110Z | Compiling time-macros v0.2.18 |
1350 | 2024-12-21T02:29:30.141Z | Compiling icu_properties v1.5.1 |
1351 | 2024-12-21T02:29:30.376Z | Compiling scrypt v0.11.0 |
1352 | 2024-12-21T02:29:30.944Z | Compiling cbc v0.1.2 |
1353 | 2024-12-21T02:29:30.948Z | Compiling aes v0.8.4 |
1354 | 2024-12-21T02:29:31.187Z | Compiling bitflags v2.6.0 |
1355 | 2024-12-21T02:29:31.309Z | Compiling bytes v1.8.0 |
1356 | 2024-12-21T02:29:32.421Z | Compiling tokio v1.40.0 |
1357 | 2024-12-21T02:29:32.634Z | Compiling indexmap v2.6.0 |
1358 | 2024-12-21T02:29:32.781Z | Compiling http v1.1.0 |
1359 | 2024-12-21T02:29:33.887Z | Compiling semver v1.0.23 |
1360 | 2024-12-21T02:29:34.158Z | Compiling scroll_derive v0.12.0 |
1361 | 2024-12-21T02:29:34.287Z | Compiling atomic-waker v1.1.2 |
1362 | 2024-12-21T02:29:34.489Z | Compiling rustc_version v0.4.1 |
1363 | 2024-12-21T02:29:34.645Z | Compiling num_threads v0.1.7 |
1364 | 2024-12-21T02:29:34.785Z | Compiling icu_normalizer_data v1.5.0 |
1365 | 2024-12-21T02:29:34.801Z | Compiling utf8_iter v1.0.4 |
1366 | 2024-12-21T02:29:34.893Z | Compiling write16 v1.0.0 |
1367 | 2024-12-21T02:29:35.031Z | Compiling utf16_iter v1.0.5 |
1368 | 2024-12-21T02:29:35.050Z | Compiling time v0.3.36 |
1369 | 2024-12-21T02:29:35.067Z | Compiling http-body v1.0.1 |
1370 | 2024-12-21T02:29:35.239Z | Compiling icu_normalizer v1.5.0 |
1371 | 2024-12-21T02:29:35.286Z | Compiling pkcs5 v0.7.1 |
1372 | 2024-12-21T02:29:35.305Z | Compiling pest_generator v2.7.14 |
1373 | 2024-12-21T02:29:35.441Z | Compiling form_urlencoded v1.2.1 |
1374 | 2024-12-21T02:29:35.625Z | Compiling which v4.4.2 |
1375 | 2024-12-21T02:29:35.777Z | Compiling scroll v0.12.0 |
1376 | 2024-12-21T02:29:36.358Z | Compiling slog v2.7.0 |
1377 | 2024-12-21T02:29:36.566Z | Compiling try-lock v0.2.5 |
1378 | 2024-12-21T02:29:36.715Z | Compiling want v0.3.1 |
1379 | 2024-12-21T02:29:36.996Z | Compiling goblin v0.8.2 |
1380 | 2024-12-21T02:29:37.056Z | Compiling idna_adapter v1.2.0 |
1381 | 2024-12-21T02:29:37.088Z | Compiling pkcs8 v0.10.2 |
1382 | 2024-12-21T02:29:37.228Z | Compiling httpdate v1.0.3 |
1383 | 2024-12-21T02:29:37.234Z | Compiling idna v1.0.3 |
1384 | 2024-12-21T02:29:37.386Z | Compiling pest_derive v2.7.14 |
1385 | 2024-12-21T02:29:37.788Z | Compiling serde_spanned v0.6.8 |
1386 | 2024-12-21T02:29:38.011Z | Compiling serde_tokenstream v0.2.2 |
1387 | 2024-12-21T02:29:38.165Z | Compiling dtrace-parser v0.2.0 |
1388 | 2024-12-21T02:29:38.571Z | Compiling uuid v1.11.0 |
1389 | 2024-12-21T02:29:38.691Z | Compiling toml_datetime v0.6.8 |
1390 | 2024-12-21T02:29:39.063Z | Compiling match_cfg v0.1.0 |
1391 | 2024-12-21T02:29:39.161Z | Compiling tower-service v0.3.3 |
1392 | 2024-12-21T02:29:39.215Z | Compiling rustversion v1.0.17 |
1393 | 2024-12-21T02:29:39.291Z | Compiling adler2 v2.0.0 |
1394 | 2024-12-21T02:29:39.507Z | Compiling openssl v0.10.66 |
1395 | 2024-12-21T02:29:39.920Z | Compiling iana-time-zone v0.1.61 |
1396 | 2024-12-21T02:29:39.940Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2024-12-21T02:29:40.043Z | Compiling base64 v0.22.1 |
1398 | 2024-12-21T02:29:40.060Z | Compiling foreign-types v0.3.2 |
1399 | 2024-12-21T02:29:40.152Z | Compiling chrono v0.4.38 |
1400 | 2024-12-21T02:29:40.417Z | Compiling miniz_oxide v0.8.0 |
1401 | 2024-12-21T02:29:40.419Z | Compiling hostname v0.3.1 |
1402 | 2024-12-21T02:29:40.450Z | Compiling url v2.5.3 |
1403 | 2024-12-21T02:29:40.802Z | Compiling tokio-util v0.7.12 |
1404 | 2024-12-21T02:29:41.957Z | Compiling h2 v0.4.6 |
1405 | 2024-12-21T02:29:42.099Z | Compiling async-trait v0.1.83 |
1406 | 2024-12-21T02:29:42.272Z | Compiling openssl-macros v0.1.1 |
1407 | 2024-12-21T02:29:42.481Z | Compiling dirs-sys-next v0.1.2 |
1408 | 2024-12-21T02:29:43.056Z | Compiling dof v0.3.0 |
1409 | 2024-12-21T02:29:43.487Z | Compiling syn v1.0.109 |
1410 | 2024-12-21T02:29:43.780Z | Compiling rustls v0.23.19 |
1411 | 2024-12-21T02:29:43.929Z | Compiling usdt-impl v0.5.0 |
1412 | 2024-12-21T02:29:44.037Z | Compiling siphasher v0.3.11 |
1413 | 2024-12-21T02:29:44.446Z | Compiling data-encoding v2.6.0 |
1414 | 2024-12-21T02:29:44.922Z | Compiling native-tls v0.2.12 |
1415 | 2024-12-21T02:29:45.256Z | Compiling rustls v0.22.4 |
1416 | 2024-12-21T02:29:45.517Z | Compiling dirs-next v2.0.0 |
1417 | 2024-12-21T02:29:45.723Z | Compiling heapless v0.7.17 |
1418 | 2024-12-21T02:29:46.168Z | Compiling http-body-util v0.1.2 |
1419 | 2024-12-21T02:29:46.693Z | Compiling crossbeam-epoch v0.9.18 |
1420 | 2024-12-21T02:29:46.835Z | Compiling sha1 v0.10.6 |
1421 | 2024-12-21T02:29:47.019Z | Compiling signature v2.2.0 |
1422 | 2024-12-21T02:29:47.283Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1423 | 2024-12-21T02:29:47.313Z | Compiling serde_derive_internals v0.29.1 |
1424 | 2024-12-21T02:29:47.406Z | Compiling thread_local v1.1.8 |
1425 | 2024-12-21T02:29:47.462Z | Compiling encoding_rs v0.8.34 |
1426 | 2024-12-21T02:29:47.777Z | Compiling cookie v0.18.1 |
1427 | 2024-12-21T02:29:47.933Z | Compiling multer v3.1.0 |
1428 | 2024-12-21T02:29:48.056Z | Compiling mime v0.3.17 |
1429 | 2024-12-21T02:29:48.136Z | Compiling gimli v0.31.1 |
1430 | 2024-12-21T02:29:48.260Z | Compiling rayon-core v1.12.1 |
1431 | 2024-12-21T02:29:48.546Z | Compiling openssl-probe v0.1.5 |
1432 | 2024-12-21T02:29:48.652Z | Compiling schemars v0.8.21 |
1433 | 2024-12-21T02:29:48.912Z | Compiling hyper v1.5.0 |
1434 | 2024-12-21T02:29:48.988Z | Compiling slog-async v2.8.0 |
1435 | 2024-12-21T02:29:49.535Z | Compiling ipnet v2.10.1 |
1436 | 2024-12-21T02:29:50.092Z | Compiling signal-hook v0.3.17 |
1437 | 2024-12-21T02:29:50.375Z | Compiling unicode-properties v0.1.3 |
1438 | 2024-12-21T02:29:50.788Z | Compiling stringprep v0.1.5 |
1439 | 2024-12-21T02:29:50.854Z | Compiling schemars_derive v0.8.21 |
1440 | 2024-12-21T02:29:52.007Z | Compiling hyper-util v0.1.10 |
1441 | 2024-12-21T02:29:52.738Z | Compiling toml_edit v0.22.22 |
1442 | 2024-12-21T02:29:52.774Z | Compiling addr2line v0.24.2 |
1443 | 2024-12-21T02:29:53.509Z | Compiling usdt-macro v0.5.0 |
1444 | 2024-12-21T02:29:53.566Z | Compiling usdt-attr-macro v0.5.0 |
1445 | 2024-12-21T02:29:54.199Z | Compiling crossbeam-deque v0.8.5 |
1446 | 2024-12-21T02:29:54.368Z | Compiling term v0.7.0 |
1447 | 2024-12-21T02:29:54.894Z | Compiling slog-json v2.6.1 |
1448 | 2024-12-21T02:29:54.946Z | Compiling serde_urlencoded v0.7.1 |
1449 | 2024-12-21T02:29:55.155Z | Compiling curve25519-dalek v4.1.3 |
1450 | 2024-12-21T02:29:55.195Z | Compiling crossbeam-channel v0.5.13 |
1451 | 2024-12-21T02:29:55.261Z | Compiling enum-as-inner v0.6.1 |
1452 | 2024-12-21T02:29:55.473Z | Compiling futures-executor v0.3.31 |
1453 | 2024-12-21T02:29:55.773Z | Compiling md-5 v0.10.6 |
1454 | 2024-12-21T02:29:55.891Z | Compiling async-stream-impl v0.3.6 |
1455 | 2024-12-21T02:29:56.024Z | Compiling num-integer v0.1.46 |
1456 | 2024-12-21T02:29:56.071Z | Compiling rustls-pemfile v2.2.0 |
1457 | 2024-12-21T02:29:56.282Z | Compiling idna v0.3.0 |
1458 | 2024-12-21T02:29:56.374Z | Compiling idna v0.4.0 |
1459 | 2024-12-21T02:29:56.413Z | Compiling hash32 v0.2.1 |
1460 | 2024-12-21T02:29:56.800Z | Compiling ff v0.13.0 |
1461 | 2024-12-21T02:29:56.819Z | Compiling is-terminal v0.4.13 |
1462 | 2024-12-21T02:29:56.948Z | Compiling dropshot v0.12.0 |
1463 | 2024-12-21T02:29:57.029Z | Compiling object v0.36.5 |
1464 | 2024-12-21T02:29:57.237Z | Compiling smoltcp v0.9.1 |
1465 | 2024-12-21T02:29:57.282Z | Compiling base16ct v0.2.0 |
1466 | 2024-12-21T02:29:57.614Z | Compiling fallible-iterator v0.2.0 |
1467 | 2024-12-21T02:29:57.975Z | Compiling linked-hash-map v0.5.6 |
1468 | 2024-12-21T02:29:57.988Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2024-12-21T02:29:58.089Z | Compiling take_mut v0.2.2 |
1470 | 2024-12-21T02:29:58.290Z | Compiling psl-types v2.0.11 |
1471 | 2024-12-21T02:29:58.315Z | Compiling rustc-demangle v0.1.24 |
1472 | 2024-12-21T02:29:58.355Z | Compiling dyn-clone v1.0.17 |
1473 | 2024-12-21T02:29:58.384Z | Compiling portable-atomic v1.9.0 |
1474 | 2024-12-21T02:29:58.489Z | Compiling anyhow v1.0.93 |
1475 | 2024-12-21T02:29:58.599Z | Compiling utf-8 v0.7.6 |
1476 | 2024-12-21T02:29:58.930Z | Compiling quick-error v1.2.3 |
1477 | 2024-12-21T02:29:59.091Z | Compiling resolv-conf v0.7.0 |
1478 | 2024-12-21T02:29:59.313Z | Compiling tungstenite v0.24.0 |
1479 | 2024-12-21T02:29:59.515Z | Compiling publicsuffix v2.2.3 |
1480 | 2024-12-21T02:29:59.795Z | Compiling postgres-protocol v0.6.7 |
1481 | 2024-12-21T02:29:59.908Z | Compiling lru-cache v0.1.2 |
1482 | 2024-12-21T02:30:01.166Z | Compiling sec1 v0.7.3 |
1483 | 2024-12-21T02:30:01.400Z | Compiling async-stream v0.3.6 |
1484 | 2024-12-21T02:30:01.443Z | Compiling hickory-proto v0.24.1 |
1485 | 2024-12-21T02:30:01.519Z | Compiling group v0.13.0 |
1486 | 2024-12-21T02:30:01.723Z | Compiling usdt v0.5.0 |
1487 | 2024-12-21T02:30:01.787Z | Compiling slog-term v2.9.1 |
1488 | 2024-12-21T02:30:02.250Z | Compiling num-iter v0.1.45 |
1489 | 2024-12-21T02:30:02.453Z | Compiling toml v0.8.19 |
1490 | 2024-12-21T02:30:03.027Z | Compiling futures v0.3.31 |
1491 | 2024-12-21T02:30:03.151Z | Compiling slog-bunyan v2.5.0 |
1492 | 2024-12-21T02:30:03.518Z | Compiling camino v1.1.9 |
1493 | 2024-12-21T02:30:04.399Z | Compiling tokio-native-tls v0.3.1 |
1494 | 2024-12-21T02:30:04.525Z | Compiling backtrace v0.3.74 |
1495 | 2024-12-21T02:30:05.193Z | Compiling phf_shared v0.11.2 |
1496 | 2024-12-21T02:30:05.270Z | Compiling dropshot_endpoint v0.12.0 |
1497 | 2024-12-21T02:30:05.394Z | Compiling terminal_size v0.4.0 |
1498 | 2024-12-21T02:30:05.674Z | Compiling waitgroup v0.1.2 |
1499 | 2024-12-21T02:30:05.808Z | Compiling openapiv3 v2.0.0 |
1500 | 2024-12-21T02:30:05.808Z | Compiling serde_path_to_error v0.1.16 |
1501 | 2024-12-21T02:30:05.937Z | Compiling hkdf v0.12.4 |
1502 | 2024-12-21T02:30:06.160Z | Compiling crypto-bigint v0.5.5 |
1503 | 2024-12-21T02:30:06.597Z | Compiling curve25519-dalek-derive v0.1.1 |
1504 | 2024-12-21T02:30:10.415Z | Compiling zerocopy-derive v0.6.6 |
1505 | 2024-12-21T02:30:10.470Z | Compiling webpki-roots v0.26.6 |
1506 | 2024-12-21T02:30:10.470Z | Compiling idna v0.5.0 |
1507 | 2024-12-21T02:30:10.470Z | Compiling hubpack_derive v0.1.1 |
1508 | 2024-12-21T02:30:10.470Z | Compiling hostname v0.4.0 |
1509 | 2024-12-21T02:30:10.470Z | Compiling ahash v0.8.11 |
1510 | 2024-12-21T02:30:10.470Z | Compiling fs-err v2.11.0 |
1511 | 2024-12-21T02:30:10.470Z | Compiling crc32fast v1.4.2 |
1512 | 2024-12-21T02:30:10.470Z | Compiling managed v0.8.0 |
1513 | 2024-12-21T02:30:10.470Z | Compiling debug-ignore v1.0.5 |
1514 | 2024-12-21T02:30:10.470Z | Compiling winnow v0.5.40 |
1515 | 2024-12-21T02:30:10.523Z | Compiling bitflags v1.3.2 |
1516 | 2024-12-21T02:30:10.529Z | Compiling clap_builder v4.5.21 |
1517 | 2024-12-21T02:30:10.536Z | Compiling console v0.15.8 |
1518 | 2024-12-21T02:30:10.553Z | Compiling zerocopy v0.6.6 |
1519 | 2024-12-21T02:30:11.554Z | Compiling strum_macros v0.25.3 |
1520 | 2024-12-21T02:30:12.131Z | Compiling flate2 v1.0.34 |
1521 | 2024-12-21T02:30:12.170Z | Compiling hubpack v0.1.2 |
1522 | 2024-12-21T02:30:12.257Z | Compiling cookie_store v0.21.0 |
1523 | 2024-12-21T02:30:12.612Z | Compiling elliptic-curve v0.13.8 |
1524 | 2024-12-21T02:30:13.124Z | Compiling hickory-resolver v0.24.1 |
1525 | 2024-12-21T02:30:13.513Z | Compiling phf v0.11.2 |
1526 | 2024-12-21T02:30:13.935Z | Compiling toml_edit v0.19.15 |
1527 | 2024-12-21T02:30:14.288Z | Compiling signal-hook-mio v0.2.4 |
1528 | 2024-12-21T02:30:14.462Z | Compiling hyper-tls v0.6.0 |
1529 | 2024-12-21T02:30:14.690Z | Compiling rayon v1.10.0 |
1530 | 2024-12-21T02:30:14.903Z | Compiling bzip2 v0.4.4 |
1531 | 2024-12-21T02:30:15.845Z | Compiling postgres-types v0.2.8 |
1532 | 2024-12-21T02:30:17.393Z | Compiling tokio-tungstenite v0.24.0 |
1533 | 2024-12-21T02:30:19.380Z | Compiling ed25519 v2.2.3 |
1534 | 2024-12-21T02:30:19.618Z | Compiling phf_shared v0.10.0 |
1535 | 2024-12-21T02:30:20.047Z | Compiling tokio-stream v0.1.16 |
1536 | 2024-12-21T02:30:20.084Z | Compiling pkcs1 v0.7.5 |
1537 | 2024-12-21T02:30:20.137Z | Compiling serde-big-array v0.5.1 |
1538 | 2024-12-21T02:30:20.378Z | Compiling clap_derive v4.5.18 |
1539 | 2024-12-21T02:30:21.052Z | Compiling rfc6979 v0.4.0 |
1540 | 2024-12-21T02:30:21.090Z | Compiling serde_repr v0.1.19 |
1541 | 2024-12-21T02:30:21.144Z | Compiling derive-where v1.2.7 |
1542 | 2024-12-21T02:30:21.242Z | Compiling float-cmp v0.9.0 |
1543 | 2024-12-21T02:30:21.261Z | Compiling bstr v1.10.0 |
1544 | 2024-12-21T02:30:21.467Z | Compiling sync_wrapper v1.0.1 |
1545 | 2024-12-21T02:30:21.626Z | Compiling bit-vec v0.6.3 |
1546 | 2024-12-21T02:30:22.133Z | Compiling difflib v0.4.0 |
1547 | 2024-12-21T02:30:22.151Z | Compiling unicode-segmentation v1.12.0 |
1548 | 2024-12-21T02:30:22.281Z | Compiling predicates-core v1.0.8 |
1549 | 2024-12-21T02:30:22.650Z | Compiling number_prefix v0.4.0 |
1550 | 2024-12-21T02:30:22.889Z | Compiling fixedbitset v0.4.2 |
1551 | 2024-12-21T02:30:23.078Z | Compiling static_assertions v1.1.0 |
1552 | 2024-12-21T02:30:23.091Z | Compiling new_debug_unreachable v1.0.6 |
1553 | 2024-12-21T02:30:23.171Z | Compiling whoami v1.5.2 |
1554 | 2024-12-21T02:30:23.187Z | Compiling precomputed-hash v0.1.1 |
1555 | 2024-12-21T02:30:23.312Z | Compiling unicode-width v0.2.0 |
1556 | 2024-12-21T02:30:23.373Z | Compiling normalize-line-endings v0.3.0 |
1557 | 2024-12-21T02:30:23.508Z | Compiling tokio-postgres v0.7.12 |
1558 | 2024-12-21T02:30:23.832Z | Compiling indicatif v0.17.9 |
1559 | 2024-12-21T02:30:23.879Z | Compiling predicates v3.1.2 |
1560 | 2024-12-21T02:30:23.889Z | Compiling string_cache v0.8.7 |
1561 | 2024-12-21T02:30:24.343Z | Compiling petgraph v0.6.5 |
1562 | 2024-12-21T02:30:24.772Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1563 | 2024-12-21T02:30:25.576Z | Compiling clap v4.5.21 |
1564 | 2024-12-21T02:30:25.605Z | Compiling similar v2.6.0 |
1565 | 2024-12-21T02:30:25.725Z | Compiling bit-set v0.5.3 |
1566 | 2024-12-21T02:30:26.002Z | Compiling ecdsa v0.16.9 |
1567 | 2024-12-21T02:30:26.071Z | Compiling rsa v0.9.6 |
1568 | 2024-12-21T02:30:26.901Z | Compiling ed25519-dalek v2.1.1 |
1569 | 2024-12-21T02:30:28.146Z | Compiling toml v0.7.8 |
1570 | 2024-12-21T02:30:28.262Z | Compiling zip v0.6.6 |
1571 | 2024-12-21T02:30:28.564Z | Compiling crossterm v0.28.1 |
1572 | 2024-12-21T02:30:32.747Z | Compiling hex v0.4.3 |
1573 | 2024-12-21T02:30:33.001Z | Compiling x509-cert v0.2.5 |
1574 | 2024-12-21T02:30:33.001Z | Compiling itertools v0.10.5 |
1575 | 2024-12-21T02:30:33.001Z | Compiling unicode-xid v0.2.6 |
1576 | 2024-12-21T02:30:33.001Z | Compiling lalrpop-util v0.19.12 |
1577 | 2024-12-21T02:30:33.001Z | Compiling peg-runtime v0.8.3 |
1578 | 2024-12-21T02:30:33.066Z | Compiling strum_macros v0.26.4 |
1579 | 2024-12-21T02:30:33.066Z | Compiling xattr v1.3.1 |
1580 | 2024-12-21T02:30:33.066Z | Compiling filetime v0.2.25 |
1581 | 2024-12-21T02:30:33.066Z | Compiling tar v0.4.42 |
1582 | 2024-12-21T02:30:36.150Z | Compiling strum v0.26.3 |
1583 | 2024-12-21T02:30:38.824Z | Compiling aws-lc-sys v0.22.0 |
1584 | 2024-12-21T02:31:06.692Z | Compiling rustls-webpki v0.102.8 |
1585 | 2024-12-21T02:31:10.130Z | Compiling tokio-rustls v0.25.0 |
1586 | 2024-12-21T02:31:11.763Z | Compiling tokio-rustls v0.26.0 |
1587 | 2024-12-21T02:31:12.238Z | Compiling hyper-rustls v0.27.3 |
1588 | 2024-12-21T02:31:12.552Z | Compiling reqwest v0.12.9 |
1589 | 2024-12-21T02:31:13.687Z | Compiling qorb v0.2.1 |
1590 | 2024-12-21T02:31:18.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1591 | 2024-12-21T02:31:18.775Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1592 | 2024-12-21T02:31:24.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1593 | 2024-12-21T02:31:24.731Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1594 | 2024-12-21T02:31:24.775Z | Dec 21 02:31:24.434 INFO Starting download, target: DendriteStub |
1595 | 2024-12-21T02:31:24.775Z | Dec 21 02:31:24.434 INFO Starting download, target: Clickhouse |
1596 | 2024-12-21T02:31:24.775Z | Dec 21 02:31:24.434 INFO Starting download, target: Cockroach |
1597 | 2024-12-21T02:31:24.775Z | Dec 21 02:31:24.434 INFO Starting download, target: MaghemiteMgd |
1598 | 2024-12-21T02:31:24.778Z | Dec 21 02:31:24.434 INFO Starting download, target: DendriteOpenapi |
1599 | 2024-12-21T02:31:24.778Z | Dec 21 02:31:24.434 INFO Starting download, target: Console |
1600 | 2024-12-21T02:31:24.778Z | Dec 21 02:31:24.434 INFO Starting download, target: TransceiverControl |
1601 | 2024-12-21T02:31:24.778Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1602 | 2024-12-21T02:31:24.778Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1603 | 2024-12-21T02:31:24.779Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1604 | 2024-12-21T02:31:24.779Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1605 | 2024-12-21T02:31:24.779Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1606 | 2024-12-21T02:31:24.779Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1607 | 2024-12-21T02:31:24.779Z | Dec 21 02:31:24.435 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1608 | 2024-12-21T02:31:24.975Z | Dec 21 02:31:24.622 INFO Download complete, target: DendriteOpenapi |
1609 | 2024-12-21T02:31:25.199Z | Dec 21 02:31:24.783 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1610 | 2024-12-21T02:31:25.350Z | Dec 21 02:31:24.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2024-12-21T02:31:25.580Z | Dec 21 02:31:25.238 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1612 | 2024-12-21T02:31:25.651Z | Dec 21 02:31:25.307 INFO Download complete, target: Console |
1613 | 2024-12-21T02:31:25.774Z | Dec 21 02:31:25.429 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1614 | 2024-12-21T02:31:25.833Z | Dec 21 02:31:25.490 INFO Download complete, target: TransceiverControl |
1615 | 2024-12-21T02:31:26.313Z | Dec 21 02:31:25.972 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1616 | 2024-12-21T02:31:26.313Z | Dec 21 02:31:25.972 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1617 | 2024-12-21T02:31:26.675Z | Dec 21 02:31:26.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1618 | 2024-12-21T02:31:28.426Z | Dec 21 02:31:28.085 INFO Download complete, target: DendriteStub |
1619 | 2024-12-21T02:31:28.671Z | Dec 21 02:31:28.329 INFO Download complete, target: MaghemiteMgd |
1620 | 2024-12-21T02:31:33.955Z | Dec 21 02:31:33.612 INFO Checking that binary works, target: Cockroach |
1621 | 2024-12-21T02:31:34.117Z | Dec 21 02:31:33.774 INFO Download complete, target: Cockroach |
1622 | 2024-12-21T02:31:39.255Z | Dec 21 02:31:38.912 INFO Checking that binary works, target: Clickhouse |
1623 | 2024-12-21T02:31:39.367Z | Dec 21 02:31:39.023 INFO Download complete, target: Clickhouse |
1624 | 2024-12-21T02:31:39.373Z | All prerequisites installed successfully |
1625 | 2024-12-21T02:31:39.376Z | |
1626 | 2024-12-21T02:31:39.376Z | real 5:42.359186351 |
1627 | 2024-12-21T02:31:39.376Z | user 16:32.493123435 |
1628 | 2024-12-21T02:31:39.376Z | sys 3:11.420129378 |
1629 | 2024-12-21T02:31:39.376Z | trap 0.514297270 |
1630 | 2024-12-21T02:31:39.376Z | tflt 1.632955200 |
1631 | 2024-12-21T02:31:39.376Z | dflt 2.217077755 |
1632 | 2024-12-21T02:31:39.376Z | kflt 0.026846389 |
1633 | 2024-12-21T02:31:39.376Z | lock 32:18.231298889 |
1634 | 2024-12-21T02:31:39.376Z | slp 1:03:52.142872748 |
1635 | 2024-12-21T02:31:39.376Z | lat 54.280635915 |
1636 | 2024-12-21T02:31:39.376Z | stop 2:05.432918729 |
1637 | 2024-12-21T02:31:39.377Z | + source ./tools/include/force-git-over-https.sh |
1638 | 2024-12-21T02:31:39.377Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1639 | 2024-12-21T02:31:39.377Z | ++ (( i = 0 )) |
1640 | 2024-12-21T02:31:39.377Z | ++ (( i < 5 )) |
1641 | 2024-12-21T02:31:39.377Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1642 | 2024-12-21T02:31:39.380Z | ++ (( i++ )) |
1643 | 2024-12-21T02:31:39.380Z | ++ (( i < 5 )) |
1644 | 2024-12-21T02:31:39.380Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1645 | 2024-12-21T02:31:39.383Z | ++ (( i++ )) |
1646 | 2024-12-21T02:31:39.383Z | ++ (( i < 5 )) |
1647 | 2024-12-21T02:31:39.383Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1648 | 2024-12-21T02:31:39.385Z | ++ (( i++ )) |
1649 | 2024-12-21T02:31:39.385Z | ++ (( i < 5 )) |
1650 | 2024-12-21T02:31:39.386Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1651 | 2024-12-21T02:31:39.388Z | ++ (( i++ )) |
1652 | 2024-12-21T02:31:39.388Z | ++ (( i < 5 )) |
1653 | 2024-12-21T02:31:39.388Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1654 | 2024-12-21T02:31:39.391Z | ++ (( i++ )) |
1655 | 2024-12-21T02:31:39.391Z | ++ (( i < 5 )) |
1656 | 2024-12-21T02:31:39.391Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1657 | 2024-12-21T02:31:39.391Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1658 | 2024-12-21T02:31:39.391Z | + rc=0 |
1659 | 2024-12-21T02:31:39.391Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1660 | 2024-12-21T02:32:10.774Z | + case $rc in |
1661 | 2024-12-21T02:32:10.774Z | + pfexec zfs create -p rpool/images/build/host |
1662 | 2024-12-21T02:32:11.018Z | + pfexec zfs create -p rpool/images/build/recovery |
1663 | 2024-12-21T02:32:11.097Z | + cargo xtask releng --output-dir /work |
1664 | 2024-12-21T02:32:11.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1665 | 2024-12-21T02:32:11.633Z | Running `target/debug/xtask releng --output-dir /work` |
1666 | 2024-12-21T02:32:12.543Z | Compiling proc-macro2 v1.0.89 |
1667 | 2024-12-21T02:32:12.543Z | Compiling unicode-ident v1.0.13 |
1668 | 2024-12-21T02:32:12.546Z | Compiling libc v0.2.162 |
1669 | 2024-12-21T02:32:12.546Z | Compiling serde v1.0.215 |
1670 | 2024-12-21T02:32:12.546Z | Compiling autocfg v1.4.0 |
1671 | 2024-12-21T02:32:12.547Z | Compiling version_check v0.9.5 |
1672 | 2024-12-21T02:32:12.547Z | Compiling cfg-if v1.0.0 |
1673 | 2024-12-21T02:32:12.784Z | Compiling memchr v2.7.4 |
1674 | 2024-12-21T02:32:12.824Z | Compiling typenum v1.17.0 |
1675 | 2024-12-21T02:32:12.828Z | Compiling shlex v1.3.0 |
1676 | 2024-12-21T02:32:13.449Z | Compiling value-bag v1.9.0 |
1677 | 2024-12-21T02:32:13.518Z | Compiling generic-array v0.14.7 |
1678 | 2024-12-21T02:32:13.630Z | Compiling lock_api v0.4.12 |
1679 | 2024-12-21T02:32:13.727Z | Compiling scopeguard v1.2.0 |
1680 | 2024-12-21T02:32:13.795Z | Compiling parking_lot_core v0.9.10 |
1681 | 2024-12-21T02:32:13.906Z | Compiling log v0.4.22 |
1682 | 2024-12-21T02:32:14.186Z | Compiling rustix v0.38.37 |
1683 | 2024-12-21T02:32:14.199Z | Compiling serde_json v1.0.132 |
1684 | 2024-12-21T02:32:14.521Z | Compiling quote v1.0.37 |
1685 | 2024-12-21T02:32:14.614Z | Compiling libm v0.2.8 |
1686 | 2024-12-21T02:32:14.726Z | Compiling num-traits v0.2.19 |
1687 | 2024-12-21T02:32:14.861Z | Compiling jobserver v0.1.32 |
1688 | 2024-12-21T02:32:14.954Z | Compiling syn v2.0.87 |
1689 | 2024-12-21T02:32:15.000Z | Compiling getrandom v0.2.15 |
1690 | 2024-12-21T02:32:15.184Z | Compiling once_cell v1.20.2 |
1691 | 2024-12-21T02:32:15.225Z | Compiling cc v1.1.30 |
1692 | 2024-12-21T02:32:15.323Z | Compiling thiserror v1.0.69 |
1693 | 2024-12-21T02:32:15.345Z | Compiling spin v0.9.8 |
1694 | 2024-12-21T02:32:15.514Z | Compiling itoa v1.0.11 |
1695 | 2024-12-21T02:32:15.593Z | Compiling aho-corasick v1.1.3 |
1696 | 2024-12-21T02:32:15.801Z | Compiling regex-syntax v0.8.5 |
1697 | 2024-12-21T02:32:15.802Z | Compiling slab v0.4.9 |
1698 | 2024-12-21T02:32:16.018Z | Compiling errno v0.3.9 |
1699 | 2024-12-21T02:32:16.530Z | Compiling byteorder v1.5.0 |
1700 | 2024-12-21T02:32:16.797Z | Compiling either v1.13.0 |
1701 | 2024-12-21T02:32:17.105Z | Compiling lazy_static v1.5.0 |
1702 | 2024-12-21T02:32:17.253Z | Compiling rand_core v0.6.4 |
1703 | 2024-12-21T02:32:17.413Z | Compiling glob v0.3.1 |
1704 | 2024-12-21T02:32:17.652Z | Compiling prettyplease v0.2.25 |
1705 | 2024-12-21T02:32:17.702Z | Compiling subtle v2.6.1 |
1706 | 2024-12-21T02:32:18.028Z | Compiling minimal-lexical v0.2.1 |
1707 | 2024-12-21T02:32:18.265Z | Compiling clang-sys v1.8.1 |
1708 | 2024-12-21T02:32:18.319Z | Compiling libloading v0.8.5 |
1709 | 2024-12-21T02:32:18.507Z | Compiling nom v7.1.3 |
1710 | 2024-12-21T02:32:18.696Z | Compiling home v0.5.9 |
1711 | 2024-12-21T02:32:18.857Z | Compiling bindgen v0.69.5 |
1712 | 2024-12-21T02:32:19.383Z | Compiling itertools v0.12.1 |
1713 | 2024-12-21T02:32:19.522Z | Compiling regex-automata v0.4.8 |
1714 | 2024-12-21T02:32:20.622Z | Compiling rustc-hash v1.1.0 |
1715 | 2024-12-21T02:32:20.870Z | Compiling lazycell v1.3.0 |
1716 | 2024-12-21T02:32:21.173Z | Compiling cmake v0.1.51 |
1717 | 2024-12-21T02:32:21.577Z | Compiling dunce v1.0.5 |
1718 | 2024-12-21T02:32:21.776Z | Compiling pkg-config v0.3.31 |
1719 | 2024-12-21T02:32:22.038Z | Compiling cexpr v0.6.0 |
1720 | 2024-12-21T02:32:22.067Z | Compiling fs_extra v1.3.0 |
1721 | 2024-12-21T02:32:22.365Z | Compiling semver v1.0.23 |
1722 | 2024-12-21T02:32:22.650Z | Compiling smallvec v1.13.2 |
1723 | 2024-12-21T02:32:22.692Z | Compiling ring v0.17.8 |
1724 | 2024-12-21T02:32:22.906Z | Compiling synstructure v0.13.1 |
1725 | 2024-12-21T02:32:23.580Z | Compiling heck v0.5.0 |
1726 | 2024-12-21T02:32:23.712Z | Compiling paste v1.0.15 |
1727 | 2024-12-21T02:32:23.851Z | Compiling ryu v1.0.18 |
1728 | 2024-12-21T02:32:24.028Z | Compiling aws-lc-rs v1.10.0 |
1729 | 2024-12-21T02:32:24.234Z | Compiling httparse v1.9.5 |
1730 | 2024-12-21T02:32:24.424Z | Compiling const-oid v0.9.6 |
1731 | 2024-12-21T02:32:24.982Z | Compiling pin-project-lite v0.2.14 |
1732 | 2024-12-21T02:32:25.130Z | Compiling allocator-api2 v0.2.18 |
1733 | 2024-12-21T02:32:25.776Z | Compiling regex v1.11.1 |
1734 | 2024-12-21T02:32:26.109Z | Compiling futures-core v0.3.31 |
1735 | 2024-12-21T02:32:26.511Z | Compiling signal-hook-registry v1.4.2 |
1736 | 2024-12-21T02:32:27.128Z | Compiling num-conv v0.1.0 |
1737 | 2024-12-21T02:32:27.276Z | Compiling time-core v0.1.2 |
1738 | 2024-12-21T02:32:27.450Z | Compiling crossbeam-utils v0.8.20 |
1739 | 2024-12-21T02:32:27.494Z | Compiling parking_lot v0.12.3 |
1740 | 2024-12-21T02:32:27.525Z | Compiling time-macros v0.2.18 |
1741 | 2024-12-21T02:32:28.051Z | Compiling mio v1.0.2 |
1742 | 2024-12-21T02:32:28.191Z | Compiling vcpkg v0.2.15 |
1743 | 2024-12-21T02:32:28.696Z | Compiling serde_derive v1.0.215 |
1744 | 2024-12-21T02:32:28.806Z | Compiling zeroize_derive v1.4.2 |
1745 | 2024-12-21T02:32:29.654Z | Compiling zerocopy-derive v0.7.35 |
1746 | 2024-12-21T02:32:29.977Z | Compiling tokio-macros v2.4.0 |
1747 | 2024-12-21T02:32:30.039Z | Compiling thiserror-impl v1.0.69 |
1748 | 2024-12-21T02:32:30.042Z | Compiling zerofrom-derive v0.1.4 |
1749 | 2024-12-21T02:32:30.438Z | Compiling zeroize v1.8.1 |
1750 | 2024-12-21T02:32:31.058Z | Compiling yoke-derive v0.7.4 |
1751 | 2024-12-21T02:32:31.217Z | Compiling futures-macro v0.3.31 |
1752 | 2024-12-21T02:32:31.298Z | Compiling zerovec-derive v0.10.3 |
1753 | 2024-12-21T02:32:31.859Z | Compiling displaydoc v0.2.5 |
1754 | 2024-12-21T02:32:32.926Z | Compiling zerocopy v0.7.35 |
1755 | 2024-12-21T02:32:33.607Z | Compiling crypto-common v0.1.6 |
1756 | 2024-12-21T02:32:33.610Z | Compiling icu_provider_macros v1.5.0 |
1757 | 2024-12-21T02:32:33.840Z | Compiling tracing-attributes v0.1.27 |
1758 | 2024-12-21T02:32:33.970Z | Compiling block-buffer v0.10.4 |
1759 | 2024-12-21T02:32:34.129Z | Compiling der_derive v0.7.3 |
1760 | 2024-12-21T02:32:34.261Z | Compiling digest v0.10.7 |
1761 | 2024-12-21T02:32:34.602Z | Compiling openssl-sys v0.9.103 |
1762 | 2024-12-21T02:32:34.832Z | Compiling schemars v0.8.21 |
1763 | 2024-12-21T02:32:35.167Z | Compiling fnv v1.0.7 |
1764 | 2024-12-21T02:32:35.685Z | Compiling serde_derive_internals v0.29.1 |
1765 | 2024-12-21T02:32:36.381Z | Compiling socket2 v0.5.7 |
1766 | 2024-12-21T02:32:36.677Z | Compiling ahash v0.8.11 |
1767 | 2024-12-21T02:32:38.210Z | Compiling equivalent v1.0.1 |
1768 | 2024-12-21T02:32:38.272Z | Compiling schemars_derive v0.8.21 |
1769 | 2024-12-21T02:32:38.376Z | Compiling foldhash v0.1.3 |
1770 | 2024-12-21T02:32:38.474Z | Compiling cpufeatures v0.2.14 |
1771 | 2024-12-21T02:32:38.629Z | Compiling futures-sink v0.3.31 |
1772 | 2024-12-21T02:32:38.705Z | Compiling hashbrown v0.15.1 |
1773 | 2024-12-21T02:32:39.053Z | Compiling stable_deref_trait v1.2.0 |
1774 | 2024-12-21T02:32:39.462Z | Compiling slog v2.7.0 |
1775 | 2024-12-21T02:32:40.174Z | Compiling futures-channel v0.3.31 |
1776 | 2024-12-21T02:32:40.475Z | Compiling zerofrom v0.1.4 |
1777 | 2024-12-21T02:32:40.726Z | Compiling scroll_derive v0.12.0 |
1778 | 2024-12-21T02:32:40.758Z | Compiling openssl v0.10.66 |
1779 | 2024-12-21T02:32:40.821Z | Compiling futures-task v0.3.31 |
1780 | 2024-12-21T02:32:40.881Z | Compiling futures-io v0.3.31 |
1781 | 2024-12-21T02:32:41.278Z | Compiling ucd-trie v0.1.7 |
1782 | 2024-12-21T02:32:41.300Z | Compiling pin-utils v0.1.0 |
1783 | 2024-12-21T02:32:41.327Z | Compiling yoke v0.7.4 |
1784 | 2024-12-21T02:32:41.508Z | Compiling futures-util v0.3.31 |
1785 | 2024-12-21T02:32:41.636Z | Compiling pest v2.7.14 |
1786 | 2024-12-21T02:32:41.824Z | Compiling hmac v0.12.1 |
1787 | 2024-12-21T02:32:42.267Z | Compiling tinyvec_macros v0.1.1 |
1788 | 2024-12-21T02:32:42.270Z | Compiling zerovec v0.10.4 |
1789 | 2024-12-21T02:32:42.397Z | Compiling tinyvec v1.8.0 |
1790 | 2024-12-21T02:32:43.739Z | Compiling bitflags v2.6.0 |
1791 | 2024-12-21T02:32:44.375Z | Compiling bytes v1.8.0 |
1792 | 2024-12-21T02:32:45.646Z | Compiling tokio v1.40.0 |
1793 | 2024-12-21T02:32:46.500Z | Compiling indexmap v2.6.0 |
1794 | 2024-12-21T02:32:46.570Z | Compiling serde_tokenstream v0.2.2 |
1795 | 2024-12-21T02:32:48.280Z | Compiling http v1.1.0 |
1796 | 2024-12-21T02:32:49.178Z | Compiling which v4.4.2 |
1797 | 2024-12-21T02:32:49.844Z | Compiling rustc_version v0.4.1 |
1798 | 2024-12-21T02:32:50.176Z | Compiling pest_meta v2.7.14 |
1799 | 2024-12-21T02:32:50.649Z | Compiling uuid v1.11.0 |
1800 | 2024-12-21T02:32:50.827Z | Compiling block-padding v0.3.3 |
1801 | 2024-12-21T02:32:51.158Z | Compiling openssl-macros v0.1.1 |
1802 | 2024-12-21T02:32:51.682Z | Compiling rustls v0.23.19 |
1803 | 2024-12-21T02:32:51.993Z | Compiling native-tls v0.2.12 |
1804 | 2024-12-21T02:32:52.207Z | Compiling iana-time-zone v0.1.61 |
1805 | 2024-12-21T02:32:52.357Z | Compiling pest_generator v2.7.14 |
1806 | 2024-12-21T02:32:52.621Z | Compiling chrono v0.4.38 |
1807 | 2024-12-21T02:32:54.260Z | Compiling inout v0.1.3 |
1808 | 2024-12-21T02:32:54.620Z | Compiling unicode-normalization v0.1.24 |
1809 | 2024-12-21T02:32:55.269Z | Compiling pest_derive v2.7.14 |
1810 | 2024-12-21T02:32:55.275Z | Compiling cipher v0.4.4 |
1811 | 2024-12-21T02:32:55.678Z | Compiling tinystr v0.7.6 |
1812 | 2024-12-21T02:32:56.020Z | Compiling sha2 v0.10.8 |
1813 | 2024-12-21T02:32:56.261Z | Compiling async-trait v0.1.83 |
1814 | 2024-12-21T02:32:56.500Z | Compiling cookie v0.18.1 |
1815 | 2024-12-21T02:32:56.506Z | Compiling usdt-impl v0.5.0 |
1816 | 2024-12-21T02:32:56.907Z | Compiling unicode-bidi v0.3.17 |
1817 | 2024-12-21T02:32:56.995Z | Compiling litemap v0.7.3 |
1818 | 2024-12-21T02:32:57.544Z | Compiling base64ct v1.6.0 |
1819 | 2024-12-21T02:32:58.228Z | Compiling writeable v0.5.5 |
1820 | 2024-12-21T02:32:58.938Z | Compiling icu_locid v1.5.0 |
1821 | 2024-12-21T02:33:00.011Z | Compiling pem-rfc7468 v0.7.0 |
1822 | 2024-12-21T02:33:00.690Z | Compiling scroll v0.12.0 |
1823 | 2024-12-21T02:33:01.560Z | Compiling ppv-lite86 v0.2.20 |
1824 | 2024-12-21T02:33:01.962Z | Compiling tracing-core v0.1.32 |
1825 | 2024-12-21T02:33:02.499Z | Compiling syn v1.0.109 |
1826 | 2024-12-21T02:33:03.028Z | Compiling camino v1.1.9 |
1827 | 2024-12-21T02:33:03.586Z | Compiling dyn-clone v1.0.17 |
1828 | 2024-12-21T02:33:03.793Z | Compiling percent-encoding v2.3.1 |
1829 | 2024-12-21T02:33:04.284Z | Compiling aws-lc-sys v0.22.0 |
1830 | 2024-12-21T02:33:04.306Z | Compiling rustls-pki-types v1.10.0 |
1831 | 2024-12-21T02:33:04.306Z | Compiling flagset v0.4.6 |
1832 | 2024-12-21T02:33:04.511Z | Compiling plain v0.2.3 |
1833 | 2024-12-21T02:33:04.687Z | Compiling goblin v0.8.2 |
1834 | 2024-12-21T02:33:06.323Z | Compiling der v0.7.9 |
1835 | 2024-12-21T02:33:09.079Z | Compiling tracing v0.1.40 |
1836 | 2024-12-21T02:33:09.702Z | Compiling rand_chacha v0.3.1 |
1837 | 2024-12-21T02:33:11.056Z | Compiling icu_provider v1.5.0 |
1838 | 2024-12-21T02:33:11.663Z | Compiling tokio-util v0.7.12 |
1839 | 2024-12-21T02:33:13.523Z | Compiling rustls v0.22.4 |
1840 | 2024-12-21T02:33:13.937Z | Compiling mirai-annotations v1.12.0 |
1841 | 2024-12-21T02:33:13.991Z | Compiling pretty-hex v0.4.1 |
1842 | 2024-12-21T02:33:14.110Z | Compiling untrusted v0.7.1 |
1843 | 2024-12-21T02:33:14.157Z | Compiling icu_locid_transform_data v1.5.0 |
1844 | 2024-12-21T02:33:14.260Z | Compiling rayon-core v1.12.1 |
1845 | 2024-12-21T02:33:14.442Z | Compiling untrusted v0.9.0 |
1846 | 2024-12-21T02:33:14.492Z | Compiling powerfmt v0.2.0 |
1847 | 2024-12-21T02:33:14.520Z | Compiling icu_locid_transform v1.5.0 |
1848 | 2024-12-21T02:33:15.133Z | Compiling deranged v0.3.11 |
1849 | 2024-12-21T02:33:15.460Z | Compiling dof v0.3.0 |
1850 | 2024-12-21T02:33:17.446Z | Compiling rand v0.8.5 |
1851 | 2024-12-21T02:33:17.695Z | Compiling spki v0.7.3 |
1852 | 2024-12-21T02:33:18.119Z | Compiling dtrace-parser v0.2.0 |
1853 | 2024-12-21T02:33:19.244Z | Compiling salsa20 v0.10.2 |
1854 | 2024-12-21T02:33:19.540Z | Compiling icu_collections v1.5.0 |
1855 | 2024-12-21T02:33:19.984Z | Compiling pbkdf2 v0.12.2 |
1856 | 2024-12-21T02:33:20.541Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1857 | 2024-12-21T02:33:21.061Z | Compiling thread-id v4.2.2 |
1858 | 2024-12-21T02:33:21.709Z | Compiling atomic-waker v1.1.2 |
1859 | 2024-12-21T02:33:21.846Z | Compiling num_threads v0.1.7 |
1860 | 2024-12-21T02:33:22.008Z | Compiling icu_properties_data v1.5.0 |
1861 | 2024-12-21T02:33:22.312Z | Compiling icu_properties v1.5.1 |
1862 | 2024-12-21T02:33:22.520Z | Compiling time v0.3.36 |
1863 | 2024-12-21T02:33:28.226Z | Compiling scrypt v0.11.0 |
1864 | 2024-12-21T02:33:28.306Z | Compiling form_urlencoded v1.2.1 |
1865 | 2024-12-21T02:33:28.643Z | Compiling cbc v0.1.2 |
1866 | 2024-12-21T02:33:28.794Z | Compiling aes v0.8.4 |
1867 | 2024-12-21T02:33:28.981Z | Compiling http-body v1.0.1 |
1868 | 2024-12-21T02:33:29.365Z | Compiling multer v3.1.0 |
1869 | 2024-12-21T02:33:29.459Z | Compiling utf8_iter v1.0.4 |
1870 | 2024-12-21T02:33:29.556Z | Compiling try-lock v0.2.5 |
1871 | 2024-12-21T02:33:29.698Z | Compiling utf16_iter v1.0.5 |
1872 | 2024-12-21T02:33:29.841Z | Compiling slog-async v2.8.0 |
1873 | 2024-12-21T02:33:29.975Z | Compiling write16 v1.0.0 |
1874 | 2024-12-21T02:33:30.047Z | Compiling icu_normalizer_data v1.5.0 |
1875 | 2024-12-21T02:33:30.530Z | Compiling icu_normalizer v1.5.0 |
1876 | 2024-12-21T02:33:30.653Z | Compiling want v0.3.1 |
1877 | 2024-12-21T02:33:31.095Z | Compiling pkcs5 v0.7.1 |
1878 | 2024-12-21T02:33:34.696Z | Compiling h2 v0.4.6 |
1879 | 2024-12-21T02:33:36.096Z | Compiling heapless v0.7.17 |
1880 | 2024-12-21T02:33:36.727Z | Compiling zerocopy-derive v0.6.6 |
1881 | 2024-12-21T02:33:36.925Z | Compiling httpdate v1.0.3 |
1882 | 2024-12-21T02:33:37.308Z | Compiling num-bigint-dig v0.8.4 |
1883 | 2024-12-21T02:33:37.648Z | Compiling anyhow v1.0.93 |
1884 | 2024-12-21T02:33:37.985Z | Compiling signal-hook v0.3.17 |
1885 | 2024-12-21T02:33:38.281Z | Compiling base64 v0.22.1 |
1886 | 2024-12-21T02:33:40.360Z | Compiling pkcs8 v0.10.2 |
1887 | 2024-12-21T02:33:40.755Z | Compiling idna_adapter v1.2.0 |
1888 | 2024-12-21T02:33:41.292Z | Compiling usdt-attr-macro v0.5.0 |
1889 | 2024-12-21T02:33:41.355Z | Compiling usdt-macro v0.5.0 |
1890 | 2024-12-21T02:33:43.246Z | Compiling async-stream-impl v0.3.6 |
1891 | 2024-12-21T02:33:43.303Z | Compiling rustversion v1.0.17 |
1892 | 2024-12-21T02:33:43.924Z | Compiling hyper v1.5.0 |
1893 | 2024-12-21T02:33:44.094Z | Compiling strsim v0.11.1 |
1894 | 2024-12-21T02:33:44.854Z | Compiling tower-service v0.3.3 |
1895 | 2024-12-21T02:33:45.807Z | Compiling idna v1.0.3 |
1896 | 2024-12-21T02:33:48.162Z | Compiling hyper-util v0.1.10 |
1897 | 2024-12-21T02:33:53.915Z | Compiling curve25519-dalek v4.1.3 |
1898 | 2024-12-21T02:33:54.070Z | Compiling openapiv3 v2.0.0 |
1899 | 2024-12-21T02:33:54.603Z | Compiling toml_datetime v0.6.8 |
1900 | 2024-12-21T02:33:54.865Z | Compiling serde_spanned v0.6.8 |
1901 | 2024-12-21T02:33:54.935Z | Compiling enum-as-inner v0.6.1 |
1902 | 2024-12-21T02:33:55.101Z | Compiling dropshot v0.12.0 |
1903 | 2024-12-21T02:33:55.143Z | Compiling foreign-types-shared v0.1.1 |
1904 | 2024-12-21T02:33:55.523Z | Compiling smoltcp v0.9.1 |
1905 | 2024-12-21T02:33:55.996Z | Compiling adler2 v2.0.0 |
1906 | 2024-12-21T02:33:56.204Z | Compiling match_cfg v0.1.0 |
1907 | 2024-12-21T02:33:56.351Z | Compiling portable-atomic v1.9.0 |
1908 | 2024-12-21T02:33:56.358Z | Compiling hostname v0.3.1 |
1909 | 2024-12-21T02:33:56.547Z | Compiling miniz_oxide v0.8.0 |
1910 | 2024-12-21T02:33:56.665Z | Compiling foreign-types v0.3.2 |
1911 | 2024-12-21T02:33:59.004Z | Compiling url v2.5.3 |
1912 | 2024-12-21T02:34:06.432Z | Compiling http-body-util v0.1.2 |
1913 | 2024-12-21T02:34:06.466Z | Compiling clap_derive v4.5.18 |
1914 | 2024-12-21T02:34:07.075Z | Compiling dirs-sys-next v0.1.2 |
1915 | 2024-12-21T02:34:07.701Z | Compiling encoding_rs v0.8.34 |
1916 | 2024-12-21T02:34:10.448Z | Compiling mime v0.3.17 |
1917 | 2024-12-21T02:34:11.934Z | Compiling data-encoding v2.6.0 |
1918 | 2024-12-21T02:34:12.131Z | Compiling siphasher v0.3.11 |
1919 | 2024-12-21T02:34:13.983Z | Compiling dirs-next v2.0.0 |
1920 | 2024-12-21T02:34:19.479Z | Compiling hubpack_derive v0.1.1 |
1921 | 2024-12-21T02:34:19.526Z | Compiling serde_urlencoded v0.7.1 |
1922 | 2024-12-21T02:34:20.103Z | Compiling crossbeam-epoch v0.9.18 |
1923 | 2024-12-21T02:34:20.381Z | Compiling hashbrown v0.14.5 |
1924 | 2024-12-21T02:34:20.968Z | Compiling rustls-pemfile v2.2.0 |
1925 | 2024-12-21T02:34:21.479Z | Compiling dropshot_endpoint v0.12.0 |
1926 | 2024-12-21T02:34:22.807Z | Compiling sha1 v0.10.6 |
1927 | 2024-12-21T02:34:23.222Z | Compiling rustls-webpki v0.102.8 |
1928 | 2024-12-21T02:34:23.847Z | Compiling signature v2.2.0 |
1929 | 2024-12-21T02:34:23.982Z | Compiling curve25519-dalek-derive v0.1.1 |
1930 | 2024-12-21T02:34:24.245Z | Compiling thread_local v1.1.8 |
1931 | 2024-12-21T02:34:24.747Z | Compiling fs-err v2.11.0 |
1932 | 2024-12-21T02:34:25.158Z | Compiling ipnet v2.10.1 |
1933 | 2024-12-21T02:34:25.371Z | Compiling gimli v0.31.1 |
1934 | 2024-12-21T02:34:25.653Z | Compiling anstyle v1.0.10 |
1935 | 2024-12-21T02:34:26.149Z | Compiling winnow v0.6.20 |
1936 | 2024-12-21T02:34:28.149Z | Compiling utf8parse v0.2.2 |
1937 | 2024-12-21T02:34:28.617Z | Compiling openssl-probe v0.1.5 |
1938 | 2024-12-21T02:34:29.384Z | Compiling unicode-properties v0.1.3 |
1939 | 2024-12-21T02:34:29.982Z | Compiling stringprep v0.1.5 |
1940 | 2024-12-21T02:34:29.998Z | Compiling addr2line v0.24.2 |
1941 | 2024-12-21T02:34:29.998Z | Compiling toml_edit v0.22.22 |
1942 | 2024-12-21T02:34:30.538Z | Compiling anstyle-parse v0.2.5 |
1943 | 2024-12-21T02:34:31.416Z | Compiling regress v0.10.1 |
1944 | 2024-12-21T02:34:32.292Z | Compiling crossbeam-deque v0.8.5 |
1945 | 2024-12-21T02:34:32.653Z | Compiling term v0.7.0 |
1946 | 2024-12-21T02:34:33.931Z | Compiling slog-json v2.6.1 |
1947 | 2024-12-21T02:34:35.133Z | Compiling crossbeam-channel v0.5.13 |
1948 | 2024-12-21T02:34:36.652Z | Compiling idna v0.4.0 |
1949 | 2024-12-21T02:34:37.208Z | Compiling idna v0.3.0 |
1950 | 2024-12-21T02:34:38.235Z | Compiling futures-executor v0.3.31 |
1951 | 2024-12-21T02:34:38.697Z | Compiling num-integer v0.1.46 |
1952 | 2024-12-21T02:34:38.718Z | Compiling md-5 v0.10.6 |
1953 | 2024-12-21T02:34:38.974Z | Compiling ff v0.13.0 |
1954 | 2024-12-21T02:34:39.230Z | Compiling hash32 v0.2.1 |
1955 | 2024-12-21T02:34:39.453Z | Compiling memmap v0.7.0 |
1956 | 2024-12-21T02:34:39.627Z | Compiling is-terminal v0.4.13 |
1957 | 2024-12-21T02:34:39.766Z | Compiling object v0.36.5 |
1958 | 2024-12-21T02:34:39.788Z | Compiling take_mut v0.2.2 |
1959 | 2024-12-21T02:34:39.791Z | Compiling quick-error v1.2.3 |
1960 | 2024-12-21T02:34:39.958Z | Compiling linked-hash-map v0.5.6 |
1961 | 2024-12-21T02:34:39.979Z | Compiling anstyle-query v1.1.1 |
1962 | 2024-12-21T02:34:40.150Z | Compiling base16ct v0.2.0 |
1963 | 2024-12-21T02:34:40.355Z | Compiling fallible-iterator v0.2.0 |
1964 | 2024-12-21T02:34:40.452Z | Compiling utf-8 v0.7.6 |
1965 | 2024-12-21T02:34:40.763Z | Compiling is_terminal_polyfill v1.70.1 |
1966 | 2024-12-21T02:34:40.906Z | Compiling rustc-demangle v0.1.24 |
1967 | 2024-12-21T02:34:41.108Z | Compiling psl-types v2.0.11 |
1968 | 2024-12-21T02:34:41.329Z | Compiling heck v0.4.1 |
1969 | 2024-12-21T02:34:41.775Z | Compiling colorchoice v1.0.2 |
1970 | 2024-12-21T02:34:41.809Z | Compiling publicsuffix v2.2.3 |
1971 | 2024-12-21T02:34:41.829Z | Compiling strum_macros v0.25.3 |
1972 | 2024-12-21T02:34:41.946Z | Compiling anstream v0.6.15 |
1973 | 2024-12-21T02:34:42.425Z | Compiling postgres-protocol v0.6.7 |
1974 | 2024-12-21T02:34:42.612Z | Compiling tungstenite v0.24.0 |
1975 | 2024-12-21T02:34:43.688Z | Compiling sec1 v0.7.3 |
1976 | 2024-12-21T02:34:44.274Z | Compiling lru-cache v0.1.2 |
1977 | 2024-12-21T02:34:44.297Z | Compiling resolv-conf v0.7.0 |
1978 | 2024-12-21T02:34:44.663Z | Compiling slog-term v2.9.1 |
1979 | 2024-12-21T02:34:44.981Z | Compiling usdt v0.5.0 |
1980 | 2024-12-21T02:34:45.477Z | Compiling num-iter v0.1.45 |
1981 | 2024-12-21T02:34:45.517Z | Compiling group v0.13.0 |
1982 | 2024-12-21T02:34:45.595Z | Compiling futures v0.3.31 |
1983 | 2024-12-21T02:34:45.829Z | Compiling hickory-proto v0.24.1 |
1984 | 2024-12-21T02:34:45.929Z | Compiling tokio-rustls v0.26.0 |
1985 | 2024-12-21T02:34:46.697Z | Compiling tokio-rustls v0.25.0 |
1986 | 2024-12-21T02:34:47.154Z | Compiling backtrace v0.3.74 |
1987 | 2024-12-21T02:34:47.290Z | Compiling typify-impl v0.2.0 |
1988 | 2024-12-21T02:34:48.327Z | Compiling slog-bunyan v2.5.0 |
1989 | 2024-12-21T02:34:48.547Z | Compiling toml v0.8.19 |
1990 | 2024-12-21T02:34:48.729Z | Compiling tokio-native-tls v0.3.1 |
1991 | 2024-12-21T02:34:49.024Z | Compiling phf_shared v0.11.2 |
1992 | 2024-12-21T02:34:49.476Z | Compiling async-stream v0.3.6 |
1993 | 2024-12-21T02:34:49.809Z | Compiling waitgroup v0.1.2 |
1994 | 2024-12-21T02:34:49.919Z | Compiling webpki-roots v0.26.6 |
1995 | 2024-12-21T02:34:50.119Z | Compiling idna v0.5.0 |
1996 | 2024-12-21T02:34:50.164Z | Compiling terminal_size v0.4.0 |
1997 | 2024-12-21T02:34:50.256Z | Compiling serde_path_to_error v0.1.16 |
1998 | 2024-12-21T02:34:51.029Z | Compiling hkdf v0.12.4 |
1999 | 2024-12-21T02:34:51.084Z | Compiling crypto-bigint v0.5.5 |
2000 | 2024-12-21T02:34:51.293Z | Compiling serde_repr v0.1.19 |
2001 | 2024-12-21T02:34:51.585Z | Compiling derive-where v1.2.7 |
2002 | 2024-12-21T02:34:52.601Z | Compiling hostname v0.4.0 |
2003 | 2024-12-21T02:34:52.839Z | Compiling crc32fast v1.4.2 |
2004 | 2024-12-21T02:34:54.024Z | Compiling managed v0.8.0 |
2005 | 2024-12-21T02:34:54.419Z | Compiling debug-ignore v1.0.5 |
2006 | 2024-12-21T02:34:54.579Z | Compiling unicode-width v0.1.14 |
2007 | 2024-12-21T02:34:54.658Z | Compiling clap_lex v0.7.2 |
2008 | 2024-12-21T02:34:54.679Z | Compiling bitflags v1.3.2 |
2009 | 2024-12-21T02:34:54.902Z | Compiling winnow v0.5.40 |
2010 | 2024-12-21T02:34:55.061Z | Compiling console v0.15.8 |
2011 | 2024-12-21T02:34:55.083Z | Compiling clap_builder v4.5.21 |
2012 | 2024-12-21T02:34:58.055Z | Compiling elliptic-curve v0.13.8 |
2013 | 2024-12-21T02:34:58.686Z | Compiling toml_edit v0.19.15 |
2014 | 2024-12-21T02:34:58.944Z | Compiling flate2 v1.0.34 |
2015 | 2024-12-21T02:34:59.033Z | Compiling typify-macro v0.2.0 |
2016 | 2024-12-21T02:34:59.201Z | Compiling hickory-resolver v0.24.1 |
2017 | 2024-12-21T02:34:59.879Z | Compiling cookie_store v0.21.0 |
2018 | 2024-12-21T02:35:04.234Z | Compiling hyper-rustls v0.27.3 |
2019 | 2024-12-21T02:35:05.386Z | Compiling phf v0.11.2 |
2020 | 2024-12-21T02:35:05.700Z | Compiling hyper-tls v0.6.0 |
2021 | 2024-12-21T02:35:06.130Z | Compiling signal-hook-mio v0.2.4 |
2022 | 2024-12-21T02:35:06.150Z | Compiling rayon v1.10.0 |
2023 | 2024-12-21T02:35:06.312Z | Compiling bzip2 v0.4.4 |
2024 | 2024-12-21T02:35:06.721Z | Compiling tokio-tungstenite v0.24.0 |
2025 | 2024-12-21T02:35:06.798Z | Compiling postgres-types v0.2.8 |
2026 | 2024-12-21T02:35:07.165Z | Compiling ed25519 v2.2.3 |
2027 | 2024-12-21T02:35:07.266Z | Compiling hubpack v0.1.2 |
2028 | 2024-12-21T02:35:07.513Z | Compiling phf_shared v0.10.0 |
2029 | 2024-12-21T02:35:07.729Z | Compiling pkcs1 v0.7.5 |
2030 | 2024-12-21T02:35:07.960Z | Compiling zerocopy v0.6.6 |
2031 | 2024-12-21T02:35:08.219Z | Compiling tokio-stream v0.1.16 |
2032 | 2024-12-21T02:35:09.032Z | Compiling serde-big-array v0.5.1 |
2033 | 2024-12-21T02:35:09.201Z | Compiling rfc6979 v0.4.0 |
2034 | 2024-12-21T02:35:09.274Z | Compiling float-cmp v0.9.0 |
2035 | 2024-12-21T02:35:09.455Z | Compiling sync_wrapper v1.0.1 |
2036 | 2024-12-21T02:35:09.624Z | Compiling bstr v1.10.0 |
2037 | 2024-12-21T02:35:09.804Z | Compiling whoami v1.5.2 |
2038 | 2024-12-21T02:35:09.883Z | Compiling predicates-core v1.0.8 |
2039 | 2024-12-21T02:35:10.376Z | Compiling unicode-segmentation v1.12.0 |
2040 | 2024-12-21T02:35:10.761Z | Compiling difflib v0.4.0 |
2041 | 2024-12-21T02:35:10.821Z | Compiling number_prefix v0.4.0 |
2042 | 2024-12-21T02:35:11.229Z | Compiling normalize-line-endings v0.3.0 |
2043 | 2024-12-21T02:35:11.370Z | Compiling unicode-width v0.2.0 |
2044 | 2024-12-21T02:35:11.528Z | Compiling new_debug_unreachable v1.0.6 |
2045 | 2024-12-21T02:35:11.656Z | Compiling bit-vec v0.6.3 |
2046 | 2024-12-21T02:35:11.933Z | Compiling static_assertions v1.1.0 |
2047 | 2024-12-21T02:35:12.055Z | Compiling precomputed-hash v0.1.1 |
2048 | 2024-12-21T02:35:12.099Z | Compiling fixedbitset v0.4.2 |
2049 | 2024-12-21T02:35:12.228Z | Compiling string_cache v0.8.7 |
2050 | 2024-12-21T02:35:12.511Z | Compiling petgraph v0.6.5 |
2051 | 2024-12-21T02:35:12.661Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2052 | 2024-12-21T02:35:13.037Z | Compiling bit-set v0.5.3 |
2053 | 2024-12-21T02:35:13.268Z | Compiling reqwest v0.12.9 |
2054 | 2024-12-21T02:35:13.355Z | Compiling indicatif v0.17.9 |
2055 | 2024-12-21T02:35:16.206Z | Compiling predicates v3.1.2 |
2056 | 2024-12-21T02:35:16.629Z | Compiling similar v2.6.0 |
2057 | 2024-12-21T02:35:17.353Z | Compiling tokio-postgres v0.7.12 |
2058 | 2024-12-21T02:35:18.702Z | Compiling ecdsa v0.16.9 |
2059 | 2024-12-21T02:35:19.588Z | Compiling qorb v0.2.1 |
2060 | 2024-12-21T02:35:20.158Z | Compiling rsa v0.9.6 |
2061 | 2024-12-21T02:35:20.299Z | Compiling ed25519-dalek v2.1.1 |
2062 | 2024-12-21T02:35:20.859Z | Compiling zip v0.6.6 |
2063 | 2024-12-21T02:35:21.697Z | Compiling crossterm v0.28.1 |
2064 | 2024-12-21T02:35:21.828Z | Compiling toml v0.7.8 |
2065 | 2024-12-21T02:35:22.137Z | Compiling clap v4.5.21 |
2066 | 2024-12-21T02:35:25.107Z | Compiling x509-cert v0.2.5 |
2067 | 2024-12-21T02:35:25.360Z | Compiling hex v0.4.3 |
2068 | 2024-12-21T02:35:27.313Z | Compiling itertools v0.10.5 |
2069 | 2024-12-21T02:35:28.309Z | Compiling radium v0.7.0 |
2070 | 2024-12-21T02:35:29.397Z | Compiling peg-runtime v0.8.3 |
2071 | 2024-12-21T02:35:30.084Z | Compiling unicode-xid v0.2.6 |
2072 | 2024-12-21T02:35:31.108Z | Compiling lalrpop-util v0.19.12 |
2073 | 2024-12-21T02:35:31.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2074 | 2024-12-21T02:35:48.508Z | Compiling ident_case v1.0.1 |
2075 | 2024-12-21T02:35:49.161Z | Compiling maybe-uninit v2.0.0 |
2076 | 2024-12-21T02:35:49.338Z | Compiling tap v1.0.1 |
2077 | 2024-12-21T02:35:51.017Z | Compiling wyz v0.5.1 |
2078 | 2024-12-21T02:35:54.233Z | Compiling darling_core v0.20.10 |
2079 | 2024-12-21T02:36:00.063Z | Compiling typify v0.2.0 |
2080 | 2024-12-21T02:36:03.879Z | Compiling packed_struct v0.10.1 |
2081 | 2024-12-21T02:36:04.073Z | Compiling unsafe-libyaml v0.2.11 |
2082 | 2024-12-21T02:36:05.078Z | Compiling funty v2.0.0 |
2083 | 2024-12-21T02:36:05.478Z | Compiling serde_yaml v0.9.34+deprecated |
2084 | 2024-12-21T02:36:07.435Z | Compiling bitvec v1.0.1 |
2085 | 2024-12-21T02:36:09.389Z | Compiling darling_macro v0.20.10 |
2086 | 2024-12-21T02:36:10.321Z | Compiling progenitor-impl v0.8.0 |
2087 | 2024-12-21T02:36:13.170Z | Compiling packed_struct_codegen v0.10.1 |
2088 | 2024-12-21T02:36:15.151Z | Compiling structmeta-derive v0.3.0 |
2089 | 2024-12-21T02:36:15.673Z | Compiling indexmap v1.9.3 |
2090 | 2024-12-21T02:36:16.003Z | Compiling fastrand v2.1.1 |
2091 | 2024-12-21T02:36:16.496Z | Compiling crc-catalog v2.4.0 |
2092 | 2024-12-21T02:36:16.709Z | Compiling nodrop v0.1.14 |
2093 | 2024-12-21T02:36:16.864Z | Compiling newtype-uuid v1.1.3 |
2094 | 2024-12-21T02:36:17.178Z | Compiling progenitor-macro v0.8.0 |
2095 | 2024-12-21T02:36:17.845Z | Compiling structmeta v0.3.0 |
2096 | 2024-12-21T02:36:19.130Z | Compiling array-init v0.0.4 |
2097 | 2024-12-21T02:36:20.108Z | Compiling crc v3.2.1 |
2098 | 2024-12-21T02:36:20.242Z | Compiling tempfile v3.13.0 |
2099 | 2024-12-21T02:36:25.301Z | Compiling smallvec v0.6.14 |
2100 | 2024-12-21T02:36:26.193Z | Compiling darling v0.20.10 |
2101 | 2024-12-21T02:36:32.107Z | Compiling progenitor-client v0.8.0 |
2102 | 2024-12-21T02:36:34.167Z | Compiling pin-project-internal v1.1.6 |
2103 | 2024-12-21T02:36:34.376Z | Compiling dropshot v0.13.0 |
2104 | 2024-12-21T02:36:34.687Z | Compiling termcolor v1.4.1 |
2105 | 2024-12-21T02:36:35.039Z | Compiling hashbrown v0.12.3 |
2106 | 2024-12-21T02:36:36.068Z | Compiling same-file v1.0.6 |
2107 | 2024-12-21T02:36:36.575Z | Compiling base64 v0.21.7 |
2108 | 2024-12-21T02:36:38.006Z | Compiling bitfield v0.14.0 |
2109 | 2024-12-21T02:36:38.338Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2110 | 2024-12-21T02:36:43.950Z | Compiling ron v0.8.1 |
2111 | 2024-12-21T02:36:49.833Z | Compiling pin-project v1.1.6 |
2112 | 2024-12-21T02:36:50.574Z | Compiling walkdir v2.5.0 |
2113 | 2024-12-21T02:36:52.243Z | Compiling env_logger v0.10.2 |
2114 | 2024-12-21T02:36:56.460Z | Compiling progenitor v0.8.0 |
2115 | 2024-12-21T02:36:56.775Z | Compiling serde_with_macros v3.11.0 |
2116 | 2024-12-21T02:36:56.796Z | Compiling serde-hex v0.1.0 |
2117 | 2024-12-21T02:36:57.366Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2118 | 2024-12-21T02:36:57.717Z | Compiling parse-display-derive v0.10.0 |
2119 | 2024-12-21T02:37:01.703Z | Compiling strum_macros v0.26.4 |
2120 | 2024-12-21T02:37:02.039Z | Compiling hashbrown v0.13.2 |
2121 | 2024-12-21T02:37:02.075Z | Compiling ipnetwork v0.20.0 |
2122 | 2024-12-21T02:37:02.973Z | Compiling xattr v1.3.1 |
2123 | 2024-12-21T02:37:03.324Z | Compiling dropshot_endpoint v0.13.0 |
2124 | 2024-12-21T02:37:03.466Z | Compiling snafu-derive v0.8.5 |
2125 | 2024-12-21T02:37:03.914Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2126 | 2024-12-21T02:37:04.677Z | Compiling blake3 v1.5.4 |
2127 | 2024-12-21T02:37:05.299Z | Compiling filetime v0.2.25 |
2128 | 2024-12-21T02:37:05.446Z | Compiling instant v0.1.13 |
2129 | 2024-12-21T02:37:05.640Z | Compiling bumpalo v3.16.0 |
2130 | 2024-12-21T02:37:05.659Z | Compiling lockfree-object-pool v0.1.6 |
2131 | 2024-12-21T02:37:05.964Z | Compiling zip v2.1.3 |
2132 | 2024-12-21T02:37:06.112Z | Compiling crc-any v2.5.0 |
2133 | 2024-12-21T02:37:06.250Z | Compiling simd-adler32 v0.3.7 |
2134 | 2024-12-21T02:37:06.282Z | Compiling buf-list v1.0.3 |
2135 | 2024-12-21T02:37:06.922Z | Compiling zopfli v0.8.1 |
2136 | 2024-12-21T02:37:07.200Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2137 | 2024-12-21T02:37:07.486Z | Compiling strum v0.26.3 |
2138 | 2024-12-21T02:37:07.700Z | Compiling backoff v0.4.0 |
2139 | 2024-12-21T02:37:08.034Z | Compiling tar v0.4.42 |
2140 | 2024-12-21T02:37:08.124Z | Compiling snafu v0.8.5 |
2141 | 2024-12-21T02:37:08.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2142 | 2024-12-21T02:37:08.835Z | Compiling object v0.30.4 |
2143 | 2024-12-21T02:37:09.434Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2144 | 2024-12-21T02:37:11.093Z | Compiling parse-display v0.10.0 |
2145 | 2024-12-21T02:37:12.377Z | Compiling serde_with v3.11.0 |
2146 | 2024-12-21T02:37:13.077Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2147 | 2024-12-21T02:37:13.152Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2148 | 2024-12-21T02:37:13.718Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2149 | 2024-12-21T02:37:13.853Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2150 | 2024-12-21T02:37:14.450Z | Compiling camino-tempfile v1.1.1 |
2151 | 2024-12-21T02:37:14.773Z | Compiling globset v0.4.15 |
2152 | 2024-12-21T02:37:15.269Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2153 | 2024-12-21T02:37:15.481Z | Compiling regress v0.9.1 |
2154 | 2024-12-21T02:37:16.865Z | Compiling pem v3.0.4 |
2155 | 2024-12-21T02:37:18.320Z | Compiling olpc-cjson v0.1.4 |
2156 | 2024-12-21T02:37:18.690Z | Compiling serde_plain v1.0.2 |
2157 | 2024-12-21T02:37:19.257Z | Compiling macaddr v1.0.1 |
2158 | 2024-12-21T02:37:19.921Z | Compiling async-recursion v1.1.1 |
2159 | 2024-12-21T02:37:21.438Z | Compiling memmap2 v0.9.5 |
2160 | 2024-12-21T02:37:22.023Z | Compiling arrayvec v0.7.6 |
2161 | 2024-12-21T02:37:22.045Z | Compiling constant_time_eq v0.3.1 |
2162 | 2024-12-21T02:37:22.233Z | Compiling arrayref v0.3.9 |
2163 | 2024-12-21T02:37:22.357Z | Compiling path-slash v0.1.5 |
2164 | 2024-12-21T02:37:22.436Z | Compiling typed-path v0.9.3 |
2165 | 2024-12-21T02:37:22.496Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2166 | 2024-12-21T02:37:22.606Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2167 | 2024-12-21T02:37:25.270Z | Compiling tough v0.19.0 |
2168 | 2024-12-21T02:37:25.684Z | Compiling itertools v0.13.0 |
2169 | 2024-12-21T02:37:28.099Z | Compiling cargo-platform v0.1.8 |
2170 | 2024-12-21T02:37:29.178Z | Compiling topological-sort v0.2.2 |
2171 | 2024-12-21T02:37:29.501Z | Compiling parse-size v1.1.0 |
2172 | 2024-12-21T02:37:29.591Z | Compiling omicron-zone-package v0.12.0 |
2173 | 2024-12-21T02:37:29.826Z | Compiling cargo_metadata v0.18.1 |
2174 | 2024-12-21T02:37:29.952Z | Compiling shell-words v1.1.0 |
2175 | 2024-12-21T02:37:37.703Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2176 | 2024-12-21T02:37:50.397Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2177 | 2024-12-21T02:38:05.073Z | Finished `release` profile [optimized] target(s) in 5m 53s |
2178 | 2024-12-21T02:38:05.237Z | Running `target/release/omicron-releng --output-dir /work` |
2179 | 2024-12-21T02:38:05.279Z | Dec 21 02:38:04.881 DEBG changing working directory to /work/oxidecomputer/omicron |
2180 | 2024-12-21T02:38:05.385Z | Dec 21 02:38:04.986 DEBG running: git rev-parse HEAD |
2181 | 2024-12-21T02:38:05.392Z | Dec 21 02:38:04.993 DEBG process exited with exit status: 0 (6.711009ms) |
2182 | 2024-12-21T02:38:05.392Z | Dec 21 02:38:04.993 INFO version: 12.0.0-0.ci+gitec6f3678b6b |
2183 | 2024-12-21T02:38:05.436Z | Dec 21 02:38:05.038 INFO cloning helios to /work/oxidecomputer/helios |
2184 | 2024-12-21T02:38:05.436Z | Dec 21 02:38:05.038 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2185 | 2024-12-21T02:38:05.443Z | Cloning into '/work/oxidecomputer/helios'... |
2186 | 2024-12-21T02:38:05.971Z | Dec 21 02:38:05.573 DEBG process exited with exit status: 0 (535.174841ms) |
2187 | 2024-12-21T02:38:05.971Z | Dec 21 02:38:05.573 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2188 | 2024-12-21T02:38:05.979Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2189 | 2024-12-21T02:38:05.979Z | # branch.head master |
2190 | 2024-12-21T02:38:05.979Z | # branch.upstream origin/master |
2191 | 2024-12-21T02:38:05.979Z | # branch.ab +0 -0 |
2192 | 2024-12-21T02:38:05.992Z | Dec 21 02:38:05.581 DEBG process exited with exit status: 0 (7.910067ms) |
2193 | 2024-12-21T02:38:05.992Z | Dec 21 02:38:05.581 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2194 | 2024-12-21T02:38:07.054Z | Dec 21 02:38:06.655 DEBG process exited with exit status: 0 (1.07399082s) |
2195 | 2024-12-21T02:38:07.054Z | Dec 21 02:38:06.655 DEBG running: zfs list rpool/images/build/host |
2196 | 2024-12-21T02:38:07.061Z | NAME USED AVAIL REFER MOUNTPOINT |
2197 | 2024-12-21T02:38:07.061Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2198 | 2024-12-21T02:38:07.063Z | Dec 21 02:38:06.663 DEBG process exited with exit status: 0 (7.508178ms) |
2199 | 2024-12-21T02:38:07.063Z | Dec 21 02:38:06.663 DEBG running: zfs list rpool/images/build/recovery |
2200 | 2024-12-21T02:38:07.067Z | NAME USED AVAIL REFER MOUNTPOINT |
2201 | 2024-12-21T02:38:07.067Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2202 | 2024-12-21T02:38:07.070Z | Dec 21 02:38:06.669 DEBG process exited with exit status: 0 (6.457441ms) |
2203 | 2024-12-21T02:38:07.070Z | Dec 21 02:38:06.670 INFO [hubris-production] running task |
2204 | 2024-12-21T02:38:07.070Z | Dec 21 02:38:06.670 INFO [hubris-staging] running task |
2205 | 2024-12-21T02:38:07.070Z | Dec 21 02:38:06.671 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 |
2206 | 2024-12-21T02:38:07.072Z | Dec 21 02:38:06.674 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2207 | 2024-12-21T02:38:07.146Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2208 | 2024-12-21T02:38:07.546Z | [ omicron-package] Blocking waiting for file lock on package cache |
2209 | 2024-12-21T02:38:08.201Z | [ omicron-package] Blocking waiting for file lock on package cache |
2210 | 2024-12-21T02:38:08.463Z | [ omicron-package] Blocking waiting for file lock on package cache |
2211 | 2024-12-21T02:38:08.630Z | Dec 21 02:38:08.231 INFO [hubris-production] task succeeded (1.561001468s) |
2212 | 2024-12-21T02:38:09.337Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2213 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2214 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling itertools v0.13.0 |
2215 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2216 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling heapless v0.8.0 |
2217 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling hash32 v0.3.1 |
2218 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2219 | 2024-12-21T02:38:09.340Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2220 | 2024-12-21T02:38:10.521Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2221 | 2024-12-21T02:38:11.054Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2222 | 2024-12-21T02:38:11.354Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2223 | 2024-12-21T02:38:11.472Z | [ omicron-package] Compiling cobs v0.2.3 |
2224 | 2024-12-21T02:38:12.207Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2225 | 2024-12-21T02:38:12.369Z | [ omicron-package] Compiling postcard v1.0.10 |
2226 | 2024-12-21T02:38:12.509Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2227 | 2024-12-21T02:38:12.695Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2228 | 2024-12-21T02:38:13.548Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2229 | 2024-12-21T02:38:13.691Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2230 | 2024-12-21T02:38:14.867Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2231 | 2024-12-21T02:38:15.127Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2232 | 2024-12-21T02:38:15.278Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2233 | 2024-12-21T02:38:15.387Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2234 | 2024-12-21T02:38:15.390Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2235 | 2024-12-21T02:38:15.498Z | [ omicron-package] Compiling num_enum v0.5.11 |
2236 | 2024-12-21T02:38:16.075Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2237 | 2024-12-21T02:38:16.166Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2238 | 2024-12-21T02:38:16.622Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2239 | 2024-12-21T02:38:16.781Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2240 | 2024-12-21T02:38:16.932Z | [ omicron-package] Compiling thiserror v2.0.3 |
2241 | 2024-12-21T02:38:17.132Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2242 | 2024-12-21T02:38:17.525Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2243 | 2024-12-21T02:38:17.644Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2244 | 2024-12-21T02:38:18.513Z | [ omicron-package] Compiling colored v2.1.0 |
2245 | 2024-12-21T02:38:18.632Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2246 | 2024-12-21T02:38:18.966Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2247 | 2024-12-21T02:38:19.576Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2248 | 2024-12-21T02:38:20.071Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2249 | 2024-12-21T02:38:20.445Z | Dec 21 02:38:20.045 INFO [hubris-staging] task succeeded (13.37436026s) |
2250 | 2024-12-21T02:38:20.797Z | [ omicron-package] Compiling num-derive v0.4.2 |
2251 | 2024-12-21T02:38:21.533Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2252 | 2024-12-21T02:38:22.191Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2253 | 2024-12-21T02:38:22.285Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2254 | 2024-12-21T02:38:23.003Z | [ omicron-package] Compiling zone v0.3.0 |
2255 | 2024-12-21T02:38:23.131Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2256 | 2024-12-21T02:38:23.244Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2257 | 2024-12-21T02:38:24.253Z | [ omicron-package] Compiling smf v0.2.3 |
2258 | 2024-12-21T02:38:24.387Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2259 | 2024-12-21T02:38:24.998Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2260 | 2024-12-21T02:38:25.111Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2261 | 2024-12-21T02:38:26.888Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-21T02:38:27.176Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2024-12-21T02:38:27.853Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2264 | 2024-12-21T02:38:27.877Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2265 | 2024-12-21T02:38:28.001Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2266 | 2024-12-21T02:38:28.085Z | [ omicron-package] Compiling gethostname v0.5.0 |
2267 | 2024-12-21T02:38:28.193Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2268 | 2024-12-21T02:38:28.354Z | [ omicron-package] Compiling indent_write v2.2.0 |
2269 | 2024-12-21T02:38:28.411Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2270 | 2024-12-21T02:38:30.753Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2271 | 2024-12-21T02:38:32.021Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2272 | 2024-12-21T02:38:33.693Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2273 | 2024-12-21T02:38:36.297Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2274 | 2024-12-21T02:38:36.993Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2275 | 2024-12-21T02:38:38.719Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2276 | 2024-12-21T02:38:51.246Z | [ helios-setup] Dec 21 02:38:50.841 INFO helios repository root is: /work/oxidecomputer/helios |
2277 | 2024-12-21T02:38:51.249Z | [ helios-setup] Dec 21 02:38:50.844 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 |
2278 | 2024-12-21T02:38:51.249Z | [ helios-setup] Dec 21 02:38:50.844 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2279 | 2024-12-21T02:38:51.254Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2280 | 2024-12-21T02:38:51.855Z | [ helios-setup] Dec 21 02:38:51.449 INFO clone ok!, project: pinprick |
2281 | 2024-12-21T02:38:51.857Z | [ helios-setup] Dec 21 02:38:51.450 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2282 | 2024-12-21T02:38:51.857Z | [ helios-setup] Dec 21 02:38:51.450 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2283 | 2024-12-21T02:38:51.858Z | [ helios-setup] Dec 21 02:38:51.450 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 |
2284 | 2024-12-21T02:38:51.858Z | [ helios-setup] Dec 21 02:38:51.450 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2285 | 2024-12-21T02:38:51.860Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2286 | 2024-12-21T02:38:52.460Z | [ helios-setup] Dec 21 02:38:52.054 INFO clone ok!, project: phbl |
2287 | 2024-12-21T02:38:52.462Z | [ helios-setup] Dec 21 02:38:52.054 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 |
2288 | 2024-12-21T02:38:52.462Z | [ helios-setup] Dec 21 02:38:52.054 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 |
2289 | 2024-12-21T02:38:52.465Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2290 | 2024-12-21T02:38:53.418Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2291 | 2024-12-21T02:38:53.426Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2292 | 2024-12-21T02:38:58.381Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.29s |
2293 | 2024-12-21T02:38:58.620Z | [ omicron-package] |
2294 | 2024-12-21T02:38:58.621Z | [ omicron-package] real 51.493419582 |
2295 | 2024-12-21T02:38:58.623Z | [ omicron-package] user 3:06.003955851 |
2296 | 2024-12-21T02:38:58.624Z | [ omicron-package] sys 26.348293180 |
2297 | 2024-12-21T02:38:58.624Z | [ omicron-package] trap 0.295275443 |
2298 | 2024-12-21T02:38:58.624Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2299 | 2024-12-21T02:38:58.624Z | [ omicron-package] tflt 0.602282029 |
2300 | 2024-12-21T02:38:58.624Z | [ omicron-package] dflt 0.907480651 |
2301 | 2024-12-21T02:38:58.624Z | [ omicron-package] kflt 0.000030726 |
2302 | 2024-12-21T02:38:58.624Z | [ omicron-package] lock 5:44.983124423 |
2303 | 2024-12-21T02:38:58.624Z | [ omicron-package] slp 10:11.333247859 |
2304 | 2024-12-21T02:38:58.624Z | [ omicron-package] lat 1:40.108705322 |
2305 | 2024-12-21T02:38:58.624Z | [ omicron-package] stop 1:07.070169954 |
2306 | 2024-12-21T02:38:58.624Z | Dec 21 02:38:58.214 INFO [omicron-package] process exited with exit status: 0 (51.5437491s) |
2307 | 2024-12-21T02:38:58.624Z | Dec 21 02:38:58.215 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2308 | 2024-12-21T02:38:58.686Z | [ helios-setup] Dec 21 02:38:58.223 INFO clone ok!, project: amd-host-image-builder |
2309 | 2024-12-21T02:38:58.686Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2310 | 2024-12-21T02:38:58.686Z | [ helios-setup] Dec 21 02:38:58.223 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 |
2311 | 2024-12-21T02:38:58.689Z | [ helios-setup] Dec 21 02:38:58.223 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2312 | 2024-12-21T02:38:58.690Z | Dec 21 02:38:58.282 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2313 | 2024-12-21T02:38:58.700Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2314 | 2024-12-21T02:38:58.703Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2315 | 2024-12-21T02:38:58.703Z | Dec 21 02:38:58.296 INFO [recovery-target] process exited with exit status: 0 (81.62558ms) |
2316 | 2024-12-21T02:38:58.706Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2317 | 2024-12-21T02:38:58.706Z | [ host-target] Created new build target 'host' and set it as active |
2318 | 2024-12-21T02:38:58.708Z | Dec 21 02:38:58.300 INFO [host-target] process exited with exit status: 0 (18.107864ms) |
2319 | 2024-12-21T02:38:58.708Z | Dec 21 02:38:58.301 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2320 | 2024-12-21T02:38:58.721Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2321 | 2024-12-21T02:38:59.872Z | [ host-package] Compiling convert_case v0.4.0 |
2322 | 2024-12-21T02:38:59.873Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2323 | 2024-12-21T02:38:59.875Z | [ host-package] Compiling newline-converter v0.3.0 |
2324 | 2024-12-21T02:38:59.875Z | [ host-package] Compiling password-hash v0.5.0 |
2325 | 2024-12-21T02:38:59.875Z | [ host-package] Compiling blake2 v0.10.6 |
2326 | 2024-12-21T02:38:59.875Z | [ host-package] Compiling atomicwrites v0.4.4 |
2327 | 2024-12-21T02:39:00.034Z | [ host-package] Compiling progenitor-client v0.8.0 |
2328 | 2024-12-21T02:39:00.057Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2329 | 2024-12-21T02:39:00.212Z | [ host-package] Compiling expectorate v1.1.0 |
2330 | 2024-12-21T02:39:00.258Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2331 | 2024-12-21T02:39:00.459Z | [ host-package] Compiling owo-colors v4.1.0 |
2332 | 2024-12-21T02:39:00.519Z | [ host-package] Compiling num-rational v0.4.2 |
2333 | 2024-12-21T02:39:00.625Z | [ host-package] Compiling progenitor v0.8.0 |
2334 | 2024-12-21T02:39:00.660Z | [ host-package] Compiling argon2 v0.5.3 |
2335 | 2024-12-21T02:39:00.731Z | [ host-package] Compiling derive_more v0.99.18 |
2336 | 2024-12-21T02:39:00.819Z | [ host-package] Compiling num-complex v0.4.6 |
2337 | 2024-12-21T02:39:01.524Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2338 | 2024-12-21T02:39:01.812Z | [ host-package] Compiling libsw v3.3.1 |
2339 | 2024-12-21T02:39:02.172Z | [ host-package] Compiling num v0.4.3 |
2340 | 2024-12-21T02:39:02.210Z | [ host-package] Compiling swrite v0.1.0 |
2341 | 2024-12-21T02:39:02.210Z | [ host-package] Compiling linear-map v1.2.0 |
2342 | 2024-12-21T02:39:02.254Z | [ host-package] Compiling float-ord v0.3.2 |
2343 | 2024-12-21T02:39:02.312Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2344 | 2024-12-21T02:39:02.361Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2345 | 2024-12-21T02:39:02.439Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2024-12-21T02:39:02.678Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2347 | 2024-12-21T02:39:03.176Z | [ host-package] Compiling highway v1.2.0 |
2348 | 2024-12-21T02:39:03.287Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2349 | 2024-12-21T02:39:04.094Z | [ host-package] Compiling semver v0.1.20 |
2350 | 2024-12-21T02:39:04.695Z | [ host-package] Compiling rustc_version v0.1.7 |
2351 | 2024-12-21T02:39:04.721Z | [ host-package] Compiling tungstenite v0.21.0 |
2352 | 2024-12-21T02:39:05.259Z | [ host-package] Compiling newtype_derive v0.1.6 |
2353 | 2024-12-21T02:39:05.536Z | [ helios-setup] Dec 21 02:39:05.128 INFO clone ok!, project: amd-firmware |
2354 | 2024-12-21T02:39:05.541Z | [ helios-setup] Dec 21 02:39:05.128 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 |
2355 | 2024-12-21T02:39:05.541Z | [ helios-setup] Dec 21 02:39:05.129 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2356 | 2024-12-21T02:39:05.543Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2357 | 2024-12-21T02:39:05.753Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2358 | 2024-12-21T02:39:05.793Z | [ host-package] Compiling humantime v2.1.0 |
2359 | 2024-12-21T02:39:06.718Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2360 | 2024-12-21T02:39:07.006Z | [ helios-setup] Dec 21 02:39:06.599 INFO clone ok!, project: chelsio-t6-roms |
2361 | 2024-12-21T02:39:07.009Z | [ helios-setup] Dec 21 02:39:06.599 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 |
2362 | 2024-12-21T02:39:07.009Z | [ helios-setup] Dec 21 02:39:06.599 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2363 | 2024-12-21T02:39:07.012Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2364 | 2024-12-21T02:39:07.387Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2365 | 2024-12-21T02:39:07.778Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2024-12-21T02:39:08.168Z | [ helios-setup] Dec 21 02:39:07.760 INFO clone ok!, project: pilot |
2367 | 2024-12-21T02:39:08.171Z | [ helios-setup] Dec 21 02:39:07.760 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2368 | 2024-12-21T02:39:08.171Z | [ helios-setup] Dec 21 02:39:07.760 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 |
2369 | 2024-12-21T02:39:08.171Z | [ helios-setup] Dec 21 02:39:07.760 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2370 | 2024-12-21T02:39:08.174Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2371 | 2024-12-21T02:39:08.904Z | [ helios-setup] Dec 21 02:39:08.492 INFO clone ok!, project: bootserver |
2372 | 2024-12-21T02:39:08.908Z | [ helios-setup] Dec 21 02:39:08.492 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 |
2373 | 2024-12-21T02:39:08.908Z | [ helios-setup] Dec 21 02:39:08.492 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2374 | 2024-12-21T02:39:08.909Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2375 | 2024-12-21T02:39:09.685Z | [ helios-setup] Dec 21 02:39:09.277 INFO clone ok!, project: image-builder |
2376 | 2024-12-21T02:39:09.689Z | [ helios-setup] Dec 21 02:39:09.277 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2377 | 2024-12-21T02:39:10.737Z | [ host-package] Compiling dropshot v0.13.0 |
2378 | 2024-12-21T02:39:10.797Z | [ helios-setup] Dec 21 02:39:10.389 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2379 | 2024-12-21T02:39:10.830Z | [ host-package] Compiling ipnetwork v0.20.0 |
2380 | 2024-12-21T02:39:10.945Z | [ host-package] Compiling instant v0.1.13 |
2381 | 2024-12-21T02:39:11.253Z | [ host-package] Compiling backoff v0.4.0 |
2382 | 2024-12-21T02:39:11.309Z | [ helios-setup] Dec 21 02:39:10.901 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2383 | 2024-12-21T02:39:11.312Z | [ helios-setup] Dec 21 02:39:10.901 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2384 | 2024-12-21T02:39:11.694Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2385 | 2024-12-21T02:39:11.880Z | [ host-package] Compiling steno v0.4.1 |
2386 | 2024-12-21T02:39:11.928Z | [ helios-setup] Dec 21 02:39:11.520 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2387 | 2024-12-21T02:39:12.482Z | [ helios-setup] Dec 21 02:39:12.074 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2388 | 2024-12-21T02:39:12.486Z | [ helios-setup] Dec 21 02:39:12.074 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2389 | 2024-12-21T02:39:12.530Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2390 | 2024-12-21T02:39:12.562Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2391 | 2024-12-21T02:39:13.030Z | [ helios-setup] Dec 21 02:39:12.621 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2392 | 2024-12-21T02:39:13.090Z | [ host-package] Compiling parse-display v0.10.0 |
2393 | 2024-12-21T02:39:13.635Z | [ helios-setup] Dec 21 02:39:13.227 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2394 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2395 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2396 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO ok! |
2397 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2398 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2399 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO ok! |
2400 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2401 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.227 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2402 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.228 INFO ok! |
2403 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.228 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2404 | 2024-12-21T02:39:13.638Z | [ helios-setup] Dec 21 02:39:13.228 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2405 | 2024-12-21T02:39:13.861Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2406 | 2024-12-21T02:39:14.285Z | [ helios-setup] Dec 21 02:39:13.534 INFO E| Downloading crates ... |
2407 | 2024-12-21T02:39:14.302Z | [ host-package] Compiling strum v0.26.3 |
2408 | 2024-12-21T02:39:14.302Z | [ helios-setup] Dec 21 02:39:13.720 INFO E| Downloaded miniz_oxide v0.7.2 |
2409 | 2024-12-21T02:39:14.302Z | [ helios-setup] Dec 21 02:39:13.819 INFO E| Compiling adler v1.0.2 |
2410 | 2024-12-21T02:39:14.303Z | [ host-package] Compiling serde_with v3.11.0 |
2411 | 2024-12-21T02:39:14.466Z | [ helios-setup] Dec 21 02:39:14.058 INFO E| Compiling miniz_oxide v0.7.2 |
2412 | 2024-12-21T02:39:17.183Z | [ helios-setup] Dec 21 02:39:16.772 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2413 | 2024-12-21T02:39:18.157Z | [ helios-setup] Dec 21 02:39:17.747 INFO E| Finished `release` profile [optimized] target(s) in 4.42s |
2414 | 2024-12-21T02:39:18.166Z | [ helios-setup] Dec 21 02:39:17.757 INFO building project "pinprick" ok (4 seconds) |
2415 | 2024-12-21T02:39:18.168Z | [ helios-setup] Dec 21 02:39:17.757 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2416 | 2024-12-21T02:39:18.168Z | [ helios-setup] Dec 21 02:39:17.757 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2417 | 2024-12-21T02:39:18.176Z | [ helios-setup] Dec 21 02:39:17.767 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2418 | 2024-12-21T02:39:18.225Z | [ host-package] Compiling regress v0.9.1 |
2419 | 2024-12-21T02:39:18.574Z | [ helios-setup] Dec 21 02:39:18.165 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2420 | 2024-12-21T02:39:18.574Z | [ helios-setup] Dec 21 02:39:18.165 INFO E| info: downloading component 'cargo' |
2421 | 2024-12-21T02:39:19.149Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-12-21T02:39:20.181Z | [ helios-setup] Dec 21 02:39:19.769 INFO E| info: downloading component 'clippy' |
2423 | 2024-12-21T02:39:20.604Z | [ helios-setup] Dec 21 02:39:20.194 INFO E| info: downloading component 'rust-docs' |
2424 | 2024-12-21T02:39:21.181Z | [ host-package] Compiling macaddr v1.0.1 |
2425 | 2024-12-21T02:39:21.536Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2426 | 2024-12-21T02:39:21.668Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2427 | 2024-12-21T02:39:21.908Z | [ helios-setup] Dec 21 02:39:21.498 INFO E| info: downloading component 'rust-src' |
2428 | 2024-12-21T02:39:22.130Z | [ helios-setup] Dec 21 02:39:21.720 INFO E| info: downloading component 'rust-std' |
2429 | 2024-12-21T02:39:22.269Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2430 | 2024-12-21T02:39:22.422Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2431 | 2024-12-21T02:39:24.025Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2432 | 2024-12-21T02:39:24.240Z | [ helios-setup] Dec 21 02:39:23.830 INFO E| info: downloading component 'rustc' |
2433 | 2024-12-21T02:39:24.416Z | [ host-package] Compiling prettyplease v0.2.25 |
2434 | 2024-12-21T02:39:25.130Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2435 | 2024-12-21T02:39:25.238Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2436 | 2024-12-21T02:39:26.395Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2437 | 2024-12-21T02:39:28.541Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2438 | 2024-12-21T02:39:29.296Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2439 | 2024-12-21T02:39:30.030Z | [ helios-setup] Dec 21 02:39:29.619 INFO E| info: downloading component 'rustfmt' |
2440 | 2024-12-21T02:39:30.552Z | [ helios-setup] Dec 21 02:39:30.141 INFO E| info: installing component 'cargo' |
2441 | 2024-12-21T02:39:31.835Z | [ helios-setup] Dec 21 02:39:31.424 INFO E| info: installing component 'clippy' |
2442 | 2024-12-21T02:39:32.275Z | [ helios-setup] Dec 21 02:39:31.864 INFO E| info: installing component 'rust-docs' |
2443 | 2024-12-21T02:39:35.212Z | [ host-package] Compiling half v2.4.1 |
2444 | 2024-12-21T02:39:38.740Z | [ helios-setup] Dec 21 02:39:38.326 INFO E| info: installing component 'rust-src' |
2445 | 2024-12-21T02:39:39.396Z | [ helios-setup] Dec 21 02:39:38.983 INFO E| info: installing component 'rust-std' |
2446 | 2024-12-21T02:39:42.218Z | [ helios-setup] Dec 21 02:39:41.805 INFO E| info: installing component 'rustc' |
2447 | 2024-12-21T02:39:43.058Z | [ host-package] Compiling ciborium-io v0.2.2 |
2448 | 2024-12-21T02:39:43.255Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2449 | 2024-12-21T02:39:43.435Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2450 | 2024-12-21T02:39:43.812Z | [ host-package] Compiling ciborium v0.2.2 |
2451 | 2024-12-21T02:39:45.092Z | [ host-package] Compiling same-file v1.0.6 |
2452 | 2024-12-21T02:39:45.383Z | [ host-package] Compiling fastrand v2.1.1 |
2453 | 2024-12-21T02:39:46.022Z | [ host-package] Compiling display-error-chain v0.2.2 |
2454 | 2024-12-21T02:39:46.138Z | [ host-package] Compiling tempfile v3.13.0 |
2455 | 2024-12-21T02:39:46.279Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2456 | 2024-12-21T02:39:46.301Z | [ host-package] Compiling walkdir v2.5.0 |
2457 | 2024-12-21T02:39:46.303Z | [ host-package] Compiling blake3 v1.5.4 |
2458 | 2024-12-21T02:39:46.987Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2459 | 2024-12-21T02:39:47.052Z | [ host-package] Compiling xattr v1.3.1 |
2460 | 2024-12-21T02:39:47.099Z | [ host-package] Compiling memmap2 v0.9.5 |
2461 | 2024-12-21T02:39:47.420Z | [ host-package] Compiling filetime v0.2.25 |
2462 | 2024-12-21T02:39:47.664Z | [ host-package] Compiling arrayvec v0.7.6 |
2463 | 2024-12-21T02:39:47.776Z | [ host-package] Compiling keccak v0.1.5 |
2464 | 2024-12-21T02:39:48.136Z | [ host-package] Compiling arrayref v0.3.9 |
2465 | 2024-12-21T02:39:48.139Z | [ helios-setup] Dec 21 02:39:47.723 INFO E| info: installing component 'rustfmt' |
2466 | 2024-12-21T02:39:48.304Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2467 | 2024-12-21T02:39:48.960Z | [ helios-setup] Dec 21 02:39:48.547 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2468 | 2024-12-21T02:39:49.039Z | [ host-package] Compiling sha3 v0.10.8 |
2469 | 2024-12-21T02:39:49.150Z | [ host-package] Compiling tar v0.4.42 |
2470 | 2024-12-21T02:39:49.803Z | [ helios-setup] Dec 21 02:39:49.390 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2471 | 2024-12-21T02:39:49.804Z | [ helios-setup] Dec 21 02:39:49.390 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2472 | 2024-12-21T02:39:49.804Z | [ helios-setup] Dec 21 02:39:49.390 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2473 | 2024-12-21T02:39:49.835Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2474 | 2024-12-21T02:39:49.835Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2475 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2476 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2477 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2478 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2479 | 2024-12-21T02:39:49.838Z | [ host-package] Compiling toolchain_find v0.4.0 |
2480 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2481 | 2024-12-21T02:39:49.838Z | [ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2482 | 2024-12-21T02:39:49.839Z | [ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2483 | 2024-12-21T02:39:49.839Z | [ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2484 | 2024-12-21T02:39:49.839Z | [ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2485 | 2024-12-21T02:39:49.881Z | [ helios-setup] Dec 21 02:39:49.467 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2486 | 2024-12-21T02:39:49.923Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2487 | 2024-12-21T02:39:50.123Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2488 | 2024-12-21T02:39:50.448Z | [ host-package] Compiling topological-sort v0.2.2 |
2489 | 2024-12-21T02:39:50.590Z | [ host-package] Compiling maplit v1.0.2 |
2490 | 2024-12-21T02:39:50.703Z | [ host-package] Compiling crunchy v0.2.2 |
2491 | 2024-12-21T02:39:50.746Z | [ helios-setup] Dec 21 02:39:50.331 INFO E| From https://github.com/oxidecomputer/amd-efs |
2492 | 2024-12-21T02:39:50.746Z | [ helios-setup] Dec 21 02:39:50.331 INFO E| * [new branch] empty -> origin/empty |
2493 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.331 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2494 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new branch] main -> origin/main |
2495 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new branch] review -> origin/review |
2496 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new ref] -> origin/HEAD |
2497 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2498 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2499 | 2024-12-21T02:39:50.750Z | [ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2500 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2501 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2502 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2503 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2504 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2505 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2506 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2507 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2508 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2509 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2510 | 2024-12-21T02:39:50.751Z | [ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2511 | 2024-12-21T02:39:50.756Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2512 | 2024-12-21T02:39:50.783Z | [ helios-setup] Dec 21 02:39:50.367 INFO E| Updating crates.io index |
2513 | 2024-12-21T02:39:50.974Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2514 | 2024-12-21T02:39:51.135Z | [ helios-setup] Dec 21 02:39:50.721 INFO E| Downloading crates ... |
2515 | 2024-12-21T02:39:51.235Z | [ helios-setup] Dec 21 02:39:50.820 INFO E| Downloaded bytesize v1.3.0 |
2516 | 2024-12-21T02:39:51.242Z | [ helios-setup] Dec 21 02:39:50.825 INFO E| Downloaded scroll_derive v0.10.5 |
2517 | 2024-12-21T02:39:51.242Z | [ helios-setup] Dec 21 02:39:50.826 INFO E| Downloaded memoffset v0.5.6 |
2518 | 2024-12-21T02:39:51.245Z | [ helios-setup] Dec 21 02:39:50.829 INFO E| Downloaded unic-char-range v0.9.0 |
2519 | 2024-12-21T02:39:51.245Z | [ helios-setup] Dec 21 02:39:50.830 INFO E| Downloaded unic-ucd-version v0.9.0 |
2520 | 2024-12-21T02:39:51.248Z | [ helios-setup] Dec 21 02:39:50.832 INFO E| Downloaded unic-char-property v0.9.0 |
2521 | 2024-12-21T02:39:51.248Z | [ helios-setup] Dec 21 02:39:50.834 INFO E| Downloaded fletcher v0.1.0 |
2522 | 2024-12-21T02:39:51.251Z | [ helios-setup] Dec 21 02:39:50.836 INFO E| Downloaded strum v0.23.0 |
2523 | 2024-12-21T02:39:51.267Z | [ helios-setup] Dec 21 02:39:50.840 INFO E| Downloaded unic-common v0.9.0 |
2524 | 2024-12-21T02:39:51.268Z | [ helios-setup] Dec 21 02:39:50.841 INFO E| Downloaded semver-parser v0.7.0 |
2525 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.842 INFO E| Downloaded proc-macro-crate v0.1.5 |
2526 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.844 INFO E| Downloaded parse_int v0.6.0 |
2527 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.845 INFO E| Downloaded four-cc v0.3.0 |
2528 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.847 INFO E| Downloaded cfg-if v0.1.10 |
2529 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.848 INFO E| Downloaded textwrap v0.11.0 |
2530 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.851 INFO E| Downloaded strsim v0.8.0 |
2531 | 2024-12-21T02:39:51.272Z | [ helios-setup] Dec 21 02:39:50.854 INFO E| Downloaded strum_macros v0.23.1 |
2532 | 2024-12-21T02:39:51.273Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2533 | 2024-12-21T02:39:51.276Z | [ helios-setup] Dec 21 02:39:50.857 INFO E| Downloaded thiserror v1.0.64 |
2534 | 2024-12-21T02:39:51.300Z | [ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded vec_map v0.8.2 |
2535 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded pre v0.2.1 |
2536 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded pest_generator v2.7.13 |
2537 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded rustc_version v0.2.3 |
2538 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded once_cell v1.20.1 |
2539 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded ansi_term v0.12.1 |
2540 | 2024-12-21T02:39:51.303Z | [ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2541 | 2024-12-21T02:39:51.304Z | [ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded thiserror-impl v1.0.64 |
2542 | 2024-12-21T02:39:51.304Z | [ helios-setup] Dec 21 02:39:50.888 INFO E| Downloaded structopt-derive v0.4.18 |
2543 | 2024-12-21T02:39:51.307Z | [ helios-setup] Dec 21 02:39:50.891 INFO E| Downloaded scroll v0.10.2 |
2544 | 2024-12-21T02:39:51.311Z | [ helios-setup] Dec 21 02:39:50.895 INFO E| Downloaded pre-proc-macro v0.2.1 |
2545 | 2024-12-21T02:39:51.313Z | [ helios-setup] Dec 21 02:39:50.897 INFO E| Downloaded pest_derive v2.7.13 |
2546 | 2024-12-21T02:39:51.317Z | [ helios-setup] Dec 21 02:39:50.902 INFO E| Downloaded toml v0.5.11 |
2547 | 2024-12-21T02:39:51.320Z | [ helios-setup] Dec 21 02:39:50.905 INFO E| Downloaded structopt v0.3.26 |
2548 | 2024-12-21T02:39:51.336Z | [ helios-setup] Dec 21 02:39:50.919 INFO E| Downloaded serde_derive v1.0.210 |
2549 | 2024-12-21T02:39:51.339Z | [ helios-setup] Dec 21 02:39:50.924 INFO E| Downloaded serde v1.0.210 |
2550 | 2024-12-21T02:39:51.344Z | [ helios-setup] Dec 21 02:39:50.929 INFO E| Downloaded clap v2.34.0 |
2551 | 2024-12-21T02:39:51.356Z | [ helios-setup] Dec 21 02:39:50.942 INFO E| Downloaded pest v2.7.13 |
2552 | 2024-12-21T02:39:51.367Z | [ helios-setup] Dec 21 02:39:50.950 INFO E| Downloaded serde_json v1.0.128 |
2553 | 2024-12-21T02:39:51.377Z | [ helios-setup] Dec 21 02:39:50.962 INFO E| Downloaded goblin v0.4.3 |
2554 | 2024-12-21T02:39:51.384Z | [ helios-setup] Dec 21 02:39:50.970 INFO E| Downloaded proc-macro2 v1.0.86 |
2555 | 2024-12-21T02:39:51.389Z | [ helios-setup] Dec 21 02:39:50.975 INFO E| Downloaded syn v2.0.79 |
2556 | 2024-12-21T02:39:51.407Z | [ helios-setup] Dec 21 02:39:50.993 INFO E| Downloaded pest_meta v2.7.13 |
2557 | 2024-12-21T02:39:51.414Z | [ helios-setup] Dec 21 02:39:50.999 INFO E| Downloaded libc v0.2.159 |
2558 | 2024-12-21T02:39:51.454Z | [ helios-setup] Dec 21 02:39:51.040 INFO E| Downloaded modular-bitfield v0.11.2 |
2559 | 2024-12-21T02:39:51.470Z | [ helios-setup] Dec 21 02:39:51.056 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2560 | 2024-12-21T02:39:51.472Z | [ helios-setup] Dec 21 02:39:51.058 INFO E| Downloaded semver v0.9.0 |
2561 | 2024-12-21T02:39:51.483Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2562 | 2024-12-21T02:39:51.534Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2563 | 2024-12-21T02:39:51.561Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling proc-macro2 v1.0.86 |
2564 | 2024-12-21T02:39:51.561Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling unicode-ident v1.0.13 |
2565 | 2024-12-21T02:39:51.561Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling syn v1.0.109 |
2566 | 2024-12-21T02:39:51.565Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling version_check v0.9.5 |
2567 | 2024-12-21T02:39:51.565Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling memchr v2.7.4 |
2568 | 2024-12-21T02:39:51.565Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling thiserror v1.0.64 |
2569 | 2024-12-21T02:39:51.565Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling semver-parser v0.7.0 |
2570 | 2024-12-21T02:39:51.565Z | [ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling autocfg v1.4.0 |
2571 | 2024-12-21T02:39:51.673Z | [ host-package] Compiling phf_generator v0.11.2 |
2572 | 2024-12-21T02:39:51.855Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2573 | 2024-12-21T02:39:52.043Z | [ helios-setup] Dec 21 02:39:51.629 INFO E| Compiling serde v1.0.210 |
2574 | 2024-12-21T02:39:52.077Z | [ host-package] Compiling secrecy v0.8.0 |
2575 | 2024-12-21T02:39:52.303Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2576 | 2024-12-21T02:39:52.680Z | [ host-package] Compiling const_format v0.2.33 |
2577 | 2024-12-21T02:39:52.687Z | [ host-package] Compiling arc-swap v1.7.1 |
2578 | 2024-12-21T02:39:52.832Z | [ helios-setup] Dec 21 02:39:52.417 INFO E| Compiling semver v0.9.0 |
2579 | 2024-12-21T02:39:52.968Z | [ helios-setup] Dec 21 02:39:52.553 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2580 | 2024-12-21T02:39:52.973Z | [ helios-setup] Dec 21 02:39:52.559 INFO E| Compiling proc-macro-error v1.0.4 |
2581 | 2024-12-21T02:39:53.160Z | [ helios-setup] Dec 21 02:39:52.738 INFO E| Compiling serde_json v1.0.128 |
2582 | 2024-12-21T02:39:53.160Z | [ helios-setup] Dec 21 02:39:52.739 INFO E| Compiling num-traits v0.2.19 |
2583 | 2024-12-21T02:39:53.576Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2584 | 2024-12-21T02:39:53.628Z | [ helios-setup] Dec 21 02:39:53.214 INFO E| Compiling rustc_version v0.2.3 |
2585 | 2024-12-21T02:39:53.869Z | [ helios-setup] Dec 21 02:39:53.455 INFO E| Compiling itoa v1.0.11 |
2586 | 2024-12-21T02:39:53.925Z | [ helios-setup] Dec 21 02:39:53.511 INFO E| Compiling schemars v0.8.21 |
2587 | 2024-12-21T02:39:53.986Z | [ helios-setup] Dec 21 02:39:53.572 INFO E| Compiling ryu v1.0.18 |
2588 | 2024-12-21T02:39:54.089Z | [ helios-setup] Dec 21 02:39:53.674 INFO E| Compiling unicode-segmentation v1.12.0 |
2589 | 2024-12-21T02:39:54.178Z | [ host-package] Compiling diesel_derives v2.2.3 |
2590 | 2024-12-21T02:39:54.307Z | [ host-package] Compiling slog-scope v4.4.0 |
2591 | 2024-12-21T02:39:54.578Z | [ host-package] Compiling r2d2 v0.8.10 |
2592 | 2024-12-21T02:39:54.644Z | [ helios-setup] Dec 21 02:39:54.230 INFO E| Compiling memoffset v0.5.6 |
2593 | 2024-12-21T02:39:54.744Z | [ helios-setup] Dec 21 02:39:54.328 INFO E| Compiling pre-proc-macro v0.2.1 |
2594 | 2024-12-21T02:39:54.768Z | [ helios-setup] Dec 21 02:39:54.354 INFO E| Compiling lazy_static v1.5.0 |
2595 | 2024-12-21T02:39:54.795Z | [ helios-setup] Dec 21 02:39:54.380 INFO E| Compiling rustversion v1.0.17 |
2596 | 2024-12-21T02:39:54.890Z | [ host-package] Compiling phf_codegen v0.11.2 |
2597 | 2024-12-21T02:39:54.997Z | [ helios-setup] Dec 21 02:39:54.582 INFO E| Compiling ucd-trie v0.1.7 |
2598 | 2024-12-21T02:39:55.389Z | [ helios-setup] Dec 21 02:39:54.975 INFO E| Compiling quote v1.0.37 |
2599 | 2024-12-21T02:39:55.557Z | [ helios-setup] Dec 21 02:39:55.142 INFO E| Compiling heck v0.3.3 |
2600 | 2024-12-21T02:39:55.558Z | [ helios-setup] Dec 21 02:39:55.142 INFO E| Compiling paste v1.0.15 |
2601 | 2024-12-21T02:39:55.685Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2602 | 2024-12-21T02:39:55.762Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2603 | 2024-12-21T02:39:55.877Z | [ helios-setup] Dec 21 02:39:55.462 INFO E| Compiling libc v0.2.159 |
2604 | 2024-12-21T02:39:55.986Z | [ host-package] Compiling universal-hash v0.5.1 |
2605 | 2024-12-21T02:39:56.178Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2606 | 2024-12-21T02:39:56.231Z | [ helios-setup] Dec 21 02:39:55.817 INFO E| Compiling syn v2.0.79 |
2607 | 2024-12-21T02:39:56.336Z | [ helios-setup] Dec 21 02:39:55.922 INFO E| Compiling dyn-clone v1.0.17 |
2608 | 2024-12-21T02:39:56.569Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2609 | 2024-12-21T02:39:56.672Z | [ helios-setup] Dec 21 02:39:56.257 INFO E| Compiling pre v0.2.1 |
2610 | 2024-12-21T02:39:56.686Z | [ host-package] Compiling ena v0.14.3 |
2611 | 2024-12-21T02:39:56.791Z | [ helios-setup] Dec 21 02:39:56.376 INFO E| Compiling once_cell v1.20.1 |
2612 | 2024-12-21T02:39:57.393Z | [ helios-setup] Dec 21 02:39:56.978 INFO E| Compiling cfg-if v0.1.10 |
2613 | 2024-12-21T02:39:57.478Z | [ helios-setup] Dec 21 02:39:57.063 INFO E| Compiling static_assertions v1.1.0 |
2614 | 2024-12-21T02:39:57.511Z | [ helios-setup] Dec 21 02:39:57.091 INFO E| Compiling byteorder v1.5.0 |
2615 | 2024-12-21T02:39:57.971Z | [ host-package] Compiling diff v0.1.13 |
2616 | 2024-12-21T02:39:58.520Z | [ helios-setup] Dec 21 02:39:58.105 INFO E| Compiling unicode-width v0.1.14 |
2617 | 2024-12-21T02:39:59.026Z | [ host-package] Compiling opaque-debug v0.3.1 |
2618 | 2024-12-21T02:39:59.237Z | [ host-package] Compiling regex-syntax v0.6.29 |
2619 | 2024-12-21T02:39:59.266Z | [ helios-setup] Dec 21 02:39:58.851 INFO E| Compiling atty v0.2.14 |
2620 | 2024-12-21T02:39:59.506Z | [ helios-setup] Dec 21 02:39:59.091 INFO E| Compiling textwrap v0.11.0 |
2621 | 2024-12-21T02:39:59.699Z | [ host-package] Compiling poly1305 v0.8.0 |
2622 | 2024-12-21T02:39:59.744Z | [ helios-setup] Dec 21 02:39:59.329 INFO E| Compiling vec_map v0.8.2 |
2623 | 2024-12-21T02:40:00.005Z | [ helios-setup] Dec 21 02:39:59.590 INFO E| Compiling ansi_term v0.12.1 |
2624 | 2024-12-21T02:40:00.632Z | [ helios-setup] Dec 21 02:40:00.205 INFO E| Compiling strsim v0.8.0 |
2625 | 2024-12-21T02:40:00.807Z | [ helios-setup] Dec 21 02:40:00.392 INFO E| Compiling bitflags v1.3.2 |
2626 | 2024-12-21T02:40:00.829Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2627 | 2024-12-21T02:40:00.904Z | [ helios-setup] Dec 21 02:40:00.488 INFO E| Compiling parse_int v0.6.0 |
2628 | 2024-12-21T02:40:00.994Z | [ helios-setup] Dec 21 02:40:00.578 INFO E| Compiling strum v0.23.0 |
2629 | 2024-12-21T02:40:01.202Z | [ helios-setup] Dec 21 02:40:00.787 INFO E| Compiling unic-common v0.9.0 |
2630 | 2024-12-21T02:40:01.241Z | [ helios-setup] Dec 21 02:40:00.825 INFO E| Compiling unic-char-range v0.9.0 |
2631 | 2024-12-21T02:40:01.246Z | [ helios-setup] Dec 21 02:40:00.831 INFO E| Compiling fletcher v0.1.0 |
2632 | 2024-12-21T02:40:01.701Z | [ helios-setup] Dec 21 02:40:00.999 INFO E| Compiling unic-char-property v0.9.0 |
2633 | 2024-12-21T02:40:01.715Z | [ helios-setup] Dec 21 02:40:01.043 INFO E| Compiling unic-ucd-version v0.9.0 |
2634 | 2024-12-21T02:40:01.715Z | [ helios-setup] Dec 21 02:40:01.098 INFO E| Compiling clap v2.34.0 |
2635 | 2024-12-21T02:40:01.715Z | [ helios-setup] Dec 21 02:40:01.153 INFO E| Compiling plain v0.2.3 |
2636 | 2024-12-21T02:40:01.715Z | [ helios-setup] Dec 21 02:40:01.163 INFO E| Compiling log v0.4.22 |
2637 | 2024-12-21T02:40:01.715Z | [ helios-setup] Dec 21 02:40:01.264 INFO E| Compiling unic-ucd-ident v0.9.0 |
2638 | 2024-12-21T02:40:01.741Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2639 | 2024-12-21T02:40:01.836Z | [ helios-setup] Dec 21 02:40:01.419 INFO E| Compiling bytesize v1.3.0 |
2640 | 2024-12-21T02:40:02.202Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2641 | 2024-12-21T02:40:03.789Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2642 | 2024-12-21T02:40:04.280Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2643 | 2024-12-21T02:40:04.361Z | [ helios-setup] Dec 21 02:40:03.945 INFO E| Compiling serde_derive_internals v0.29.1 |
2644 | 2024-12-21T02:40:05.099Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2645 | 2024-12-21T02:40:05.669Z | [ host-package] Compiling lalrpop v0.19.12 |
2646 | 2024-12-21T02:40:05.930Z | [ helios-setup] Dec 21 02:40:05.514 INFO E| Compiling toml v0.5.11 |
2647 | 2024-12-21T02:40:06.623Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2648 | 2024-12-21T02:40:07.139Z | [ host-package] Compiling chacha20 v0.9.1 |
2649 | 2024-12-21T02:40:07.989Z | [ host-package] Compiling aead v0.5.2 |
2650 | 2024-12-21T02:40:08.545Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2651 | 2024-12-21T02:40:08.685Z | [ host-package] Compiling ref-cast v1.0.23 |
2652 | 2024-12-21T02:40:09.623Z | [ helios-setup] Dec 21 02:40:09.206 INFO E| Compiling proc-macro-crate v0.1.5 |
2653 | 2024-12-21T02:40:09.772Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2654 | 2024-12-21T02:40:09.848Z | [ host-package] Compiling vte v0.11.1 |
2655 | 2024-12-21T02:40:10.088Z | [ helios-setup] Dec 21 02:40:09.671 INFO E| Compiling thiserror-impl v1.0.64 |
2656 | 2024-12-21T02:40:10.088Z | [ helios-setup] Dec 21 02:40:09.671 INFO E| Compiling serde_derive v1.0.210 |
2657 | 2024-12-21T02:40:10.191Z | [ helios-setup] Dec 21 02:40:09.775 INFO E| Compiling schemars_derive v0.8.21 |
2658 | 2024-12-21T02:40:10.504Z | [ host-package] Compiling chrono-tz v0.10.0 |
2659 | 2024-12-21T02:40:10.925Z | [ helios-setup] Dec 21 02:40:10.508 INFO E| Compiling zerocopy-derive v0.6.6 |
2660 | 2024-12-21T02:40:11.509Z | [ helios-setup] Dec 21 02:40:11.092 INFO E| Compiling num-derive v0.4.2 |
2661 | 2024-12-21T02:40:11.925Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2662 | 2024-12-21T02:40:12.688Z | [ host-package] Compiling vsss-rs v3.3.4 |
2663 | 2024-12-21T02:40:15.227Z | [ helios-setup] Dec 21 02:40:14.810 INFO E| Compiling zerocopy v0.6.6 |
2664 | 2024-12-21T02:40:16.208Z | [ helios-setup] Dec 21 02:40:15.791 INFO E| Compiling pest v2.7.13 |
2665 | 2024-12-21T02:40:16.777Z | [ host-package] Compiling diesel v2.2.6 |
2666 | 2024-12-21T02:40:17.026Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2667 | 2024-12-21T02:40:17.502Z | [ helios-setup] Dec 21 02:40:17.084 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2668 | 2024-12-21T02:40:17.723Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2669 | 2024-12-21T02:40:18.218Z | [ helios-setup] Dec 21 02:40:17.800 INFO E| Compiling strum_macros v0.23.1 |
2670 | 2024-12-21T02:40:18.704Z | [ helios-setup] Dec 21 02:40:18.286 INFO E| Compiling scroll_derive v0.10.5 |
2671 | 2024-12-21T02:40:18.843Z | [ helios-setup] Dec 21 02:40:18.425 INFO E| Compiling structopt-derive v0.4.18 |
2672 | 2024-12-21T02:40:21.515Z | [ helios-setup] Dec 21 02:40:21.097 INFO E| Compiling pest_meta v2.7.13 |
2673 | 2024-12-21T02:40:21.836Z | [ host-package] Compiling headers-core v0.3.0 |
2674 | 2024-12-21T02:40:22.197Z | [ helios-setup] Dec 21 02:40:21.778 INFO E| Compiling scroll v0.10.2 |
2675 | 2024-12-21T02:40:22.421Z | [ host-package] Compiling fxhash v0.2.1 |
2676 | 2024-12-21T02:40:22.626Z | [ host-package] Compiling libxml v0.3.3 |
2677 | 2024-12-21T02:40:22.678Z | [ helios-setup] Dec 21 02:40:22.259 INFO E| Compiling modular-bitfield v0.11.2 |
2678 | 2024-12-21T02:40:23.076Z | [ helios-setup] Dec 21 02:40:22.657 INFO E| Compiling goblin v0.4.3 |
2679 | 2024-12-21T02:40:23.246Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2680 | 2024-12-21T02:40:23.547Z | [ host-package] Compiling bytecount v0.6.8 |
2681 | 2024-12-21T02:40:24.233Z | [ helios-setup] Dec 21 02:40:23.814 INFO E| Compiling structopt v0.3.26 |
2682 | 2024-12-21T02:40:24.245Z | [ helios-setup] Dec 21 02:40:23.827 INFO E| Compiling pest_generator v2.7.13 |
2683 | 2024-12-21T02:40:24.441Z | [ host-package] Compiling papergrid v0.11.0 |
2684 | 2024-12-21T02:40:25.789Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2685 | 2024-12-21T02:40:27.429Z | [ host-package] Compiling headers v0.4.0 |
2686 | 2024-12-21T02:40:27.764Z | [ helios-setup] Dec 21 02:40:27.345 INFO E| Compiling pest_derive v2.7.13 |
2687 | 2024-12-21T02:40:32.378Z | [ helios-setup] Dec 21 02:40:31.957 INFO E| Compiling json5 v0.4.1 |
2688 | 2024-12-21T02:40:37.826Z | [ helios-setup] Dec 21 02:40:37.406 INFO E| Compiling four-cc v0.3.0 |
2689 | 2024-12-21T02:40:37.880Z | [ helios-setup] Dec 21 02:40:37.460 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2690 | 2024-12-21T02:40:38.315Z | [ helios-setup] Dec 21 02:40:37.895 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2691 | 2024-12-21T02:40:43.487Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2692 | 2024-12-21T02:40:45.865Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2693 | 2024-12-21T02:40:47.954Z | [ host-package] Compiling polar-core v0.27.3 |
2694 | 2024-12-21T02:40:49.516Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2695 | 2024-12-21T02:40:50.129Z | [ host-package] Compiling tabled_derive v0.7.0 |
2696 | 2024-12-21T02:40:51.159Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2697 | 2024-12-21T02:40:52.578Z | [ host-package] Compiling fd-lock v4.0.2 |
2698 | 2024-12-21T02:40:52.832Z | [ host-package] Compiling peg-macros v0.8.4 |
2699 | 2024-12-21T02:40:52.983Z | [ host-package] Compiling strum_macros v0.24.3 |
2700 | 2024-12-21T02:40:56.477Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2701 | 2024-12-21T02:40:56.542Z | [ host-package] Compiling kstat-rs v0.2.4 |
2702 | 2024-12-21T02:40:56.816Z | [ host-package] Compiling samael v0.0.17 |
2703 | 2024-12-21T02:40:57.656Z | [ host-package] Compiling unicase v2.7.0 |
2704 | 2024-12-21T02:40:57.690Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2705 | 2024-12-21T02:40:58.145Z | [ host-package] Compiling indoc v1.0.9 |
2706 | 2024-12-21T02:40:59.084Z | [ host-package] Compiling reedline v0.35.0 |
2707 | 2024-12-21T02:40:59.278Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2024-12-21T02:41:03.317Z | [ host-package] Compiling peg v0.8.4 |
2709 | 2024-12-21T02:41:03.519Z | [ host-package] Compiling tabled v0.15.0 |
2710 | 2024-12-21T02:41:18.846Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2711 | 2024-12-21T02:41:21.480Z | [ helios-setup] Dec 21 02:41:21.053 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2712 | 2024-12-21T02:41:21.834Z | [ host-package] Compiling derive_builder v0.20.2 |
2713 | 2024-12-21T02:41:23.998Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2714 | 2024-12-21T02:41:24.879Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2715 | 2024-12-21T02:41:26.348Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2716 | 2024-12-21T02:41:26.573Z | [ host-package] Compiling bcs v0.1.6 |
2717 | 2024-12-21T02:41:26.705Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2718 | 2024-12-21T02:41:27.688Z | [ host-package] Compiling oso-derive v0.27.3 |
2719 | 2024-12-21T02:41:27.996Z | [ host-package] Compiling libz-sys v1.1.20 |
2720 | 2024-12-21T02:41:28.805Z | [ host-package] Compiling quick-xml v0.33.0 |
2721 | 2024-12-21T02:41:28.894Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2722 | 2024-12-21T02:41:29.331Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2723 | 2024-12-21T02:41:35.141Z | [ host-package] Compiling oso v0.27.3 |
2724 | 2024-12-21T02:41:37.315Z | [ helios-setup] Dec 21 02:41:36.885 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2725 | 2024-12-21T02:41:38.017Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2726 | 2024-12-21T02:41:39.893Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2727 | 2024-12-21T02:41:46.019Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-12-21T02:41:49.544Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2729 | 2024-12-21T02:41:50.122Z | [ host-package] Compiling bb8 v0.8.5 |
2730 | 2024-12-21T02:41:50.830Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2731 | 2024-12-21T02:41:53.786Z | [ host-package] Compiling nibble_vec v0.1.0 |
2732 | 2024-12-21T02:41:54.089Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2733 | 2024-12-21T02:41:54.568Z | [ host-package] Compiling atty v0.2.14 |
2734 | 2024-12-21T02:41:54.786Z | [ host-package] Compiling salty v0.3.0 |
2735 | 2024-12-21T02:41:54.938Z | [ host-package] Compiling endian-type v0.1.2 |
2736 | 2024-12-21T02:41:55.296Z | [ host-package] Compiling radix_trie v0.2.1 |
2737 | 2024-12-21T02:41:56.971Z | [ host-package] Compiling parking_lot v0.11.2 |
2738 | 2024-12-21T02:41:59.499Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2739 | 2024-12-21T02:42:07.363Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2740 | 2024-12-21T02:42:13.596Z | [ host-package] Compiling sled v0.34.7 |
2741 | 2024-12-21T02:42:23.209Z | [ helios-setup] Dec 21 02:42:22.773 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 34s |
2742 | 2024-12-21T02:42:23.245Z | [ helios-setup] Dec 21 02:42:22.809 INFO building project "amd-host-image-builder" ok (185 seconds) |
2743 | 2024-12-21T02:42:23.247Z | [ helios-setup] Dec 21 02:42:22.809 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2744 | 2024-12-21T02:42:23.247Z | [ helios-setup] Dec 21 02:42:22.809 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2745 | 2024-12-21T02:42:23.948Z | [ helios-setup] Dec 21 02:42:23.156 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2746 | 2024-12-21T02:42:24.792Z | [ helios-setup] Dec 21 02:42:24.356 INFO E| From https://github.com/oxidecomputer/progenitor |
2747 | 2024-12-21T02:42:24.795Z | [ helios-setup] Dec 21 02:42:24.356 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2748 | 2024-12-21T02:42:24.828Z | [ helios-setup] Dec 21 02:42:24.392 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2749 | 2024-12-21T02:42:24.828Z | [ helios-setup] Dec 21 02:42:24.392 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2750 | 2024-12-21T02:42:24.980Z | [ helios-setup] Dec 21 02:42:24.543 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2751 | 2024-12-21T02:42:25.520Z | [ helios-setup] Dec 21 02:42:25.084 INFO E| From https://github.com/jclulow/hiercmd |
2752 | 2024-12-21T02:42:25.520Z | [ helios-setup] Dec 21 02:42:25.084 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2753 | 2024-12-21T02:42:25.547Z | [ helios-setup] Dec 21 02:42:25.111 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2754 | 2024-12-21T02:42:26.025Z | [ helios-setup] Dec 21 02:42:25.588 INFO E| From https://github.com/jclulow/network-interface |
2755 | 2024-12-21T02:42:26.025Z | [ helios-setup] Dec 21 02:42:25.588 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2756 | 2024-12-21T02:42:26.047Z | [ helios-setup] Dec 21 02:42:25.610 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2757 | 2024-12-21T02:42:26.512Z | [ helios-setup] Dec 21 02:42:26.075 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2758 | 2024-12-21T02:42:26.512Z | [ helios-setup] Dec 21 02:42:26.075 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2759 | 2024-12-21T02:42:26.548Z | [ helios-setup] Dec 21 02:42:26.112 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2760 | 2024-12-21T02:42:27.460Z | [ helios-setup] Dec 21 02:42:27.024 INFO E| From https://github.com/oxidecomputer/facade |
2761 | 2024-12-21T02:42:27.461Z | [ helios-setup] Dec 21 02:42:27.024 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2762 | 2024-12-21T02:42:27.504Z | [ helios-setup] Dec 21 02:42:27.067 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2763 | 2024-12-21T02:42:28.348Z | [ helios-setup] Dec 21 02:42:27.912 INFO E| From https://github.com/oxidecomputer/dropshot |
2764 | 2024-12-21T02:42:28.348Z | [ helios-setup] Dec 21 02:42:27.912 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2765 | 2024-12-21T02:42:28.385Z | [ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2766 | 2024-12-21T02:42:28.385Z | [ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2767 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2768 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2769 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2770 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2771 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2772 | 2024-12-21T02:42:28.388Z | [ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2773 | 2024-12-21T02:42:28.432Z | [ helios-setup] Dec 21 02:42:27.995 INFO E| Updating crates.io index |
2774 | 2024-12-21T02:42:28.467Z | [ helios-setup] Dec 21 02:42:28.031 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2775 | 2024-12-21T02:42:29.307Z | [ helios-setup] Dec 21 02:42:28.870 INFO E| From https://github.com/oxidecomputer/typify |
2776 | 2024-12-21T02:42:29.307Z | [ helios-setup] Dec 21 02:42:28.870 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2777 | 2024-12-21T02:42:29.341Z | [ helios-setup] Dec 21 02:42:28.904 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2778 | 2024-12-21T02:42:29.341Z | [ helios-setup] Dec 21 02:42:28.904 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2779 | 2024-12-21T02:42:29.344Z | [ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2780 | 2024-12-21T02:42:29.344Z | [ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2781 | 2024-12-21T02:42:29.344Z | [ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2782 | 2024-12-21T02:42:29.344Z | [ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2783 | 2024-12-21T02:42:29.344Z | [ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2784 | 2024-12-21T02:42:29.750Z | [ helios-setup] Dec 21 02:42:29.313 INFO E| Downloading crates ... |
2785 | 2024-12-21T02:42:29.913Z | [ helios-setup] Dec 21 02:42:29.476 INFO E| Downloaded autocfg v1.1.0 |
2786 | 2024-12-21T02:42:29.920Z | [ helios-setup] Dec 21 02:42:29.483 INFO E| Downloaded const-random v0.1.15 |
2787 | 2024-12-21T02:42:29.925Z | [ helios-setup] Dec 21 02:42:29.485 INFO E| Downloaded concolor-override v1.0.0 |
2788 | 2024-12-21T02:42:29.943Z | [ helios-setup] Dec 21 02:42:29.506 INFO E| Downloaded async-stream-impl v0.3.5 |
2789 | 2024-12-21T02:42:29.962Z | [ helios-setup] Dec 21 02:42:29.526 INFO E| Downloaded proc-macro-crate v1.2.1 |
2790 | 2024-12-21T02:42:29.965Z | [ helios-setup] Dec 21 02:42:29.528 INFO E| Downloaded aho-corasick v0.7.20 |
2791 | 2024-12-21T02:42:29.971Z | [ helios-setup] Dec 21 02:42:29.534 INFO E| Downloaded lazy_static v1.4.0 |
2792 | 2024-12-21T02:42:29.980Z | [ helios-setup] Dec 21 02:42:29.537 INFO E| Downloaded project-root v0.2.2 |
2793 | 2024-12-21T02:42:29.987Z | [ helios-setup] Dec 21 02:42:29.538 INFO E| Downloaded fastrand v1.9.0 |
2794 | 2024-12-21T02:42:29.987Z | [ helios-setup] Dec 21 02:42:29.542 INFO E| Downloaded const-random-macro v0.1.15 |
2795 | 2024-12-21T02:42:30.014Z | [ helios-setup] Dec 21 02:42:29.577 INFO E| Downloaded num_cpus v1.15.0 |
2796 | 2024-12-21T02:42:30.019Z | [ helios-setup] Dec 21 02:42:29.582 INFO E| Downloaded built v0.6.0 |
2797 | 2024-12-21T02:42:30.022Z | [ helios-setup] Dec 21 02:42:29.585 INFO E| Downloaded memoffset v0.7.1 |
2798 | 2024-12-21T02:42:30.025Z | [ helios-setup] Dec 21 02:42:29.588 INFO E| Downloaded num_enum v0.5.7 |
2799 | 2024-12-21T02:42:30.033Z | [ helios-setup] Dec 21 02:42:29.596 INFO E| Downloaded reqwest v0.11.16 |
2800 | 2024-12-21T02:42:30.051Z | [ helios-setup] Dec 21 02:42:29.614 INFO E| Downloaded slab v0.4.7 |
2801 | 2024-12-21T02:42:30.055Z | [ helios-setup] Dec 21 02:42:29.618 INFO E| Downloaded strsim v0.10.0 |
2802 | 2024-12-21T02:42:30.058Z | [ helios-setup] Dec 21 02:42:29.621 INFO E| Downloaded slog-async v2.7.0 |
2803 | 2024-12-21T02:42:30.061Z | [ helios-setup] Dec 21 02:42:29.624 INFO E| Downloaded spin v0.5.2 |
2804 | 2024-12-21T02:42:30.063Z | [ helios-setup] Dec 21 02:42:29.626 INFO E| Downloaded slog-bunyan v2.4.0 |
2805 | 2024-12-21T02:42:30.066Z | [ helios-setup] Dec 21 02:42:29.629 INFO E| Downloaded try-lock v0.2.4 |
2806 | 2024-12-21T02:42:30.071Z | [ helios-setup] Dec 21 02:42:29.630 INFO E| Downloaded toolchain_find v0.2.0 |
2807 | 2024-12-21T02:42:30.074Z | [ helios-setup] Dec 21 02:42:29.633 INFO E| Downloaded ppv-lite86 v0.2.17 |
2808 | 2024-12-21T02:42:30.074Z | [ helios-setup] Dec 21 02:42:29.635 INFO E| Downloaded tower-service v0.3.2 |
2809 | 2024-12-21T02:42:30.074Z | [ helios-setup] Dec 21 02:42:29.637 INFO E| Downloaded num-integer v0.1.45 |
2810 | 2024-12-21T02:42:30.077Z | [ helios-setup] Dec 21 02:42:29.640 INFO E| Downloaded form_urlencoded v1.1.0 |
2811 | 2024-12-21T02:42:30.079Z | [ helios-setup] Dec 21 02:42:29.642 INFO E| Downloaded signal-hook-registry v1.4.0 |
2812 | 2024-12-21T02:42:30.082Z | [ helios-setup] Dec 21 02:42:29.644 INFO E| Downloaded pkg-config v0.3.26 |
2813 | 2024-12-21T02:42:30.085Z | [ helios-setup] Dec 21 02:42:29.646 INFO E| Downloaded percent-encoding v2.2.0 |
2814 | 2024-12-21T02:42:30.085Z | [ helios-setup] Dec 21 02:42:29.648 INFO E| Downloaded want v0.3.0 |
2815 | 2024-12-21T02:42:30.088Z | [ helios-setup] Dec 21 02:42:29.650 INFO E| Downloaded httparse v1.8.0 |
2816 | 2024-12-21T02:42:30.091Z | [ helios-setup] Dec 21 02:42:29.653 INFO E| Downloaded getrandom v0.2.8 |
2817 | 2024-12-21T02:42:30.095Z | [ helios-setup] Dec 21 02:42:29.659 INFO E| Downloaded terminal_size v0.2.6 |
2818 | 2024-12-21T02:42:30.097Z | [ helios-setup] Dec 21 02:42:29.661 INFO E| Downloaded thiserror v1.0.38 |
2819 | 2024-12-21T02:42:30.105Z | [ helios-setup] Dec 21 02:42:29.669 INFO E| Downloaded tokio-macros v2.0.0 |
2820 | 2024-12-21T02:42:30.107Z | [ helios-setup] Dec 21 02:42:29.670 INFO E| Downloaded thiserror-impl v1.0.38 |
2821 | 2024-12-21T02:42:30.110Z | [ helios-setup] Dec 21 02:42:29.673 INFO E| Downloaded parking_lot_core v0.9.6 |
2822 | 2024-12-21T02:42:30.113Z | [ helios-setup] Dec 21 02:42:29.677 INFO E| Downloaded toml_datetime v0.6.1 |
2823 | 2024-12-21T02:42:30.116Z | [ helios-setup] Dec 21 02:42:29.678 INFO E| Downloaded walkdir v2.3.3 |
2824 | 2024-12-21T02:42:30.120Z | [ helios-setup] Dec 21 02:42:29.684 INFO E| Downloaded quote v1.0.36 |
2825 | 2024-12-21T02:42:30.123Z | [ helios-setup] Dec 21 02:42:29.686 INFO E| Downloaded semver v0.11.0 |
2826 | 2024-12-21T02:42:30.126Z | [ helios-setup] Dec 21 02:42:29.689 INFO E| Downloaded crossbeam-utils v0.8.14 |
2827 | 2024-12-21T02:42:30.131Z | [ helios-setup] Dec 21 02:42:29.694 INFO E| Downloaded clap_derive v4.2.0 |
2828 | 2024-12-21T02:42:30.134Z | [ helios-setup] Dec 21 02:42:29.698 INFO E| Downloaded scopeguard v1.1.0 |
2829 | 2024-12-21T02:42:30.136Z | [ helios-setup] Dec 21 02:42:29.700 INFO E| Downloaded smartstring v1.0.1 |
2830 | 2024-12-21T02:42:30.141Z | [ helios-setup] Dec 21 02:42:29.704 INFO E| Downloaded time v0.1.45 |
2831 | 2024-12-21T02:42:30.143Z | [ helios-setup] Dec 21 02:42:29.707 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2832 | 2024-12-21T02:42:30.146Z | [ helios-setup] Dec 21 02:42:29.710 INFO E| Downloaded tokio-rustls v0.24.0 |
2833 | 2024-12-21T02:42:30.149Z | [ helios-setup] Dec 21 02:42:29.712 INFO E| Downloaded semver-parser v0.10.2 |
2834 | 2024-12-21T02:42:30.153Z | [ helios-setup] Dec 21 02:42:29.716 INFO E| Downloaded cargo-lock v8.0.3 |
2835 | 2024-12-21T02:42:30.159Z | [ helios-setup] Dec 21 02:42:29.722 INFO E| Downloaded schemars_derive v0.8.12 |
2836 | 2024-12-21T02:42:30.163Z | [ helios-setup] Dec 21 02:42:29.726 INFO E| Downloaded sct v0.7.0 |
2837 | 2024-12-21T02:42:30.168Z | [ helios-setup] Dec 21 02:42:29.732 INFO E| Downloaded rustls-pemfile v1.0.2 |
2838 | 2024-12-21T02:42:30.172Z | [ helios-setup] Dec 21 02:42:29.736 INFO E| Downloaded semver v1.0.17 |
2839 | 2024-12-21T02:42:30.177Z | [ helios-setup] Dec 21 02:42:29.740 INFO E| Downloaded tinyvec v1.6.0 |
2840 | 2024-12-21T02:42:30.182Z | [ helios-setup] Dec 21 02:42:29.746 INFO E| Downloaded unicode-ident v1.0.8 |
2841 | 2024-12-21T02:42:30.187Z | [ helios-setup] Dec 21 02:42:29.751 INFO E| Downloaded uuid v1.3.0 |
2842 | 2024-12-21T02:42:30.196Z | [ helios-setup] Dec 21 02:42:29.759 INFO E| Downloaded memchr v2.5.0 |
2843 | 2024-12-21T02:42:30.198Z | [ host-package] Compiling mime_guess v2.0.5 |
2844 | 2024-12-21T02:42:30.203Z | [ helios-setup] Dec 21 02:42:29.766 INFO E| Downloaded serde_derive v1.0.204 |
2845 | 2024-12-21T02:42:30.208Z | [ helios-setup] Dec 21 02:42:29.771 INFO E| Downloaded tracing-core v0.1.30 |
2846 | 2024-12-21T02:42:30.212Z | [ helios-setup] Dec 21 02:42:29.776 INFO E| Downloaded url v2.3.1 |
2847 | 2024-12-21T02:42:30.218Z | [ helios-setup] Dec 21 02:42:29.781 INFO E| Downloaded ryu v1.0.13 |
2848 | 2024-12-21T02:42:30.226Z | [ helios-setup] Dec 21 02:42:29.787 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2849 | 2024-12-21T02:42:30.229Z | [ helios-setup] Dec 21 02:42:29.793 INFO E| Downloaded serde v1.0.204 |
2850 | 2024-12-21T02:42:30.235Z | [ helios-setup] Dec 21 02:42:29.799 INFO E| Downloaded pest v2.5.7 |
2851 | 2024-12-21T02:42:30.244Z | [ helios-setup] Dec 21 02:42:29.807 INFO E| Downloaded toml_edit v0.19.8 |
2852 | 2024-12-21T02:42:30.275Z | [ helios-setup] Dec 21 02:42:29.838 INFO E| Downloaded tokio-util v0.7.7 |
2853 | 2024-12-21T02:42:30.286Z | [ helios-setup] Dec 21 02:42:29.849 INFO E| Downloaded unicode-normalization v0.1.22 |
2854 | 2024-12-21T02:42:30.292Z | [ helios-setup] Dec 21 02:42:29.855 INFO E| Downloaded winnow v0.4.1 |
2855 | 2024-12-21T02:42:30.306Z | [ helios-setup] Dec 21 02:42:29.869 INFO E| Downloaded futures-util v0.3.28 |
2856 | 2024-12-21T02:42:30.327Z | [ helios-setup] Dec 21 02:42:29.890 INFO E| Downloaded rayon v1.6.1 |
2857 | 2024-12-21T02:42:30.342Z | [ helios-setup] Dec 21 02:42:29.905 INFO E| Downloaded chrono v0.4.24 |
2858 | 2024-12-21T02:42:30.353Z | [ helios-setup] Dec 21 02:42:29.916 INFO E| Downloaded h2 v0.3.16 |
2859 | 2024-12-21T02:42:30.363Z | [ helios-setup] Dec 21 02:42:29.927 INFO E| Downloaded hyper v0.14.25 |
2860 | 2024-12-21T02:42:30.396Z | [ helios-setup] Dec 21 02:42:29.959 INFO E| Downloaded git2 v0.16.1 |
2861 | 2024-12-21T02:42:30.409Z | [ helios-setup] Dec 21 02:42:29.973 INFO E| Downloaded syn v1.0.107 |
2862 | 2024-12-21T02:42:30.426Z | [ helios-setup] Dec 21 02:42:29.989 INFO E| Downloaded syn v2.0.72 |
2863 | 2024-12-21T02:42:30.443Z | [ helios-setup] Dec 21 02:42:30.007 INFO E| Downloaded regex v1.7.3 |
2864 | 2024-12-21T02:42:30.456Z | [ helios-setup] Dec 21 02:42:30.019 INFO E| Downloaded regress v0.5.0 |
2865 | 2024-12-21T02:42:30.467Z | [ helios-setup] Dec 21 02:42:30.030 INFO E| Downloaded clap_builder v4.2.1 |
2866 | 2024-12-21T02:42:30.477Z | [ helios-setup] Dec 21 02:42:30.040 INFO E| Downloaded rustix v0.37.3 |
2867 | 2024-12-21T02:42:30.504Z | [ helios-setup] Dec 21 02:42:30.067 INFO E| Downloaded rhai v1.14.0 |
2868 | 2024-12-21T02:42:30.522Z | [ helios-setup] Dec 21 02:42:30.085 INFO E| Downloaded rustls v0.21.0 |
2869 | 2024-12-21T02:42:30.541Z | [ helios-setup] Dec 21 02:42:30.103 INFO E| Downloaded serde_json v1.0.95 |
2870 | 2024-12-21T02:42:30.552Z | [ helios-setup] Dec 21 02:42:30.115 INFO E| Downloaded rustls-webpki v0.100.1 |
2871 | 2024-12-21T02:42:30.562Z | [ helios-setup] Dec 21 02:42:30.125 INFO E| Downloaded openapiv3 v1.0.2 |
2872 | 2024-12-21T02:42:30.583Z | [ helios-setup] Dec 21 02:42:30.146 INFO E| Downloaded unicode-linebreak v0.1.4 |
2873 | 2024-12-21T02:42:30.595Z | [ helios-setup] Dec 21 02:42:30.149 INFO E| Downloaded tracing v0.1.37 |
2874 | 2024-12-21T02:42:30.595Z | [ helios-setup] Dec 21 02:42:30.156 INFO E| Downloaded mio v0.8.5 |
2875 | 2024-12-21T02:42:30.602Z | [ helios-setup] Dec 21 02:42:30.165 INFO E| Downloaded http v0.2.9 |
2876 | 2024-12-21T02:42:30.609Z | [ helios-setup] Dec 21 02:42:30.171 INFO E| Downloaded crossbeam-channel v0.5.6 |
2877 | 2024-12-21T02:42:30.615Z | [ helios-setup] Dec 21 02:42:30.179 INFO E| Downloaded textwrap v0.16.0 |
2878 | 2024-12-21T02:42:30.619Z | [ helios-setup] Dec 21 02:42:30.183 INFO E| Downloaded flate2 v1.0.25 |
2879 | 2024-12-21T02:42:30.627Z | [ helios-setup] Dec 21 02:42:30.190 INFO E| Downloaded base64 v0.21.0 |
2880 | 2024-12-21T02:42:30.633Z | [ helios-setup] Dec 21 02:42:30.196 INFO E| Downloaded unicode-bidi v0.3.13 |
2881 | 2024-12-21T02:42:30.637Z | [ helios-setup] Dec 21 02:42:30.200 INFO E| Downloaded schemars v0.8.12 |
2882 | 2024-12-21T02:42:30.651Z | [ helios-setup] Dec 21 02:42:30.214 INFO E| Downloaded cc v1.0.78 |
2883 | 2024-12-21T02:42:30.655Z | [ helios-setup] Dec 21 02:42:30.218 INFO E| Downloaded libc v0.2.139 |
2884 | 2024-12-21T02:42:30.695Z | [ helios-setup] Dec 21 02:42:30.257 INFO E| Downloaded bytes v1.4.0 |
2885 | 2024-12-21T02:42:30.701Z | [ helios-setup] Dec 21 02:42:30.264 INFO E| Downloaded ucd-trie v0.1.5 |
2886 | 2024-12-21T02:42:30.703Z | [ helios-setup] Dec 21 02:42:30.267 INFO E| Downloaded typenum v1.16.0 |
2887 | 2024-12-21T02:42:30.707Z | [ helios-setup] Dec 21 02:42:30.271 INFO E| Downloaded tungstenite v0.18.0 |
2888 | 2024-12-21T02:42:30.712Z | [ helios-setup] Dec 21 02:42:30.275 INFO E| Downloaded tokio v1.27.0 |
2889 | 2024-12-21T02:42:30.767Z | [ helios-setup] Dec 21 02:42:30.330 INFO E| Downloaded toml v0.7.3 |
2890 | 2024-12-21T02:42:30.844Z | [ helios-setup] Dec 21 02:42:30.408 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2891 | 2024-12-21T02:42:30.848Z | [ helios-setup] Dec 21 02:42:30.411 INFO E| Downloaded serde_yaml v0.9.21 |
2892 | 2024-12-21T02:42:30.853Z | [ helios-setup] Dec 21 02:42:30.417 INFO E| Downloaded rayon-core v1.10.2 |
2893 | 2024-12-21T02:42:30.859Z | [ helios-setup] Dec 21 02:42:30.422 INFO E| Downloaded clap v4.2.1 |
2894 | 2024-12-21T02:42:30.872Z | [ helios-setup] Dec 21 02:42:30.435 INFO E| Downloaded ahash v0.8.3 |
2895 | 2024-12-21T02:42:30.876Z | [ helios-setup] Dec 21 02:42:30.439 INFO E| Downloaded miniz_oxide v0.6.2 |
2896 | 2024-12-21T02:42:30.880Z | [ helios-setup] Dec 21 02:42:30.443 INFO E| Downloaded rhai_codegen v1.5.0 |
2897 | 2024-12-21T02:42:30.893Z | [ helios-setup] Dec 21 02:42:30.456 INFO E| Downloaded utf8parse v0.2.1 |
2898 | 2024-12-21T02:42:30.896Z | [ helios-setup] Dec 21 02:42:30.458 INFO E| Downloaded tempfile v3.5.0 |
2899 | 2024-12-21T02:42:30.898Z | [ helios-setup] Dec 21 02:42:30.462 INFO E| Downloaded socket2 v0.4.9 |
2900 | 2024-12-21T02:42:30.902Z | [ helios-setup] Dec 21 02:42:30.465 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2901 | 2024-12-21T02:42:30.905Z | [ helios-setup] Dec 21 02:42:30.469 INFO E| Downloaded smallvec v1.10.0 |
2902 | 2024-12-21T02:42:30.909Z | [ helios-setup] Dec 21 02:42:30.472 INFO E| Downloaded parking_lot v0.12.1 |
2903 | 2024-12-21T02:42:30.912Z | [ helios-setup] Dec 21 02:42:30.476 INFO E| Downloaded num-traits v0.2.15 |
2904 | 2024-12-21T02:42:30.916Z | [ helios-setup] Dec 21 02:42:30.480 INFO E| Downloaded log v0.4.17 |
2905 | 2024-12-21T02:42:30.920Z | [ helios-setup] Dec 21 02:42:30.483 INFO E| Downloaded futures v0.3.28 |
2906 | 2024-12-21T02:42:30.928Z | [ helios-setup] Dec 21 02:42:30.491 INFO E| Downloaded anyhow v1.0.68 |
2907 | 2024-12-21T02:42:30.933Z | [ helios-setup] Dec 21 02:42:30.497 INFO E| Downloaded home v0.5.4 |
2908 | 2024-12-21T02:42:30.936Z | [ helios-setup] Dec 21 02:42:30.498 INFO E| Downloaded bincode v1.3.3 |
2909 | 2024-12-21T02:42:30.939Z | [ helios-setup] Dec 21 02:42:30.502 INFO E| Downloaded unicode-width v0.1.10 |
2910 | 2024-12-21T02:42:30.941Z | [ helios-setup] Dec 21 02:42:30.504 INFO E| Downloaded pin-project-lite v0.2.9 |
2911 | 2024-12-21T02:42:30.948Z | [ helios-setup] Dec 21 02:42:30.511 INFO E| Downloaded once_cell v1.17.0 |
2912 | 2024-12-21T02:42:30.952Z | [ helios-setup] Dec 21 02:42:30.514 INFO E| Downloaded lock_api v0.4.9 |
2913 | 2024-12-21T02:42:30.955Z | [ helios-setup] Dec 21 02:42:30.516 INFO E| Downloaded ipnet v2.7.2 |
2914 | 2024-12-21T02:42:30.957Z | [ helios-setup] Dec 21 02:42:30.519 INFO E| Downloaded futures-task v0.3.28 |
2915 | 2024-12-21T02:42:30.960Z | [ helios-setup] Dec 21 02:42:30.521 INFO E| Downloaded futures-channel v0.3.28 |
2916 | 2024-12-21T02:42:30.964Z | [ helios-setup] Dec 21 02:42:30.524 INFO E| Downloaded async-trait v0.1.68 |
2917 | 2024-12-21T02:42:30.967Z | [ helios-setup] Dec 21 02:42:30.529 INFO E| Downloaded ahash v0.7.6 |
2918 | 2024-12-21T02:42:30.970Z | [ helios-setup] Dec 21 02:42:30.533 INFO E| Downloaded smawk v0.3.1 |
2919 | 2024-12-21T02:42:30.973Z | [ helios-setup] Dec 21 02:42:30.535 INFO E| Downloaded io-lifetimes v1.0.10 |
2920 | 2024-12-21T02:42:30.976Z | [ helios-setup] Dec 21 02:42:30.539 INFO E| Downloaded camino v1.1.4 |
2921 | 2024-12-21T02:42:30.980Z | [ helios-setup] Dec 21 02:42:30.542 INFO E| Downloaded paste v1.0.12 |
2922 | 2024-12-21T02:42:30.986Z | [ helios-setup] Dec 21 02:42:30.546 INFO E| Downloaded is-terminal v0.4.7 |
2923 | 2024-12-21T02:42:30.990Z | [ helios-setup] Dec 21 02:42:30.548 INFO E| Downloaded futures-sink v0.3.28 |
2924 | 2024-12-21T02:42:31.008Z | [ helios-setup] Dec 21 02:42:30.571 INFO E| Downloaded sha2 v0.10.6 |
2925 | 2024-12-21T02:42:31.012Z | [ helios-setup] Dec 21 02:42:30.574 INFO E| Downloaded sha1 v0.10.5 |
2926 | 2024-12-21T02:42:31.015Z | [ helios-setup] Dec 21 02:42:30.577 INFO E| Downloaded serde_tokenstream v0.2.0 |
2927 | 2024-12-21T02:42:31.018Z | [ helios-setup] Dec 21 02:42:30.581 INFO E| Downloaded serde_path_to_error v0.1.11 |
2928 | 2024-12-21T02:42:31.021Z | [ helios-setup] Dec 21 02:42:30.584 INFO E| Downloaded serde_derive_internals v0.26.0 |
2929 | 2024-12-21T02:42:31.023Z | [ helios-setup] Dec 21 02:42:30.586 INFO E| Downloaded serde_spanned v0.6.1 |
2930 | 2024-12-21T02:42:31.026Z | [ helios-setup] Dec 21 02:42:30.588 INFO E| Downloaded num_enum_derive v0.5.7 |
2931 | 2024-12-21T02:42:31.029Z | [ helios-setup] Dec 21 02:42:30.589 INFO E| Downloaded jobserver v0.1.26 |
2932 | 2024-12-21T02:42:31.029Z | [ helios-setup] Dec 21 02:42:30.592 INFO E| Downloaded iana-time-zone v0.1.56 |
2933 | 2024-12-21T02:42:31.033Z | [ helios-setup] Dec 21 02:42:30.595 INFO E| Downloaded httpdate v1.0.2 |
2934 | 2024-12-21T02:42:31.036Z | [ helios-setup] Dec 21 02:42:30.597 INFO E| Downloaded http-body v0.4.5 |
2935 | 2024-12-21T02:42:31.036Z | [ helios-setup] Dec 21 02:42:30.599 INFO E| Downloaded futures-io v0.3.28 |
2936 | 2024-12-21T02:42:31.039Z | [ helios-setup] Dec 21 02:42:30.601 INFO E| Downloaded errno v0.3.1 |
2937 | 2024-12-21T02:42:31.042Z | [ helios-setup] Dec 21 02:42:30.603 INFO E| Downloaded digest v0.10.6 |
2938 | 2024-12-21T02:42:31.045Z | [ helios-setup] Dec 21 02:42:30.606 INFO E| Downloaded encoding_rs v0.8.32 |
2939 | 2024-12-21T02:42:31.076Z | [ helios-setup] Dec 21 02:42:30.639 INFO E| Downloaded concolor-query v0.3.3 |
2940 | 2024-12-21T02:42:31.079Z | [ helios-setup] Dec 21 02:42:30.641 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2941 | 2024-12-21T02:42:31.082Z | [ helios-setup] Dec 21 02:42:30.644 INFO E| Downloaded futures-macro v0.3.28 |
2942 | 2024-12-21T02:42:31.085Z | [ helios-setup] Dec 21 02:42:30.646 INFO E| Downloaded clap_lex v0.4.1 |
2943 | 2024-12-21T02:42:31.088Z | [ helios-setup] Dec 21 02:42:30.647 INFO E| Downloaded generic-array v0.14.6 |
2944 | 2024-12-21T02:42:31.094Z | [ helios-setup] Dec 21 02:42:30.650 INFO E| Downloaded crossbeam-deque v0.8.2 |
2945 | 2024-12-21T02:42:31.110Z | [ helios-setup] Dec 21 02:42:30.652 INFO E| Downloaded cpufeatures v0.2.5 |
2946 | 2024-12-21T02:42:31.110Z | [ helios-setup] Dec 21 02:42:30.654 INFO E| Downloaded anstyle-parse v0.1.1 |
2947 | 2024-12-21T02:42:31.113Z | [ helios-setup] Dec 21 02:42:30.657 INFO E| Downloaded itoa v1.0.6 |
2948 | 2024-12-21T02:42:31.113Z | [ helios-setup] Dec 21 02:42:30.659 INFO E| Downloaded futures-executor v0.3.28 |
2949 | 2024-12-21T02:42:31.113Z | [ helios-setup] Dec 21 02:42:30.661 INFO E| Downloaded futures-core v0.3.28 |
2950 | 2024-12-21T02:42:31.113Z | [ helios-setup] Dec 21 02:42:30.663 INFO E| Downloaded either v1.8.0 |
2951 | 2024-12-21T02:42:31.114Z | [ helios-setup] Dec 21 02:42:30.665 INFO E| Downloaded dyn-clone v1.0.11 |
2952 | 2024-12-21T02:42:31.114Z | [ helios-setup] Dec 21 02:42:30.667 INFO E| Downloaded byteorder v1.4.3 |
2953 | 2024-12-21T02:42:31.114Z | [ helios-setup] Dec 21 02:42:30.671 INFO E| Downloaded block-buffer v0.10.3 |
2954 | 2024-12-21T02:42:31.114Z | [ helios-setup] Dec 21 02:42:30.675 INFO E| Downloaded async-stream v0.3.5 |
2955 | 2024-12-21T02:42:31.117Z | [ helios-setup] Dec 21 02:42:30.678 INFO E| Downloaded anstyle v0.3.5 |
2956 | 2024-12-21T02:42:31.117Z | [ helios-setup] Dec 21 02:42:30.680 INFO E| Downloaded anstream v0.2.6 |
2957 | 2024-12-21T02:42:31.127Z | [ helios-setup] Dec 21 02:42:30.689 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2958 | 2024-12-21T02:42:31.294Z | [ helios-setup] Dec 21 02:42:30.857 INFO E| Downloaded libz-sys v1.1.8 |
2959 | 2024-12-21T02:42:31.452Z | [ host-package] Compiling hickory-client v0.24.1 |
2960 | 2024-12-21T02:42:31.603Z | [ helios-setup] Dec 21 02:42:31.166 INFO E| Downloaded ring v0.16.20 |
2961 | 2024-12-21T02:42:31.941Z | [ helios-setup] Dec 21 02:42:31.504 INFO E| Compiling proc-macro2 v1.0.86 |
2962 | 2024-12-21T02:42:31.941Z | [ helios-setup] Dec 21 02:42:31.504 INFO E| Compiling libc v0.2.139 |
2963 | 2024-12-21T02:42:31.941Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling unicode-ident v1.0.8 |
2964 | 2024-12-21T02:42:31.945Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling autocfg v1.1.0 |
2965 | 2024-12-21T02:42:31.945Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling cfg-if v1.0.0 |
2966 | 2024-12-21T02:42:31.945Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling version_check v0.9.4 |
2967 | 2024-12-21T02:42:31.945Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling serde v1.0.204 |
2968 | 2024-12-21T02:42:31.945Z | [ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling syn v1.0.107 |
2969 | 2024-12-21T02:42:32.607Z | [ helios-setup] Dec 21 02:42:32.170 INFO E| Compiling memchr v2.5.0 |
2970 | 2024-12-21T02:42:33.238Z | [ helios-setup] Dec 21 02:42:32.801 INFO E| Compiling once_cell v1.17.0 |
2971 | 2024-12-21T02:42:33.621Z | [ helios-setup] Dec 21 02:42:33.184 INFO E| Compiling log v0.4.17 |
2972 | 2024-12-21T02:42:33.901Z | [ helios-setup] Dec 21 02:42:33.463 INFO E| Compiling thiserror v1.0.38 |
2973 | 2024-12-21T02:42:34.263Z | [ helios-setup] Dec 21 02:42:33.825 INFO E| Compiling serde_json v1.0.95 |
2974 | 2024-12-21T02:42:34.611Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2975 | 2024-12-21T02:42:34.681Z | [ helios-setup] Dec 21 02:42:34.243 INFO E| Compiling itoa v1.0.6 |
2976 | 2024-12-21T02:42:35.049Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2977 | 2024-12-21T02:42:35.631Z | [ helios-setup] Dec 21 02:42:35.193 INFO E| Compiling jobserver v0.1.26 |
2978 | 2024-12-21T02:42:35.634Z | [ helios-setup] Dec 21 02:42:35.194 INFO E| Compiling getrandom v0.2.8 |
2979 | 2024-12-21T02:42:36.035Z | [ helios-setup] Dec 21 02:42:35.597 INFO E| Compiling indexmap v1.9.3 |
2980 | 2024-12-21T02:42:36.231Z | [ helios-setup] Dec 21 02:42:35.791 INFO E| Compiling pin-project-lite v0.2.9 |
2981 | 2024-12-21T02:42:36.489Z | [ helios-setup] Dec 21 02:42:36.051 INFO E| Compiling quote v1.0.36 |
2982 | 2024-12-21T02:42:36.837Z | [ helios-setup] Dec 21 02:42:36.399 INFO E| Compiling cc v1.0.78 |
2983 | 2024-12-21T02:42:36.895Z | [ helios-setup] Dec 21 02:42:36.457 INFO E| Compiling scopeguard v1.1.0 |
2984 | 2024-12-21T02:42:37.119Z | [ helios-setup] Dec 21 02:42:36.681 INFO E| Compiling num-integer v0.1.45 |
2985 | 2024-12-21T02:42:37.119Z | [ helios-setup] Dec 21 02:42:36.682 INFO E| Compiling futures-core v0.3.28 |
2986 | 2024-12-21T02:42:37.265Z | [ helios-setup] Dec 21 02:42:36.828 INFO E| Compiling syn v2.0.72 |
2987 | 2024-12-21T02:42:37.582Z | [ helios-setup] Dec 21 02:42:37.144 INFO E| Compiling bytes v1.4.0 |
2988 | 2024-12-21T02:42:37.628Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2989 | 2024-12-21T02:42:37.847Z | [ helios-setup] Dec 21 02:42:37.409 INFO E| Compiling ryu v1.0.13 |
2990 | 2024-12-21T02:42:39.028Z | [ helios-setup] Dec 21 02:42:38.585 INFO E| Compiling lock_api v0.4.9 |
2991 | 2024-12-21T02:42:39.157Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2992 | 2024-12-21T02:42:39.419Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2993 | 2024-12-21T02:42:39.563Z | [ helios-setup] Dec 21 02:42:39.125 INFO E| Compiling parking_lot_core v0.9.6 |
2994 | 2024-12-21T02:42:39.752Z | [ helios-setup] Dec 21 02:42:39.313 INFO E| Compiling typenum v1.16.0 |
2995 | 2024-12-21T02:42:40.095Z | [ helios-setup] Dec 21 02:42:39.657 INFO E| Compiling bitflags v1.3.2 |
2996 | 2024-12-21T02:42:40.547Z | [ helios-setup] Dec 21 02:42:40.108 INFO E| Compiling num_cpus v1.15.0 |
2997 | 2024-12-21T02:42:40.637Z | [ helios-setup] Dec 21 02:42:40.198 INFO E| Compiling generic-array v0.14.6 |
2998 | 2024-12-21T02:42:40.664Z | [ helios-setup] Dec 21 02:42:40.226 INFO E| Compiling slab v0.4.7 |
2999 | 2024-12-21T02:42:40.873Z | [ helios-setup] Dec 21 02:42:40.434 INFO E| Compiling futures-sink v0.3.28 |
3000 | 2024-12-21T02:42:40.994Z | [ helios-setup] Dec 21 02:42:40.556 INFO E| Compiling futures-task v0.3.28 |
3001 | 2024-12-21T02:42:41.242Z | [ helios-setup] Dec 21 02:42:40.804 INFO E| Compiling futures-channel v0.3.28 |
3002 | 2024-12-21T02:42:41.810Z | [ helios-setup] Dec 21 02:42:41.372 INFO E| Compiling tokio v1.27.0 |
3003 | 2024-12-21T02:42:41.833Z | [ helios-setup] Dec 21 02:42:41.395 INFO E| Compiling schemars v0.8.12 |
3004 | 2024-12-21T02:42:41.992Z | [ helios-setup] Dec 21 02:42:41.553 INFO E| Compiling futures-util v0.3.28 |
3005 | 2024-12-21T02:42:42.834Z | [ host-package] Compiling hickory-server v0.24.1 |
3006 | 2024-12-21T02:42:43.212Z | [ helios-setup] Dec 21 02:42:42.773 INFO E| Compiling mio v0.8.5 |
3007 | 2024-12-21T02:42:43.414Z | [ helios-setup] Dec 21 02:42:42.955 INFO E| Compiling socket2 v0.4.9 |
3008 | 2024-12-21T02:42:43.501Z | [ helios-setup] Dec 21 02:42:43.060 INFO E| Compiling signal-hook-registry v1.4.0 |
3009 | 2024-12-21T02:42:43.792Z | [ helios-setup] Dec 21 02:42:43.353 INFO E| Compiling ahash v0.7.6 |
3010 | 2024-12-21T02:42:44.196Z | [ helios-setup] Dec 21 02:42:43.757 INFO E| Compiling num-traits v0.2.15 |
3011 | 2024-12-21T02:42:45.162Z | [ helios-setup] Dec 21 02:42:44.721 INFO E| Compiling pin-utils v0.1.0 |
3012 | 2024-12-21T02:42:45.314Z | [ helios-setup] Dec 21 02:42:44.875 INFO E| Compiling io-lifetimes v1.0.10 |
3013 | 2024-12-21T02:42:45.397Z | [ helios-setup] Dec 21 02:42:44.959 INFO E| Compiling futures-io v0.3.28 |
3014 | 2024-12-21T02:42:45.464Z | [ host-package] Compiling primeorder v0.13.6 |
3015 | 2024-12-21T02:42:46.325Z | [ helios-setup] Dec 21 02:42:45.886 INFO E| Compiling crunchy v0.2.2 |
3016 | 2024-12-21T02:42:46.751Z | [ host-package] Compiling vergen v8.3.2 |
3017 | 2024-12-21T02:42:47.367Z | [ helios-setup] Dec 21 02:42:46.927 INFO E| Compiling ahash v0.8.3 |
3018 | 2024-12-21T02:42:47.514Z | [ host-package] Compiling castaway v0.2.3 |
3019 | 2024-12-21T02:42:47.554Z | [ helios-setup] Dec 21 02:42:47.115 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3020 | 2024-12-21T02:42:47.618Z | [ helios-setup] Dec 21 02:42:47.178 INFO E| Compiling tiny-keccak v2.0.2 |
3021 | 2024-12-21T02:42:47.785Z | [ host-package] Compiling env_filter v0.1.2 |
3022 | 2024-12-21T02:42:48.182Z | [ helios-setup] Dec 21 02:42:47.742 INFO E| Compiling rustix v0.37.3 |
3023 | 2024-12-21T02:42:48.539Z | [ helios-setup] Dec 21 02:42:48.099 INFO E| Compiling hashbrown v0.12.3 |
3024 | 2024-12-21T02:42:48.804Z | [ helios-setup] Dec 21 02:42:48.365 INFO E| Compiling crypto-common v0.1.6 |
3025 | 2024-12-21T02:42:49.028Z | [ helios-setup] Dec 21 02:42:48.588 INFO E| Compiling block-buffer v0.10.3 |
3026 | 2024-12-21T02:42:49.509Z | [ helios-setup] Dec 21 02:42:49.069 INFO E| Compiling serde_derive_internals v0.26.0 |
3027 | 2024-12-21T02:42:50.099Z | [ host-package] Compiling cargo-platform v0.1.8 |
3028 | 2024-12-21T02:42:50.305Z | [ helios-setup] Dec 21 02:42:49.865 INFO E| Compiling errno v0.3.1 |
3029 | 2024-12-21T02:42:50.710Z | [ helios-setup] Dec 21 02:42:50.270 INFO E| Compiling fnv v1.0.7 |
3030 | 2024-12-21T02:42:50.939Z | [ helios-setup] Dec 21 02:42:50.499 INFO E| Compiling pkg-config v0.3.26 |
3031 | 2024-12-21T02:42:51.032Z | [ helios-setup] Dec 21 02:42:50.592 INFO E| Compiling slog v2.7.0 |
3032 | 2024-12-21T02:42:51.503Z | [ host-package] Compiling nanorand v0.7.0 |
3033 | 2024-12-21T02:42:51.609Z | [ helios-setup] Dec 21 02:42:51.169 INFO E| Compiling crossbeam-utils v0.8.14 |
3034 | 2024-12-21T02:42:52.579Z | [ helios-setup] Dec 21 02:42:52.139 INFO E| Compiling http v0.2.9 |
3035 | 2024-12-21T02:42:52.743Z | [ host-package] Compiling memoffset v0.9.1 |
3036 | 2024-12-21T02:42:53.962Z | [ helios-setup] Dec 21 02:42:53.522 INFO E| Compiling digest v0.10.6 |
3037 | 2024-12-21T02:42:54.604Z | [ host-package] Compiling flume v0.11.1 |
3038 | 2024-12-21T02:42:54.939Z | [ host-package] Compiling git2 v0.19.0 |
3039 | 2024-12-21T02:42:55.212Z | [ helios-setup] Dec 21 02:42:54.771 INFO E| Compiling aho-corasick v0.7.20 |
3040 | 2024-12-21T02:42:55.348Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3041 | 2024-12-21T02:42:55.525Z | [ helios-setup] Dec 21 02:42:55.084 INFO E| Compiling httparse v1.8.0 |
3042 | 2024-12-21T02:42:56.271Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3043 | 2024-12-21T02:42:56.349Z | [ helios-setup] Dec 21 02:42:55.908 INFO E| Compiling regex-syntax v0.6.29 |
3044 | 2024-12-21T02:42:56.964Z | [ helios-setup] Dec 21 02:42:56.523 INFO E| Compiling tinyvec_macros v0.1.1 |
3045 | 2024-12-21T02:42:57.306Z | [ helios-setup] Dec 21 02:42:56.865 INFO E| Compiling cpufeatures v0.2.5 |
3046 | 2024-12-21T02:42:57.544Z | [ helios-setup] Dec 21 02:42:57.103 INFO E| Compiling heck v0.4.1 |
3047 | 2024-12-21T02:42:57.946Z | [ helios-setup] Dec 21 02:42:57.505 INFO E| Compiling anyhow v1.0.68 |
3048 | 2024-12-21T02:42:58.014Z | [ helios-setup] Dec 21 02:42:57.573 INFO E| Compiling percent-encoding v2.2.0 |
3049 | 2024-12-21T02:42:59.127Z | [ helios-setup] Dec 21 02:42:58.685 INFO E| Compiling unicode-width v0.1.10 |
3050 | 2024-12-21T02:42:59.382Z | [ helios-setup] Dec 21 02:42:58.941 INFO E| Compiling tinyvec v1.6.0 |
3051 | 2024-12-21T02:42:59.460Z | [ helios-setup] Dec 21 02:42:59.019 INFO E| Compiling form_urlencoded v1.1.0 |
3052 | 2024-12-21T02:42:59.707Z | [ helios-setup] Dec 21 02:42:59.266 INFO E| Compiling const-random-macro v0.1.15 |
3053 | 2024-12-21T02:43:00.194Z | [ helios-setup] Dec 21 02:42:59.753 INFO E| Compiling thiserror-impl v1.0.38 |
3054 | 2024-12-21T02:43:00.726Z | [ helios-setup] Dec 21 02:43:00.284 INFO E| Compiling schemars_derive v0.8.12 |
3055 | 2024-12-21T02:43:01.056Z | [ helios-setup] Dec 21 02:43:00.615 INFO E| Compiling hashbrown v0.13.2 |
3056 | 2024-12-21T02:43:01.923Z | [ helios-setup] Dec 21 02:43:01.481 INFO E| Compiling serde_derive v1.0.204 |
3057 | 2024-12-21T02:43:02.042Z | [ host-package] Compiling env_logger v0.11.5 |
3058 | 2024-12-21T02:43:02.867Z | [ helios-setup] Dec 21 02:43:02.425 INFO E| Compiling tokio-macros v2.0.0 |
3059 | 2024-12-21T02:43:03.410Z | [ helios-setup] Dec 21 02:43:02.968 INFO E| Compiling futures-macro v0.3.28 |
3060 | 2024-12-21T02:43:03.499Z | [ helios-setup] Dec 21 02:43:03.057 INFO E| Compiling regex v1.7.3 |
3061 | 2024-12-21T02:43:04.903Z | [ host-package] Compiling compact_str v0.8.0 |
3062 | 2024-12-21T02:43:06.287Z | [ host-package] Compiling p384 v0.13.0 |
3063 | 2024-12-21T02:43:06.700Z | [ helios-setup] Dec 21 02:43:06.257 INFO E| Compiling chrono v0.4.24 |
3064 | 2024-12-21T02:43:06.700Z | [ helios-setup] Dec 21 02:43:06.257 INFO E| Compiling libz-sys v1.1.8 |
3065 | 2024-12-21T02:43:07.912Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3066 | 2024-12-21T02:43:07.983Z | [ helios-setup] Dec 21 02:43:07.541 INFO E| Compiling dyn-clone v1.0.11 |
3067 | 2024-12-21T02:43:08.275Z | [ helios-setup] Dec 21 02:43:07.833 INFO E| Compiling uuid v1.3.0 |
3068 | 2024-12-21T02:43:08.304Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3069 | 2024-12-21T02:43:08.705Z | [ helios-setup] Dec 21 02:43:08.262 INFO E| Compiling regress v0.5.0 |
3070 | 2024-12-21T02:43:08.764Z | [ helios-setup] Dec 21 02:43:08.321 INFO E| Compiling unicode-normalization v0.1.22 |
3071 | 2024-12-21T02:43:09.341Z | [ helios-setup] Dec 21 02:43:08.899 INFO E| Compiling const-random v0.1.15 |
3072 | 2024-12-21T02:43:09.697Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3073 | 2024-12-21T02:43:11.496Z | [ helios-setup] Dec 21 02:43:11.053 INFO E| Compiling getopts v0.2.21 |
3074 | 2024-12-21T02:43:11.821Z | [ helios-setup] Dec 21 02:43:11.379 INFO E| Compiling tracing-core v0.1.30 |
3075 | 2024-12-21T02:43:13.047Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3076 | 2024-12-21T02:43:13.065Z | [ helios-setup] Dec 21 02:43:12.622 INFO E| Compiling memoffset v0.7.1 |
3077 | 2024-12-21T02:43:13.541Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3078 | 2024-12-21T02:43:13.680Z | [ helios-setup] Dec 21 02:43:13.237 INFO E| Compiling num-conv v0.1.0 |
3079 | 2024-12-21T02:43:14.210Z | [ helios-setup] Dec 21 02:43:13.767 INFO E| Compiling ucd-trie v0.1.5 |
3080 | 2024-12-21T02:43:14.568Z | [ helios-setup] Dec 21 02:43:14.125 INFO E| Compiling time-core v0.1.2 |
3081 | 2024-12-21T02:43:14.598Z | [ host-package] Compiling lru v0.12.5 |
3082 | 2024-12-21T02:43:15.095Z | [ helios-setup] Dec 21 02:43:14.652 INFO E| Compiling unicode-bidi v0.3.13 |
3083 | 2024-12-21T02:43:15.263Z | [ helios-setup] Dec 21 02:43:14.819 INFO E| Compiling powerfmt v0.2.0 |
3084 | 2024-12-21T02:43:15.291Z | [ host-package] Compiling rand_seeder v0.3.0 |
3085 | 2024-12-21T02:43:16.340Z | [ helios-setup] Dec 21 02:43:15.897 INFO E| Compiling idna v0.3.0 |
3086 | 2024-12-21T02:43:16.402Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3087 | 2024-12-21T02:43:16.544Z | [ helios-setup] Dec 21 02:43:16.101 INFO E| Compiling deranged v0.3.11 |
3088 | 2024-12-21T02:43:17.217Z | [ helios-setup] Dec 21 02:43:16.773 INFO E| Compiling time-macros v0.2.18 |
3089 | 2024-12-21T02:43:17.490Z | [ host-package] Compiling lzma-sys v0.1.20 |
3090 | 2024-12-21T02:43:18.446Z | [ host-package] Compiling instability v0.3.2 |
3091 | 2024-12-21T02:43:18.612Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3092 | 2024-12-21T02:43:19.492Z | [ host-package] Compiling rustls v0.21.12 |
3093 | 2024-12-21T02:43:19.611Z | [ host-package] Compiling http-range v0.1.5 |
3094 | 2024-12-21T02:43:20.426Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3095 | 2024-12-21T02:43:20.483Z | [ helios-setup] Dec 21 02:43:20.038 INFO E| Compiling pest v2.5.7 |
3096 | 2024-12-21T02:43:20.698Z | [ host-package] Compiling cassowary v0.3.0 |
3097 | 2024-12-21T02:43:21.068Z | [ host-package] Compiling nix v0.29.0 |
3098 | 2024-12-21T02:43:21.135Z | [ helios-setup] Dec 21 02:43:20.691 INFO E| Compiling tracing v0.1.37 |
3099 | 2024-12-21T02:43:21.715Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3100 | 2024-12-21T02:43:22.426Z | [ host-package] Compiling ratatui v0.28.1 |
3101 | 2024-12-21T02:43:22.777Z | [ helios-setup] Dec 21 02:43:22.333 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3102 | 2024-12-21T02:43:24.006Z | [ helios-setup] Dec 21 02:43:23.561 INFO E| Compiling time v0.1.45 |
3103 | 2024-12-21T02:43:24.654Z | [ helios-setup] Dec 21 02:43:24.210 INFO E| Compiling crossbeam-epoch v0.9.13 |
3104 | 2024-12-21T02:43:25.265Z | [ helios-setup] Dec 21 02:43:24.820 INFO E| Compiling num_threads v0.1.6 |
3105 | 2024-12-21T02:43:25.790Z | [ helios-setup] Dec 21 02:43:25.345 INFO E| Compiling semver v1.0.17 |
3106 | 2024-12-21T02:43:26.272Z | [ helios-setup] Dec 21 02:43:25.827 INFO E| Compiling iana-time-zone v0.1.56 |
3107 | 2024-12-21T02:43:26.540Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3108 | 2024-12-21T02:43:27.588Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3109 | 2024-12-21T02:43:27.676Z | [ helios-setup] Dec 21 02:43:27.231 INFO E| Compiling time v0.3.36 |
3110 | 2024-12-21T02:43:27.825Z | [ helios-setup] Dec 21 02:43:27.380 INFO E| Compiling semver-parser v0.10.2 |
3111 | 2024-12-21T02:43:27.987Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3112 | 2024-12-21T02:43:28.351Z | [ helios-setup] Dec 21 02:43:27.905 INFO E| Compiling url v2.3.1 |
3113 | 2024-12-21T02:43:29.957Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3114 | 2024-12-21T02:43:30.793Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3115 | 2024-12-21T02:43:31.267Z | [ host-package] Compiling sct v0.7.1 |
3116 | 2024-12-21T02:43:31.419Z | [ helios-setup] Dec 21 02:43:30.973 INFO E| Compiling crossbeam-channel v0.5.6 |
3117 | 2024-12-21T02:43:31.758Z | [ helios-setup] Dec 21 02:43:31.312 INFO E| Compiling dirs-sys-next v0.1.2 |
3118 | 2024-12-21T02:43:31.949Z | [ helios-setup] Dec 21 02:43:31.503 INFO E| Compiling smallvec v1.10.0 |
3119 | 2024-12-21T02:43:32.605Z | [ helios-setup] Dec 21 02:43:32.160 INFO E| Compiling toml v0.5.11 |
3120 | 2024-12-21T02:43:33.657Z | [ host-package] Compiling heck v0.3.3 |
3121 | 2024-12-21T02:43:34.135Z | [ helios-setup] Dec 21 02:43:33.689 INFO E| Compiling parking_lot v0.12.1 |
3122 | 2024-12-21T02:43:34.599Z | [ host-package] Compiling csv-core v0.1.11 |
3123 | 2024-12-21T02:43:34.812Z | [ helios-setup] Dec 21 02:43:34.366 INFO E| Compiling serde_tokenstream v0.2.0 |
3124 | 2024-12-21T02:43:36.411Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3125 | 2024-12-21T02:43:37.249Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3126 | 2024-12-21T02:43:37.430Z | [ host-package] Compiling glob v0.3.1 |
3127 | 2024-12-21T02:43:38.076Z | [ host-package] Compiling csv v1.3.0 |
3128 | 2024-12-21T02:43:38.160Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3129 | 2024-12-21T02:43:40.470Z | [ helios-setup] Dec 21 02:43:40.023 INFO E| Compiling crc32fast v1.3.2 |
3130 | 2024-12-21T02:43:40.947Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3131 | 2024-12-21T02:43:41.515Z | [ helios-setup] Dec 21 02:43:41.067 INFO E| Compiling same-file v1.0.6 |
3132 | 2024-12-21T02:43:41.641Z | [ helios-setup] Dec 21 02:43:41.189 INFO E| Compiling try-lock v0.2.4 |
3133 | 2024-12-21T02:43:42.029Z | [ helios-setup] Dec 21 02:43:41.582 INFO E| Compiling want v0.3.0 |
3134 | 2024-12-21T02:43:42.216Z | [ helios-setup] Dec 21 02:43:41.769 INFO E| Compiling walkdir v2.3.3 |
3135 | 2024-12-21T02:43:44.069Z | [ helios-setup] Dec 21 02:43:43.621 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3136 | 2024-12-21T02:43:45.409Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3137 | 2024-12-21T02:43:45.733Z | [ helios-setup] Dec 21 02:43:45.285 INFO E| Compiling proc-macro-crate v1.2.1 |
3138 | 2024-12-21T02:43:47.595Z | [ helios-setup] Dec 21 02:43:47.147 INFO E| Compiling dirs-next v2.0.0 |
3139 | 2024-12-21T02:43:47.961Z | [ host-package] Compiling nix v0.27.1 |
3140 | 2024-12-21T02:43:49.953Z | [ helios-setup] Dec 21 02:43:49.504 INFO E| Compiling semver v0.11.0 |
3141 | 2024-12-21T02:43:53.527Z | [ helios-setup] Dec 21 02:43:53.078 INFO E| Compiling futures-executor v0.3.28 |
3142 | 2024-12-21T02:43:54.217Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3143 | 2024-12-21T02:43:54.694Z | [ helios-setup] Dec 21 02:43:54.245 INFO E| Compiling tokio-util v0.7.7 |
3144 | 2024-12-21T02:43:55.773Z | [ helios-setup] Dec 21 02:43:55.324 INFO E| Compiling http-body v0.4.5 |
3145 | 2024-12-21T02:43:56.002Z | [ helios-setup] Dec 21 02:43:55.552 INFO E| Compiling ring v0.16.20 |
3146 | 2024-12-21T02:43:57.635Z | [ helios-setup] Dec 21 02:43:57.186 INFO E| Compiling h2 v0.3.16 |
3147 | 2024-12-21T02:43:58.824Z | [ helios-setup] Dec 21 02:43:58.359 INFO E| Compiling rand_core v0.6.4 |
3148 | 2024-12-21T02:43:58.923Z | [ helios-setup] Dec 21 02:43:58.473 INFO E| Compiling thread_local v1.1.7 |
3149 | 2024-12-21T02:43:59.908Z | [ helios-setup] Dec 21 02:43:59.458 INFO E| Compiling httpdate v1.0.2 |
3150 | 2024-12-21T02:44:00.031Z | [ helios-setup] Dec 21 02:43:59.581 INFO E| Compiling utf8parse v0.2.1 |
3151 | 2024-12-21T02:44:00.257Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3152 | 2024-12-21T02:44:00.346Z | [ helios-setup] Dec 21 02:43:59.896 INFO E| Compiling rayon-core v1.10.2 |
3153 | 2024-12-21T02:44:00.838Z | [ helios-setup] Dec 21 02:44:00.387 INFO E| Compiling home v0.5.4 |
3154 | 2024-12-21T02:44:01.544Z | [ helios-setup] Dec 21 02:44:01.094 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3155 | 2024-12-21T02:44:01.700Z | [ helios-setup] Dec 21 02:44:01.250 INFO E| Compiling base64 v0.21.0 |
3156 | 2024-12-21T02:44:01.703Z | [ helios-setup] Dec 21 02:44:01.250 INFO E| Compiling adler v1.0.2 |
3157 | 2024-12-21T02:44:01.888Z | [ helios-setup] Dec 21 02:44:01.438 INFO E| Compiling fastrand v1.9.0 |
3158 | 2024-12-21T02:44:02.303Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3159 | 2024-12-21T02:44:02.635Z | [ helios-setup] Dec 21 02:44:02.185 INFO E| Compiling tower-service v0.3.2 |
3160 | 2024-12-21T02:44:02.904Z | [ helios-setup] Dec 21 02:44:02.454 INFO E| Compiling ppv-lite86 v0.2.17 |
3161 | 2024-12-21T02:44:03.144Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3162 | 2024-12-21T02:44:04.206Z | [ helios-setup] Dec 21 02:44:03.756 INFO E| Compiling lazy_static v1.4.0 |
3163 | 2024-12-21T02:44:04.438Z | [ helios-setup] Dec 21 02:44:03.988 INFO E| Compiling toolchain_find v0.2.0 |
3164 | 2024-12-21T02:44:04.894Z | [ helios-setup] Dec 21 02:44:04.444 INFO E| Compiling rand_chacha v0.3.1 |
3165 | 2024-12-21T02:44:05.700Z | [ helios-setup] Dec 21 02:44:05.249 INFO E| Compiling tempfile v3.5.0 |
3166 | 2024-12-21T02:44:05.876Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3167 | 2024-12-21T02:44:06.157Z | [ helios-setup] Dec 21 02:44:05.704 INFO E| Compiling miniz_oxide v0.6.2 |
3168 | 2024-12-21T02:44:08.466Z | [ helios-setup] Dec 21 02:44:08.015 INFO E| Compiling hyper v0.14.25 |
3169 | 2024-12-21T02:44:10.173Z | [ helios-setup] Dec 21 02:44:09.722 INFO E| Compiling anstyle-parse v0.1.1 |
3170 | 2024-12-21T02:44:12.722Z | [ helios-setup] Dec 21 02:44:12.270 INFO E| Compiling futures v0.3.28 |
3171 | 2024-12-21T02:44:13.837Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3172 | 2024-12-21T02:44:14.816Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3173 | 2024-12-21T02:44:28.393Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3174 | 2024-12-21T02:44:28.482Z | [ helios-setup] Dec 21 02:44:28.028 INFO E| Compiling crossbeam-deque v0.8.2 |
3175 | 2024-12-21T02:44:30.449Z | [ helios-setup] Dec 21 02:44:28.993 INFO E| Compiling cargo-lock v8.0.3 |
3176 | 2024-12-21T02:44:30.451Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3177 | 2024-12-21T02:44:30.451Z | [ helios-setup] Dec 21 02:44:29.732 INFO E| Compiling term v0.7.0 |
3178 | 2024-12-21T02:44:30.606Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3179 | 2024-12-21T02:44:31.206Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3180 | 2024-12-21T02:44:32.918Z | [ helios-setup] Dec 21 02:44:32.463 INFO E| Compiling num_enum_derive v0.5.7 |
3181 | 2024-12-21T02:44:34.627Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3182 | 2024-12-21T02:44:35.973Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3183 | 2024-12-21T02:44:36.117Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3184 | 2024-12-21T02:44:36.158Z | [ helios-setup] Dec 21 02:44:35.702 INFO E| Compiling serde_urlencoded v0.7.1 |
3185 | 2024-12-21T02:44:36.243Z | [ host-package] Compiling hashlink v0.9.1 |
3186 | 2024-12-21T02:44:36.586Z | [ helios-setup] Dec 21 02:44:36.130 INFO E| Compiling sha1 v0.10.5 |
3187 | 2024-12-21T02:44:36.628Z | [ helios-setup] Dec 21 02:44:36.173 INFO E| Compiling sha2 v0.10.6 |
3188 | 2024-12-21T02:44:36.970Z | [ helios-setup] Dec 21 02:44:36.515 INFO E| Compiling is-terminal v0.4.7 |
3189 | 2024-12-21T02:44:37.333Z | [ helios-setup] Dec 21 02:44:36.878 INFO E| Compiling atty v0.2.14 |
3190 | 2024-12-21T02:44:37.692Z | [ helios-setup] Dec 21 02:44:37.237 INFO E| Compiling concolor-query v0.3.3 |
3191 | 2024-12-21T02:44:37.802Z | [ host-package] Compiling tungstenite v0.23.0 |
3192 | 2024-12-21T02:44:37.861Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3193 | 2024-12-21T02:44:37.950Z | [ helios-setup] Dec 21 02:44:37.495 INFO E| Compiling anstyle v0.3.5 |
3194 | 2024-12-21T02:44:38.090Z | [ helios-setup] Dec 21 02:44:37.634 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3195 | 2024-12-21T02:44:39.299Z | [ helios-setup] Dec 21 02:44:38.843 INFO E| Compiling concolor-override v1.0.0 |
3196 | 2024-12-21T02:44:39.671Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3197 | 2024-12-21T02:44:40.015Z | [ helios-setup] Dec 21 02:44:39.559 INFO E| Compiling anstream v0.2.6 |
3198 | 2024-12-21T02:44:40.604Z | [ host-package] Compiling base64 v0.13.1 |
3199 | 2024-12-21T02:44:41.088Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3200 | 2024-12-21T02:44:41.856Z | [ helios-setup] Dec 21 02:44:41.400 INFO E| Compiling slog-term v2.9.0 |
3201 | 2024-12-21T02:44:42.046Z | [ host-package] Compiling ron v0.7.1 |
3202 | 2024-12-21T02:44:42.711Z | [ host-package] Compiling rusqlite v0.32.1 |
3203 | 2024-12-21T02:44:43.263Z | [ helios-setup] Dec 21 02:44:42.807 INFO E| Compiling num_enum v0.5.7 |
3204 | 2024-12-21T02:44:43.673Z | [ helios-setup] Dec 21 02:44:43.217 INFO E| Compiling flate2 v1.0.25 |
3205 | 2024-12-21T02:44:44.203Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3206 | 2024-12-21T02:44:45.661Z | [ helios-setup] Dec 21 02:44:45.205 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3207 | 2024-12-21T02:44:46.446Z | [ helios-setup] Dec 21 02:44:45.989 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3208 | 2024-12-21T02:44:46.608Z | [ helios-setup] Dec 21 02:44:46.151 INFO E| Compiling rand v0.8.5 |
3209 | 2024-12-21T02:44:47.721Z | [ helios-setup] Dec 21 02:44:47.264 INFO E| Compiling openapiv3 v1.0.2 |
3210 | 2024-12-21T02:44:48.136Z | [ helios-setup] Dec 21 02:44:47.679 INFO E| Compiling encoding_rs v0.8.32 |
3211 | 2024-12-21T02:44:48.197Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3212 | 2024-12-21T02:44:50.119Z | [ helios-setup] Dec 21 02:44:49.662 INFO E| Compiling either v1.8.0 |
3213 | 2024-12-21T02:44:50.898Z | [ helios-setup] Dec 21 02:44:50.441 INFO E| Compiling strsim v0.10.0 |
3214 | 2024-12-21T02:44:51.094Z | [ helios-setup] Dec 21 02:44:50.637 INFO E| Compiling ipnet v2.7.2 |
3215 | 2024-12-21T02:44:52.449Z | [ host-package] Compiling xz2 v0.1.7 |
3216 | 2024-12-21T02:44:54.096Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3217 | 2024-12-21T02:44:54.746Z | [ helios-setup] Dec 21 02:44:54.288 INFO E| Compiling base64 v0.13.1 |
3218 | 2024-12-21T02:44:54.835Z | [ helios-setup] Dec 21 02:44:54.377 INFO E| Compiling spin v0.5.2 |
3219 | 2024-12-21T02:44:54.960Z | [ host-package] Compiling zone v0.1.8 |
3220 | 2024-12-21T02:44:55.620Z | [ helios-setup] Dec 21 02:44:55.163 INFO E| Compiling untrusted v0.7.1 |
3221 | 2024-12-21T02:44:56.063Z | [ helios-setup] Dec 21 02:44:55.605 INFO E| Compiling mime v0.3.17 |
3222 | 2024-12-21T02:44:56.161Z | [ helios-setup] Dec 21 02:44:55.703 INFO E| Compiling project-root v0.2.2 |
3223 | 2024-12-21T02:44:56.358Z | [ helios-setup] Dec 21 02:44:55.901 INFO E| Compiling utf-8 v0.7.6 |
3224 | 2024-12-21T02:44:56.775Z | [ helios-setup] Dec 21 02:44:56.317 INFO E| Compiling unsafe-libyaml v0.2.8 |
3225 | 2024-12-21T02:44:56.881Z | [ helios-setup] Dec 21 02:44:56.423 INFO E| Compiling clap_lex v0.4.1 |
3226 | 2024-12-21T02:44:57.604Z | [ helios-setup] Dec 21 02:44:57.145 INFO E| Compiling byteorder v1.4.3 |
3227 | 2024-12-21T02:44:58.361Z | [ helios-setup] Dec 21 02:44:57.903 INFO E| Compiling clap_builder v4.2.1 |
3228 | 2024-12-21T02:44:58.471Z | [ helios-setup] Dec 21 02:44:58.012 INFO E| Compiling reqwest v0.11.16 |
3229 | 2024-12-21T02:44:59.283Z | [ helios-setup] Dec 21 02:44:58.824 INFO E| Compiling tungstenite v0.18.0 |
3230 | 2024-12-21T02:45:00.006Z | [ helios-setup] Dec 21 02:44:59.547 INFO E| Compiling serde_yaml v0.9.21 |
3231 | 2024-12-21T02:45:01.016Z | [ helios-setup] Dec 21 02:45:00.558 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3232 | 2024-12-21T02:45:01.193Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3233 | 2024-12-21T02:45:09.693Z | [ helios-setup] Dec 21 02:45:09.233 INFO E| Compiling rayon v1.6.1 |
3234 | 2024-12-21T02:45:10.461Z | [ helios-setup] Dec 21 02:45:09.999 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3235 | 2024-12-21T02:45:11.552Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3236 | 2024-12-21T02:45:12.404Z | [ helios-setup] Dec 21 02:45:11.944 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3237 | 2024-12-21T02:45:14.014Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3238 | 2024-12-21T02:45:15.168Z | [ helios-setup] Dec 21 02:45:14.707 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3239 | 2024-12-21T02:45:17.364Z | [ helios-setup] Dec 21 02:45:16.903 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3240 | 2024-12-21T02:45:17.543Z | [ helios-setup] Dec 21 02:45:17.081 INFO E| Compiling clap_derive v4.2.0 |
3241 | 2024-12-21T02:45:21.559Z | [ helios-setup] Dec 21 02:45:21.097 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3242 | 2024-12-21T02:45:22.326Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3243 | 2024-12-21T02:45:27.184Z | [ helios-setup] Dec 21 02:45:26.722 INFO E| Compiling clap v4.2.1 |
3244 | 2024-12-21T02:45:33.687Z | [ helios-setup] Dec 21 02:45:32.825 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3245 | 2024-12-21T02:45:38.141Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3246 | 2024-12-21T02:45:39.349Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3247 | 2024-12-21T02:45:39.746Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3248 | 2024-12-21T02:45:41.008Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3249 | 2024-12-21T02:45:42.017Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3250 | 2024-12-21T02:45:43.058Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3251 | 2024-12-21T02:45:44.785Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3252 | 2024-12-21T02:45:45.974Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3253 | 2024-12-21T02:45:46.020Z | [ helios-setup] Dec 21 02:45:45.551 INFO E| Compiling tokio-tungstenite v0.18.0 |
3254 | 2024-12-21T02:45:46.554Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3255 | 2024-12-21T02:45:47.185Z | [ helios-setup] Dec 21 02:45:46.720 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3256 | 2024-12-21T02:45:47.345Z | [ host-package] Compiling twox-hash v1.6.3 |
3257 | 2024-12-21T02:45:47.821Z | [ host-package] Compiling yasna v0.5.2 |
3258 | 2024-12-21T02:45:49.328Z | [ host-package] Compiling smawk v0.3.2 |
3259 | 2024-12-21T02:45:50.036Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3260 | 2024-12-21T02:45:50.561Z | [ helios-setup] Dec 21 02:45:50.095 INFO E| Compiling smartstring v1.0.1 |
3261 | 2024-12-21T02:45:51.444Z | [ host-package] Compiling is_ci v1.2.0 |
3262 | 2024-12-21T02:45:51.645Z | [ helios-setup] Dec 21 02:45:51.179 INFO E| Compiling rustls v0.21.0 |
3263 | 2024-12-21T02:45:52.420Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3264 | 2024-12-21T02:45:53.285Z | [ helios-setup] Dec 21 02:45:52.801 INFO E| Compiling sct v0.7.0 |
3265 | 2024-12-21T02:45:53.984Z | [ helios-setup] Dec 21 02:45:53.518 INFO E| Compiling rustls-webpki v0.100.1 |
3266 | 2024-12-21T02:45:54.384Z | [ host-package] Compiling supports-color v3.0.1 |
3267 | 2024-12-21T02:45:54.521Z | [ helios-setup] Dec 21 02:45:54.055 INFO E| Compiling serde_spanned v0.6.1 |
3268 | 2024-12-21T02:45:54.781Z | [ host-package] Compiling textwrap v0.16.1 |
3269 | 2024-12-21T02:45:55.334Z | [ helios-setup] Dec 21 02:45:54.868 INFO E| Compiling toml_datetime v0.6.1 |
3270 | 2024-12-21T02:45:55.418Z | [ host-package] Compiling rcgen v0.12.1 |
3271 | 2024-12-21T02:45:56.983Z | [ helios-setup] Dec 21 02:45:56.516 INFO E| Compiling slog-async v2.7.0 |
3272 | 2024-12-21T02:45:58.017Z | [ helios-setup] Dec 21 02:45:57.550 INFO E| Compiling match_cfg v0.1.0 |
3273 | 2024-12-21T02:45:58.290Z | [ helios-setup] Dec 21 02:45:57.823 INFO E| Compiling winnow v0.4.1 |
3274 | 2024-12-21T02:45:58.611Z | [ helios-setup] Dec 21 02:45:58.144 INFO E| Compiling static_assertions v1.1.0 |
3275 | 2024-12-21T02:45:59.243Z | [ helios-setup] Dec 21 02:45:58.776 INFO E| Compiling paste v1.0.12 |
3276 | 2024-12-21T02:46:00.698Z | [ helios-setup] Dec 21 02:46:00.231 INFO E| Compiling async-trait v0.1.68 |
3277 | 2024-12-21T02:46:01.970Z | [ helios-setup] Dec 21 02:46:01.503 INFO E| Compiling camino v1.1.4 |
3278 | 2024-12-21T02:46:05.727Z | [ helios-setup] Dec 21 02:46:05.259 INFO E| Compiling hostname v0.3.1 |
3279 | 2024-12-21T02:46:05.873Z | [ helios-setup] Dec 21 02:46:05.404 INFO E| Compiling toml_edit v0.19.8 |
3280 | 2024-12-21T02:46:06.724Z | [ helios-setup] Dec 21 02:46:06.256 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3281 | 2024-12-21T02:46:07.928Z | [ helios-setup] Dec 21 02:46:07.460 INFO E| Compiling slog-json v2.6.1 |
3282 | 2024-12-21T02:46:09.034Z | [ helios-setup] Dec 21 02:46:08.566 INFO E| Compiling unicode-linebreak v0.1.4 |
3283 | 2024-12-21T02:46:09.764Z | [ helios-setup] Dec 21 02:46:09.295 INFO E| Compiling async-stream-impl v0.3.5 |
3284 | 2024-12-21T02:46:13.006Z | [ helios-setup] Dec 21 02:46:12.537 INFO E| Compiling rhai_codegen v1.5.0 |
3285 | 2024-12-21T02:46:14.156Z | [ helios-setup] Dec 21 02:46:13.687 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3286 | 2024-12-21T02:46:15.001Z | [ helios-setup] Dec 21 02:46:14.531 INFO E| Compiling take_mut v0.2.2 |
3287 | 2024-12-21T02:46:15.405Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3288 | 2024-12-21T02:46:17.668Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3289 | 2024-12-21T02:46:18.137Z | [ helios-setup] Dec 21 02:46:17.668 INFO E| Compiling rhai v1.14.0 |
3290 | 2024-12-21T02:46:19.368Z | [ helios-setup] Dec 21 02:46:18.893 INFO E| Compiling tokio-rustls v0.24.0 |
3291 | 2024-12-21T02:46:21.095Z | [ helios-setup] Dec 21 02:46:20.455 INFO E| Compiling toml v0.7.3 |
3292 | 2024-12-21T02:46:21.500Z | [ helios-setup] Dec 21 02:46:21.030 INFO E| Compiling async-stream v0.3.5 |
3293 | 2024-12-21T02:46:22.341Z | [ helios-setup] Dec 21 02:46:21.871 INFO E| Compiling slog-bunyan v2.4.0 |
3294 | 2024-12-21T02:46:24.995Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3295 | 2024-12-21T02:46:28.648Z | [ helios-setup] Dec 21 02:46:28.177 INFO E| Compiling rustls-pemfile v1.0.2 |
3296 | 2024-12-21T02:46:28.730Z | [ helios-setup] Dec 21 02:46:28.259 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3297 | 2024-12-21T02:46:30.197Z | [ helios-setup] Dec 21 02:46:29.725 INFO E| Compiling serde_path_to_error v0.1.11 |
3298 | 2024-12-21T02:46:32.226Z | [ helios-setup] Dec 21 02:46:31.754 INFO E| Compiling bincode v1.3.3 |
3299 | 2024-12-21T02:46:32.871Z | [ helios-setup] Dec 21 02:46:32.399 INFO E| Compiling terminal_size v0.2.6 |
3300 | 2024-12-21T02:46:33.625Z | [ helios-setup] Dec 21 02:46:33.153 INFO E| Compiling smawk v0.3.1 |
3301 | 2024-12-21T02:46:34.581Z | [ helios-setup] Dec 21 02:46:34.108 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3302 | 2024-12-21T02:46:34.704Z | [ helios-setup] Dec 21 02:46:34.229 INFO E| Compiling textwrap v0.16.0 |
3303 | 2024-12-21T02:46:34.860Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3304 | 2024-12-21T02:46:41.379Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3305 | 2024-12-21T02:46:50.527Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3306 | 2024-12-21T02:47:01.695Z | [ helios-setup] Dec 21 02:47:01.219 INFO E| Compiling git2 v0.16.1 |
3307 | 2024-12-21T02:47:07.711Z | [ helios-setup] Dec 21 02:47:07.234 INFO E| Compiling built v0.6.0 |
3308 | 2024-12-21T02:47:10.947Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3309 | 2024-12-21T02:47:11.570Z | [ helios-setup] Dec 21 02:47:11.093 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3310 | 2024-12-21T02:47:13.342Z | [ helios-setup] Dec 21 02:47:12.864 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3311 | 2024-12-21T02:47:14.203Z | [ helios-setup] Dec 21 02:47:13.725 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3312 | 2024-12-21T02:47:14.205Z | [ helios-setup] Dec 21 02:47:13.725 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3313 | 2024-12-21T02:47:17.671Z | [ helios-setup] Dec 21 02:47:17.193 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3314 | 2024-12-21T02:47:18.334Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3315 | 2024-12-21T02:47:19.759Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3316 | 2024-12-21T02:47:20.612Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3317 | 2024-12-21T02:47:29.360Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3318 | 2024-12-21T02:47:33.839Z | [ host-package] Compiling fatfs v0.3.6 |
3319 | 2024-12-21T02:47:39.186Z | [ host-package] Compiling subprocess v0.2.9 |
3320 | 2024-12-21T02:47:46.439Z | [ host-package] Compiling rtoolbox v0.0.2 |
3321 | 2024-12-21T02:47:47.273Z | [ host-package] Compiling assert_matches v1.5.0 |
3322 | 2024-12-21T02:47:47.826Z | [ host-package] Compiling rpassword v7.3.1 |
3323 | 2024-12-21T02:47:48.912Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3324 | 2024-12-21T02:47:49.447Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3325 | 2024-12-21T02:47:52.370Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3326 | 2024-12-21T02:48:01.935Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3327 | 2024-12-21T02:48:05.057Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3328 | 2024-12-21T02:48:05.878Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3329 | 2024-12-21T02:48:07.843Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3330 | 2024-12-21T02:48:08.460Z | [ host-package] Compiling uzers v0.12.1 |
3331 | 2024-12-21T02:48:09.587Z | [ helios-setup] Dec 21 02:48:09.102 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3332 | 2024-12-21T02:48:11.840Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3333 | 2024-12-21T02:48:21.177Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3334 | 2024-12-21T02:48:23.695Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3335 | 2024-12-21T02:49:13.777Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3336 | 2024-12-21T02:49:14.218Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3337 | 2024-12-21T02:49:15.961Z | [ helios-setup] Dec 21 02:49:15.465 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s |
3338 | 2024-12-21T02:49:16.097Z | [ helios-setup] Dec 21 02:49:15.602 INFO building project "pilot" ok (412 seconds) |
3339 | 2024-12-21T02:49:16.100Z | [ helios-setup] Dec 21 02:49:15.602 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3340 | 2024-12-21T02:49:16.101Z | [ helios-setup] Dec 21 02:49:15.602 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3341 | 2024-12-21T02:49:16.559Z | [ helios-setup] Dec 21 02:49:16.064 INFO E| Downloading crates ... |
3342 | 2024-12-21T02:49:16.677Z | [ helios-setup] Dec 21 02:49:16.181 INFO E| Downloaded typenum v1.15.0 |
3343 | 2024-12-21T02:49:16.683Z | [ helios-setup] Dec 21 02:49:16.188 INFO E| Downloaded digest v0.10.3 |
3344 | 2024-12-21T02:49:16.694Z | [ helios-setup] Dec 21 02:49:16.191 INFO E| Downloaded sha2 v0.10.5 |
3345 | 2024-12-21T02:49:16.694Z | [ helios-setup] Dec 21 02:49:16.194 INFO E| Downloaded anyhow v1.0.62 |
3346 | 2024-12-21T02:49:16.697Z | [ helios-setup] Dec 21 02:49:16.200 INFO E| Downloaded bytes v1.2.1 |
3347 | 2024-12-21T02:49:16.800Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling version_check v0.9.4 |
3348 | 2024-12-21T02:49:16.803Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling typenum v1.15.0 |
3349 | 2024-12-21T02:49:16.803Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling crc32fast v1.3.2 |
3350 | 2024-12-21T02:49:16.803Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling cfg-if v1.0.0 |
3351 | 2024-12-21T02:49:16.803Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling anyhow v1.0.62 |
3352 | 2024-12-21T02:49:16.803Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling adler v1.0.2 |
3353 | 2024-12-21T02:49:16.804Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling cpufeatures v0.2.5 |
3354 | 2024-12-21T02:49:16.804Z | [ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling unicode-width v0.1.10 |
3355 | 2024-12-21T02:49:17.707Z | [ helios-setup] Dec 21 02:49:17.211 INFO E| Compiling getopts v0.2.21 |
3356 | 2024-12-21T02:49:17.709Z | [ helios-setup] Dec 21 02:49:17.212 INFO E| Compiling bytes v1.2.1 |
3357 | 2024-12-21T02:49:17.767Z | [ helios-setup] Dec 21 02:49:17.271 INFO E| Compiling bitflags v1.3.2 |
3358 | 2024-12-21T02:49:18.035Z | [ helios-setup] Dec 21 02:49:17.539 INFO E| Compiling miniz_oxide v0.6.2 |
3359 | 2024-12-21T02:49:19.166Z | [ helios-setup] Dec 21 02:49:18.671 INFO E| Compiling generic-array v0.14.6 |
3360 | 2024-12-21T02:49:19.444Z | [ helios-setup] Dec 21 02:49:18.948 INFO E| Compiling flate2 v1.0.25 |
3361 | 2024-12-21T02:49:20.659Z | [ host-package] Compiling multimap v0.10.0 |
3362 | 2024-12-21T02:49:23.540Z | [ helios-setup] Dec 21 02:49:23.044 INFO E| Compiling block-buffer v0.10.3 |
3363 | 2024-12-21T02:49:23.540Z | [ helios-setup] Dec 21 02:49:23.044 INFO E| Compiling crypto-common v0.1.6 |
3364 | 2024-12-21T02:49:23.760Z | [ helios-setup] Dec 21 02:49:23.263 INFO E| Compiling digest v0.10.3 |
3365 | 2024-12-21T02:49:24.123Z | [ helios-setup] Dec 21 02:49:23.626 INFO E| Compiling sha2 v0.10.5 |
3366 | 2024-12-21T02:49:24.692Z | [ helios-setup] Dec 21 02:49:24.196 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3367 | 2024-12-21T02:49:30.722Z | [ helios-setup] Dec 21 02:49:30.200 INFO E| Finished `release` profile [optimized] target(s) in 14.50s |
3368 | 2024-12-21T02:49:30.740Z | [ helios-setup] Dec 21 02:49:30.217 INFO building project "bootserver" ok (14 seconds) |
3369 | 2024-12-21T02:49:30.740Z | [ helios-setup] Dec 21 02:49:30.217 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3370 | 2024-12-21T02:49:30.741Z | [ helios-setup] Dec 21 02:49:30.217 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3371 | 2024-12-21T02:49:31.192Z | [ helios-setup] Dec 21 02:49:30.694 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3372 | 2024-12-21T02:49:31.764Z | [ helios-setup] Dec 21 02:49:31.267 INFO E| From https://github.com/jclulow/rust-jmclib |
3373 | 2024-12-21T02:49:31.764Z | [ helios-setup] Dec 21 02:49:31.267 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3374 | 2024-12-21T02:49:31.785Z | [ helios-setup] Dec 21 02:49:31.287 INFO E| Updating crates.io index |
3375 | 2024-12-21T02:49:31.911Z | [ helios-setup] Dec 21 02:49:31.414 INFO E| Downloading crates ... |
3376 | 2024-12-21T02:49:32.036Z | [ helios-setup] Dec 21 02:49:31.538 INFO E| Downloaded sha-1 v0.9.8 |
3377 | 2024-12-21T02:49:32.039Z | [ helios-setup] Dec 21 02:49:31.542 INFO E| Downloaded getrandom v0.2.10 |
3378 | 2024-12-21T02:49:32.044Z | [ helios-setup] Dec 21 02:49:31.547 INFO E| Downloaded digest v0.9.0 |
3379 | 2024-12-21T02:49:32.046Z | [ helios-setup] Dec 21 02:49:31.549 INFO E| Downloaded cpufeatures v0.2.9 |
3380 | 2024-12-21T02:49:32.049Z | [ helios-setup] Dec 21 02:49:31.551 INFO E| Downloaded anyhow v1.0.72 |
3381 | 2024-12-21T02:49:32.056Z | [ helios-setup] Dec 21 02:49:31.558 INFO E| Downloaded uuid v0.8.2 |
3382 | 2024-12-21T02:49:32.061Z | [ helios-setup] Dec 21 02:49:31.563 INFO E| Downloaded once_cell v1.18.0 |
3383 | 2024-12-21T02:49:32.065Z | [ helios-setup] Dec 21 02:49:31.568 INFO E| Downloaded quote v1.0.31 |
3384 | 2024-12-21T02:49:32.069Z | [ helios-setup] Dec 21 02:49:31.572 INFO E| Downloaded bitflags v2.3.3 |
3385 | 2024-12-21T02:49:32.074Z | [ helios-setup] Dec 21 02:49:31.577 INFO E| Downloaded unicode-ident v1.0.11 |
3386 | 2024-12-21T02:49:32.078Z | [ helios-setup] Dec 21 02:49:31.581 INFO E| Downloaded serde v1.0.193 |
3387 | 2024-12-21T02:49:32.084Z | [ helios-setup] Dec 21 02:49:31.587 INFO E| Downloaded serde_derive v1.0.193 |
3388 | 2024-12-21T02:49:32.089Z | [ helios-setup] Dec 21 02:49:31.591 INFO E| Downloaded proc-macro2 v1.0.66 |
3389 | 2024-12-21T02:49:32.093Z | [ helios-setup] Dec 21 02:49:31.596 INFO E| Downloaded fastrand v2.0.0 |
3390 | 2024-12-21T02:49:32.096Z | [ helios-setup] Dec 21 02:49:31.598 INFO E| Downloaded tempfile v3.7.0 |
3391 | 2024-12-21T02:49:32.100Z | [ helios-setup] Dec 21 02:49:31.602 INFO E| Downloaded md-5 v0.9.1 |
3392 | 2024-12-21T02:49:32.102Z | [ helios-setup] Dec 21 02:49:31.605 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3393 | 2024-12-21T02:49:32.106Z | [ helios-setup] Dec 21 02:49:31.607 INFO E| Downloaded block-buffer v0.9.0 |
3394 | 2024-12-21T02:49:32.106Z | [ helios-setup] Dec 21 02:49:31.608 INFO E| Downloaded serde_json v1.0.103 |
3395 | 2024-12-21T02:49:32.129Z | [ helios-setup] Dec 21 02:49:31.632 INFO E| Downloaded syn v2.0.32 |
3396 | 2024-12-21T02:49:32.147Z | [ helios-setup] Dec 21 02:49:31.649 INFO E| Downloaded rustix v0.38.4 |
3397 | 2024-12-21T02:49:32.225Z | [ helios-setup] Dec 21 02:49:31.728 INFO E| Downloaded libc v0.2.147 |
3398 | 2024-12-21T02:49:32.364Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling libc v0.2.147 |
3399 | 2024-12-21T02:49:32.367Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling proc-macro2 v1.0.66 |
3400 | 2024-12-21T02:49:32.367Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling cfg-if v1.0.0 |
3401 | 2024-12-21T02:49:32.368Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling unicode-ident v1.0.11 |
3402 | 2024-12-21T02:49:32.368Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling typenum v1.16.0 |
3403 | 2024-12-21T02:49:32.368Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling version_check v0.9.4 |
3404 | 2024-12-21T02:49:32.368Z | [ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling serde v1.0.193 |
3405 | 2024-12-21T02:49:32.368Z | [ helios-setup] Dec 21 02:49:31.868 INFO E| Compiling num-conv v0.1.0 |
3406 | 2024-12-21T02:49:32.665Z | [ helios-setup] Dec 21 02:49:32.168 INFO E| Compiling slog v2.7.0 |
3407 | 2024-12-21T02:49:33.116Z | [ helios-setup] Dec 21 02:49:32.618 INFO E| Compiling time-core v0.1.2 |
3408 | 2024-12-21T02:49:33.300Z | [ helios-setup] Dec 21 02:49:32.802 INFO E| Compiling rustix v0.38.4 |
3409 | 2024-12-21T02:49:33.375Z | [ helios-setup] Dec 21 02:49:32.877 INFO E| Compiling powerfmt v0.2.0 |
3410 | 2024-12-21T02:49:33.894Z | [ helios-setup] Dec 21 02:49:33.396 INFO E| Compiling itoa v1.0.9 |
3411 | 2024-12-21T02:49:34.018Z | [ helios-setup] Dec 21 02:49:33.520 INFO E| Compiling generic-array v0.14.7 |
3412 | 2024-12-21T02:49:34.246Z | [ helios-setup] Dec 21 02:49:33.748 INFO E| Compiling deranged v0.3.11 |
3413 | 2024-12-21T02:49:34.378Z | [ helios-setup] Dec 21 02:49:33.880 INFO E| Compiling time-macros v0.2.18 |
3414 | 2024-12-21T02:49:34.415Z | [ helios-setup] Dec 21 02:49:33.917 INFO E| Compiling bitflags v2.3.3 |
3415 | 2024-12-21T02:49:35.044Z | [ helios-setup] Dec 21 02:49:34.546 INFO E| Compiling num_threads v0.1.6 |
3416 | 2024-12-21T02:49:35.072Z | [ helios-setup] Dec 21 02:49:34.574 INFO E| Compiling once_cell v1.18.0 |
3417 | 2024-12-21T02:49:35.663Z | [ helios-setup] Dec 21 02:49:35.165 INFO E| Compiling quote v1.0.31 |
3418 | 2024-12-21T02:49:36.340Z | [ helios-setup] Dec 21 02:49:35.842 INFO E| Compiling thread_local v1.1.7 |
3419 | 2024-12-21T02:49:36.628Z | [ helios-setup] Dec 21 02:49:36.130 INFO E| Compiling syn v2.0.32 |
3420 | 2024-12-21T02:49:36.923Z | [ helios-setup] Dec 21 02:49:36.425 INFO E| Compiling dirs-sys-next v0.1.2 |
3421 | 2024-12-21T02:49:37.188Z | [ helios-setup] Dec 21 02:49:36.689 INFO E| Compiling errno v0.3.1 |
3422 | 2024-12-21T02:49:37.363Z | [ helios-setup] Dec 21 02:49:36.865 INFO E| Compiling dirs-next v2.0.0 |
3423 | 2024-12-21T02:49:37.573Z | [ helios-setup] Dec 21 02:49:37.075 INFO E| Compiling term v0.7.0 |
3424 | 2024-12-21T02:49:37.790Z | [ helios-setup] Dec 21 02:49:37.292 INFO E| Compiling atty v0.2.14 |
3425 | 2024-12-21T02:49:38.317Z | [ helios-setup] Dec 21 02:49:37.818 INFO E| Compiling serde_json v1.0.103 |
3426 | 2024-12-21T02:49:38.424Z | [ helios-setup] Dec 21 02:49:37.926 INFO E| Compiling anyhow v1.0.72 |
3427 | 2024-12-21T02:49:38.507Z | [ helios-setup] Dec 21 02:49:38.009 INFO E| Compiling opaque-debug v0.3.0 |
3428 | 2024-12-21T02:49:38.655Z | [ helios-setup] Dec 21 02:49:38.156 INFO E| Compiling fastrand v2.0.0 |
3429 | 2024-12-21T02:49:39.389Z | [ helios-setup] Dec 21 02:49:38.890 INFO E| Compiling digest v0.9.0 |
3430 | 2024-12-21T02:49:39.597Z | [ helios-setup] Dec 21 02:49:39.098 INFO E| Compiling block-buffer v0.9.0 |
3431 | 2024-12-21T02:49:39.803Z | [ helios-setup] Dec 21 02:49:39.304 INFO E| Compiling getrandom v0.2.10 |
3432 | 2024-12-21T02:49:39.901Z | [ helios-setup] Dec 21 02:49:39.402 INFO E| Compiling cpufeatures v0.2.9 |
3433 | 2024-12-21T02:49:39.959Z | [ helios-setup] Dec 21 02:49:39.460 INFO E| Compiling ryu v1.0.15 |
3434 | 2024-12-21T02:49:40.003Z | [ helios-setup] Dec 21 02:49:39.504 INFO E| Compiling same-file v1.0.6 |
3435 | 2024-12-21T02:49:40.476Z | [ helios-setup] Dec 21 02:49:39.977 INFO E| Compiling unicode-width v0.1.10 |
3436 | 2024-12-21T02:49:40.601Z | [ helios-setup] Dec 21 02:49:40.102 INFO E| Compiling time v0.3.36 |
3437 | 2024-12-21T02:49:40.665Z | [ helios-setup] Dec 21 02:49:40.166 INFO E| Compiling getopts v0.2.21 |
3438 | 2024-12-21T02:49:40.756Z | [ helios-setup] Dec 21 02:49:40.257 INFO E| Compiling walkdir v2.3.3 |
3439 | 2024-12-21T02:49:40.768Z | [ helios-setup] Dec 21 02:49:40.269 INFO E| Compiling sha-1 v0.9.8 |
3440 | 2024-12-21T02:49:41.229Z | [ helios-setup] Dec 21 02:49:40.730 INFO E| Compiling tempfile v3.7.0 |
3441 | 2024-12-21T02:49:41.978Z | [ helios-setup] Dec 21 02:49:41.479 INFO E| Compiling md-5 v0.9.1 |
3442 | 2024-12-21T02:49:42.272Z | [ helios-setup] Dec 21 02:49:41.773 INFO E| Compiling libdevinfo-sys v1.0.0 |
3443 | 2024-12-21T02:49:42.479Z | [ helios-setup] Dec 21 02:49:41.980 INFO E| Compiling glob v0.3.1 |
3444 | 2024-12-21T02:49:44.436Z | [ helios-setup] Dec 21 02:49:43.936 INFO E| Compiling slog-term v2.9.0 |
3445 | 2024-12-21T02:49:47.116Z | [ helios-setup] Dec 21 02:49:46.616 INFO E| Compiling serde_derive v1.0.193 |
3446 | 2024-12-21T02:50:03.692Z | [ helios-setup] Dec 21 02:50:03.190 INFO E| Compiling toml v0.5.11 |
3447 | 2024-12-21T02:50:03.694Z | [ helios-setup] Dec 21 02:50:03.190 INFO E| Compiling uuid v0.8.2 |
3448 | 2024-12-21T02:50:05.866Z | [ helios-setup] Dec 21 02:50:05.363 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3449 | 2024-12-21T02:50:09.873Z | [ helios-setup] Dec 21 02:50:09.370 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3450 | 2024-12-21T02:50:24.313Z | [ helios-setup] Dec 21 02:50:23.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.47s |
3451 | 2024-12-21T02:50:24.348Z | [ helios-setup] Dec 21 02:50:23.843 INFO building project "image-builder" ok (53 seconds) |
3452 | 2024-12-21T02:50:24.351Z | [ helios-setup] rm -f helios-build |
3453 | 2024-12-21T02:50:24.353Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3454 | 2024-12-21T02:50:24.356Z | [ helios-setup] |
3455 | 2024-12-21T02:50:24.359Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3456 | 2024-12-21T02:50:24.362Z | [ helios-setup] |
3457 | 2024-12-21T02:50:24.362Z | [ helios-setup] |
3458 | 2024-12-21T02:50:24.362Z | [ helios-setup] real 12:17.176428703 |
3459 | 2024-12-21T02:50:24.362Z | [ helios-setup] user 29:11.092543120 |
3460 | 2024-12-21T02:50:24.362Z | [ helios-setup] sys 3:39.354074614 |
3461 | 2024-12-21T02:50:24.362Z | [ helios-setup] trap 1.791534011 |
3462 | 2024-12-21T02:50:24.362Z | [ helios-setup] tflt 7.165196485 |
3463 | 2024-12-21T02:50:24.362Z | [ helios-setup] dflt 35.761747199 |
3464 | 2024-12-21T02:50:24.363Z | [ helios-setup] kflt 0.021502158 |
3465 | 2024-12-21T02:50:24.363Z | [ helios-setup] lock 2:09:33.192160849 |
3466 | 2024-12-21T02:50:24.363Z | [ helios-setup] slp 3:47:53.964801682 |
3467 | 2024-12-21T02:50:24.363Z | [ helios-setup] lat 33:36.672443888 |
3468 | 2024-12-21T02:50:24.363Z | [ helios-setup] stop 4:27.716906926 |
3469 | 2024-12-21T02:50:24.363Z | Dec 21 02:50:23.857 INFO [helios-setup] process exited with exit status: 0 (737.183034155s) |
3470 | 2024-12-21T02:50:24.366Z | Dec 21 02:50:23.857 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3471 | 2024-12-21T02:50:24.389Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3472 | 2024-12-21T02:50:24.666Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3473 | 2024-12-21T02:50:24.666Z | [ phbl-toolchain] info: downloading component 'cargo' |
3474 | 2024-12-21T02:50:26.183Z | [ phbl-toolchain] info: downloading component 'clippy' |
3475 | 2024-12-21T02:50:26.521Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3476 | 2024-12-21T02:50:31.768Z | [ phbl-toolchain] info: downloading component 'miri' |
3477 | 2024-12-21T02:50:31.951Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3478 | 2024-12-21T02:50:33.299Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3479 | 2024-12-21T02:50:33.512Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3480 | 2024-12-21T02:50:35.688Z | [ phbl-toolchain] info: downloading component 'rustc' |
3481 | 2024-12-21T02:50:42.857Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3482 | 2024-12-21T02:50:43.112Z | [ phbl-toolchain] info: installing component 'cargo' |
3483 | 2024-12-21T02:50:44.362Z | [ phbl-toolchain] info: installing component 'clippy' |
3484 | 2024-12-21T02:50:44.941Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3485 | 2024-12-21T02:50:50.699Z | [ phbl-toolchain] info: installing component 'miri' |
3486 | 2024-12-21T02:50:51.012Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3487 | 2024-12-21T02:50:59.158Z | [ phbl-toolchain] info: installing component 'rust-src' |
3488 | 2024-12-21T02:50:59.753Z | [ phbl-toolchain] info: installing component 'rust-std' |
3489 | 2024-12-21T02:51:02.168Z | [ phbl-toolchain] info: installing component 'rustc' |
3490 | 2024-12-21T02:51:11.288Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3491 | 2024-12-21T02:51:12.049Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3492 | 2024-12-21T02:51:12.052Z | Dec 21 02:51:11.540 INFO [phbl-toolchain] process exited with exit status: 0 (47.682584475s) |
3493 | 2024-12-21T02:51:57.843Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3494 | 2024-12-21T02:52:00.656Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3495 | 2024-12-21T02:58:41.892Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 42s |
3496 | 2024-12-21T02:59:51.667Z | Dec 21 02:59:48.848 INFO [host-package] process exited with exit status: 0 (1250.547285166s) |
3497 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.848 INFO [host-stamp] running task |
3498 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.849 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3499 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.857 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+gitec6f3678b6b |
3500 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.867 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+gitec6f3678b6b |
3501 | 2024-12-21T02:59:51.717Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3502 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.876 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+gitec6f3678b6b |
3503 | 2024-12-21T02:59:51.717Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-21T02:59:51.717Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.884 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+gitec6f3678b6b |
3506 | 2024-12-21T02:59:51.717Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3507 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.893 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+gitec6f3678b6b |
3508 | 2024-12-21T02:59:51.717Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-21T02:59:51.717Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-21T02:59:51.717Z | Dec 21 02:59:48.904 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+gitec6f3678b6b |
3511 | 2024-12-21T02:59:51.718Z | Dec 21 02:59:48.915 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+gitec6f3678b6b |
3512 | 2024-12-21T02:59:51.718Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-21T02:59:51.718Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3514 | 2024-12-21T02:59:51.718Z | Dec 21 02:59:48.926 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+gitec6f3678b6b |
3515 | 2024-12-21T02:59:51.718Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-21T02:59:51.718Z | Dec 21 02:59:48.938 INFO [stamp-oxlog] process exited with exit status: 0 (81.093457ms) |
3517 | 2024-12-21T02:59:51.718Z | Dec 21 02:59:48.939 INFO [stamp-overlay] process exited with exit status: 0 (45.569372ms) |
3518 | 2024-12-21T02:59:51.718Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3519 | 2024-12-21T02:59:51.718Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3520 | 2024-12-21T02:59:51.718Z | Dec 21 02:59:48.944 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (29.071814ms) |
3521 | 2024-12-21T02:59:51.718Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3522 | 2024-12-21T02:59:51.718Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3523 | 2024-12-21T02:59:51.719Z | Dec 21 02:59:48.997 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.943629ms) |
3524 | 2024-12-21T02:59:51.719Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3525 | 2024-12-21T02:59:51.719Z | Dec 21 02:59:49.147 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.437589ms) |
3526 | 2024-12-21T02:59:51.719Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3527 | 2024-12-21T02:59:51.719Z | Dec 21 02:59:49.273 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (369.694214ms) |
3528 | 2024-12-21T02:59:51.719Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3529 | 2024-12-21T02:59:51.719Z | Dec 21 02:59:50.128 INFO [stamp-propolis-server] process exited with exit status: 0 (1.252370392s) |
3530 | 2024-12-21T02:59:51.719Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3531 | 2024-12-21T02:59:53.095Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3532 | 2024-12-21T03:00:00.213Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3533 | 2024-12-21T03:00:00.216Z | Dec 21 02:59:59.628 INFO [stamp-switch-asic] process exited with exit status: 0 (10.76098197s) |
3534 | 2024-12-21T03:00:00.219Z | Dec 21 02:59:59.628 INFO [host-stamp] task succeeded (10.780199762s) |
3535 | 2024-12-21T03:00:00.219Z | Dec 21 02:59:59.628 INFO [host-proto] running task |
3536 | 2024-12-21T03:00:00.670Z | Dec 21 03:00:00.081 INFO [host-proto] task succeeded (452.696809ms) |
3537 | 2024-12-21T03:00:00.670Z | Dec 21 03:00:00.081 INFO [host-profile] running task |
3538 | 2024-12-21T03:00:00.672Z | Dec 21 03:00:00.081 INFO [host-profile] task succeeded (281.664µs) |
3539 | 2024-12-21T03:00:00.672Z | Dec 21 03:00:00.082 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpHfUgvJ/proto/host/root -N 'ci ec6f367/${os_short_commit} 2024-12-21 02:38' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3540 | 2024-12-21T03:00:00.687Z | [ host-image] Dec 21 03:00:00.099 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3541 | 2024-12-21T03:00:00.687Z | [ host-image] Dec 21 03:00:00.099 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3542 | 2024-12-21T03:00:00.702Z | [ host-image] Dec 21 03:00:00.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHfUgvJ/proto/host/root" |
3543 | 2024-12-21T03:00:00.702Z | [ host-image] Dec 21 03:00:00.114 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3544 | 2024-12-21T03:00:00.705Z | [ host-image] Dec 21 03:00:00.114 INFO image builder template: ramdisk-01-os... |
3545 | 2024-12-21T03:00:00.705Z | [ host-image] Dec 21 03:00:00.114 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/.tmpHfUgvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3546 | 2024-12-21T03:00:00.723Z | [ host-image] Dec 21 03:00:00.134 INFO O| Dec 21 03:00:00.134 INFO CREATE DATASET: rpool/images/build/host/output |
3547 | 2024-12-21T03:00:01.021Z | [ host-image] Dec 21 03:00:00.432 INFO O| Dec 21 03:00:00.432 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3548 | 2024-12-21T03:00:01.025Z | [ host-image] Dec 21 03:00:00.437 INFO O| Dec 21 03:00:00.437 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3549 | 2024-12-21T03:00:01.275Z | [ host-image] Dec 21 03:00:00.685 INFO O| Dec 21 03:00:00.685 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3550 | 2024-12-21T03:00:01.356Z | [ host-image] Dec 21 03:00:00.767 INFO O| Dec 21 03:00:00.767 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3551 | 2024-12-21T03:00:01.356Z | [ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3552 | 2024-12-21T03:00:01.359Z | [ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3553 | 2024-12-21T03:00:01.359Z | [ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3554 | 2024-12-21T03:00:01.366Z | [ host-image] Dec 21 03:00:00.777 INFO O| Dec 21 03:00:00.777 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3555 | 2024-12-21T03:00:01.616Z | [ host-image] Dec 21 03:00:01.026 INFO O| Dec 21 03:00:01.026 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-12-21T03:00:01.628Z | [ host-image] Dec 21 03:00:01.039 INFO O| Dec 21 03:00:01.039 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3557 | 2024-12-21T03:00:02.045Z | [ host-image] Dec 21 03:00:01.455 INFO O| Dec 21 03:00:01.455 INFO O| Caching catalogs ... Done |
3558 | 2024-12-21T03:00:02.170Z | [ host-image] Dec 21 03:00:01.581 INFO O| Dec 21 03:00:01.581 INFO STEP 0 (pkg_image_create) COMPLETE |
3559 | 2024-12-21T03:00:02.170Z | [ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-21T03:00:02.173Z | [ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO skip step because feature "repo_redist" is not enabled |
3561 | 2024-12-21T03:00:02.173Z | [ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-21T03:00:02.188Z | [ host-image] Dec 21 03:00:01.599 INFO O| Dec 21 03:00:01.599 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-21T03:00:02.736Z | [ host-image] Dec 21 03:00:02.147 INFO O| Dec 21 03:00:02.147 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3564 | 2024-12-21T03:00:02.736Z | [ host-image] Dec 21 03:00:02.147 INFO O| Dec 21 03:00:02.147 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-21T03:00:02.753Z | [ host-image] Dec 21 03:00:02.165 INFO O| Dec 21 03:00:02.165 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"] |
3566 | 2024-12-21T03:00:03.273Z | [ host-image] Dec 21 03:00:02.684 INFO O| Dec 21 03:00:02.684 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3567 | 2024-12-21T03:00:03.273Z | [ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-21T03:00:03.276Z | [ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO skip step because feature "repo_redist" is not enabled |
3569 | 2024-12-21T03:00:03.276Z | [ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-21T03:00:03.886Z | [ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO variant opensolaris.zone is already global |
3571 | 2024-12-21T03:00:03.886Z | [ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO STEP 5 (pkg_change_variant) COMPLETE |
3572 | 2024-12-21T03:00:03.890Z | [ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3573 | 2024-12-21T03:00:04.434Z | [ host-image] Dec 21 03:00:03.843 INFO O| Dec 21 03:00:03.843 INFO variant opensolaris.imagetype is full; changing to partial |
3574 | 2024-12-21T03:00:04.434Z | [ host-image] Dec 21 03:00:03.843 INFO O| Dec 21 03:00:03.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3575 | 2024-12-21T03:00:12.281Z | [ host-image] Dec 21 03:00:11.691 INFO O| Dec 21 03:00:11.690 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3576 | 2024-12-21T03:00:12.655Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.92s |
3577 | 2024-12-21T03:00:14.157Z | Dec 21 03:00:13.559 INFO [recovery-package] process exited with exit status: 0 (24.710290439s) |
3578 | 2024-12-21T03:00:14.160Z | Dec 21 03:00:13.559 INFO [recovery-stamp] running task |
3579 | 2024-12-21T03:00:14.160Z | Dec 21 03:00:13.559 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3580 | 2024-12-21T03:00:14.160Z | Dec 21 03:00:13.559 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitec6f3678b6b |
3581 | 2024-12-21T03:00:14.166Z | Dec 21 03:00:13.576 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+gitec6f3678b6b |
3582 | 2024-12-21T03:00:14.175Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3583 | 2024-12-21T03:00:14.188Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3584 | 2024-12-21T03:00:14.268Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3585 | 2024-12-21T03:00:14.272Z | Dec 21 03:00:13.681 INFO [stamp-installinator] process exited with exit status: 0 (121.961676ms) |
3586 | 2024-12-21T03:00:14.321Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3587 | 2024-12-21T03:00:14.330Z | Dec 21 03:00:13.725 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (149.190483ms) |
3588 | 2024-12-21T03:00:14.330Z | Dec 21 03:00:13.725 INFO [recovery-stamp] task succeeded (166.151013ms) |
3589 | 2024-12-21T03:00:14.330Z | Dec 21 03:00:13.725 INFO [recovery-proto] running task |
3590 | 2024-12-21T03:00:14.330Z | Dec 21 03:00:13.725 INFO [tuf-stamp] running task |
3591 | 2024-12-21T03:00:14.330Z | Dec 21 03:00:13.726 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+gitec6f3678b6b |
3592 | 2024-12-21T03:00:14.333Z | Dec 21 03:00:13.741 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+gitec6f3678b6b |
3593 | 2024-12-21T03:00:14.342Z | Dec 21 03:00:13.752 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+gitec6f3678b6b |
3594 | 2024-12-21T03:00:14.349Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-21T03:00:14.354Z | Dec 21 03:00:13.763 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+gitec6f3678b6b |
3596 | 2024-12-21T03:00:14.363Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-21T03:00:14.366Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3598 | 2024-12-21T03:00:14.369Z | Dec 21 03:00:13.778 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+gitec6f3678b6b |
3599 | 2024-12-21T03:00:14.382Z | Dec 21 03:00:13.792 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+gitec6f3678b6b |
3600 | 2024-12-21T03:00:14.425Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-21T03:00:14.429Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-21T03:00:14.429Z | Dec 21 03:00:13.833 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+gitec6f3678b6b |
3603 | 2024-12-21T03:00:14.560Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-21T03:00:14.566Z | Dec 21 03:00:13.968 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+gitec6f3678b6b |
3605 | 2024-12-21T03:00:14.591Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-21T03:00:14.601Z | Dec 21 03:00:14.011 INFO [recovery-proto] task succeeded (273.819269ms) |
3607 | 2024-12-21T03:00:14.601Z | Dec 21 03:00:14.011 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+gitec6f3678b6b |
3608 | 2024-12-21T03:00:14.604Z | Dec 21 03:00:14.012 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpHfUgvJ/proto/recovery/root -N 'recovery ec6f367/${os_short_commit} 2024-12-21 02:38' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3609 | 2024-12-21T03:00:14.657Z | Dec 21 03:00:14.067 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+gitec6f3678b6b |
3610 | 2024-12-21T03:00:14.790Z | [ recovery-image] Dec 21 03:00:14.128 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3611 | 2024-12-21T03:00:14.796Z | [ recovery-image] Dec 21 03:00:14.128 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3612 | 2024-12-21T03:00:14.796Z | [ recovery-image] Dec 21 03:00:14.151 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHfUgvJ/proto/recovery/root" |
3613 | 2024-12-21T03:00:14.796Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3614 | 2024-12-21T03:00:14.796Z | [ recovery-image] Dec 21 03:00:14.151 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3615 | 2024-12-21T03:00:14.796Z | [ recovery-image] Dec 21 03:00:14.151 INFO image builder template: ramdisk-01-os... |
3616 | 2024-12-21T03:00:14.797Z | [ recovery-image] Dec 21 03:00:14.151 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/.tmpHfUgvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3617 | 2024-12-21T03:00:14.797Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-21T03:00:14.797Z | Dec 21 03:00:14.200 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+gitec6f3678b6b |
3619 | 2024-12-21T03:00:14.858Z | [ recovery-image] Dec 21 03:00:14.217 INFO O| Dec 21 03:00:14.217 INFO CREATE DATASET: rpool/images/build/recovery/output |
3620 | 2024-12-21T03:00:14.862Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-21T03:00:14.875Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3622 | 2024-12-21T03:00:15.127Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3623 | 2024-12-21T03:00:15.189Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3624 | 2024-12-21T03:00:15.230Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3625 | 2024-12-21T03:00:15.235Z | [ recovery-image] Dec 21 03:00:14.642 INFO O| Dec 21 03:00:14.642 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3626 | 2024-12-21T03:00:15.241Z | [ recovery-image] Dec 21 03:00:14.650 INFO O| Dec 21 03:00:14.650 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-21T03:00:15.339Z | Dec 21 03:00:14.748 INFO [stamp-probe] process exited with exit status: 0 (547.598336ms) |
3628 | 2024-12-21T03:00:15.710Z | [ recovery-image] Dec 21 03:00:15.120 INFO O| Dec 21 03:00:15.120 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3629 | 2024-12-21T03:00:15.748Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3630 | 2024-12-21T03:00:15.748Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3631 | 2024-12-21T03:00:15.752Z | Dec 21 03:00:15.157 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.416173942s) |
3632 | 2024-12-21T03:00:15.752Z | Dec 21 03:00:15.157 INFO [stamp-ntp] process exited with exit status: 0 (1.090183008s) |
3633 | 2024-12-21T03:00:15.854Z | [ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3634 | 2024-12-21T03:00:15.858Z | [ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-12-21T03:00:15.858Z | [ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3636 | 2024-12-21T03:00:15.858Z | [ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3637 | 2024-12-21T03:00:15.858Z | [ recovery-image] Dec 21 03:00:15.267 INFO O| Dec 21 03:00:15.267 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3638 | 2024-12-21T03:00:16.177Z | [ recovery-image] Dec 21 03:00:15.586 INFO O| Dec 21 03:00:15.586 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3639 | 2024-12-21T03:00:16.242Z | [ recovery-image] Dec 21 03:00:15.652 INFO O| Dec 21 03:00:15.652 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3640 | 2024-12-21T03:00:16.304Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3641 | 2024-12-21T03:00:16.340Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3642 | 2024-12-21T03:00:16.350Z | Dec 21 03:00:15.759 INFO [stamp-external-dns] process exited with exit status: 0 (2.029556567s) |
3643 | 2024-12-21T03:00:16.354Z | Dec 21 03:00:15.759 INFO [stamp-internal-dns] process exited with exit status: 0 (1.926432743s) |
3644 | 2024-12-21T03:00:16.431Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3645 | 2024-12-21T03:00:16.443Z | Dec 21 03:00:15.852 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.060102023s) |
3646 | 2024-12-21T03:00:16.716Z | Dec 21 03:00:16.125 INFO [stamp-oximeter] process exited with exit status: 0 (2.362358658s) |
3647 | 2024-12-21T03:00:16.716Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3648 | 2024-12-21T03:00:16.795Z | [ recovery-image] Dec 21 03:00:16.204 INFO O| Dec 21 03:00:16.204 INFO O| Caching catalogs ... Done |
3649 | 2024-12-21T03:00:16.907Z | [ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 0 (pkg_image_create) COMPLETE |
3650 | 2024-12-21T03:00:16.907Z | [ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-21T03:00:16.907Z | [ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO skip step because feature "repo_redist" is not enabled |
3652 | 2024-12-21T03:00:16.911Z | [ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-12-21T03:00:16.921Z | [ recovery-image] Dec 21 03:00:16.330 INFO O| Dec 21 03:00:16.330 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-21T03:00:17.396Z | [ recovery-image] Dec 21 03:00:16.805 INFO O| Dec 21 03:00:16.805 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3655 | 2024-12-21T03:00:17.396Z | [ recovery-image] Dec 21 03:00:16.805 INFO O| Dec 21 03:00:16.805 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-21T03:00:17.411Z | [ recovery-image] Dec 21 03:00:16.820 INFO O| Dec 21 03:00:16.820 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"] |
3657 | 2024-12-21T03:00:17.838Z | [ host-image] Dec 21 03:00:17.243 INFO O| Dec 21 03:00:17.243 INFO O| Startup: Caching catalogs ... Done |
3658 | 2024-12-21T03:00:17.896Z | [ recovery-image] Dec 21 03:00:17.304 INFO O| Dec 21 03:00:17.304 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3659 | 2024-12-21T03:00:17.896Z | [ recovery-image] Dec 21 03:00:17.304 INFO O| Dec 21 03:00:17.304 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-21T03:00:17.896Z | [ recovery-image] Dec 21 03:00:17.305 INFO O| Dec 21 03:00:17.304 INFO skip step because feature "repo_redist" is not enabled |
3661 | 2024-12-21T03:00:17.899Z | [ recovery-image] Dec 21 03:00:17.305 INFO O| Dec 21 03:00:17.304 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2024-12-21T03:00:17.937Z | [ host-image] Dec 21 03:00:17.346 INFO O| Dec 21 03:00:17.346 INFO O| Planning: Planning completed in 0.00 seconds |
3663 | 2024-12-21T03:00:17.954Z | [ host-image] Dec 21 03:00:17.347 INFO O| Dec 21 03:00:17.347 INFO O| Planning: Consolidating action changes ... Done |
3664 | 2024-12-21T03:00:17.954Z | [ host-image] Dec 21 03:00:17.347 INFO O| Dec 21 03:00:17.347 INFO O| Planning: Evaluating mediators ... Done |
3665 | 2024-12-21T03:00:17.954Z | [ host-image] Dec 21 03:00:17.348 INFO O| Dec 21 03:00:17.348 INFO O| Planning: Planning completed in 0.00 seconds |
3666 | 2024-12-21T03:00:17.954Z | [ host-image] Dec 21 03:00:17.348 INFO O| Dec 21 03:00:17.348 INFO O| Variants/Facets to change: 1 |
3667 | 2024-12-21T03:00:17.967Z | [ host-image] Dec 21 03:00:17.373 INFO O| Dec 21 03:00:17.373 INFO O| Done |
3668 | 2024-12-21T03:00:17.967Z | [ host-image] Dec 21 03:00:17.373 INFO O| Dec 21 03:00:17.373 INFO O| Done |
3669 | 2024-12-21T03:00:18.400Z | [ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO variant opensolaris.zone is already global |
3670 | 2024-12-21T03:00:18.400Z | [ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO STEP 5 (pkg_change_variant) COMPLETE |
3671 | 2024-12-21T03:00:18.400Z | [ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3672 | 2024-12-21T03:00:18.665Z | [ host-image] Dec 21 03:00:18.072 INFO O| Dec 21 03:00:18.072 INFO O| Done |
3673 | 2024-12-21T03:00:18.737Z | [ host-image] Dec 21 03:00:18.146 INFO O| Dec 21 03:00:18.145 INFO O| Done |
3674 | 2024-12-21T03:00:18.741Z | [ host-image] Dec 21 03:00:18.147 INFO O| Dec 21 03:00:18.147 INFO O| Done |
3675 | 2024-12-21T03:00:18.741Z | [ host-image] Dec 21 03:00:18.147 INFO O| Dec 21 03:00:18.147 INFO O| Done |
3676 | 2024-12-21T03:00:18.741Z | [ host-image] Dec 21 03:00:18.149 INFO O| Dec 21 03:00:18.149 INFO O| Done |
3677 | 2024-12-21T03:00:18.788Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3678 | 2024-12-21T03:00:18.793Z | Dec 21 03:00:18.202 INFO [stamp-nexus] process exited with exit status: 0 (4.234277023s) |
3679 | 2024-12-21T03:00:18.891Z | [ recovery-image] Dec 21 03:00:18.298 INFO O| Dec 21 03:00:18.298 INFO variant opensolaris.imagetype is full; changing to partial |
3680 | 2024-12-21T03:00:18.891Z | [ recovery-image] Dec 21 03:00:18.299 INFO O| Dec 21 03:00:18.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3681 | 2024-12-21T03:00:19.310Z | [ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 6 (pkg_change_variant) COMPLETE |
3682 | 2024-12-21T03:00:19.310Z | [ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3683 | 2024-12-21T03:00:19.310Z | [ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO skip step because feature "debug_variant" is not enabled |
3684 | 2024-12-21T03:00:19.310Z | [ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3685 | 2024-12-21T03:00:19.431Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3686 | 2024-12-21T03:00:19.625Z | [verify-libraries] Compiling home v0.5.9 |
3687 | 2024-12-21T03:00:19.644Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3688 | 2024-12-21T03:00:19.666Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3689 | 2024-12-21T03:00:19.666Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3690 | 2024-12-21T03:00:19.671Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3691 | 2024-12-21T03:00:19.674Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3692 | 2024-12-21T03:00:19.674Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3693 | 2024-12-21T03:00:19.763Z | [verify-libraries] Compiling nix v0.28.0 |
3694 | 2024-12-21T03:00:19.791Z | [ host-image] Dec 21 03:00:19.196 INFO O| Dec 21 03:00:19.196 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3695 | 2024-12-21T03:00:20.190Z | [verify-libraries] Compiling polyval v0.6.2 |
3696 | 2024-12-21T03:00:20.276Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3697 | 2024-12-21T03:00:20.356Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3698 | 2024-12-21T03:00:20.367Z | Dec 21 03:00:19.743 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.990930593s) |
3699 | 2024-12-21T03:00:20.415Z | [verify-libraries] Compiling ctr v0.9.2 |
3700 | 2024-12-21T03:00:20.937Z | [verify-libraries] Compiling ghash v0.5.1 |
3701 | 2024-12-21T03:00:21.003Z | [ host-image] Dec 21 03:00:20.376 INFO O| Dec 21 03:00:20.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3702 | 2024-12-21T03:00:21.032Z | [ host-image] Dec 21 03:00:20.377 INFO O| Dec 21 03:00:20.377 INFO O| Planning: Planning completed in 0.00 seconds |
3703 | 2024-12-21T03:00:21.032Z | [ host-image] Dec 21 03:00:20.378 INFO O| Dec 21 03:00:20.378 INFO O| Planning: Consolidating action changes ... Done |
3704 | 2024-12-21T03:00:21.032Z | [ host-image] Dec 21 03:00:20.379 INFO O| Dec 21 03:00:20.379 INFO O| Planning: Evaluating mediators ... Done |
3705 | 2024-12-21T03:00:21.032Z | [ host-image] Dec 21 03:00:20.379 INFO O| Dec 21 03:00:20.379 INFO O| Planning: Planning completed in 0.00 seconds |
3706 | 2024-12-21T03:00:21.032Z | [ host-image] Dec 21 03:00:20.380 INFO O| Dec 21 03:00:20.380 INFO O| Variants/Facets to change: 1 |
3707 | 2024-12-21T03:00:21.181Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3708 | 2024-12-21T03:00:21.466Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3709 | 2024-12-21T03:00:21.512Z | [verify-libraries] Compiling blowfish v0.9.1 |
3710 | 2024-12-21T03:00:21.571Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3711 | 2024-12-21T03:00:21.617Z | [ host-image] Dec 21 03:00:21.025 INFO O| Dec 21 03:00:21.025 INFO O| Done |
3712 | 2024-12-21T03:00:21.617Z | [ host-image] Dec 21 03:00:21.025 INFO O| Dec 21 03:00:21.025 INFO O| Done |
3713 | 2024-12-21T03:00:22.235Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3714 | 2024-12-21T03:00:22.659Z | [ host-image] Dec 21 03:00:22.009 INFO O| Dec 21 03:00:22.009 INFO O| Done |
3715 | 2024-12-21T03:00:22.680Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3716 | 2024-12-21T03:00:22.715Z | [ host-image] Dec 21 03:00:22.096 INFO O| Dec 21 03:00:22.096 INFO O| Done |
3717 | 2024-12-21T03:00:22.724Z | [ host-image] Dec 21 03:00:22.097 INFO O| Dec 21 03:00:22.097 INFO O| Done |
3718 | 2024-12-21T03:00:22.724Z | [ host-image] Dec 21 03:00:22.097 INFO O| Dec 21 03:00:22.097 INFO O| Done |
3719 | 2024-12-21T03:00:22.724Z | [ host-image] Dec 21 03:00:22.099 INFO O| Dec 21 03:00:22.099 INFO O| Done |
3720 | 2024-12-21T03:00:22.866Z | [ host-image] Dec 21 03:00:22.247 INFO O| Dec 21 03:00:22.247 INFO STEP 8 (pkg_change_facet) COMPLETE |
3721 | 2024-12-21T03:00:22.866Z | [ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-21T03:00:22.866Z | [ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO skip step because feature "recovery" is not enabled |
3723 | 2024-12-21T03:00:22.936Z | [ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-21T03:00:22.937Z | [ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO skip step because feature "recovery" is not enabled |
3725 | 2024-12-21T03:00:22.937Z | [ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-21T03:00:22.937Z | [verify-libraries] Compiling password-hash v0.4.2 |
3727 | 2024-12-21T03:00:22.937Z | [ host-image] Dec 21 03:00:22.268 INFO O| Dec 21 03:00:22.267 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"] |
3728 | 2024-12-21T03:00:24.261Z | [ host-image] Dec 21 03:00:23.649 INFO O| Dec 21 03:00:23.649 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3729 | 2024-12-21T03:00:25.470Z | [verify-libraries] Compiling rustyline v14.0.0 |
3730 | 2024-12-21T03:00:30.146Z | [verify-libraries] Compiling matches v0.1.10 |
3731 | 2024-12-21T03:00:30.189Z | [verify-libraries] Compiling idna v0.2.3 |
3732 | 2024-12-21T03:00:30.189Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3733 | 2024-12-21T03:00:30.189Z | Dec 21 03:00:28.071 INFO [stamp-clickhouse] process exited with exit status: 0 (14.293650795s) |
3734 | 2024-12-21T03:00:30.189Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3735 | 2024-12-21T03:00:30.189Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3736 | 2024-12-21T03:00:30.189Z | Dec 21 03:00:28.797 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.797324551s) |
3737 | 2024-12-21T03:00:30.189Z | Dec 21 03:00:28.797 INFO [tuf-stamp] task succeeded (15.0716245s) |
3738 | 2024-12-21T03:00:30.189Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3739 | 2024-12-21T03:00:30.189Z | [verify-libraries] Compiling p256 v0.13.2 |
3740 | 2024-12-21T03:00:32.910Z | [ recovery-image] Dec 21 03:00:32.317 INFO O| Dec 21 03:00:32.317 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3741 | 2024-12-21T03:00:32.931Z | [verify-libraries] Compiling p521 v0.13.3 |
3742 | 2024-12-21T03:00:33.062Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3743 | 2024-12-21T03:00:34.377Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3744 | 2024-12-21T03:00:34.882Z | [verify-libraries] Compiling md5 v0.7.0 |
3745 | 2024-12-21T03:00:35.757Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3746 | 2024-12-21T03:00:36.261Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3747 | 2024-12-21T03:00:41.679Z | [ recovery-image] Dec 21 03:00:41.084 INFO O| Dec 21 03:00:41.084 INFO O| Startup: Caching catalogs ... Done |
3748 | 2024-12-21T03:00:41.831Z | [ recovery-image] Dec 21 03:00:41.235 INFO O| Dec 21 03:00:41.235 INFO O| Planning: Planning completed in 0.00 seconds |
3749 | 2024-12-21T03:00:41.835Z | [ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Consolidating action changes ... Done |
3750 | 2024-12-21T03:00:41.835Z | [ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Evaluating mediators ... Done |
3751 | 2024-12-21T03:00:41.835Z | [ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Planning completed in 0.00 seconds |
3752 | 2024-12-21T03:00:41.835Z | [ recovery-image] Dec 21 03:00:41.237 INFO O| Dec 21 03:00:41.237 INFO O| Variants/Facets to change: 1 |
3753 | 2024-12-21T03:00:41.931Z | [ recovery-image] Dec 21 03:00:41.336 INFO O| Dec 21 03:00:41.336 INFO O| Done |
3754 | 2024-12-21T03:00:41.936Z | [ recovery-image] Dec 21 03:00:41.337 INFO O| Dec 21 03:00:41.337 INFO O| Done |
3755 | 2024-12-21T03:00:43.021Z | [ recovery-image] Dec 21 03:00:42.426 INFO O| Dec 21 03:00:42.426 INFO O| Done |
3756 | 2024-12-21T03:00:43.107Z | [ recovery-image] Dec 21 03:00:42.512 INFO O| Dec 21 03:00:42.512 INFO O| Done |
3757 | 2024-12-21T03:00:43.114Z | [ recovery-image] Dec 21 03:00:42.514 INFO O| Dec 21 03:00:42.514 INFO O| Done |
3758 | 2024-12-21T03:00:43.114Z | [ recovery-image] Dec 21 03:00:42.514 INFO O| Dec 21 03:00:42.514 INFO O| Done |
3759 | 2024-12-21T03:00:43.114Z | [ recovery-image] Dec 21 03:00:42.516 INFO O| Dec 21 03:00:42.516 INFO O| Done |
3760 | 2024-12-21T03:00:43.874Z | [ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 6 (pkg_change_variant) COMPLETE |
3761 | 2024-12-21T03:00:43.874Z | [ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3762 | 2024-12-21T03:00:43.874Z | [ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO skip step because feature "debug_variant" is not enabled |
3763 | 2024-12-21T03:00:43.878Z | [ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3764 | 2024-12-21T03:00:44.546Z | [ recovery-image] Dec 21 03:00:43.951 INFO O| Dec 21 03:00:43.951 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3765 | 2024-12-21T03:00:45.509Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3766 | 2024-12-21T03:00:45.678Z | [ recovery-image] Dec 21 03:00:45.081 INFO O| Dec 21 03:00:45.081 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3767 | 2024-12-21T03:00:45.684Z | [ recovery-image] Dec 21 03:00:45.083 INFO O| Dec 21 03:00:45.083 INFO O| Planning: Planning completed in 0.00 seconds |
3768 | 2024-12-21T03:00:45.684Z | [ recovery-image] Dec 21 03:00:45.084 INFO O| Dec 21 03:00:45.084 INFO O| Planning: Consolidating action changes ... Done |
3769 | 2024-12-21T03:00:45.684Z | [ recovery-image] Dec 21 03:00:45.084 INFO O| Dec 21 03:00:45.084 INFO O| Planning: Evaluating mediators ... Done |
3770 | 2024-12-21T03:00:45.684Z | [ recovery-image] Dec 21 03:00:45.085 INFO O| Dec 21 03:00:45.085 INFO O| Planning: Planning completed in 0.00 seconds |
3771 | 2024-12-21T03:00:45.685Z | [ recovery-image] Dec 21 03:00:45.085 INFO O| Dec 21 03:00:45.085 INFO O| Variants/Facets to change: 1 |
3772 | 2024-12-21T03:00:45.735Z | [ recovery-image] Dec 21 03:00:45.140 INFO O| Dec 21 03:00:45.140 INFO O| Done |
3773 | 2024-12-21T03:00:45.735Z | [ recovery-image] Dec 21 03:00:45.140 INFO O| Dec 21 03:00:45.140 INFO O| Done |
3774 | 2024-12-21T03:00:46.572Z | [ recovery-image] Dec 21 03:00:45.977 INFO O| Dec 21 03:00:45.977 INFO O| Done |
3775 | 2024-12-21T03:00:46.675Z | [ recovery-image] Dec 21 03:00:46.079 INFO O| Dec 21 03:00:46.079 INFO O| Done |
3776 | 2024-12-21T03:00:46.679Z | [ recovery-image] Dec 21 03:00:46.080 INFO O| Dec 21 03:00:46.080 INFO O| Done |
3777 | 2024-12-21T03:00:46.679Z | [ recovery-image] Dec 21 03:00:46.080 INFO O| Dec 21 03:00:46.080 INFO O| Done |
3778 | 2024-12-21T03:00:46.679Z | [ recovery-image] Dec 21 03:00:46.082 INFO O| Dec 21 03:00:46.082 INFO O| Done |
3779 | 2024-12-21T03:00:46.776Z | [ recovery-image] Dec 21 03:00:46.180 INFO O| Dec 21 03:00:46.180 INFO STEP 8 (pkg_change_facet) COMPLETE |
3780 | 2024-12-21T03:00:46.776Z | [ recovery-image] Dec 21 03:00:46.180 INFO O| Dec 21 03:00:46.180 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3781 | 2024-12-21T03:00:47.420Z | [ recovery-image] Dec 21 03:00:46.819 INFO O| Dec 21 03:00:46.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3782 | 2024-12-21T03:00:48.519Z | [ recovery-image] Dec 21 03:00:47.923 INFO O| Dec 21 03:00:47.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3783 | 2024-12-21T03:00:48.522Z | [ recovery-image] Dec 21 03:00:47.925 INFO O| Dec 21 03:00:47.925 INFO O| Planning: Planning completed in 0.00 seconds |
3784 | 2024-12-21T03:00:48.522Z | [ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Consolidating action changes ... Done |
3785 | 2024-12-21T03:00:48.522Z | [ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Evaluating mediators ... Done |
3786 | 2024-12-21T03:00:48.522Z | [ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Planning completed in 0.00 seconds |
3787 | 2024-12-21T03:00:48.525Z | [ recovery-image] Dec 21 03:00:47.927 INFO O| Dec 21 03:00:47.927 INFO O| Variants/Facets to change: 1 |
3788 | 2024-12-21T03:00:48.663Z | [ recovery-image] Dec 21 03:00:48.067 INFO O| Dec 21 03:00:48.066 INFO O| Done |
3789 | 2024-12-21T03:00:48.663Z | [ recovery-image] Dec 21 03:00:48.067 INFO O| Dec 21 03:00:48.066 INFO O| Done |
3790 | 2024-12-21T03:00:49.628Z | [ recovery-image] Dec 21 03:00:49.031 INFO O| Dec 21 03:00:49.031 INFO O| Done |
3791 | 2024-12-21T03:00:49.722Z | [ recovery-image] Dec 21 03:00:49.126 INFO O| Dec 21 03:00:49.126 INFO O| Done |
3792 | 2024-12-21T03:00:49.727Z | [ recovery-image] Dec 21 03:00:49.127 INFO O| Dec 21 03:00:49.127 INFO O| Done |
3793 | 2024-12-21T03:00:49.727Z | [ recovery-image] Dec 21 03:00:49.127 INFO O| Dec 21 03:00:49.127 INFO O| Done |
3794 | 2024-12-21T03:00:49.727Z | [ recovery-image] Dec 21 03:00:49.129 INFO O| Dec 21 03:00:49.129 INFO O| Done |
3795 | 2024-12-21T03:00:49.836Z | [ recovery-image] Dec 21 03:00:49.240 INFO O| Dec 21 03:00:49.240 INFO STEP 9 (pkg_change_facet) COMPLETE |
3796 | 2024-12-21T03:00:49.836Z | [ recovery-image] Dec 21 03:00:49.240 INFO O| Dec 21 03:00:49.240 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3797 | 2024-12-21T03:00:50.569Z | [ recovery-image] Dec 21 03:00:49.973 INFO O| Dec 21 03:00:49.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3798 | 2024-12-21T03:00:51.633Z | [ recovery-image] Dec 21 03:00:51.037 INFO O| Dec 21 03:00:51.037 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3799 | 2024-12-21T03:00:51.639Z | [ recovery-image] Dec 21 03:00:51.039 INFO O| Dec 21 03:00:51.039 INFO O| Planning: Planning completed in 0.00 seconds |
3800 | 2024-12-21T03:00:51.639Z | [ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Consolidating action changes ... Done |
3801 | 2024-12-21T03:00:51.639Z | [ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Evaluating mediators ... Done |
3802 | 2024-12-21T03:00:51.639Z | [ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Planning completed in 0.00 seconds |
3803 | 2024-12-21T03:00:51.639Z | [ recovery-image] Dec 21 03:00:51.041 INFO O| Dec 21 03:00:51.041 INFO O| Variants/Facets to change: 1 |
3804 | 2024-12-21T03:00:51.726Z | [ recovery-image] Dec 21 03:00:51.129 INFO O| Dec 21 03:00:51.129 INFO O| Done |
3805 | 2024-12-21T03:00:51.727Z | [ recovery-image] Dec 21 03:00:51.129 INFO O| Dec 21 03:00:51.129 INFO O| Done |
3806 | 2024-12-21T03:00:52.540Z | [ recovery-image] Dec 21 03:00:51.944 INFO O| Dec 21 03:00:51.944 INFO O| Done |
3807 | 2024-12-21T03:00:52.637Z | [ recovery-image] Dec 21 03:00:52.041 INFO O| Dec 21 03:00:52.041 INFO O| Done |
3808 | 2024-12-21T03:00:52.639Z | [ recovery-image] Dec 21 03:00:52.042 INFO O| Dec 21 03:00:52.042 INFO O| Done |
3809 | 2024-12-21T03:00:52.639Z | [ recovery-image] Dec 21 03:00:52.042 INFO O| Dec 21 03:00:52.042 INFO O| Done |
3810 | 2024-12-21T03:00:52.648Z | [ recovery-image] Dec 21 03:00:52.053 INFO O| Dec 21 03:00:52.052 INFO O| Done |
3811 | 2024-12-21T03:00:52.753Z | [ recovery-image] Dec 21 03:00:52.157 INFO O| Dec 21 03:00:52.157 INFO STEP 10 (pkg_change_facet) COMPLETE |
3812 | 2024-12-21T03:00:52.753Z | [ recovery-image] Dec 21 03:00:52.157 INFO O| Dec 21 03:00:52.157 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3813 | 2024-12-21T03:00:52.775Z | [ recovery-image] Dec 21 03:00:52.179 INFO O| Dec 21 03:00:52.179 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"] |
3814 | 2024-12-21T03:00:52.894Z | [verify-libraries] Compiling des v0.8.1 |
3815 | 2024-12-21T03:00:53.630Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3816 | 2024-12-21T03:00:53.789Z | [ recovery-image] Dec 21 03:00:53.193 INFO O| Dec 21 03:00:53.193 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3817 | 2024-12-21T03:00:54.805Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3818 | 2024-12-21T03:00:55.130Z | [verify-libraries] Compiling russh v0.45.0 |
3819 | 2024-12-21T03:00:56.048Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3820 | 2024-12-21T03:00:59.765Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3821 | 2024-12-21T03:01:02.396Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3822 | 2024-12-21T03:01:07.428Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3823 | 2024-12-21T03:01:15.816Z | [verify-libraries] Compiling petname v2.0.2 |
3824 | 2024-12-21T03:01:17.246Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3825 | 2024-12-21T03:01:17.973Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3826 | 2024-12-21T03:01:18.757Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3827 | 2024-12-21T03:01:23.710Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3828 | 2024-12-21T03:01:29.077Z | [ host-image] Dec 21 03:01:28.475 INFO O| Dec 21 03:01:28.475 INFO O| Planning: Solver setup ... Done |
3829 | 2024-12-21T03:01:29.264Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3830 | 2024-12-21T03:01:31.882Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3831 | 2024-12-21T03:01:39.321Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3832 | 2024-12-21T03:02:00.880Z | [ recovery-image] Dec 21 03:02:00.274 INFO O| Dec 21 03:02:00.274 INFO O| Planning: Solver setup ... Done |
3833 | 2024-12-21T03:02:05.911Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3834 | 2024-12-21T03:02:07.968Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3835 | 2024-12-21T03:02:14.962Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3836 | 2024-12-21T03:02:37.168Z | [verify-libraries] Compiling heck v0.4.1 |
3837 | 2024-12-21T03:02:38.577Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3838 | 2024-12-21T03:02:47.203Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3839 | 2024-12-21T03:02:47.707Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3840 | 2024-12-21T03:02:48.291Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3841 | 2024-12-21T03:02:48.517Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3842 | 2024-12-21T03:02:48.760Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3843 | 2024-12-21T03:02:49.080Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3844 | 2024-12-21T03:02:49.372Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3845 | 2024-12-21T03:02:49.449Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3846 | 2024-12-21T03:02:50.602Z | [ host-image] Dec 21 03:02:49.989 INFO O| Dec 21 03:02:49.989 INFO O| Planning: Running solver ... Done |
3847 | 2024-12-21T03:02:51.205Z | [ host-image] Dec 21 03:02:50.590 INFO O| Dec 21 03:02:50.590 INFO O| Planning: Finding local manifests ... Done |
3848 | 2024-12-21T03:02:51.225Z | [ host-image] Dec 21 03:02:50.607 INFO O| Dec 21 03:02:50.607 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3849 | 2024-12-21T03:02:52.334Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3850 | 2024-12-21T03:02:56.449Z | [ host-image] Dec 21 03:02:55.834 INFO O| Dec 21 03:02:55.834 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3851 | 2024-12-21T03:02:57.403Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3852 | 2024-12-21T03:02:58.246Z | [ host-image] Dec 21 03:02:57.622 INFO O| Dec 21 03:02:57.622 INFO O| Planning: Package planning ... Done |
3853 | 2024-12-21T03:02:59.915Z | [ host-image] Dec 21 03:02:59.300 INFO O| Dec 21 03:02:59.300 INFO O| Planning: Merging actions ... Done |
3854 | 2024-12-21T03:03:00.532Z | [ host-image] Dec 21 03:02:59.918 INFO O| Dec 21 03:02:59.917 INFO O| Planning: Checking for conflicting actions ... Done |
3855 | 2024-12-21T03:03:00.803Z | [ host-image] Dec 21 03:03:00.189 INFO O| Dec 21 03:03:00.189 INFO O| Planning: Consolidating action changes ... Done |
3856 | 2024-12-21T03:03:01.459Z | [ host-image] Dec 21 03:03:00.845 INFO O| Dec 21 03:03:00.845 INFO O| Planning: Evaluating mediators ... Done |
3857 | 2024-12-21T03:03:07.935Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3858 | 2024-12-21T03:03:08.154Z | [ host-image] Dec 21 03:03:07.538 INFO O| Dec 21 03:03:07.538 INFO O| Planning: Planning completed in 163.89 seconds |
3859 | 2024-12-21T03:03:08.159Z | [ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Packages to install: 124 |
3860 | 2024-12-21T03:03:08.162Z | [ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Mediators to change: 4 |
3861 | 2024-12-21T03:03:08.162Z | [ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Services to change: 6 |
3862 | 2024-12-21T03:03:08.289Z | [ host-image] Dec 21 03:03:07.673 INFO O| Dec 21 03:03:07.673 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3863 | 2024-12-21T03:03:12.790Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3864 | 2024-12-21T03:03:13.290Z | [ host-image] Dec 21 03:03:12.673 INFO O| Dec 21 03:03:12.673 INFO O| Download: 1049/22788 items 6.7/199.7MB 3% complete (1.4M/s) |
3865 | 2024-12-21T03:03:18.338Z | [ host-image] Dec 21 03:03:17.721 INFO O| Dec 21 03:03:17.721 INFO O| Download: 1772/22788 items 11.9/199.7MB 5% complete (1.2M/s) |
3866 | 2024-12-21T03:03:21.261Z | [ recovery-image] Dec 21 03:03:20.644 INFO O| Dec 21 03:03:20.644 INFO O| Planning: Running solver ... Done |
3867 | 2024-12-21T03:03:21.838Z | [ recovery-image] Dec 21 03:03:21.221 INFO O| Dec 21 03:03:21.221 INFO O| Planning: Finding local manifests ... Done |
3868 | 2024-12-21T03:03:21.856Z | [ recovery-image] Dec 21 03:03:21.239 INFO O| Dec 21 03:03:21.239 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3869 | 2024-12-21T03:03:23.576Z | [ host-image] Dec 21 03:03:22.959 INFO O| Dec 21 03:03:22.958 INFO O| Download: 2143/22788 items 23.9/199.7MB 11% complete (1.7M/s) |
3870 | 2024-12-21T03:03:26.943Z | [ recovery-image] Dec 21 03:03:26.325 INFO O| Dec 21 03:03:26.325 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3871 | 2024-12-21T03:03:28.119Z | [ recovery-image] Dec 21 03:03:27.501 INFO O| Dec 21 03:03:27.501 INFO O| Planning: Package planning ... Done |
3872 | 2024-12-21T03:03:28.868Z | [ recovery-image] Dec 21 03:03:28.249 INFO O| Dec 21 03:03:28.249 INFO O| Planning: Merging actions ... Done |
3873 | 2024-12-21T03:03:29.045Z | [ recovery-image] Dec 21 03:03:28.427 INFO O| Dec 21 03:03:28.426 INFO O| Planning: Checking for conflicting actions ... Done |
3874 | 2024-12-21T03:03:29.179Z | [ recovery-image] Dec 21 03:03:28.561 INFO O| Dec 21 03:03:28.561 INFO O| Planning: Consolidating action changes ... Done |
3875 | 2024-12-21T03:03:29.197Z | [ host-image] Dec 21 03:03:28.578 INFO O| Dec 21 03:03:28.578 INFO O| Download: 2288/22788 items 26.7/199.7MB 13% complete (1.4M/s) |
3876 | 2024-12-21T03:03:29.532Z | [ recovery-image] Dec 21 03:03:28.914 INFO O| Dec 21 03:03:28.914 INFO O| Planning: Evaluating mediators ... Done |
3877 | 2024-12-21T03:03:32.492Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3878 | 2024-12-21T03:03:34.199Z | [ host-image] Dec 21 03:03:33.579 INFO O| Dec 21 03:03:33.579 INFO O| Download: 2916/22788 items 33.7/199.7MB 16% complete (1.1M/s) |
3879 | 2024-12-21T03:03:35.206Z | [ recovery-image] Dec 21 03:03:34.586 INFO O| Dec 21 03:03:34.586 INFO O| Planning: Planning completed in 161.39 seconds |
3880 | 2024-12-21T03:03:35.213Z | [ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Packages to install: 124 |
3881 | 2024-12-21T03:03:35.215Z | [ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Mediators to change: 4 |
3882 | 2024-12-21T03:03:35.215Z | [ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Services to change: 5 |
3883 | 2024-12-21T03:03:35.295Z | [ recovery-image] Dec 21 03:03:34.675 INFO O| Dec 21 03:03:34.675 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3884 | 2024-12-21T03:03:39.199Z | [ host-image] Dec 21 03:03:38.580 INFO O| Dec 21 03:03:38.579 INFO O| Download: 3513/22788 items 35.7/199.7MB 17% complete (922k/s) |
3885 | 2024-12-21T03:03:39.626Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3886 | 2024-12-21T03:03:40.272Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3887 | 2024-12-21T03:03:40.317Z | [ recovery-image] Dec 21 03:03:39.696 INFO O| Dec 21 03:03:39.696 INFO O| Download: 641/15862 items 5.6/176.4MB 3% complete (1.1M/s) |
3888 | 2024-12-21T03:03:44.290Z | [ host-image] Dec 21 03:03:43.670 INFO O| Dec 21 03:03:43.669 INFO O| Download: 4208/22788 items 40.7/199.7MB 20% complete (749k/s) |
3889 | 2024-12-21T03:03:45.599Z | [ recovery-image] Dec 21 03:03:44.751 INFO O| Dec 21 03:03:44.751 INFO O| Download: 1074/15862 items 9.0/176.4MB 5% complete (969k/s) |
3890 | 2024-12-21T03:03:46.059Z | [verify-libraries] Compiling termios v0.3.3 |
3891 | 2024-12-21T03:03:46.403Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3892 | 2024-12-21T03:03:49.773Z | [ host-image] Dec 21 03:03:49.152 INFO O| Dec 21 03:03:49.152 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (789k/s) |
3893 | 2024-12-21T03:03:50.420Z | [ recovery-image] Dec 21 03:03:49.798 INFO O| Dec 21 03:03:49.798 INFO O| Download: 1185/15862 items 14.1/176.4MB 8% complete (746k/s) |
3894 | 2024-12-21T03:03:54.654Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3895 | 2024-12-21T03:03:54.780Z | [ host-image] Dec 21 03:03:54.158 INFO O| Dec 21 03:03:54.158 INFO O| Download: 5158/22788 items 46.0/199.7MB 23% complete (523k/s) |
3896 | 2024-12-21T03:03:56.975Z | [ recovery-image] Dec 21 03:03:56.340 INFO O| Dec 21 03:03:56.340 INFO O| Download: 1323/15862 items 20.3/176.4MB 11% complete (1.2M/s) |
3897 | 2024-12-21T03:04:00.186Z | [ host-image] Dec 21 03:03:59.563 INFO O| Dec 21 03:03:59.563 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (377k/s) |
3898 | 2024-12-21T03:04:03.067Z | [ recovery-image] Dec 21 03:04:02.444 INFO O| Dec 21 03:04:02.444 INFO O| Download: 1510/15862 items 21.9/176.4MB 12% complete (681k/s) |
3899 | 2024-12-21T03:04:05.187Z | [ host-image] Dec 21 03:04:04.564 INFO O| Dec 21 03:04:04.564 INFO O| Download: 5985/22788 items 46.4/199.7MB 23% complete (41.4k/s) |
3900 | 2024-12-21T03:04:10.199Z | [ host-image] Dec 21 03:04:09.574 INFO O| Dec 21 03:04:09.574 INFO O| Download: 6591/22788 items 46.8/199.7MB 23% complete (49.9k/s) |
3901 | 2024-12-21T03:04:10.486Z | [ recovery-image] Dec 21 03:04:09.862 INFO O| Dec 21 03:04:09.862 INFO O| Download: 1576/15862 items 24.4/176.4MB 13% complete (362k/s) |
3902 | 2024-12-21T03:04:15.506Z | [ recovery-image] Dec 21 03:04:14.881 INFO O| Dec 21 03:04:14.881 INFO O| Download: 2155/15862 items 31.1/176.4MB 17% complete (794k/s) |
3903 | 2024-12-21T03:04:17.427Z | [ host-image] Dec 21 03:04:16.802 INFO O| Dec 21 03:04:16.801 INFO O| Download: 6777/22788 items 48.1/199.7MB 24% complete (163k/s) |
3904 | 2024-12-21T03:04:18.322Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3905 | 2024-12-21T03:04:20.508Z | [ recovery-image] Dec 21 03:04:19.883 INFO O| Dec 21 03:04:19.883 INFO O| Download: 2823/15862 items 35.6/176.4MB 20% complete (1.1M/s) |
3906 | 2024-12-21T03:04:23.196Z | [ host-image] Dec 21 03:04:22.570 INFO O| Dec 21 03:04:22.570 INFO O| Download: 6978/22788 items 50.2/199.7MB 25% complete (296k/s) |
3907 | 2024-12-21T03:04:25.996Z | [ recovery-image] Dec 21 03:04:25.369 INFO O| Dec 21 03:04:25.369 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (807k/s) |
3908 | 2024-12-21T03:04:28.222Z | [ host-image] Dec 21 03:04:27.595 INFO O| Dec 21 03:04:27.595 INFO O| Download: 7328/22788 items 57.5/199.7MB 28% complete (872k/s) |
3909 | 2024-12-21T03:04:31.015Z | [ recovery-image] Dec 21 03:04:30.389 INFO O| Dec 21 03:04:30.388 INFO O| Download: 3841/15862 items 42.5/176.4MB 24% complete (659k/s) |
3910 | 2024-12-21T03:04:33.246Z | [ host-image] Dec 21 03:04:32.619 INFO O| Dec 21 03:04:32.619 INFO O| Download: 7950/22788 items 59.6/199.7MB 29% complete (1.0M/s) |
3911 | 2024-12-21T03:04:36.030Z | [ recovery-image] Dec 21 03:04:35.402 INFO O| Dec 21 03:04:35.402 INFO O| Download: 4623/15862 items 42.9/176.4MB 24% complete (392k/s) |
3912 | 2024-12-21T03:04:38.257Z | [ host-image] Dec 21 03:04:37.629 INFO O| Dec 21 03:04:37.628 INFO O| Download: 7985/22788 items 60.1/199.7MB 30% complete (237k/s) |
3913 | 2024-12-21T03:04:41.629Z | [ recovery-image] Dec 21 03:04:41.001 INFO O| Dec 21 03:04:41.000 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (340k/s) |
3914 | 2024-12-21T03:04:43.918Z | [ host-image] Dec 21 03:04:43.289 INFO O| Dec 21 03:04:43.289 INFO O| Download: 8235/22788 items 63.4/199.7MB 31% complete (265k/s) |
3915 | 2024-12-21T03:04:46.639Z | [ recovery-image] Dec 21 03:04:46.010 INFO O| Dec 21 03:04:46.009 INFO O| Download: 5457/15862 items 43.4/176.4MB 24% complete (47.1k/s) |
3916 | 2024-12-21T03:04:49.004Z | [ host-image] Dec 21 03:04:48.375 INFO O| Dec 21 03:04:48.374 INFO O| Download: 8354/22788 items 68.8/199.7MB 34% complete (855k/s) |
3917 | 2024-12-21T03:04:52.033Z | [ recovery-image] Dec 21 03:04:51.403 INFO O| Dec 21 03:04:51.403 INFO O| Download: 5671/15862 items 44.7/176.4MB 25% complete (204k/s) |
3918 | 2024-12-21T03:04:54.006Z | [ host-image] Dec 21 03:04:53.375 INFO O| Dec 21 03:04:53.375 INFO O| Download: 8933/22788 items 71.9/199.7MB 36% complete (927k/s) |
3919 | 2024-12-21T03:04:57.753Z | [ recovery-image] Dec 21 03:04:57.121 INFO O| Dec 21 03:04:57.121 INFO O| Download: 5704/15862 items 45.4/176.4MB 25% complete (200k/s) |
3920 | 2024-12-21T03:04:59.077Z | [ host-image] Dec 21 03:04:58.446 INFO O| Dec 21 03:04:58.446 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.3M/s) |
3921 | 2024-12-21T03:05:03.824Z | [ recovery-image] Dec 21 03:05:03.192 INFO O| Dec 21 03:05:03.192 INFO O| Download: 5736/15862 items 46.6/176.4MB 26% complete (141k/s) |
3922 | 2024-12-21T03:05:04.087Z | [ host-image] Dec 21 03:05:03.455 INFO O| Dec 21 03:05:03.455 INFO O| Download: 10312/22788 items 87.5/199.7MB 43% complete (1.5M/s) |
3923 | 2024-12-21T03:05:08.868Z | [ recovery-image] Dec 21 03:05:08.235 INFO O| Dec 21 03:05:08.235 INFO O| Download: 5910/15862 items 53.0/176.4MB 30% complete (987k/s) |
3924 | 2024-12-21T03:05:09.155Z | [ host-image] Dec 21 03:05:08.523 INFO O| Dec 21 03:05:08.522 INFO O| Download: 10841/22788 items 90.0/199.7MB 45% complete (863k/s) |
3925 | 2024-12-21T03:05:14.105Z | [ recovery-image] Dec 21 03:05:13.470 INFO O| Dec 21 03:05:13.470 INFO O| Download: 6123/15862 items 58.9/176.4MB 33% complete (1.3M/s) |
3926 | 2024-12-21T03:05:14.464Z | [ host-image] Dec 21 03:05:13.830 INFO O| Dec 21 03:05:13.830 INFO O| Download: 11229/22788 items 94.1/199.7MB 47% complete (673k/s) |
3927 | 2024-12-21T03:05:19.104Z | [ recovery-image] Dec 21 03:05:18.470 INFO O| Dec 21 03:05:18.470 INFO O| Download: 6483/15862 items 63.7/176.4MB 36% complete (1.0M/s) |
3928 | 2024-12-21T03:05:19.479Z | [ host-image] Dec 21 03:05:18.845 INFO O| Dec 21 03:05:18.845 INFO O| Download: 11500/22788 items 96.2/199.7MB 48% complete (642k/s) |
3929 | 2024-12-21T03:05:24.469Z | [ recovery-image] Dec 21 03:05:23.834 INFO O| Dec 21 03:05:23.834 INFO O| Download: 7224/15862 items 73.3/176.4MB 41% complete (1.4M/s) |
3930 | 2024-12-21T03:05:24.610Z | [ host-image] Dec 21 03:05:23.975 INFO O| Dec 21 03:05:23.974 INFO O| Download: 11977/22788 items 98.2/199.7MB 49% complete (442k/s) |
3931 | 2024-12-21T03:05:30.005Z | [ host-image] Dec 21 03:05:29.369 INFO O| Dec 21 03:05:29.369 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (428k/s) |
3932 | 2024-12-21T03:05:31.647Z | [ recovery-image] Dec 21 03:05:30.009 INFO O| Dec 21 03:05:30.008 INFO O| Download: 7628/15862 items 73.7/176.4MB 41% complete (1.1M/s) |
3933 | 2024-12-21T03:05:35.577Z | [ host-image] Dec 21 03:05:34.941 INFO O| Dec 21 03:05:34.941 INFO O| Download: 12180/22788 items 108.6/199.7MB 54% complete (1.1M/s) |
3934 | 2024-12-21T03:05:36.374Z | [ recovery-image] Dec 21 03:05:35.737 INFO O| Dec 21 03:05:35.737 INFO O| Download: 7897/15862 items 76.6/176.4MB 43% complete (283k/s) |
3935 | 2024-12-21T03:05:41.376Z | [ recovery-image] Dec 21 03:05:40.739 INFO O| Dec 21 03:05:40.739 INFO O| Download: 8529/15862 items 79.9/176.4MB 45% complete (599k/s) |
3936 | 2024-12-21T03:05:41.668Z | [ host-image] Dec 21 03:05:41.031 INFO O| Dec 21 03:05:41.031 INFO O| Download: 12201/22788 items 108.8/199.7MB 54% complete (1.5M/s) |
3937 | 2024-12-21T03:05:46.504Z | [ recovery-image] Dec 21 03:05:45.866 INFO O| Dec 21 03:05:45.866 INFO O| Download: 8759/15862 items 84.3/176.4MB 47% complete (820k/s) |
3938 | 2024-12-21T03:05:46.674Z | [ host-image] Dec 21 03:05:46.036 INFO O| Dec 21 03:05:46.036 INFO O| Download: 12666/22788 items 109.6/199.7MB 54% complete (104k/s) |
3939 | 2024-12-21T03:05:51.526Z | [ recovery-image] Dec 21 03:05:50.887 INFO O| Dec 21 03:05:50.887 INFO O| Download: 8811/15862 items 91.5/176.4MB 51% complete (1.1M/s) |
3940 | 2024-12-21T03:05:51.675Z | [ host-image] Dec 21 03:05:51.036 INFO O| Dec 21 03:05:51.036 INFO O| Download: 13316/22788 items 110.0/199.7MB 55% complete (123k/s) |
3941 | 2024-12-21T03:05:56.532Z | [ recovery-image] Dec 21 03:05:55.893 INFO O| Dec 21 03:05:55.892 INFO O| Download: 9144/15862 items 92.8/176.4MB 52% complete (925k/s) |
3942 | 2024-12-21T03:05:57.029Z | [ host-image] Dec 21 03:05:56.388 INFO O| Dec 21 03:05:56.388 INFO O| Download: 13901/22788 items 110.3/199.7MB 55% complete (77.0k/s) |
3943 | 2024-12-21T03:06:01.534Z | [ recovery-image] Dec 21 03:06:00.893 INFO O| Dec 21 03:06:00.893 INFO O| Download: 9840/15862 items 93.1/176.4MB 52% complete (271k/s) |
3944 | 2024-12-21T03:06:02.034Z | [ host-image] Dec 21 03:06:01.393 INFO O| Dec 21 03:06:01.393 INFO O| Download: 14069/22788 items 110.4/199.7MB 55% complete (36.4k/s) |
3945 | 2024-12-21T03:06:06.815Z | [ recovery-image] Dec 21 03:06:06.174 INFO O| Dec 21 03:06:06.174 INFO O| Download: 9959/15862 items 93.1/176.4MB 52% complete (85.0k/s) |
3946 | 2024-12-21T03:06:07.678Z | [ host-image] Dec 21 03:06:06.689 INFO O| Dec 21 03:06:06.689 INFO O| Download: 14546/22788 items 116.8/199.7MB 58% complete (668k/s) |
3947 | 2024-12-21T03:06:11.650Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3948 | 2024-12-21T03:06:12.002Z | [ recovery-image] Dec 21 03:06:11.361 INFO O| Dec 21 03:06:11.360 INFO O| Download: 10540/15862 items 93.5/176.4MB 52% complete (41.1k/s) |
3949 | 2024-12-21T03:06:12.355Z | [ host-image] Dec 21 03:06:11.713 INFO O| Dec 21 03:06:11.713 INFO O| Download: 15393/22788 items 123.0/199.7MB 61% complete (1.3M/s) |
3950 | 2024-12-21T03:06:17.363Z | [ host-image] Dec 21 03:06:16.720 INFO O| Dec 21 03:06:16.720 INFO O| Download: 15846/22788 items 129.5/199.7MB 64% complete (1.2M/s) |
3951 | 2024-12-21T03:06:22.385Z | [ host-image] Dec 21 03:06:21.741 INFO O| Dec 21 03:06:21.741 INFO O| Download: 16529/22788 items 147.8/199.7MB 74% complete (2.5M/s) |
3952 | 2024-12-21T03:06:23.266Z | [ recovery-image] Dec 21 03:06:22.621 INFO O| Dec 21 03:06:22.621 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete |
3953 | 2024-12-21T03:06:27.951Z | [ host-image] Dec 21 03:06:27.308 INFO O| Dec 21 03:06:27.307 INFO O| Download: 16889/22788 items 148.4/199.7MB 74% complete (2.3M/s) |
3954 | 2024-12-21T03:06:29.528Z | [ recovery-image] Dec 21 03:06:28.884 INFO O| Dec 21 03:06:28.884 INFO O| Download: 10914/15862 items 93.9/176.4MB 53% complete (92.5k/s) |
3955 | 2024-12-21T03:06:29.968Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3956 | 2024-12-21T03:06:32.955Z | [ host-image] Dec 21 03:06:32.310 INFO O| Dec 21 03:06:32.310 INFO O| Download: 17550/22788 items 149.6/199.7MB 74% complete (171k/s) |
3957 | 2024-12-21T03:06:35.258Z | [ recovery-image] Dec 21 03:06:34.613 INFO O| Dec 21 03:06:34.613 INFO O| Download: 11079/15862 items 98.3/176.4MB 55% complete (426k/s) |
3958 | 2024-12-21T03:06:37.961Z | [ host-image] Dec 21 03:06:37.315 INFO O| Dec 21 03:06:37.315 INFO O| Download: 17994/22788 items 162.0/199.7MB 81% complete (1.4M/s) |
3959 | 2024-12-21T03:06:37.964Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3960 | 2024-12-21T03:06:42.962Z | [ host-image] Dec 21 03:06:42.316 INFO O| Dec 21 03:06:42.316 INFO O| Download: 18841/22788 items 165.3/199.7MB 82% complete (1.6M/s) |
3961 | 2024-12-21T03:06:42.965Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3962 | 2024-12-21T03:06:44.864Z | [ recovery-image] Dec 21 03:06:44.217 INFO O| Dec 21 03:06:44.217 INFO O| Download: 11082/15862 items 98.3/176.4MB 55% complete |
3963 | 2024-12-21T03:06:47.966Z | [ host-image] Dec 21 03:06:47.319 INFO O| Dec 21 03:06:47.319 INFO O| Download: 19672/22788 items 169.3/199.7MB 84% complete (745k/s) |
3964 | 2024-12-21T03:06:48.397Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3965 | 2024-12-21T03:06:49.982Z | [ recovery-image] Dec 21 03:06:49.335 INFO O| Dec 21 03:06:49.335 INFO O| Download: 11502/15862 items 110.4/176.4MB 62% complete (2.2M/s) |
3966 | 2024-12-21T03:06:53.047Z | [ host-image] Dec 21 03:06:52.400 INFO O| Dec 21 03:06:52.399 INFO O| Download: 20028/22788 items 170.4/199.7MB 85% complete (569k/s) |
3967 | 2024-12-21T03:06:55.244Z | [ recovery-image] Dec 21 03:06:54.596 INFO O| Dec 21 03:06:54.596 INFO O| Download: 11922/15862 items 128.1/176.4MB 72% complete (3.1M/s) |
3968 | 2024-12-21T03:06:58.063Z | [ host-image] Dec 21 03:06:57.415 INFO O| Dec 21 03:06:57.415 INFO O| Download: 20654/22788 items 172.7/199.7MB 86% complete (366k/s) |
3969 | 2024-12-21T03:07:01.694Z | [ recovery-image] Dec 21 03:07:01.045 INFO O| Dec 21 03:07:01.045 INFO O| Download: 11994/15862 items 139.9/176.4MB 79% complete (3.0M/s) |
3970 | 2024-12-21T03:07:03.119Z | [ host-image] Dec 21 03:07:02.470 INFO O| Dec 21 03:07:02.470 INFO O| Download: 20805/22788 items 174.0/199.7MB 87% complete (369k/s) |
3971 | 2024-12-21T03:07:06.711Z | [ recovery-image] Dec 21 03:07:06.061 INFO O| Dec 21 03:07:06.061 INFO O| Download: 12813/15862 items 143.1/176.4MB 81% complete (1.5M/s) |
3972 | 2024-12-21T03:07:08.129Z | [ host-image] Dec 21 03:07:07.479 INFO O| Dec 21 03:07:07.479 INFO O| Download: 20934/22788 items 178.7/199.7MB 89% complete (612k/s) |
3973 | 2024-12-21T03:07:11.786Z | [ recovery-image] Dec 21 03:07:11.136 INFO O| Dec 21 03:07:11.136 INFO O| Download: 13227/15862 items 144.8/176.4MB 82% complete (508k/s) |
3974 | 2024-12-21T03:07:14.557Z | [ host-image] Dec 21 03:07:13.906 INFO O| Dec 21 03:07:13.906 INFO O| Download: 21063/22788 items 179.4/199.7MB 89% complete (588k/s) |
3975 | 2024-12-21T03:07:16.788Z | [ recovery-image] Dec 21 03:07:16.137 INFO O| Dec 21 03:07:16.136 INFO O| Download: 13971/15862 items 148.3/176.4MB 84% complete (528k/s) |
3976 | 2024-12-21T03:07:19.561Z | [ host-image] Dec 21 03:07:18.909 INFO O| Dec 21 03:07:18.909 INFO O| Download: 21282/22788 items 180.2/199.7MB 90% complete (128k/s) |
3977 | 2024-12-21T03:07:21.801Z | [ recovery-image] Dec 21 03:07:21.149 INFO O| Dec 21 03:07:21.149 INFO O| Download: 14501/15862 items 150.1/176.4MB 85% complete (542k/s) |
3978 | 2024-12-21T03:07:24.603Z | [ host-image] Dec 21 03:07:23.951 INFO O| Dec 21 03:07:23.951 INFO O| Download: 21700/22788 items 183.6/199.7MB 91% complete (439k/s) |
3979 | 2024-12-21T03:07:27.484Z | [ recovery-image] Dec 21 03:07:26.831 INFO O| Dec 21 03:07:26.831 INFO O| Download: 14696/15862 items 151.0/176.4MB 85% complete (339k/s) |
3980 | 2024-12-21T03:07:30.144Z | [ host-image] Dec 21 03:07:29.491 INFO O| Dec 21 03:07:29.491 INFO O| Download: 21960/22788 items 191.5/199.7MB 95% complete (1.1M/s) |
3981 | 2024-12-21T03:07:32.823Z | [ recovery-image] Dec 21 03:07:32.170 INFO O| Dec 21 03:07:32.170 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (616k/s) |
3982 | 2024-12-21T03:07:35.149Z | [ host-image] Dec 21 03:07:34.495 INFO O| Dec 21 03:07:34.495 INFO O| Download: 22029/22788 items 192.3/199.7MB 96% complete (768k/s) |
3983 | 2024-12-21T03:07:37.833Z | [ recovery-image] Dec 21 03:07:37.178 INFO O| Dec 21 03:07:37.178 INFO O| Download: 15221/15862 items 158.0/176.4MB 89% complete (724k/s) |
3984 | 2024-12-21T03:07:41.724Z | [ host-image] Dec 21 03:07:41.069 INFO O| Dec 21 03:07:41.069 INFO O| Download: 22093/22788 items 193.2/199.7MB 96% complete (193k/s) |
3985 | 2024-12-21T03:07:42.892Z | [ recovery-image] Dec 21 03:07:42.237 INFO O| Dec 21 03:07:42.237 INFO O| Download: 15333/15862 items 163.0/176.4MB 92% complete (624k/s) |
3986 | 2024-12-21T03:07:47.931Z | [ host-image] Dec 21 03:07:47.275 INFO O| Dec 21 03:07:47.275 INFO O| Download: 22258/22788 items 197.8/199.7MB 99% complete (590k/s) |
3987 | 2024-12-21T03:07:47.996Z | [ recovery-image] Dec 21 03:07:47.341 INFO O| Dec 21 03:07:47.341 INFO O| Download: 15624/15862 items 169.8/176.4MB 96% complete (1.1M/s) |
3988 | 2024-12-21T03:07:51.941Z | [ recovery-image] Dec 21 03:07:51.285 INFO O| Dec 21 03:07:51.285 INFO O| Download: Completed 176.38 MB in 256.61 seconds (701k/s) |
3989 | 2024-12-21T03:07:52.925Z | [ recovery-image] Dec 21 03:07:52.269 INFO O| Dec 21 03:07:52.268 INFO O| Actions: 1/25028 actions (Installing new actions) |
3990 | 2024-12-21T03:07:54.336Z | [ host-image] Dec 21 03:07:53.679 INFO O| Dec 21 03:07:53.679 INFO O| Download: 22260/22788 items 197.8/199.7MB 99% complete (575k/s) |
3991 | 2024-12-21T03:07:57.927Z | [ recovery-image] Dec 21 03:07:57.270 INFO O| Dec 21 03:07:57.270 INFO O| Actions: 8728/25028 actions (Installing new actions) |
3992 | 2024-12-21T03:07:59.697Z | [ host-image] Dec 21 03:07:59.040 INFO O| Dec 21 03:07:59.040 INFO O| Download: 22786/22788 items 199.7/199.7MB 99% complete (429k/s) |
3993 | 2024-12-21T03:08:00.290Z | [ host-image] Dec 21 03:07:59.633 INFO O| Dec 21 03:07:59.633 INFO O| Download: Completed 199.66 MB in 291.96 seconds (698k/s) |
3994 | 2024-12-21T03:08:02.098Z | [ host-image] Dec 21 03:08:01.440 INFO O| Dec 21 03:08:01.440 INFO O| Actions: 1/49485 actions (Installing new actions) |
3995 | 2024-12-21T03:08:02.927Z | [ recovery-image] Dec 21 03:08:02.270 INFO O| Dec 21 03:08:02.270 INFO O| Actions: 14540/25028 actions (Installing new actions) |
3996 | 2024-12-21T03:08:07.099Z | [ host-image] Dec 21 03:08:06.440 INFO O| Dec 21 03:08:06.440 INFO O| Actions: 9788/49485 actions (Installing new actions) |
3997 | 2024-12-21T03:08:07.949Z | [ recovery-image] Dec 21 03:08:07.290 INFO O| Dec 21 03:08:07.290 INFO O| Actions: 24510/25028 actions (Installing new actions) |
3998 | 2024-12-21T03:08:09.089Z | [ recovery-image] Dec 21 03:08:08.430 INFO O| Dec 21 03:08:08.430 INFO O| Actions: Completed 25028 actions in 16.16 seconds. |
3999 | 2024-12-21T03:08:09.947Z | [ recovery-image] Dec 21 03:08:09.289 INFO O| Dec 21 03:08:09.289 INFO O| Done |
4000 | 2024-12-21T03:08:09.948Z | [ recovery-image] Dec 21 03:08:09.289 INFO O| Dec 21 03:08:09.289 INFO O| Done |
4001 | 2024-12-21T03:08:11.823Z | [ recovery-image] Dec 21 03:08:11.164 INFO O| Dec 21 03:08:11.164 INFO O| Done |
4002 | 2024-12-21T03:08:12.100Z | [ host-image] Dec 21 03:08:11.441 INFO O| Dec 21 03:08:11.440 INFO O| Actions: 15804/49485 actions (Installing new actions) |
4003 | 2024-12-21T03:08:13.908Z | [ recovery-image] Dec 21 03:08:13.249 INFO O| Dec 21 03:08:13.249 INFO O| Done |
4004 | 2024-12-21T03:08:13.931Z | [ recovery-image] Dec 21 03:08:13.272 INFO O| Dec 21 03:08:13.272 INFO O| Done |
4005 | 2024-12-21T03:08:17.101Z | [ host-image] Dec 21 03:08:16.441 INFO O| Dec 21 03:08:16.441 INFO O| Actions: 21677/49485 actions (Installing new actions) |
4006 | 2024-12-21T03:08:19.115Z | [ recovery-image] Dec 21 03:08:18.410 INFO O| Dec 21 03:08:18.410 INFO O| Done |
4007 | 2024-12-21T03:08:19.791Z | [ recovery-image] Dec 21 03:08:19.117 INFO O| Dec 21 03:08:19.117 INFO O| Done |
4008 | 2024-12-21T03:08:20.301Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 11 (pkg_install) COMPLETE |
4009 | 2024-12-21T03:08:20.302Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4010 | 2024-12-21T03:08:20.310Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO skip step because feature "recovery" is enabled |
4011 | 2024-12-21T03:08:20.310Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4012 | 2024-12-21T03:08:20.310Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO skip step because feature "omicron1" is not enabled |
4013 | 2024-12-21T03:08:20.310Z | [ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4014 | 2024-12-21T03:08:20.320Z | [ recovery-image] Dec 21 03:08:19.658 INFO O| Dec 21 03:08:19.658 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4015 | 2024-12-21T03:08:22.101Z | [ host-image] Dec 21 03:08:21.441 INFO O| Dec 21 03:08:21.441 INFO O| Actions: 47705/49485 actions (Installing new actions) |
4016 | 2024-12-21T03:08:23.439Z | [ recovery-image] Dec 21 03:08:22.778 INFO O| Dec 21 03:08:22.778 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4017 | 2024-12-21T03:08:23.517Z | [ host-image] Dec 21 03:08:22.856 INFO O| Dec 21 03:08:22.856 INFO O| Actions: Completed 49485 actions in 21.41 seconds. |
4018 | 2024-12-21T03:08:24.231Z | [ host-image] Dec 21 03:08:23.570 INFO O| Dec 21 03:08:23.569 INFO O| Done |
4019 | 2024-12-21T03:08:24.231Z | [ host-image] Dec 21 03:08:23.570 INFO O| Dec 21 03:08:23.569 INFO O| Done |
4020 | 2024-12-21T03:08:25.795Z | [ host-image] Dec 21 03:08:25.134 INFO O| Dec 21 03:08:25.134 INFO O| Done |
4021 | 2024-12-21T03:08:27.692Z | [ recovery-image] Dec 21 03:08:27.031 INFO O| Dec 21 03:08:27.030 INFO O| Planning: Solver setup ... Done |
4022 | 2024-12-21T03:08:27.704Z | [ recovery-image] Dec 21 03:08:27.042 INFO O| Dec 21 03:08:27.042 INFO O| Planning: Running solver ... Done |
4023 | 2024-12-21T03:08:27.804Z | [ recovery-image] Dec 21 03:08:27.143 INFO O| Dec 21 03:08:27.143 INFO O| Planning: Finding local manifests ... Done |
4024 | 2024-12-21T03:08:27.807Z | [ recovery-image] Dec 21 03:08:27.144 INFO O| Dec 21 03:08:27.144 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4025 | 2024-12-21T03:08:27.984Z | [ recovery-image] Dec 21 03:08:27.322 INFO O| Dec 21 03:08:27.322 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4026 | 2024-12-21T03:08:28.053Z | [ recovery-image] Dec 21 03:08:27.391 INFO O| Dec 21 03:08:27.391 INFO O| Planning: Package planning ... Done |
4027 | 2024-12-21T03:08:28.055Z | [ recovery-image] Dec 21 03:08:27.392 INFO O| Dec 21 03:08:27.392 INFO O| Planning: Merging actions ... Done |
4028 | 2024-12-21T03:08:28.145Z | [ recovery-image] Dec 21 03:08:27.483 INFO O| Dec 21 03:08:27.483 INFO O| Planning: Checking for conflicting actions ... Done |
4029 | 2024-12-21T03:08:28.148Z | [ recovery-image] Dec 21 03:08:27.484 INFO O| Dec 21 03:08:27.484 INFO O| Planning: Consolidating action changes ... Done |
4030 | 2024-12-21T03:08:28.373Z | [ host-image] Dec 21 03:08:27.712 INFO O| Dec 21 03:08:27.712 INFO O| Done |
4031 | 2024-12-21T03:08:28.410Z | [ host-image] Dec 21 03:08:27.749 INFO O| Dec 21 03:08:27.749 INFO O| Done |
4032 | 2024-12-21T03:08:28.462Z | [ recovery-image] Dec 21 03:08:27.801 INFO O| Dec 21 03:08:27.801 INFO O| Planning: Evaluating mediators ... Done |
4033 | 2024-12-21T03:08:28.464Z | [ recovery-image] Dec 21 03:08:27.802 INFO O| Dec 21 03:08:27.802 INFO O| Planning: Planning completed in 5.02 seconds |
4034 | 2024-12-21T03:08:28.467Z | [ recovery-image] Dec 21 03:08:27.804 INFO O| Dec 21 03:08:27.804 INFO O| Packages to install: 1 |
4035 | 2024-12-21T03:08:28.502Z | [ recovery-image] Dec 21 03:08:27.841 INFO O| Dec 21 03:08:27.840 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4036 | 2024-12-21T03:08:28.944Z | [ recovery-image] Dec 21 03:08:28.283 INFO O| Dec 21 03:08:28.282 INFO O| Download: Completed 9.99 MB in 0.44 seconds (22.6M/s) |
4037 | 2024-12-21T03:08:29.053Z | [ recovery-image] Dec 21 03:08:28.392 INFO O| Dec 21 03:08:28.392 INFO O| Actions: 1/22 actions (Installing new actions) |
4038 | 2024-12-21T03:08:29.760Z | [ recovery-image] Dec 21 03:08:28.832 INFO O| Dec 21 03:08:28.832 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
4039 | 2024-12-21T03:08:29.976Z | [ recovery-image] Dec 21 03:08:29.314 INFO O| Dec 21 03:08:29.314 INFO O| Done |
4040 | 2024-12-21T03:08:29.976Z | [ recovery-image] Dec 21 03:08:29.314 INFO O| Dec 21 03:08:29.314 INFO O| Done |
4041 | 2024-12-21T03:08:31.359Z | [ recovery-image] Dec 21 03:08:30.697 INFO O| Dec 21 03:08:30.697 INFO O| Done |
4042 | 2024-12-21T03:08:33.406Z | [ recovery-image] Dec 21 03:08:32.744 INFO O| Dec 21 03:08:32.744 INFO O| Done |
4043 | 2024-12-21T03:08:33.432Z | [ recovery-image] Dec 21 03:08:32.769 INFO O| Dec 21 03:08:32.769 INFO O| Done |
4044 | 2024-12-21T03:08:33.432Z | [ recovery-image] Dec 21 03:08:32.770 INFO O| Dec 21 03:08:32.769 INFO O| Done |
4045 | 2024-12-21T03:08:33.449Z | [ recovery-image] Dec 21 03:08:32.786 INFO O| Dec 21 03:08:32.786 INFO O| Done |
4046 | 2024-12-21T03:08:33.655Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.992 INFO STEP 14 (pkg_install) COMPLETE |
4047 | 2024-12-21T03:08:33.655Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4048 | 2024-12-21T03:08:33.655Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "mfg" is not enabled |
4049 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4050 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "compliance" is not enabled |
4051 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4052 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "stress" is not enabled |
4053 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4054 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "nfs" is not enabled |
4055 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4056 | 2024-12-21T03:08:33.658Z | [ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4057 | 2024-12-21T03:08:33.774Z | [ recovery-image] Dec 21 03:08:33.112 INFO O| Dec 21 03:08:33.112 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4058 | 2024-12-21T03:08:34.029Z | [ recovery-image] Dec 21 03:08:33.366 INFO O| Dec 21 03:08:33.366 INFO completed processing gimlet/ramdisk-01-os |
4059 | 2024-12-21T03:08:34.032Z | [ recovery-image] Dec 21 03:08:33.370 INFO image builder template: ramdisk-02-trim... |
4060 | 2024-12-21T03:08:34.032Z | [ recovery-image] Dec 21 03:08:33.370 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/.tmpHfUgvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4061 | 2024-12-21T03:08:34.073Z | [ recovery-image] Dec 21 03:08:33.411 INFO O| Dec 21 03:08:33.411 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4062 | 2024-12-21T03:08:34.081Z | [ recovery-image] Dec 21 03:08:33.419 INFO O| Dec 21 03:08:33.419 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4063 | 2024-12-21T03:08:34.195Z | [ recovery-image] Dec 21 03:08:33.533 INFO O| Dec 21 03:08:33.533 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4064 | 2024-12-21T03:08:34.340Z | [ recovery-image] Dec 21 03:08:33.678 INFO O| Dec 21 03:08:33.678 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4065 | 2024-12-21T03:08:34.343Z | [ recovery-image] Dec 21 03:08:33.678 INFO O| Dec 21 03:08:33.678 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4066 | 2024-12-21T03:08:34.352Z | [ recovery-image] Dec 21 03:08:33.690 INFO O| Dec 21 03:08:33.690 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4067 | 2024-12-21T03:08:34.360Z | [ recovery-image] Dec 21 03:08:33.697 INFO O| Dec 21 03:08:33.697 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4068 | 2024-12-21T03:08:34.369Z | [ recovery-image] Dec 21 03:08:33.706 INFO O| Dec 21 03:08:33.706 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4069 | 2024-12-21T03:08:34.891Z | [ recovery-image] Dec 21 03:08:34.229 INFO O| Dec 21 03:08:34.229 INFO rolled back to input snapshot; work may begin |
4070 | 2024-12-21T03:08:34.891Z | [ recovery-image] Dec 21 03:08:34.229 INFO O| Dec 21 03:08:34.229 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4071 | 2024-12-21T03:08:34.899Z | [ recovery-image] Dec 21 03:08:34.237 INFO O| Dec 21 03:08:34.237 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-21T03:08:34.917Z | [ recovery-image] Dec 21 03:08:34.255 INFO O| Dec 21 03:08:34.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4073 | 2024-12-21T03:08:35.064Z | [ recovery-image] Dec 21 03:08:34.401 INFO O| Dec 21 03:08:34.401 INFO STEP 0 (remove_files) COMPLETE |
4074 | 2024-12-21T03:08:35.064Z | [ recovery-image] Dec 21 03:08:34.401 INFO O| Dec 21 03:08:34.401 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-21T03:08:35.082Z | [ recovery-image] Dec 21 03:08:34.420 INFO O| Dec 21 03:08:34.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4076 | 2024-12-21T03:08:35.085Z | [ recovery-image] Dec 21 03:08:34.423 INFO O| Dec 21 03:08:34.423 INFO STEP 1 (remove_files) COMPLETE |
4077 | 2024-12-21T03:08:35.085Z | [ recovery-image] Dec 21 03:08:34.423 INFO O| Dec 21 03:08:34.423 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-21T03:08:35.104Z | [ recovery-image] Dec 21 03:08:34.442 INFO O| Dec 21 03:08:34.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4079 | 2024-12-21T03:08:35.129Z | [ recovery-image] Dec 21 03:08:34.466 INFO O| Dec 21 03:08:34.466 INFO STEP 2 (remove_files) COMPLETE |
4080 | 2024-12-21T03:08:35.129Z | [ recovery-image] Dec 21 03:08:34.467 INFO O| Dec 21 03:08:34.466 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-21T03:08:35.191Z | [ recovery-image] Dec 21 03:08:34.529 INFO O| Dec 21 03:08:34.528 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4082 | 2024-12-21T03:08:35.194Z | [ recovery-image] Dec 21 03:08:34.532 INFO O| Dec 21 03:08:34.532 INFO STEP 3 (remove_files) COMPLETE |
4083 | 2024-12-21T03:08:35.194Z | [ recovery-image] Dec 21 03:08:34.532 INFO O| Dec 21 03:08:34.532 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-21T03:08:35.215Z | [ recovery-image] Dec 21 03:08:34.552 INFO O| Dec 21 03:08:34.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4085 | 2024-12-21T03:08:35.222Z | [ recovery-image] Dec 21 03:08:34.560 INFO O| Dec 21 03:08:34.559 INFO STEP 4 (remove_files) COMPLETE |
4086 | 2024-12-21T03:08:35.224Z | [ recovery-image] Dec 21 03:08:34.560 INFO O| Dec 21 03:08:34.560 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-21T03:08:35.279Z | [ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4088 | 2024-12-21T03:08:35.282Z | [ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.617 INFO STEP 5 (remove_files) COMPLETE |
4089 | 2024-12-21T03:08:35.282Z | [ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.617 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-21T03:08:35.303Z | [ recovery-image] Dec 21 03:08:34.640 INFO O| Dec 21 03:08:34.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4091 | 2024-12-21T03:08:35.323Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 6 (remove_files) COMPLETE |
4092 | 2024-12-21T03:08:35.323Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled |
4094 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled |
4096 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled |
4098 | 2024-12-21T03:08:35.326Z | [ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-21T03:08:35.343Z | [ recovery-image] Dec 21 03:08:34.681 INFO O| Dec 21 03:08:34.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4100 | 2024-12-21T03:08:35.350Z | [ recovery-image] Dec 21 03:08:34.687 INFO O| Dec 21 03:08:34.687 INFO STEP 10 (remove_files) COMPLETE |
4101 | 2024-12-21T03:08:35.350Z | [ recovery-image] Dec 21 03:08:34.687 INFO O| Dec 21 03:08:34.687 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-21T03:08:35.369Z | [ recovery-image] Dec 21 03:08:34.706 INFO O| Dec 21 03:08:34.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4103 | 2024-12-21T03:08:35.372Z | [ recovery-image] Dec 21 03:08:34.708 INFO O| Dec 21 03:08:34.708 INFO STEP 11 (remove_files) COMPLETE |
4104 | 2024-12-21T03:08:35.372Z | [ recovery-image] Dec 21 03:08:34.708 INFO O| Dec 21 03:08:34.708 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-21T03:08:35.387Z | [ recovery-image] Dec 21 03:08:34.725 INFO O| Dec 21 03:08:34.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4106 | 2024-12-21T03:08:35.390Z | [ recovery-image] Dec 21 03:08:34.728 INFO O| Dec 21 03:08:34.728 INFO STEP 12 (remove_files) COMPLETE |
4107 | 2024-12-21T03:08:35.390Z | [ recovery-image] Dec 21 03:08:34.728 INFO O| Dec 21 03:08:34.728 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-21T03:08:35.510Z | [ recovery-image] Dec 21 03:08:34.848 INFO O| Dec 21 03:08:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4109 | 2024-12-21T03:08:35.513Z | [ recovery-image] Dec 21 03:08:34.851 INFO O| Dec 21 03:08:34.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4110 | 2024-12-21T03:08:35.578Z | [ recovery-image] Dec 21 03:08:34.916 INFO O| Dec 21 03:08:34.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4111 | 2024-12-21T03:08:35.581Z | [ recovery-image] Dec 21 03:08:34.917 INFO O| Dec 21 03:08:34.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4112 | 2024-12-21T03:08:35.899Z | [ recovery-image] Dec 21 03:08:35.237 INFO O| Dec 21 03:08:35.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4113 | 2024-12-21T03:08:35.920Z | [ recovery-image] Dec 21 03:08:35.257 INFO O| Dec 21 03:08:35.257 INFO STEP 13 (remove_files) COMPLETE |
4114 | 2024-12-21T03:08:35.920Z | [ recovery-image] Dec 21 03:08:35.257 INFO O| Dec 21 03:08:35.257 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-21T03:08:35.954Z | [ recovery-image] Dec 21 03:08:35.291 INFO O| Dec 21 03:08:35.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4116 | 2024-12-21T03:08:35.957Z | [ recovery-image] Dec 21 03:08:35.293 INFO O| Dec 21 03:08:35.293 INFO STEP 14 (remove_files) COMPLETE |
4117 | 2024-12-21T03:08:35.957Z | [ recovery-image] Dec 21 03:08:35.294 INFO O| Dec 21 03:08:35.293 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-21T03:08:35.977Z | [ recovery-image] Dec 21 03:08:35.315 INFO O| Dec 21 03:08:35.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4119 | 2024-12-21T03:08:35.987Z | [ recovery-image] Dec 21 03:08:35.325 INFO O| Dec 21 03:08:35.325 INFO STEP 15 (remove_files) COMPLETE |
4120 | 2024-12-21T03:08:35.990Z | [ recovery-image] Dec 21 03:08:35.325 INFO O| Dec 21 03:08:35.325 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-21T03:08:35.996Z | [ host-image] Dec 21 03:08:35.333 INFO O| Dec 21 03:08:35.333 INFO O| Done |
4122 | 2024-12-21T03:08:36.023Z | [ recovery-image] Dec 21 03:08:35.360 INFO O| Dec 21 03:08:35.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4123 | 2024-12-21T03:08:36.026Z | [ recovery-image] Dec 21 03:08:35.361 INFO O| Dec 21 03:08:35.361 INFO STEP 16 (remove_files) COMPLETE |
4124 | 2024-12-21T03:08:36.026Z | [ recovery-image] Dec 21 03:08:35.361 INFO O| Dec 21 03:08:35.361 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4125 | 2024-12-21T03:08:36.043Z | [ recovery-image] Dec 21 03:08:35.381 INFO O| Dec 21 03:08:35.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4126 | 2024-12-21T03:08:36.052Z | [ recovery-image] Dec 21 03:08:35.383 INFO O| Dec 21 03:08:35.383 INFO STEP 17 (remove_files) COMPLETE |
4127 | 2024-12-21T03:08:36.054Z | [ recovery-image] Dec 21 03:08:35.383 INFO O| Dec 21 03:08:35.383 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4128 | 2024-12-21T03:08:36.071Z | [ recovery-image] Dec 21 03:08:35.408 INFO O| Dec 21 03:08:35.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4129 | 2024-12-21T03:08:36.074Z | [ recovery-image] Dec 21 03:08:35.408 INFO O| Dec 21 03:08:35.408 INFO STEP 18 (remove_files) COMPLETE |
4130 | 2024-12-21T03:08:36.074Z | [ recovery-image] Dec 21 03:08:35.409 INFO O| Dec 21 03:08:35.408 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-21T03:08:36.090Z | [ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4132 | 2024-12-21T03:08:36.090Z | [ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO STEP 19 (remove_files) COMPLETE |
4133 | 2024-12-21T03:08:36.092Z | [ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-21T03:08:36.107Z | [ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4135 | 2024-12-21T03:08:36.107Z | [ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.445 INFO STEP 20 (remove_files) COMPLETE |
4136 | 2024-12-21T03:08:36.107Z | [ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.445 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4137 | 2024-12-21T03:08:36.133Z | [ recovery-image] Dec 21 03:08:35.470 INFO O| Dec 21 03:08:35.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4138 | 2024-12-21T03:08:36.133Z | [ recovery-image] Dec 21 03:08:35.470 INFO O| Dec 21 03:08:35.470 INFO STEP 21 (remove_files) COMPLETE |
4139 | 2024-12-21T03:08:36.135Z | [ recovery-image] Dec 21 03:08:35.471 INFO O| Dec 21 03:08:35.470 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4140 | 2024-12-21T03:08:36.152Z | [ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4141 | 2024-12-21T03:08:36.155Z | [ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO STEP 22 (remove_files) COMPLETE |
4142 | 2024-12-21T03:08:36.155Z | [ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-21T03:08:36.185Z | [ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4144 | 2024-12-21T03:08:36.185Z | [ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO STEP 23 (remove_files) COMPLETE |
4145 | 2024-12-21T03:08:36.188Z | [ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4146 | 2024-12-21T03:08:36.235Z | [ recovery-image] Dec 21 03:08:35.572 INFO O| Dec 21 03:08:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4147 | 2024-12-21T03:08:36.237Z | [ recovery-image] Dec 21 03:08:35.572 INFO O| Dec 21 03:08:35.572 INFO STEP 24 (remove_files) COMPLETE |
4148 | 2024-12-21T03:08:36.237Z | [ recovery-image] Dec 21 03:08:35.573 INFO O| Dec 21 03:08:35.572 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-21T03:08:36.256Z | [ recovery-image] Dec 21 03:08:35.593 INFO O| Dec 21 03:08:35.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4150 | 2024-12-21T03:08:36.256Z | [ recovery-image] Dec 21 03:08:35.593 INFO O| Dec 21 03:08:35.593 INFO STEP 25 (remove_files) COMPLETE |
4151 | 2024-12-21T03:08:36.258Z | [ recovery-image] Dec 21 03:08:35.594 INFO O| Dec 21 03:08:35.593 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4152 | 2024-12-21T03:08:36.305Z | [ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4153 | 2024-12-21T03:08:36.308Z | [ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO STEP 26 (remove_files) COMPLETE |
4154 | 2024-12-21T03:08:36.308Z | [ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4155 | 2024-12-21T03:08:36.324Z | [ recovery-image] Dec 21 03:08:35.661 INFO O| Dec 21 03:08:35.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4156 | 2024-12-21T03:08:36.326Z | [ recovery-image] Dec 21 03:08:35.662 INFO O| Dec 21 03:08:35.662 INFO STEP 27 (remove_files) COMPLETE |
4157 | 2024-12-21T03:08:36.326Z | [ recovery-image] Dec 21 03:08:35.662 INFO O| Dec 21 03:08:35.662 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4158 | 2024-12-21T03:08:36.342Z | [ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4159 | 2024-12-21T03:08:36.345Z | [ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO STEP 28 (remove_files) COMPLETE |
4160 | 2024-12-21T03:08:36.345Z | [ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4161 | 2024-12-21T03:08:36.361Z | [ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4162 | 2024-12-21T03:08:36.364Z | [ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO STEP 29 (remove_files) COMPLETE |
4163 | 2024-12-21T03:08:36.364Z | [ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4164 | 2024-12-21T03:08:36.408Z | [ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4165 | 2024-12-21T03:08:36.408Z | [ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO STEP 30 (remove_files) COMPLETE |
4166 | 2024-12-21T03:08:36.408Z | [ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4167 | 2024-12-21T03:08:36.454Z | [ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4168 | 2024-12-21T03:08:36.456Z | [ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO STEP 31 (remove_files) COMPLETE |
4169 | 2024-12-21T03:08:36.457Z | [ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2024-12-21T03:08:36.473Z | [ recovery-image] Dec 21 03:08:35.810 INFO O| Dec 21 03:08:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4171 | 2024-12-21T03:08:36.473Z | [ recovery-image] Dec 21 03:08:35.811 INFO O| Dec 21 03:08:35.810 INFO STEP 32 (remove_files) COMPLETE |
4172 | 2024-12-21T03:08:36.473Z | [ recovery-image] Dec 21 03:08:35.811 INFO O| Dec 21 03:08:35.810 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4173 | 2024-12-21T03:08:36.497Z | [ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4174 | 2024-12-21T03:08:36.497Z | [ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.835 INFO STEP 33 (remove_files) COMPLETE |
4175 | 2024-12-21T03:08:36.497Z | [ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.835 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4176 | 2024-12-21T03:08:36.517Z | [ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4177 | 2024-12-21T03:08:36.517Z | [ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO STEP 34 (remove_files) COMPLETE |
4178 | 2024-12-21T03:08:36.520Z | [ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4179 | 2024-12-21T03:08:36.537Z | [ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4180 | 2024-12-21T03:08:36.537Z | [ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO STEP 35 (remove_files) COMPLETE |
4181 | 2024-12-21T03:08:36.540Z | [ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4182 | 2024-12-21T03:08:36.557Z | [ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4183 | 2024-12-21T03:08:36.557Z | [ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO STEP 36 (remove_files) COMPLETE |
4184 | 2024-12-21T03:08:36.558Z | [ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4185 | 2024-12-21T03:08:36.577Z | [ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4186 | 2024-12-21T03:08:36.577Z | [ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO STEP 37 (remove_files) COMPLETE |
4187 | 2024-12-21T03:08:36.579Z | [ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4188 | 2024-12-21T03:08:36.595Z | [ recovery-image] Dec 21 03:08:35.932 INFO O| Dec 21 03:08:35.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4189 | 2024-12-21T03:08:36.595Z | [ recovery-image] Dec 21 03:08:35.933 INFO O| Dec 21 03:08:35.932 INFO STEP 38 (remove_files) COMPLETE |
4190 | 2024-12-21T03:08:36.597Z | [ recovery-image] Dec 21 03:08:35.933 INFO O| Dec 21 03:08:35.932 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4191 | 2024-12-21T03:08:36.614Z | [ recovery-image] Dec 21 03:08:35.951 INFO O| Dec 21 03:08:35.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4192 | 2024-12-21T03:08:36.614Z | [ recovery-image] Dec 21 03:08:35.951 INFO O| Dec 21 03:08:35.951 INFO STEP 39 (remove_files) COMPLETE |
4193 | 2024-12-21T03:08:36.617Z | [ recovery-image] Dec 21 03:08:35.952 INFO O| Dec 21 03:08:35.951 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2024-12-21T03:08:36.633Z | [ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4195 | 2024-12-21T03:08:36.633Z | [ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO STEP 40 (remove_files) COMPLETE |
4196 | 2024-12-21T03:08:36.635Z | [ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4197 | 2024-12-21T03:08:36.651Z | [ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4198 | 2024-12-21T03:08:36.651Z | [ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO STEP 41 (remove_files) COMPLETE |
4199 | 2024-12-21T03:08:36.654Z | [ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4200 | 2024-12-21T03:08:36.672Z | [ recovery-image] Dec 21 03:08:36.009 INFO O| Dec 21 03:08:36.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4201 | 2024-12-21T03:08:36.672Z | [ recovery-image] Dec 21 03:08:36.010 INFO O| Dec 21 03:08:36.010 INFO STEP 42 (remove_files) COMPLETE |
4202 | 2024-12-21T03:08:36.672Z | [ recovery-image] Dec 21 03:08:36.010 INFO O| Dec 21 03:08:36.010 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2024-12-21T03:08:36.701Z | [ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4204 | 2024-12-21T03:08:36.701Z | [ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO STEP 43 (remove_files) COMPLETE |
4205 | 2024-12-21T03:08:36.701Z | [ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4206 | 2024-12-21T03:08:36.751Z | [ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4207 | 2024-12-21T03:08:36.754Z | [ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO STEP 44 (remove_files) COMPLETE |
4208 | 2024-12-21T03:08:36.754Z | [ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4209 | 2024-12-21T03:08:36.801Z | [ recovery-image] Dec 21 03:08:36.138 INFO O| Dec 21 03:08:36.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4210 | 2024-12-21T03:08:36.801Z | [ recovery-image] Dec 21 03:08:36.138 INFO O| Dec 21 03:08:36.138 INFO STEP 45 (remove_files) COMPLETE |
4211 | 2024-12-21T03:08:36.801Z | [ recovery-image] Dec 21 03:08:36.139 INFO O| Dec 21 03:08:36.138 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4212 | 2024-12-21T03:08:36.825Z | [ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4213 | 2024-12-21T03:08:36.825Z | [ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO STEP 46 (remove_files) COMPLETE |
4214 | 2024-12-21T03:08:36.827Z | [ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4215 | 2024-12-21T03:08:36.852Z | [ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4216 | 2024-12-21T03:08:36.852Z | [ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO STEP 47 (remove_files) COMPLETE |
4217 | 2024-12-21T03:08:36.854Z | [ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4218 | 2024-12-21T03:08:36.922Z | [ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4219 | 2024-12-21T03:08:36.924Z | [ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO STEP 48 (remove_files) COMPLETE |
4220 | 2024-12-21T03:08:36.924Z | [ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4221 | 2024-12-21T03:08:36.964Z | [ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4222 | 2024-12-21T03:08:36.964Z | [ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO STEP 49 (remove_files) COMPLETE |
4223 | 2024-12-21T03:08:36.964Z | [ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4224 | 2024-12-21T03:08:36.977Z | [ host-image] Dec 21 03:08:36.315 INFO O| Dec 21 03:08:36.315 INFO O| Done |
4225 | 2024-12-21T03:08:37.033Z | [ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4226 | 2024-12-21T03:08:37.033Z | [ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO STEP 50 (remove_files) COMPLETE |
4227 | 2024-12-21T03:08:37.033Z | [ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4228 | 2024-12-21T03:08:37.068Z | [ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4229 | 2024-12-21T03:08:37.068Z | [ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO STEP 51 (remove_files) COMPLETE |
4230 | 2024-12-21T03:08:37.068Z | [ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-21T03:08:37.098Z | [ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4232 | 2024-12-21T03:08:37.098Z | [ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO STEP 52 (remove_files) COMPLETE |
4233 | 2024-12-21T03:08:37.098Z | [ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2024-12-21T03:08:37.127Z | [ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4235 | 2024-12-21T03:08:37.127Z | [ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO STEP 53 (remove_files) COMPLETE |
4236 | 2024-12-21T03:08:37.130Z | [ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-21T03:08:37.137Z | [ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4238 | 2024-12-21T03:08:37.137Z | [ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO STEP 54 (remove_files) COMPLETE |
4239 | 2024-12-21T03:08:37.137Z | [ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-21T03:08:37.177Z | [ recovery-image] Dec 21 03:08:36.514 INFO O| Dec 21 03:08:36.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4241 | 2024-12-21T03:08:37.177Z | [ recovery-image] Dec 21 03:08:36.515 INFO O| Dec 21 03:08:36.515 INFO STEP 55 (remove_files) COMPLETE |
4242 | 2024-12-21T03:08:37.180Z | [ recovery-image] Dec 21 03:08:36.515 INFO O| Dec 21 03:08:36.515 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2024-12-21T03:08:37.217Z | [ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4244 | 2024-12-21T03:08:37.217Z | [ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO STEP 56 (remove_files) COMPLETE |
4245 | 2024-12-21T03:08:37.220Z | [ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-21T03:08:37.233Z | [ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4247 | 2024-12-21T03:08:37.236Z | [ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO STEP 57 (remove_files) COMPLETE |
4248 | 2024-12-21T03:08:37.236Z | [ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-21T03:08:37.266Z | [ recovery-image] Dec 21 03:08:36.603 INFO O| Dec 21 03:08:36.603 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4250 | 2024-12-21T03:08:37.266Z | [ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.603 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4251 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4252 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4253 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4254 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4255 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.604 INFO ok! |
4256 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.605 INFO STEP 58 (ensure_file) COMPLETE |
4257 | 2024-12-21T03:08:37.269Z | [ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.605 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2024-12-21T03:08:37.287Z | [ recovery-image] Dec 21 03:08:36.624 INFO O| Dec 21 03:08:36.624 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4259 | 2024-12-21T03:08:37.289Z | [ recovery-image] Dec 21 03:08:36.624 INFO O| Dec 21 03:08:36.624 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4260 | 2024-12-21T03:08:37.289Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4261 | 2024-12-21T03:08:37.289Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4262 | 2024-12-21T03:08:37.289Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4263 | 2024-12-21T03:08:37.289Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4264 | 2024-12-21T03:08:37.290Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO ok! |
4265 | 2024-12-21T03:08:37.290Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO STEP 59 (ensure_file) COMPLETE |
4266 | 2024-12-21T03:08:37.290Z | [ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4267 | 2024-12-21T03:08:37.322Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4268 | 2024-12-21T03:08:37.322Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4269 | 2024-12-21T03:08:37.322Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4270 | 2024-12-21T03:08:37.325Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO ok! |
4271 | 2024-12-21T03:08:37.325Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO STEP 60 (ensure_file) COMPLETE |
4272 | 2024-12-21T03:08:37.325Z | [ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.697 INFO O| Dec 21 03:08:36.697 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4274 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.697 INFO O| Dec 21 03:08:36.697 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4275 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4276 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO ok! |
4277 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO STEP 61 (ensure_file) COMPLETE |
4278 | 2024-12-21T03:08:37.361Z | [ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2024-12-21T03:08:37.399Z | [ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4280 | 2024-12-21T03:08:37.399Z | [ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4281 | 2024-12-21T03:08:37.399Z | [ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4282 | 2024-12-21T03:08:37.568Z | [ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4283 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO ok! |
4284 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.737 INFO O| Dec 21 03:08:36.736 INFO STEP 62 (ensure_file) COMPLETE |
4285 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.737 INFO O| Dec 21 03:08:36.737 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2024-12-21T03:08:37.571Z | [ host-image] Dec 21 03:08:36.906 INFO O| Dec 21 03:08:36.906 INFO STEP 11 (pkg_install) COMPLETE |
4287 | 2024-12-21T03:08:37.571Z | [ host-image] Dec 21 03:08:36.906 INFO O| Dec 21 03:08:36.906 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4288 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4289 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4290 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4291 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4292 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO ok! |
4293 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO STEP 63 (ensure_file) COMPLETE |
4294 | 2024-12-21T03:08:37.571Z | [ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4295 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4296 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4297 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4298 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO ok! |
4299 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO STEP 64 (assemble_files) COMPLETE |
4300 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4301 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4302 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4303 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4304 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4305 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO ok! |
4306 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 65 (ensure_file) COMPLETE |
4307 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4308 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled |
4309 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4310 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled |
4311 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled |
4313 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4314 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.815 INFO O| Dec 21 03:08:36.815 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4315 | 2024-12-21T03:08:37.572Z | [ recovery-image] Dec 21 03:08:36.815 INFO O| Dec 21 03:08:36.815 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4316 | 2024-12-21T03:08:37.585Z | [ host-image] Dec 21 03:08:36.922 INFO O| Dec 21 03:08:36.922 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"] |
4317 | 2024-12-21T03:08:38.896Z | [ host-image] Dec 21 03:08:38.233 INFO O| Dec 21 03:08:38.233 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4318 | 2024-12-21T03:08:40.940Z | [ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO STEP 69 (pack_tar) COMPLETE |
4319 | 2024-12-21T03:08:40.943Z | [ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4320 | 2024-12-21T03:08:40.943Z | [ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4321 | 2024-12-21T03:08:41.237Z | [ recovery-image] Dec 21 03:08:40.574 INFO O| Dec 21 03:08:40.574 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4322 | 2024-12-21T03:08:41.865Z | [ recovery-image] Dec 21 03:08:41.202 INFO O| Dec 21 03:08:41.202 INFO completed processing gimlet/ramdisk-02-trim |
4323 | 2024-12-21T03:08:41.869Z | [ recovery-image] Dec 21 03:08:41.206 INFO image builder template: ramdisk-03-recovery-trim... |
4324 | 2024-12-21T03:08:41.872Z | [ recovery-image] Dec 21 03:08:41.206 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/.tmpHfUgvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4325 | 2024-12-21T03:08:42.115Z | [ recovery-image] Dec 21 03:08:41.451 INFO O| Dec 21 03:08:41.451 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4326 | 2024-12-21T03:08:42.125Z | [ recovery-image] Dec 21 03:08:41.461 INFO O| Dec 21 03:08:41.461 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4327 | 2024-12-21T03:08:42.226Z | [ recovery-image] Dec 21 03:08:41.563 INFO O| Dec 21 03:08:41.563 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4328 | 2024-12-21T03:08:42.321Z | [ recovery-image] Dec 21 03:08:41.658 INFO O| Dec 21 03:08:41.658 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4329 | 2024-12-21T03:08:42.324Z | [ recovery-image] Dec 21 03:08:41.658 INFO O| Dec 21 03:08:41.658 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4330 | 2024-12-21T03:08:42.336Z | [ recovery-image] Dec 21 03:08:41.672 INFO O| Dec 21 03:08:41.672 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4331 | 2024-12-21T03:08:42.344Z | [ recovery-image] Dec 21 03:08:41.680 INFO O| Dec 21 03:08:41.680 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4332 | 2024-12-21T03:08:42.352Z | [ recovery-image] Dec 21 03:08:41.689 INFO O| Dec 21 03:08:41.689 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4333 | 2024-12-21T03:08:42.788Z | [ recovery-image] Dec 21 03:08:42.125 INFO O| Dec 21 03:08:42.125 INFO rolled back to input snapshot; work may begin |
4334 | 2024-12-21T03:08:42.788Z | [ recovery-image] Dec 21 03:08:42.125 INFO O| Dec 21 03:08:42.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4335 | 2024-12-21T03:08:42.801Z | [ recovery-image] Dec 21 03:08:42.137 INFO O| Dec 21 03:08:42.137 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-21T03:08:42.821Z | [ recovery-image] Dec 21 03:08:42.157 INFO O| Dec 21 03:08:42.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4337 | 2024-12-21T03:08:42.841Z | [ recovery-image] Dec 21 03:08:42.178 INFO O| Dec 21 03:08:42.177 INFO STEP 0 (remove_files) COMPLETE |
4338 | 2024-12-21T03:08:42.841Z | [ recovery-image] Dec 21 03:08:42.178 INFO O| Dec 21 03:08:42.177 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-21T03:08:42.876Z | [ recovery-image] Dec 21 03:08:42.212 INFO O| Dec 21 03:08:42.212 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4340 | 2024-12-21T03:08:43.394Z | [ recovery-image] Dec 21 03:08:42.731 INFO O| Dec 21 03:08:42.731 INFO STEP 1 (remove_files) COMPLETE |
4341 | 2024-12-21T03:08:43.394Z | [ recovery-image] Dec 21 03:08:42.731 INFO O| Dec 21 03:08:42.731 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-21T03:08:43.452Z | [ recovery-image] Dec 21 03:08:42.788 INFO O| Dec 21 03:08:42.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4343 | 2024-12-21T03:08:43.516Z | [ recovery-image] Dec 21 03:08:42.852 INFO O| Dec 21 03:08:42.852 INFO STEP 2 (remove_files) COMPLETE |
4344 | 2024-12-21T03:08:43.516Z | [ recovery-image] Dec 21 03:08:42.853 INFO O| Dec 21 03:08:42.852 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-21T03:08:43.553Z | [ recovery-image] Dec 21 03:08:42.889 INFO O| Dec 21 03:08:42.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4346 | 2024-12-21T03:08:43.716Z | [ recovery-image] Dec 21 03:08:43.053 INFO O| Dec 21 03:08:43.053 INFO STEP 3 (remove_files) COMPLETE |
4347 | 2024-12-21T03:08:43.717Z | [ recovery-image] Dec 21 03:08:43.053 INFO O| Dec 21 03:08:43.053 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-21T03:08:43.777Z | [ recovery-image] Dec 21 03:08:43.113 INFO O| Dec 21 03:08:43.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4349 | 2024-12-21T03:08:43.819Z | [ recovery-image] Dec 21 03:08:43.155 INFO O| Dec 21 03:08:43.155 INFO STEP 4 (remove_files) COMPLETE |
4350 | 2024-12-21T03:08:43.819Z | [ recovery-image] Dec 21 03:08:43.155 INFO O| Dec 21 03:08:43.155 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-21T03:08:43.859Z | [ recovery-image] Dec 21 03:08:43.195 INFO O| Dec 21 03:08:43.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4352 | 2024-12-21T03:08:43.865Z | [ recovery-image] Dec 21 03:08:43.201 INFO O| Dec 21 03:08:43.201 INFO STEP 5 (remove_files) COMPLETE |
4353 | 2024-12-21T03:08:43.865Z | [ recovery-image] Dec 21 03:08:43.201 INFO O| Dec 21 03:08:43.201 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-21T03:08:43.887Z | [ recovery-image] Dec 21 03:08:43.223 INFO O| Dec 21 03:08:43.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4355 | 2024-12-21T03:08:43.926Z | [ recovery-image] Dec 21 03:08:43.263 INFO O| Dec 21 03:08:43.263 INFO STEP 6 (remove_files) COMPLETE |
4356 | 2024-12-21T03:08:43.926Z | [ recovery-image] Dec 21 03:08:43.263 INFO O| Dec 21 03:08:43.263 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-12-21T03:08:44.016Z | [ recovery-image] Dec 21 03:08:43.352 INFO O| Dec 21 03:08:43.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4358 | 2024-12-21T03:08:44.037Z | [ recovery-image] Dec 21 03:08:43.373 INFO O| Dec 21 03:08:43.373 INFO STEP 7 (remove_files) COMPLETE |
4359 | 2024-12-21T03:08:44.037Z | [ recovery-image] Dec 21 03:08:43.373 INFO O| Dec 21 03:08:43.373 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-21T03:08:44.068Z | [ recovery-image] Dec 21 03:08:43.404 INFO O| Dec 21 03:08:43.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4361 | 2024-12-21T03:08:44.184Z | [ recovery-image] Dec 21 03:08:43.520 INFO O| Dec 21 03:08:43.520 INFO STEP 8 (remove_files) COMPLETE |
4362 | 2024-12-21T03:08:44.184Z | [ recovery-image] Dec 21 03:08:43.520 INFO O| Dec 21 03:08:43.520 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-21T03:08:44.218Z | [ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4364 | 2024-12-21T03:08:44.221Z | [ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.555 INFO STEP 9 (remove_files) COMPLETE |
4365 | 2024-12-21T03:08:44.221Z | [ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.555 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-21T03:08:44.278Z | [ recovery-image] Dec 21 03:08:43.614 INFO O| Dec 21 03:08:43.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4367 | 2024-12-21T03:08:44.281Z | [ recovery-image] Dec 21 03:08:43.615 INFO O| Dec 21 03:08:43.615 INFO STEP 10 (remove_files) COMPLETE |
4368 | 2024-12-21T03:08:44.281Z | [ recovery-image] Dec 21 03:08:43.615 INFO O| Dec 21 03:08:43.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-21T03:08:44.307Z | [ recovery-image] Dec 21 03:08:43.643 INFO O| Dec 21 03:08:43.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4370 | 2024-12-21T03:08:44.455Z | [ host-image] Dec 21 03:08:43.791 INFO O| Dec 21 03:08:43.791 INFO O| Planning: Solver setup ... Done |
4371 | 2024-12-21T03:08:44.460Z | [ host-image] Dec 21 03:08:43.797 INFO O| Dec 21 03:08:43.797 INFO O| Planning: Running solver ... Done |
4372 | 2024-12-21T03:08:44.565Z | [ host-image] Dec 21 03:08:43.902 INFO O| Dec 21 03:08:43.902 INFO O| Planning: Finding local manifests ... Done |
4373 | 2024-12-21T03:08:44.568Z | [ host-image] Dec 21 03:08:43.904 INFO O| Dec 21 03:08:43.904 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4374 | 2024-12-21T03:08:44.828Z | [ host-image] Dec 21 03:08:44.164 INFO O| Dec 21 03:08:44.164 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4375 | 2024-12-21T03:08:44.875Z | [ recovery-image] Dec 21 03:08:44.212 INFO O| Dec 21 03:08:44.211 INFO STEP 11 (remove_files) COMPLETE |
4376 | 2024-12-21T03:08:44.875Z | [ recovery-image] Dec 21 03:08:44.212 INFO O| Dec 21 03:08:44.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-12-21T03:08:44.895Z | [ host-image] Dec 21 03:08:44.231 INFO O| Dec 21 03:08:44.231 INFO O| Planning: Package planning ... Done |
4378 | 2024-12-21T03:08:44.901Z | [ host-image] Dec 21 03:08:44.238 INFO O| Dec 21 03:08:44.238 INFO O| Planning: Merging actions ... Done |
4379 | 2024-12-21T03:08:44.914Z | [ recovery-image] Dec 21 03:08:44.250 INFO O| Dec 21 03:08:44.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4380 | 2024-12-21T03:08:44.961Z | [ recovery-image] Dec 21 03:08:44.298 INFO O| Dec 21 03:08:44.298 INFO STEP 12 (remove_files) COMPLETE |
4381 | 2024-12-21T03:08:44.961Z | [ recovery-image] Dec 21 03:08:44.298 INFO O| Dec 21 03:08:44.298 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-21T03:08:44.981Z | [ recovery-image] Dec 21 03:08:44.318 INFO O| Dec 21 03:08:44.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4383 | 2024-12-21T03:08:45.007Z | [ recovery-image] Dec 21 03:08:44.344 INFO O| Dec 21 03:08:44.344 INFO STEP 13 (remove_files) COMPLETE |
4384 | 2024-12-21T03:08:45.007Z | [ recovery-image] Dec 21 03:08:44.344 INFO O| Dec 21 03:08:44.344 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-21T03:08:45.058Z | [ recovery-image] Dec 21 03:08:44.394 INFO O| Dec 21 03:08:44.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4386 | 2024-12-21T03:08:45.071Z | [ host-image] Dec 21 03:08:44.407 INFO O| Dec 21 03:08:44.407 INFO O| Planning: Checking for conflicting actions ... Done |
4387 | 2024-12-21T03:08:45.073Z | [ host-image] Dec 21 03:08:44.410 INFO O| Dec 21 03:08:44.409 INFO O| Planning: Consolidating action changes ... Done |
4388 | 2024-12-21T03:08:45.082Z | [ recovery-image] Dec 21 03:08:44.419 INFO O| Dec 21 03:08:44.419 INFO STEP 14 (remove_files) COMPLETE |
4389 | 2024-12-21T03:08:45.085Z | [ recovery-image] Dec 21 03:08:44.419 INFO O| Dec 21 03:08:44.419 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-21T03:08:45.104Z | [ recovery-image] Dec 21 03:08:44.440 INFO O| Dec 21 03:08:44.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4391 | 2024-12-21T03:08:45.148Z | [ recovery-image] Dec 21 03:08:44.484 INFO O| Dec 21 03:08:44.484 INFO STEP 15 (remove_files) COMPLETE |
4392 | 2024-12-21T03:08:45.148Z | [ recovery-image] Dec 21 03:08:44.485 INFO O| Dec 21 03:08:44.484 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-21T03:08:45.180Z | [ recovery-image] Dec 21 03:08:44.516 INFO O| Dec 21 03:08:44.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4394 | 2024-12-21T03:08:45.305Z | [ recovery-image] Dec 21 03:08:44.641 INFO O| Dec 21 03:08:44.641 INFO STEP 16 (remove_files) COMPLETE |
4395 | 2024-12-21T03:08:45.305Z | [ recovery-image] Dec 21 03:08:44.641 INFO O| Dec 21 03:08:44.641 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-21T03:08:45.325Z | [ recovery-image] Dec 21 03:08:44.661 INFO O| Dec 21 03:08:44.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4397 | 2024-12-21T03:08:45.328Z | [ recovery-image] Dec 21 03:08:44.662 INFO O| Dec 21 03:08:44.662 INFO STEP 17 (remove_files) COMPLETE |
4398 | 2024-12-21T03:08:45.328Z | [ recovery-image] Dec 21 03:08:44.662 INFO O| Dec 21 03:08:44.662 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-21T03:08:45.359Z | [ recovery-image] Dec 21 03:08:44.695 INFO O| Dec 21 03:08:44.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4400 | 2024-12-21T03:08:45.383Z | [ recovery-image] Dec 21 03:08:44.719 INFO O| Dec 21 03:08:44.719 INFO STEP 18 (remove_files) COMPLETE |
4401 | 2024-12-21T03:08:45.383Z | [ recovery-image] Dec 21 03:08:44.719 INFO O| Dec 21 03:08:44.719 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-21T03:08:45.424Z | [ recovery-image] Dec 21 03:08:44.761 INFO O| Dec 21 03:08:44.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4403 | 2024-12-21T03:08:45.494Z | [ host-image] Dec 21 03:08:44.831 INFO O| Dec 21 03:08:44.831 INFO O| Planning: Evaluating mediators ... Done |
4404 | 2024-12-21T03:08:45.498Z | [ host-image] Dec 21 03:08:44.833 INFO O| Dec 21 03:08:44.833 INFO O| Planning: Planning completed in 6.60 seconds |
4405 | 2024-12-21T03:08:45.500Z | [ host-image] Dec 21 03:08:44.836 INFO O| Dec 21 03:08:44.835 INFO O| Packages to install: 5 |
4406 | 2024-12-21T03:08:45.500Z | [ host-image] Dec 21 03:08:44.836 INFO O| Dec 21 03:08:44.835 INFO O| Services to change: 2 |
4407 | 2024-12-21T03:08:45.518Z | [ host-image] Dec 21 03:08:44.854 INFO O| Dec 21 03:08:44.854 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4408 | 2024-12-21T03:08:45.727Z | [ recovery-image] Dec 21 03:08:45.063 INFO O| Dec 21 03:08:45.063 INFO STEP 19 (remove_files) COMPLETE |
4409 | 2024-12-21T03:08:45.727Z | [ recovery-image] Dec 21 03:08:45.063 INFO O| Dec 21 03:08:45.063 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-21T03:08:45.774Z | [ recovery-image] Dec 21 03:08:45.110 INFO O| Dec 21 03:08:45.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4411 | 2024-12-21T03:08:45.783Z | [ recovery-image] Dec 21 03:08:45.120 INFO O| Dec 21 03:08:45.120 INFO STEP 20 (remove_files) COMPLETE |
4412 | 2024-12-21T03:08:45.784Z | [ recovery-image] Dec 21 03:08:45.120 INFO O| Dec 21 03:08:45.120 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-21T03:08:45.816Z | [ recovery-image] Dec 21 03:08:45.152 INFO O| Dec 21 03:08:45.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4414 | 2024-12-21T03:08:45.818Z | [ recovery-image] Dec 21 03:08:45.153 INFO O| Dec 21 03:08:45.152 INFO STEP 21 (remove_files) COMPLETE |
4415 | 2024-12-21T03:08:45.818Z | [ recovery-image] Dec 21 03:08:45.153 INFO O| Dec 21 03:08:45.152 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-21T03:08:45.851Z | [ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4417 | 2024-12-21T03:08:45.853Z | [ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO STEP 22 (remove_files) COMPLETE |
4418 | 2024-12-21T03:08:45.853Z | [ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-21T03:08:45.889Z | [ recovery-image] Dec 21 03:08:45.225 INFO O| Dec 21 03:08:45.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4420 | 2024-12-21T03:08:45.913Z | [ recovery-image] Dec 21 03:08:45.249 INFO O| Dec 21 03:08:45.249 INFO STEP 23 (remove_files) COMPLETE |
4421 | 2024-12-21T03:08:45.913Z | [ recovery-image] Dec 21 03:08:45.249 INFO O| Dec 21 03:08:45.249 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-21T03:08:45.970Z | [ recovery-image] Dec 21 03:08:45.306 INFO O| Dec 21 03:08:45.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4423 | 2024-12-21T03:08:45.994Z | [ recovery-image] Dec 21 03:08:45.330 INFO O| Dec 21 03:08:45.330 INFO STEP 24 (remove_files) COMPLETE |
4424 | 2024-12-21T03:08:45.994Z | [ recovery-image] Dec 21 03:08:45.330 INFO O| Dec 21 03:08:45.330 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-21T03:08:46.050Z | [ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4426 | 2024-12-21T03:08:46.050Z | [ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO STEP 25 (remove_files) COMPLETE |
4427 | 2024-12-21T03:08:46.050Z | [ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-21T03:08:46.070Z | [ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4429 | 2024-12-21T03:08:46.070Z | [ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO STEP 26 (remove_files) COMPLETE |
4430 | 2024-12-21T03:08:46.070Z | [ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-21T03:08:46.088Z | [ recovery-image] Dec 21 03:08:45.424 INFO O| Dec 21 03:08:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4432 | 2024-12-21T03:08:46.091Z | [ recovery-image] Dec 21 03:08:45.425 INFO O| Dec 21 03:08:45.424 INFO STEP 27 (remove_files) COMPLETE |
4433 | 2024-12-21T03:08:46.091Z | [ recovery-image] Dec 21 03:08:45.425 INFO O| Dec 21 03:08:45.425 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-12-21T03:08:46.106Z | [ recovery-image] Dec 21 03:08:45.442 INFO O| Dec 21 03:08:45.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4435 | 2024-12-21T03:08:46.134Z | [ recovery-image] Dec 21 03:08:45.470 INFO O| Dec 21 03:08:45.470 INFO STEP 28 (remove_files) COMPLETE |
4436 | 2024-12-21T03:08:46.134Z | [ recovery-image] Dec 21 03:08:45.470 INFO O| Dec 21 03:08:45.470 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-12-21T03:08:46.200Z | [ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4438 | 2024-12-21T03:08:46.200Z | [ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO STEP 29 (remove_files) COMPLETE |
4439 | 2024-12-21T03:08:46.200Z | [ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-21T03:08:46.235Z | [ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4441 | 2024-12-21T03:08:46.239Z | [ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO STEP 30 (remove_files) COMPLETE |
4442 | 2024-12-21T03:08:46.239Z | [ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-12-21T03:08:46.291Z | [ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4444 | 2024-12-21T03:08:46.291Z | [ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO STEP 31 (remove_files) COMPLETE |
4445 | 2024-12-21T03:08:46.291Z | [ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-12-21T03:08:46.308Z | [ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4447 | 2024-12-21T03:08:46.308Z | [ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.643 INFO STEP 32 (remove_files) COMPLETE |
4448 | 2024-12-21T03:08:46.308Z | [ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-12-21T03:08:46.324Z | [ recovery-image] Dec 21 03:08:45.660 INFO O| Dec 21 03:08:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4450 | 2024-12-21T03:08:46.332Z | [ recovery-image] Dec 21 03:08:45.668 INFO O| Dec 21 03:08:45.668 INFO STEP 33 (remove_files) COMPLETE |
4451 | 2024-12-21T03:08:46.332Z | [ recovery-image] Dec 21 03:08:45.668 INFO O| Dec 21 03:08:45.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-12-21T03:08:46.389Z | [ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4453 | 2024-12-21T03:08:46.390Z | [ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.726 INFO STEP 34 (remove_files) COMPLETE |
4454 | 2024-12-21T03:08:46.390Z | [ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.726 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-12-21T03:08:46.411Z | [ recovery-image] Dec 21 03:08:45.747 INFO O| Dec 21 03:08:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4456 | 2024-12-21T03:08:46.418Z | [ recovery-image] Dec 21 03:08:45.754 INFO O| Dec 21 03:08:45.754 INFO STEP 35 (remove_files) COMPLETE |
4457 | 2024-12-21T03:08:46.418Z | [ recovery-image] Dec 21 03:08:45.754 INFO O| Dec 21 03:08:45.754 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-12-21T03:08:46.438Z | [ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4459 | 2024-12-21T03:08:46.438Z | [ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO STEP 36 (remove_files) COMPLETE |
4460 | 2024-12-21T03:08:46.439Z | [ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-12-21T03:08:46.456Z | [ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4462 | 2024-12-21T03:08:46.456Z | [ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO STEP 37 (remove_files) COMPLETE |
4463 | 2024-12-21T03:08:46.456Z | [ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-12-21T03:08:46.473Z | [ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4465 | 2024-12-21T03:08:46.476Z | [ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO STEP 38 (remove_files) COMPLETE |
4466 | 2024-12-21T03:08:46.476Z | [ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-12-21T03:08:46.491Z | [ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4468 | 2024-12-21T03:08:46.491Z | [ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO STEP 39 (remove_files) COMPLETE |
4469 | 2024-12-21T03:08:46.494Z | [ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-12-21T03:08:46.510Z | [ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4471 | 2024-12-21T03:08:46.510Z | [ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO STEP 40 (remove_files) COMPLETE |
4472 | 2024-12-21T03:08:46.513Z | [ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-12-21T03:08:46.530Z | [ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4474 | 2024-12-21T03:08:46.530Z | [ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO STEP 41 (remove_files) COMPLETE |
4475 | 2024-12-21T03:08:46.530Z | [ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-12-21T03:08:46.557Z | [ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4477 | 2024-12-21T03:08:46.557Z | [ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO STEP 42 (remove_files) COMPLETE |
4478 | 2024-12-21T03:08:46.560Z | [ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-12-21T03:08:46.576Z | [ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4480 | 2024-12-21T03:08:46.579Z | [ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO STEP 43 (remove_files) COMPLETE |
4481 | 2024-12-21T03:08:46.579Z | [ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-12-21T03:08:46.595Z | [ recovery-image] Dec 21 03:08:45.930 INFO O| Dec 21 03:08:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4483 | 2024-12-21T03:08:46.598Z | [ recovery-image] Dec 21 03:08:45.931 INFO O| Dec 21 03:08:45.931 INFO STEP 44 (remove_files) COMPLETE |
4484 | 2024-12-21T03:08:46.598Z | [ recovery-image] Dec 21 03:08:45.932 INFO O| Dec 21 03:08:45.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-12-21T03:08:46.639Z | [ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4486 | 2024-12-21T03:08:46.643Z | [ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO STEP 45 (remove_files) COMPLETE |
4487 | 2024-12-21T03:08:46.643Z | [ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-12-21T03:08:46.665Z | [ host-image] Dec 21 03:08:46.001 INFO O| Dec 21 03:08:46.001 INFO O| Download: Completed 1.45 MB in 1.15 seconds (1.3M/s) |
4489 | 2024-12-21T03:08:46.694Z | [ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4490 | 2024-12-21T03:08:46.697Z | [ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO STEP 46 (remove_files) COMPLETE |
4491 | 2024-12-21T03:08:46.697Z | [ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-21T03:08:46.733Z | [ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4493 | 2024-12-21T03:08:46.733Z | [ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO STEP 47 (remove_files) COMPLETE |
4494 | 2024-12-21T03:08:46.733Z | [ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-21T03:08:46.796Z | [ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4496 | 2024-12-21T03:08:46.796Z | [ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO STEP 48 (remove_files) COMPLETE |
4497 | 2024-12-21T03:08:46.800Z | [ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-21T03:08:46.803Z | [ host-image] Dec 21 03:08:46.139 INFO O| Dec 21 03:08:46.139 INFO O| Actions: 1/305 actions (Installing new actions) |
4499 | 2024-12-21T03:08:46.815Z | [ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4500 | 2024-12-21T03:08:46.815Z | [ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO STEP 49 (remove_files) COMPLETE |
4501 | 2024-12-21T03:08:46.815Z | [ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-21T03:08:46.843Z | [ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4503 | 2024-12-21T03:08:46.843Z | [ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO STEP 50 (remove_files) COMPLETE |
4504 | 2024-12-21T03:08:46.843Z | [ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-21T03:08:46.898Z | [ recovery-image] Dec 21 03:08:46.228 INFO O| Dec 21 03:08:46.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4506 | 2024-12-21T03:08:46.900Z | [ recovery-image] Dec 21 03:08:46.229 INFO O| Dec 21 03:08:46.229 INFO STEP 51 (remove_files) COMPLETE |
4507 | 2024-12-21T03:08:46.900Z | [ recovery-image] Dec 21 03:08:46.229 INFO O| Dec 21 03:08:46.229 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-21T03:08:46.911Z | [ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4509 | 2024-12-21T03:08:46.914Z | [ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO STEP 52 (remove_files) COMPLETE |
4510 | 2024-12-21T03:08:46.914Z | [ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-21T03:08:46.928Z | [ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4512 | 2024-12-21T03:08:46.930Z | [ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO STEP 53 (remove_files) COMPLETE |
4513 | 2024-12-21T03:08:46.931Z | [ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-21T03:08:46.946Z | [ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4515 | 2024-12-21T03:08:46.949Z | [ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO STEP 54 (remove_files) COMPLETE |
4516 | 2024-12-21T03:08:46.949Z | [ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-21T03:08:46.964Z | [ recovery-image] Dec 21 03:08:46.300 INFO O| Dec 21 03:08:46.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4518 | 2024-12-21T03:08:46.971Z | [ recovery-image] Dec 21 03:08:46.308 INFO O| Dec 21 03:08:46.308 INFO STEP 55 (remove_files) COMPLETE |
4519 | 2024-12-21T03:08:46.974Z | [ recovery-image] Dec 21 03:08:46.308 INFO O| Dec 21 03:08:46.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-21T03:08:46.991Z | [ recovery-image] Dec 21 03:08:46.326 INFO O| Dec 21 03:08:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4521 | 2024-12-21T03:08:46.996Z | [ recovery-image] Dec 21 03:08:46.327 INFO O| Dec 21 03:08:46.327 INFO STEP 56 (remove_files) COMPLETE |
4522 | 2024-12-21T03:08:46.996Z | [ recovery-image] Dec 21 03:08:46.327 INFO O| Dec 21 03:08:46.327 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-21T03:08:47.026Z | [ host-image] Dec 21 03:08:46.362 INFO O| Dec 21 03:08:46.362 INFO O| Actions: Completed 305 actions in 0.22 seconds. |
4524 | 2024-12-21T03:08:47.032Z | [ recovery-image] Dec 21 03:08:46.368 INFO O| Dec 21 03:08:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4525 | 2024-12-21T03:08:47.054Z | [ recovery-image] Dec 21 03:08:46.390 INFO O| Dec 21 03:08:46.390 INFO STEP 57 (remove_files) COMPLETE |
4526 | 2024-12-21T03:08:47.054Z | [ recovery-image] Dec 21 03:08:46.390 INFO O| Dec 21 03:08:46.390 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-12-21T03:08:47.090Z | [ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4528 | 2024-12-21T03:08:47.093Z | [ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.426 INFO STEP 58 (remove_files) COMPLETE |
4529 | 2024-12-21T03:08:47.093Z | [ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.426 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-12-21T03:08:47.131Z | [ recovery-image] Dec 21 03:08:46.465 INFO O| Dec 21 03:08:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4531 | 2024-12-21T03:08:47.134Z | [ recovery-image] Dec 21 03:08:46.466 INFO O| Dec 21 03:08:46.466 INFO STEP 59 (remove_files) COMPLETE |
4532 | 2024-12-21T03:08:47.134Z | [ recovery-image] Dec 21 03:08:46.466 INFO O| Dec 21 03:08:46.466 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-12-21T03:08:47.156Z | [ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4534 | 2024-12-21T03:08:47.157Z | [ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO STEP 60 (remove_files) COMPLETE |
4535 | 2024-12-21T03:08:47.161Z | [ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-12-21T03:08:47.176Z | [ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4537 | 2024-12-21T03:08:47.178Z | [ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO STEP 61 (remove_files) COMPLETE |
4538 | 2024-12-21T03:08:47.178Z | [ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-12-21T03:08:47.196Z | [ recovery-image] Dec 21 03:08:46.532 INFO O| Dec 21 03:08:46.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4540 | 2024-12-21T03:08:47.218Z | [ recovery-image] Dec 21 03:08:46.553 INFO O| Dec 21 03:08:46.553 INFO STEP 62 (remove_files) COMPLETE |
4541 | 2024-12-21T03:08:47.218Z | [ recovery-image] Dec 21 03:08:46.553 INFO O| Dec 21 03:08:46.553 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-12-21T03:08:47.266Z | [ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4543 | 2024-12-21T03:08:47.266Z | [ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO STEP 63 (remove_files) COMPLETE |
4544 | 2024-12-21T03:08:47.267Z | [ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-12-21T03:08:47.288Z | [ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4546 | 2024-12-21T03:08:47.288Z | [ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO STEP 64 (remove_files) COMPLETE |
4547 | 2024-12-21T03:08:47.288Z | [ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-12-21T03:08:47.321Z | [ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4549 | 2024-12-21T03:08:47.321Z | [ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.657 INFO STEP 65 (remove_files) COMPLETE |
4550 | 2024-12-21T03:08:47.323Z | [ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.657 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-12-21T03:08:47.341Z | [ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4552 | 2024-12-21T03:08:47.341Z | [ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.677 INFO STEP 66 (remove_files) COMPLETE |
4553 | 2024-12-21T03:08:47.343Z | [ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.677 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-12-21T03:08:47.361Z | [ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4555 | 2024-12-21T03:08:47.361Z | [ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.697 INFO STEP 67 (remove_files) COMPLETE |
4556 | 2024-12-21T03:08:47.363Z | [ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.697 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-12-21T03:08:47.383Z | [ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4558 | 2024-12-21T03:08:47.383Z | [ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO STEP 68 (remove_files) COMPLETE |
4559 | 2024-12-21T03:08:47.386Z | [ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-12-21T03:08:47.406Z | [ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4561 | 2024-12-21T03:08:47.406Z | [ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO STEP 69 (remove_files) COMPLETE |
4562 | 2024-12-21T03:08:47.410Z | [ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-12-21T03:08:47.470Z | [ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4564 | 2024-12-21T03:08:47.470Z | [ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO STEP 70 (remove_files) COMPLETE |
4565 | 2024-12-21T03:08:47.474Z | [ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-12-21T03:08:47.506Z | [ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4567 | 2024-12-21T03:08:47.506Z | [ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO STEP 71 (remove_files) COMPLETE |
4568 | 2024-12-21T03:08:47.506Z | [ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-12-21T03:08:47.521Z | [ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4570 | 2024-12-21T03:08:47.521Z | [ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO STEP 72 (remove_files) COMPLETE |
4571 | 2024-12-21T03:08:47.521Z | [ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-12-21T03:08:47.581Z | [ recovery-image] Dec 21 03:08:46.917 INFO O| Dec 21 03:08:46.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4573 | 2024-12-21T03:08:47.585Z | [ recovery-image] Dec 21 03:08:46.918 INFO O| Dec 21 03:08:46.917 INFO STEP 73 (remove_files) COMPLETE |
4574 | 2024-12-21T03:08:47.585Z | [ recovery-image] Dec 21 03:08:46.918 INFO O| Dec 21 03:08:46.918 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-12-21T03:08:47.647Z | [ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4576 | 2024-12-21T03:08:47.647Z | [ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO STEP 74 (remove_files) COMPLETE |
4577 | 2024-12-21T03:08:47.650Z | [ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-12-21T03:08:47.667Z | [ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4579 | 2024-12-21T03:08:47.667Z | [ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.003 INFO STEP 75 (remove_files) COMPLETE |
4580 | 2024-12-21T03:08:47.667Z | [ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.003 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-12-21T03:08:47.684Z | [ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4582 | 2024-12-21T03:08:47.684Z | [ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO STEP 76 (remove_files) COMPLETE |
4583 | 2024-12-21T03:08:47.687Z | [ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-21T03:08:47.717Z | [ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4585 | 2024-12-21T03:08:47.717Z | [ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO STEP 77 (remove_files) COMPLETE |
4586 | 2024-12-21T03:08:47.717Z | [ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-21T03:08:47.730Z | [ host-image] Dec 21 03:08:47.065 INFO O| Dec 21 03:08:47.065 INFO O| Done |
4588 | 2024-12-21T03:08:47.730Z | [ host-image] Dec 21 03:08:47.065 INFO O| Dec 21 03:08:47.065 INFO O| Done |
4589 | 2024-12-21T03:08:47.758Z | [ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4590 | 2024-12-21T03:08:47.758Z | [ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO STEP 78 (remove_files) COMPLETE |
4591 | 2024-12-21T03:08:47.759Z | [ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-21T03:08:47.797Z | [ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4593 | 2024-12-21T03:08:47.798Z | [ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO STEP 79 (remove_files) COMPLETE |
4594 | 2024-12-21T03:08:47.798Z | [ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-21T03:08:47.817Z | [ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4596 | 2024-12-21T03:08:47.817Z | [ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO STEP 80 (remove_files) COMPLETE |
4597 | 2024-12-21T03:08:47.817Z | [ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-21T03:08:47.839Z | [ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4599 | 2024-12-21T03:08:47.839Z | [ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO STEP 81 (remove_files) COMPLETE |
4600 | 2024-12-21T03:08:47.843Z | [ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-21T03:08:47.860Z | [ recovery-image] Dec 21 03:08:47.195 INFO O| Dec 21 03:08:47.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4602 | 2024-12-21T03:08:47.860Z | [ recovery-image] Dec 21 03:08:47.196 INFO O| Dec 21 03:08:47.196 INFO STEP 82 (remove_files) COMPLETE |
4603 | 2024-12-21T03:08:47.863Z | [ recovery-image] Dec 21 03:08:47.196 INFO O| Dec 21 03:08:47.196 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-21T03:08:47.879Z | [ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4605 | 2024-12-21T03:08:47.879Z | [ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO STEP 83 (remove_files) COMPLETE |
4606 | 2024-12-21T03:08:47.879Z | [ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-21T03:08:47.897Z | [ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4608 | 2024-12-21T03:08:47.900Z | [ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.233 INFO STEP 84 (remove_files) COMPLETE |
4609 | 2024-12-21T03:08:47.900Z | [ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.233 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-21T03:08:47.919Z | [ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4611 | 2024-12-21T03:08:47.919Z | [ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO STEP 85 (remove_files) COMPLETE |
4612 | 2024-12-21T03:08:47.919Z | [ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-21T03:08:47.937Z | [ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4614 | 2024-12-21T03:08:47.937Z | [ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO STEP 86 (remove_files) COMPLETE |
4615 | 2024-12-21T03:08:47.937Z | [ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-21T03:08:47.953Z | [ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4617 | 2024-12-21T03:08:47.953Z | [ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO STEP 87 (remove_files) COMPLETE |
4618 | 2024-12-21T03:08:47.956Z | [ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-21T03:08:47.970Z | [ recovery-image] Dec 21 03:08:47.305 INFO O| Dec 21 03:08:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4620 | 2024-12-21T03:08:47.970Z | [ recovery-image] Dec 21 03:08:47.306 INFO O| Dec 21 03:08:47.306 INFO STEP 88 (remove_files) COMPLETE |
4621 | 2024-12-21T03:08:47.970Z | [ recovery-image] Dec 21 03:08:47.306 INFO O| Dec 21 03:08:47.306 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-21T03:08:47.988Z | [ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4623 | 2024-12-21T03:08:47.988Z | [ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO STEP 89 (remove_files) COMPLETE |
4624 | 2024-12-21T03:08:47.988Z | [ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-21T03:08:48.017Z | [ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4626 | 2024-12-21T03:08:48.017Z | [ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO STEP 90 (remove_files) COMPLETE |
4627 | 2024-12-21T03:08:48.020Z | [ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-21T03:08:48.033Z | [ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4629 | 2024-12-21T03:08:48.033Z | [ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO STEP 91 (remove_files) COMPLETE |
4630 | 2024-12-21T03:08:48.036Z | [ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-21T03:08:48.070Z | [ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4632 | 2024-12-21T03:08:48.070Z | [ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO STEP 92 (remove_files) COMPLETE |
4633 | 2024-12-21T03:08:48.070Z | [ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-21T03:08:48.139Z | [ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4635 | 2024-12-21T03:08:48.143Z | [ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO STEP 93 (remove_files) COMPLETE |
4636 | 2024-12-21T03:08:48.143Z | [ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-21T03:08:48.160Z | [ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4638 | 2024-12-21T03:08:48.163Z | [ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.496 INFO STEP 94 (remove_files) COMPLETE |
4639 | 2024-12-21T03:08:48.163Z | [ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.496 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-21T03:08:48.180Z | [ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4641 | 2024-12-21T03:08:48.183Z | [ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.516 INFO STEP 95 (remove_files) COMPLETE |
4642 | 2024-12-21T03:08:48.183Z | [ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.516 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-21T03:08:48.214Z | [ recovery-image] Dec 21 03:08:47.550 INFO O| Dec 21 03:08:47.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4644 | 2024-12-21T03:08:48.217Z | [ recovery-image] Dec 21 03:08:47.550 INFO O| Dec 21 03:08:47.550 INFO STEP 96 (remove_files) COMPLETE |
4645 | 2024-12-21T03:08:48.217Z | [ recovery-image] Dec 21 03:08:47.551 INFO O| Dec 21 03:08:47.550 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-21T03:08:48.234Z | [ recovery-image] Dec 21 03:08:47.569 INFO O| Dec 21 03:08:47.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4647 | 2024-12-21T03:08:48.234Z | [ recovery-image] Dec 21 03:08:47.569 INFO O| Dec 21 03:08:47.569 INFO STEP 97 (remove_files) COMPLETE |
4648 | 2024-12-21T03:08:48.234Z | [ recovery-image] Dec 21 03:08:47.570 INFO O| Dec 21 03:08:47.569 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-21T03:08:48.252Z | [ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4650 | 2024-12-21T03:08:48.252Z | [ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.588 INFO STEP 98 (remove_files) COMPLETE |
4651 | 2024-12-21T03:08:48.252Z | [ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.588 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-21T03:08:48.273Z | [ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4653 | 2024-12-21T03:08:48.273Z | [ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO STEP 99 (remove_files) COMPLETE |
4654 | 2024-12-21T03:08:48.273Z | [ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-21T03:08:48.310Z | [ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4656 | 2024-12-21T03:08:48.313Z | [ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO STEP 100 (remove_files) COMPLETE |
4657 | 2024-12-21T03:08:48.313Z | [ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-21T03:08:48.333Z | [ recovery-image] Dec 21 03:08:47.668 INFO O| Dec 21 03:08:47.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4659 | 2024-12-21T03:08:48.336Z | [ recovery-image] Dec 21 03:08:47.668 INFO O| Dec 21 03:08:47.668 INFO STEP 101 (remove_files) COMPLETE |
4660 | 2024-12-21T03:08:48.336Z | [ recovery-image] Dec 21 03:08:47.669 INFO O| Dec 21 03:08:47.668 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-21T03:08:48.354Z | [ recovery-image] Dec 21 03:08:47.689 INFO O| Dec 21 03:08:47.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4662 | 2024-12-21T03:08:48.377Z | [ recovery-image] Dec 21 03:08:47.713 INFO O| Dec 21 03:08:47.713 INFO STEP 102 (remove_files) COMPLETE |
4663 | 2024-12-21T03:08:48.377Z | [ recovery-image] Dec 21 03:08:47.713 INFO O| Dec 21 03:08:47.713 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-21T03:08:48.399Z | [ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4665 | 2024-12-21T03:08:48.402Z | [ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO STEP 103 (remove_files) COMPLETE |
4666 | 2024-12-21T03:08:48.402Z | [ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-21T03:08:48.419Z | [ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4668 | 2024-12-21T03:08:48.422Z | [ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO STEP 104 (remove_files) COMPLETE |
4669 | 2024-12-21T03:08:48.422Z | [ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-21T03:08:48.441Z | [ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4671 | 2024-12-21T03:08:48.441Z | [ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO STEP 105 (remove_files) COMPLETE |
4672 | 2024-12-21T03:08:48.441Z | [ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-21T03:08:48.460Z | [ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4674 | 2024-12-21T03:08:48.460Z | [ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO STEP 106 (remove_files) COMPLETE |
4675 | 2024-12-21T03:08:48.462Z | [ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-21T03:08:48.480Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4677 | 2024-12-21T03:08:48.480Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 107 (remove_files) COMPLETE |
4678 | 2024-12-21T03:08:48.480Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-21T03:08:48.500Z | [ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4680 | 2024-12-21T03:08:48.500Z | [ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.836 INFO STEP 108 (remove_files) COMPLETE |
4681 | 2024-12-21T03:08:48.500Z | [ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.836 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-21T03:08:48.530Z | [ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4683 | 2024-12-21T03:08:48.530Z | [ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO STEP 109 (remove_files) COMPLETE |
4684 | 2024-12-21T03:08:48.533Z | [ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-21T03:08:48.582Z | [ recovery-image] Dec 21 03:08:47.918 INFO O| Dec 21 03:08:47.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4686 | 2024-12-21T03:08:48.583Z | [ recovery-image] Dec 21 03:08:47.918 INFO O| Dec 21 03:08:47.918 INFO STEP 110 (remove_files) COMPLETE |
4687 | 2024-12-21T03:08:48.583Z | [ recovery-image] Dec 21 03:08:47.919 INFO O| Dec 21 03:08:47.918 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-21T03:08:48.602Z | [ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4689 | 2024-12-21T03:08:48.602Z | [ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO STEP 111 (remove_files) COMPLETE |
4690 | 2024-12-21T03:08:48.605Z | [ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-21T03:08:48.621Z | [ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4692 | 2024-12-21T03:08:48.621Z | [ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO STEP 112 (remove_files) COMPLETE |
4693 | 2024-12-21T03:08:48.621Z | [ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-21T03:08:48.659Z | [ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4695 | 2024-12-21T03:08:48.662Z | [ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO STEP 113 (remove_files) COMPLETE |
4696 | 2024-12-21T03:08:48.662Z | [ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-21T03:08:48.706Z | [ recovery-image] Dec 21 03:08:48.041 INFO O| Dec 21 03:08:48.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4698 | 2024-12-21T03:08:48.706Z | [ recovery-image] Dec 21 03:08:48.041 INFO O| Dec 21 03:08:48.041 INFO STEP 114 (remove_files) COMPLETE |
4699 | 2024-12-21T03:08:48.706Z | [ recovery-image] Dec 21 03:08:48.042 INFO O| Dec 21 03:08:48.041 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-21T03:08:48.746Z | [ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4701 | 2024-12-21T03:08:48.746Z | [ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO STEP 115 (remove_files) COMPLETE |
4702 | 2024-12-21T03:08:48.746Z | [ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-21T03:08:48.764Z | [ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4704 | 2024-12-21T03:08:48.764Z | [ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.100 INFO STEP 116 (remove_files) COMPLETE |
4705 | 2024-12-21T03:08:48.764Z | [ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.100 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-21T03:08:48.809Z | [ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4707 | 2024-12-21T03:08:48.810Z | [ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO STEP 117 (remove_files) COMPLETE |
4708 | 2024-12-21T03:08:48.810Z | [ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-21T03:08:48.830Z | [ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4710 | 2024-12-21T03:08:48.830Z | [ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO STEP 118 (remove_files) COMPLETE |
4711 | 2024-12-21T03:08:48.830Z | [ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-21T03:08:48.862Z | [ recovery-image] Dec 21 03:08:48.192 INFO O| Dec 21 03:08:48.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4713 | 2024-12-21T03:08:48.876Z | [ recovery-image] Dec 21 03:08:48.212 INFO O| Dec 21 03:08:48.212 INFO STEP 119 (remove_files) COMPLETE |
4714 | 2024-12-21T03:08:48.876Z | [ recovery-image] Dec 21 03:08:48.212 INFO O| Dec 21 03:08:48.212 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-21T03:08:48.914Z | [ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4716 | 2024-12-21T03:08:48.914Z | [ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO STEP 120 (remove_files) COMPLETE |
4717 | 2024-12-21T03:08:48.914Z | [ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-21T03:08:48.957Z | [ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4719 | 2024-12-21T03:08:48.962Z | [ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO STEP 121 (remove_files) COMPLETE |
4720 | 2024-12-21T03:08:48.962Z | [ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-21T03:08:48.989Z | [ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4722 | 2024-12-21T03:08:48.989Z | [ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO STEP 122 (remove_files) COMPLETE |
4723 | 2024-12-21T03:08:48.990Z | [ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-21T03:08:49.063Z | [ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4725 | 2024-12-21T03:08:49.064Z | [ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO STEP 123 (remove_files) COMPLETE |
4726 | 2024-12-21T03:08:49.064Z | [ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-21T03:08:49.081Z | [ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4728 | 2024-12-21T03:08:49.082Z | [ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO STEP 124 (remove_files) COMPLETE |
4729 | 2024-12-21T03:08:49.084Z | [ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-21T03:08:49.099Z | [ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4731 | 2024-12-21T03:08:49.099Z | [ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO STEP 125 (remove_files) COMPLETE |
4732 | 2024-12-21T03:08:49.099Z | [ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-21T03:08:49.117Z | [ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4734 | 2024-12-21T03:08:49.117Z | [ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO STEP 126 (remove_files) COMPLETE |
4735 | 2024-12-21T03:08:49.117Z | [ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-21T03:08:49.135Z | [ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4737 | 2024-12-21T03:08:49.135Z | [ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO STEP 127 (remove_files) COMPLETE |
4738 | 2024-12-21T03:08:49.135Z | [ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-21T03:08:49.165Z | [ host-image] Dec 21 03:08:48.498 INFO O| Dec 21 03:08:48.498 INFO O| Done |
4740 | 2024-12-21T03:08:49.185Z | [ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4741 | 2024-12-21T03:08:49.188Z | [ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.520 INFO STEP 128 (remove_files) COMPLETE |
4742 | 2024-12-21T03:08:49.188Z | [ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.520 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-21T03:08:49.216Z | [ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4744 | 2024-12-21T03:08:49.217Z | [ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO STEP 129 (remove_files) COMPLETE |
4745 | 2024-12-21T03:08:49.219Z | [ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-21T03:08:49.237Z | [ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4747 | 2024-12-21T03:08:49.237Z | [ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.573 INFO STEP 130 (remove_files) COMPLETE |
4748 | 2024-12-21T03:08:49.240Z | [ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.573 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-21T03:08:49.256Z | [ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4750 | 2024-12-21T03:08:49.256Z | [ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO STEP 131 (remove_files) COMPLETE |
4751 | 2024-12-21T03:08:49.263Z | [ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-21T03:08:49.275Z | [ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4753 | 2024-12-21T03:08:49.275Z | [ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO STEP 132 (remove_files) COMPLETE |
4754 | 2024-12-21T03:08:49.275Z | [ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-21T03:08:49.294Z | [ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4756 | 2024-12-21T03:08:49.294Z | [ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO STEP 133 (remove_files) COMPLETE |
4757 | 2024-12-21T03:08:49.294Z | [ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-21T03:08:49.328Z | [ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4759 | 2024-12-21T03:08:49.328Z | [ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO STEP 134 (remove_files) COMPLETE |
4760 | 2024-12-21T03:08:49.328Z | [ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-21T03:08:49.368Z | [ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4762 | 2024-12-21T03:08:49.368Z | [ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO STEP 135 (remove_files) COMPLETE |
4763 | 2024-12-21T03:08:49.371Z | [ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-21T03:08:49.390Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4765 | 2024-12-21T03:08:49.390Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 136 (remove_files) COMPLETE |
4766 | 2024-12-21T03:08:49.390Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-21T03:08:49.420Z | [ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4768 | 2024-12-21T03:08:49.423Z | [ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO STEP 137 (remove_files) COMPLETE |
4769 | 2024-12-21T03:08:49.423Z | [ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-21T03:08:49.435Z | [ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4771 | 2024-12-21T03:08:49.435Z | [ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO STEP 138 (remove_files) COMPLETE |
4772 | 2024-12-21T03:08:49.439Z | [ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-21T03:08:49.497Z | [ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4774 | 2024-12-21T03:08:49.497Z | [ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.832 INFO STEP 139 (remove_files) COMPLETE |
4775 | 2024-12-21T03:08:49.497Z | [ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.832 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-21T03:08:49.513Z | [ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4777 | 2024-12-21T03:08:49.513Z | [ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.849 INFO STEP 140 (remove_files) COMPLETE |
4778 | 2024-12-21T03:08:49.516Z | [ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.849 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-21T03:08:49.530Z | [ recovery-image] Dec 21 03:08:48.866 INFO O| Dec 21 03:08:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4780 | 2024-12-21T03:08:49.556Z | [ recovery-image] Dec 21 03:08:48.891 INFO O| Dec 21 03:08:48.891 INFO STEP 141 (remove_files) COMPLETE |
4781 | 2024-12-21T03:08:49.556Z | [ recovery-image] Dec 21 03:08:48.891 INFO O| Dec 21 03:08:48.891 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-21T03:08:49.583Z | [ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4783 | 2024-12-21T03:08:49.583Z | [ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO STEP 142 (remove_files) COMPLETE |
4784 | 2024-12-21T03:08:49.592Z | [ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-21T03:08:49.607Z | [ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4786 | 2024-12-21T03:08:49.607Z | [ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO STEP 143 (remove_files) COMPLETE |
4787 | 2024-12-21T03:08:49.615Z | [ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-21T03:08:49.624Z | [ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4789 | 2024-12-21T03:08:49.627Z | [ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.960 INFO STEP 144 (remove_files) COMPLETE |
4790 | 2024-12-21T03:08:49.627Z | [ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.960 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-21T03:08:49.642Z | [ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4792 | 2024-12-21T03:08:49.646Z | [ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO STEP 145 (remove_files) COMPLETE |
4793 | 2024-12-21T03:08:49.646Z | [ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-21T03:08:49.676Z | [ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4795 | 2024-12-21T03:08:49.684Z | [ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO STEP 146 (remove_files) COMPLETE |
4796 | 2024-12-21T03:08:49.684Z | [ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-21T03:08:49.688Z | [ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4798 | 2024-12-21T03:08:49.688Z | [ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO STEP 147 (remove_files) COMPLETE |
4799 | 2024-12-21T03:08:49.688Z | [ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-21T03:08:49.734Z | [ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4801 | 2024-12-21T03:08:49.734Z | [ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO STEP 148 (remove_files) COMPLETE |
4802 | 2024-12-21T03:08:49.739Z | [ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-21T03:08:49.799Z | [ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4804 | 2024-12-21T03:08:49.799Z | [ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO STEP 149 (remove_files) COMPLETE |
4805 | 2024-12-21T03:08:49.799Z | [ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-21T03:08:49.817Z | [ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4807 | 2024-12-21T03:08:49.817Z | [ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO STEP 150 (remove_files) COMPLETE |
4808 | 2024-12-21T03:08:49.821Z | [ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-21T03:08:49.860Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4810 | 2024-12-21T03:08:49.860Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 151 (remove_files) COMPLETE |
4811 | 2024-12-21T03:08:49.860Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-21T03:08:49.919Z | [ recovery-image] Dec 21 03:08:49.255 INFO O| Dec 21 03:08:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4813 | 2024-12-21T03:08:49.938Z | [ recovery-image] Dec 21 03:08:49.274 INFO O| Dec 21 03:08:49.274 INFO STEP 152 (remove_files) COMPLETE |
4814 | 2024-12-21T03:08:49.938Z | [ recovery-image] Dec 21 03:08:49.274 INFO O| Dec 21 03:08:49.274 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-21T03:08:49.968Z | [ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4816 | 2024-12-21T03:08:49.968Z | [ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO STEP 153 (remove_files) COMPLETE |
4817 | 2024-12-21T03:08:49.970Z | [ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-21T03:08:49.987Z | [ recovery-image] Dec 21 03:08:49.322 INFO O| Dec 21 03:08:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4819 | 2024-12-21T03:08:49.987Z | [ recovery-image] Dec 21 03:08:49.322 INFO O| Dec 21 03:08:49.322 INFO STEP 154 (remove_files) COMPLETE |
4820 | 2024-12-21T03:08:49.987Z | [ recovery-image] Dec 21 03:08:49.323 INFO O| Dec 21 03:08:49.322 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-21T03:08:50.006Z | [ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4822 | 2024-12-21T03:08:50.006Z | [ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO STEP 155 (remove_files) COMPLETE |
4823 | 2024-12-21T03:08:50.008Z | [ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-21T03:08:50.025Z | [ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4825 | 2024-12-21T03:08:50.025Z | [ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO STEP 156 (remove_files) COMPLETE |
4826 | 2024-12-21T03:08:50.025Z | [ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-21T03:08:50.043Z | [ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4828 | 2024-12-21T03:08:50.043Z | [ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.379 INFO STEP 157 (remove_files) COMPLETE |
4829 | 2024-12-21T03:08:50.045Z | [ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.379 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-21T03:08:50.074Z | [ recovery-image] Dec 21 03:08:49.410 INFO O| Dec 21 03:08:49.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4831 | 2024-12-21T03:08:50.088Z | [ recovery-image] Dec 21 03:08:49.423 INFO O| Dec 21 03:08:49.423 INFO STEP 158 (remove_files) COMPLETE |
4832 | 2024-12-21T03:08:50.088Z | [ recovery-image] Dec 21 03:08:49.423 INFO O| Dec 21 03:08:49.423 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-21T03:08:50.120Z | [ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4834 | 2024-12-21T03:08:50.120Z | [ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO STEP 159 (remove_files) COMPLETE |
4835 | 2024-12-21T03:08:50.121Z | [ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-21T03:08:50.185Z | [ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4837 | 2024-12-21T03:08:50.185Z | [ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO STEP 160 (remove_files) COMPLETE |
4838 | 2024-12-21T03:08:50.185Z | [ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-21T03:08:50.203Z | [ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4840 | 2024-12-21T03:08:50.203Z | [ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.537 INFO STEP 161 (remove_files) COMPLETE |
4841 | 2024-12-21T03:08:50.203Z | [ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.537 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-21T03:08:50.230Z | [ recovery-image] Dec 21 03:08:49.565 INFO O| Dec 21 03:08:49.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4843 | 2024-12-21T03:08:50.230Z | [ recovery-image] Dec 21 03:08:49.565 INFO O| Dec 21 03:08:49.565 INFO STEP 162 (remove_files) COMPLETE |
4844 | 2024-12-21T03:08:50.233Z | [ recovery-image] Dec 21 03:08:49.566 INFO O| Dec 21 03:08:49.566 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-21T03:08:50.250Z | [ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4846 | 2024-12-21T03:08:50.253Z | [ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO STEP 163 (remove_files) COMPLETE |
4847 | 2024-12-21T03:08:50.253Z | [ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-21T03:08:50.269Z | [ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4849 | 2024-12-21T03:08:50.273Z | [ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO STEP 164 (remove_files) COMPLETE |
4850 | 2024-12-21T03:08:50.273Z | [ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-21T03:08:50.289Z | [ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4852 | 2024-12-21T03:08:50.292Z | [ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.625 INFO STEP 165 (remove_files) COMPLETE |
4853 | 2024-12-21T03:08:50.292Z | [ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.625 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-21T03:08:50.321Z | [ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4855 | 2024-12-21T03:08:50.321Z | [ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO STEP 166 (remove_files) COMPLETE |
4856 | 2024-12-21T03:08:50.324Z | [ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-21T03:08:50.342Z | [ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4858 | 2024-12-21T03:08:50.343Z | [ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO STEP 167 (remove_files) COMPLETE |
4859 | 2024-12-21T03:08:50.343Z | [ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-21T03:08:50.366Z | [ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4861 | 2024-12-21T03:08:50.366Z | [ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO STEP 168 (remove_files) COMPLETE |
4862 | 2024-12-21T03:08:50.369Z | [ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-21T03:08:50.383Z | [ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4864 | 2024-12-21T03:08:50.383Z | [ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO STEP 169 (remove_files) COMPLETE |
4865 | 2024-12-21T03:08:50.383Z | [ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-21T03:08:50.413Z | [ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4867 | 2024-12-21T03:08:50.413Z | [ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO STEP 170 (remove_files) COMPLETE |
4868 | 2024-12-21T03:08:50.413Z | [ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-21T03:08:50.468Z | [ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4870 | 2024-12-21T03:08:50.468Z | [ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO STEP 171 (remove_files) COMPLETE |
4871 | 2024-12-21T03:08:50.471Z | [ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-21T03:08:50.508Z | [ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4873 | 2024-12-21T03:08:50.508Z | [ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO STEP 172 (remove_files) COMPLETE |
4874 | 2024-12-21T03:08:50.512Z | [ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-21T03:08:50.525Z | [ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4876 | 2024-12-21T03:08:50.530Z | [ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.861 INFO STEP 173 (remove_files) COMPLETE |
4877 | 2024-12-21T03:08:50.530Z | [ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.861 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-21T03:08:50.559Z | [ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4879 | 2024-12-21T03:08:50.559Z | [ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO STEP 174 (remove_files) COMPLETE |
4880 | 2024-12-21T03:08:50.559Z | [ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-21T03:08:50.580Z | [ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4882 | 2024-12-21T03:08:50.580Z | [ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO STEP 175 (remove_files) COMPLETE |
4883 | 2024-12-21T03:08:50.583Z | [ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-21T03:08:50.599Z | [ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4885 | 2024-12-21T03:08:50.599Z | [ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO STEP 176 (remove_files) COMPLETE |
4886 | 2024-12-21T03:08:50.599Z | [ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-21T03:08:50.634Z | [ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4888 | 2024-12-21T03:08:50.634Z | [ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO STEP 177 (remove_files) COMPLETE |
4889 | 2024-12-21T03:08:50.634Z | [ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-21T03:08:50.655Z | [ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4891 | 2024-12-21T03:08:50.655Z | [ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO STEP 178 (remove_files) COMPLETE |
4892 | 2024-12-21T03:08:50.655Z | [ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-21T03:08:50.694Z | [ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4894 | 2024-12-21T03:08:50.694Z | [ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO STEP 179 (remove_files) COMPLETE |
4895 | 2024-12-21T03:08:50.698Z | [ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-21T03:08:50.746Z | [ recovery-image] Dec 21 03:08:50.081 INFO O| Dec 21 03:08:50.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4897 | 2024-12-21T03:08:50.746Z | [ recovery-image] Dec 21 03:08:50.081 INFO O| Dec 21 03:08:50.081 INFO STEP 180 (remove_files) COMPLETE |
4898 | 2024-12-21T03:08:50.746Z | [ recovery-image] Dec 21 03:08:50.082 INFO O| Dec 21 03:08:50.081 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-21T03:08:50.796Z | [ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4900 | 2024-12-21T03:08:50.796Z | [ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO STEP 181 (remove_files) COMPLETE |
4901 | 2024-12-21T03:08:50.796Z | [ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-21T03:08:50.814Z | [ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4903 | 2024-12-21T03:08:50.814Z | [ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO STEP 182 (remove_files) COMPLETE |
4904 | 2024-12-21T03:08:50.814Z | [ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-21T03:08:50.832Z | [ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4906 | 2024-12-21T03:08:50.832Z | [ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO STEP 183 (remove_files) COMPLETE |
4907 | 2024-12-21T03:08:50.833Z | [ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-21T03:08:50.909Z | [ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4909 | 2024-12-21T03:08:50.909Z | [ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO STEP 184 (remove_files) COMPLETE |
4910 | 2024-12-21T03:08:50.918Z | [ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-21T03:08:50.927Z | [ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4912 | 2024-12-21T03:08:50.927Z | [ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO STEP 185 (remove_files) COMPLETE |
4913 | 2024-12-21T03:08:50.930Z | [ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-21T03:08:50.973Z | [ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4915 | 2024-12-21T03:08:50.977Z | [ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO STEP 186 (remove_files) COMPLETE |
4916 | 2024-12-21T03:08:50.977Z | [ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-21T03:08:50.993Z | [ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4918 | 2024-12-21T03:08:50.996Z | [ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO STEP 187 (remove_files) COMPLETE |
4919 | 2024-12-21T03:08:50.996Z | [ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-21T03:08:51.021Z | [ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4921 | 2024-12-21T03:08:51.022Z | [ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO STEP 188 (remove_files) COMPLETE |
4922 | 2024-12-21T03:08:51.024Z | [ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-21T03:08:51.057Z | [ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4924 | 2024-12-21T03:08:51.057Z | [ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO STEP 189 (remove_files) COMPLETE |
4925 | 2024-12-21T03:08:51.057Z | [ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-21T03:08:51.073Z | [ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4927 | 2024-12-21T03:08:51.078Z | [ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO STEP 190 (remove_files) COMPLETE |
4928 | 2024-12-21T03:08:51.078Z | [ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-21T03:08:51.092Z | [ recovery-image] Dec 21 03:08:50.427 INFO O| Dec 21 03:08:50.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4930 | 2024-12-21T03:08:51.095Z | [ recovery-image] Dec 21 03:08:50.427 INFO O| Dec 21 03:08:50.427 INFO STEP 191 (remove_files) COMPLETE |
4931 | 2024-12-21T03:08:51.095Z | [ recovery-image] Dec 21 03:08:50.428 INFO O| Dec 21 03:08:50.427 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-21T03:08:51.112Z | [ recovery-image] Dec 21 03:08:50.446 INFO O| Dec 21 03:08:50.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4933 | 2024-12-21T03:08:51.112Z | [ recovery-image] Dec 21 03:08:50.447 INFO O| Dec 21 03:08:50.447 INFO STEP 192 (remove_files) COMPLETE |
4934 | 2024-12-21T03:08:51.115Z | [ recovery-image] Dec 21 03:08:50.447 INFO O| Dec 21 03:08:50.447 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-21T03:08:51.148Z | [ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4936 | 2024-12-21T03:08:51.148Z | [ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO STEP 193 (remove_files) COMPLETE |
4937 | 2024-12-21T03:08:51.149Z | [ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-21T03:08:51.183Z | [ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4939 | 2024-12-21T03:08:51.183Z | [ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO STEP 194 (remove_files) COMPLETE |
4940 | 2024-12-21T03:08:51.183Z | [ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-21T03:08:51.214Z | [ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4942 | 2024-12-21T03:08:51.220Z | [ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO STEP 195 (remove_files) COMPLETE |
4943 | 2024-12-21T03:08:51.220Z | [ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-21T03:08:51.302Z | [ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4945 | 2024-12-21T03:08:51.302Z | [ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO STEP 196 (remove_files) COMPLETE |
4946 | 2024-12-21T03:08:51.305Z | [ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-21T03:08:51.330Z | [ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4948 | 2024-12-21T03:08:51.330Z | [ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO STEP 197 (remove_files) COMPLETE |
4949 | 2024-12-21T03:08:51.330Z | [ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-21T03:08:51.350Z | [ recovery-image] Dec 21 03:08:50.685 INFO O| Dec 21 03:08:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4951 | 2024-12-21T03:08:51.351Z | [ recovery-image] Dec 21 03:08:50.686 INFO O| Dec 21 03:08:50.686 INFO STEP 198 (remove_files) COMPLETE |
4952 | 2024-12-21T03:08:51.351Z | [ recovery-image] Dec 21 03:08:50.686 INFO O| Dec 21 03:08:50.686 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-21T03:08:51.374Z | [ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4954 | 2024-12-21T03:08:51.374Z | [ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO STEP 199 (remove_files) COMPLETE |
4955 | 2024-12-21T03:08:51.374Z | [ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-21T03:08:51.388Z | [ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4957 | 2024-12-21T03:08:51.388Z | [ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO STEP 200 (remove_files) COMPLETE |
4958 | 2024-12-21T03:08:51.391Z | [ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-21T03:08:51.407Z | [ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4960 | 2024-12-21T03:08:51.407Z | [ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO STEP 201 (remove_files) COMPLETE |
4961 | 2024-12-21T03:08:51.411Z | [ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-21T03:08:51.442Z | [ recovery-image] Dec 21 03:08:50.776 INFO O| Dec 21 03:08:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4963 | 2024-12-21T03:08:51.442Z | [ recovery-image] Dec 21 03:08:50.776 INFO O| Dec 21 03:08:50.776 INFO STEP 202 (remove_files) COMPLETE |
4964 | 2024-12-21T03:08:51.442Z | [ recovery-image] Dec 21 03:08:50.777 INFO O| Dec 21 03:08:50.776 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-21T03:08:51.474Z | [ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4966 | 2024-12-21T03:08:51.474Z | [ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO STEP 203 (remove_files) COMPLETE |
4967 | 2024-12-21T03:08:51.482Z | [ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-21T03:08:51.493Z | [ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4969 | 2024-12-21T03:08:51.493Z | [ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO STEP 204 (remove_files) COMPLETE |
4970 | 2024-12-21T03:08:51.497Z | [ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-21T03:08:51.551Z | [ recovery-image] Dec 21 03:08:50.886 INFO O| Dec 21 03:08:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4972 | 2024-12-21T03:08:51.552Z | [ recovery-image] Dec 21 03:08:50.887 INFO O| Dec 21 03:08:50.886 INFO STEP 205 (remove_files) COMPLETE |
4973 | 2024-12-21T03:08:51.552Z | [ recovery-image] Dec 21 03:08:50.887 INFO O| Dec 21 03:08:50.887 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-21T03:08:51.590Z | [ recovery-image] Dec 21 03:08:50.925 INFO O| Dec 21 03:08:50.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4975 | 2024-12-21T03:08:51.594Z | [ recovery-image] Dec 21 03:08:50.929 INFO O| Dec 21 03:08:50.929 INFO STEP 206 (remove_files) COMPLETE |
4976 | 2024-12-21T03:08:51.594Z | [ recovery-image] Dec 21 03:08:50.929 INFO O| Dec 21 03:08:50.929 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-21T03:08:51.648Z | [ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4978 | 2024-12-21T03:08:51.653Z | [ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO STEP 207 (remove_files) COMPLETE |
4979 | 2024-12-21T03:08:51.653Z | [ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-21T03:08:51.669Z | [ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4981 | 2024-12-21T03:08:51.669Z | [ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO STEP 208 (remove_files) COMPLETE |
4982 | 2024-12-21T03:08:51.669Z | [ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-21T03:08:51.689Z | [ recovery-image] Dec 21 03:08:51.024 INFO O| Dec 21 03:08:51.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4984 | 2024-12-21T03:08:51.709Z | [ recovery-image] Dec 21 03:08:51.044 INFO O| Dec 21 03:08:51.044 INFO STEP 209 (remove_files) COMPLETE |
4985 | 2024-12-21T03:08:51.709Z | [ recovery-image] Dec 21 03:08:51.044 INFO O| Dec 21 03:08:51.044 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-21T03:08:51.745Z | [ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4987 | 2024-12-21T03:08:51.745Z | [ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO STEP 210 (remove_files) COMPLETE |
4988 | 2024-12-21T03:08:51.745Z | [ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-21T03:08:51.763Z | [ recovery-image] Dec 21 03:08:51.098 INFO O| Dec 21 03:08:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4990 | 2024-12-21T03:08:51.763Z | [ recovery-image] Dec 21 03:08:51.098 INFO O| Dec 21 03:08:51.098 INFO STEP 211 (remove_files) COMPLETE |
4991 | 2024-12-21T03:08:51.768Z | [ recovery-image] Dec 21 03:08:51.099 INFO O| Dec 21 03:08:51.098 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-21T03:08:51.780Z | [ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4993 | 2024-12-21T03:08:51.783Z | [ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.116 INFO STEP 212 (remove_files) COMPLETE |
4994 | 2024-12-21T03:08:51.783Z | [ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.116 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-21T03:08:51.799Z | [ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4996 | 2024-12-21T03:08:51.799Z | [ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO STEP 213 (remove_files) COMPLETE |
4997 | 2024-12-21T03:08:51.799Z | [ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-21T03:08:51.817Z | [ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4999 | 2024-12-21T03:08:51.822Z | [ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO STEP 214 (remove_files) COMPLETE |
5000 | 2024-12-21T03:08:51.822Z | [ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-21T03:08:51.842Z | [ recovery-image] Dec 21 03:08:51.176 INFO O| Dec 21 03:08:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5002 | 2024-12-21T03:08:51.845Z | [ recovery-image] Dec 21 03:08:51.177 INFO O| Dec 21 03:08:51.176 INFO STEP 215 (remove_files) COMPLETE |
5003 | 2024-12-21T03:08:51.845Z | [ recovery-image] Dec 21 03:08:51.177 INFO O| Dec 21 03:08:51.177 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-21T03:08:51.860Z | [ recovery-image] Dec 21 03:08:51.195 INFO O| Dec 21 03:08:51.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5005 | 2024-12-21T03:08:51.862Z | [ recovery-image] Dec 21 03:08:51.195 INFO O| Dec 21 03:08:51.195 INFO STEP 216 (remove_files) COMPLETE |
5006 | 2024-12-21T03:08:51.862Z | [ recovery-image] Dec 21 03:08:51.196 INFO O| Dec 21 03:08:51.196 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-21T03:08:51.878Z | [ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5008 | 2024-12-21T03:08:51.881Z | [ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO STEP 217 (remove_files) COMPLETE |
5009 | 2024-12-21T03:08:51.881Z | [ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-21T03:08:51.895Z | [ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5011 | 2024-12-21T03:08:51.900Z | [ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO STEP 218 (remove_files) COMPLETE |
5012 | 2024-12-21T03:08:51.900Z | [ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-21T03:08:51.911Z | [ host-image] Dec 21 03:08:51.246 INFO O| Dec 21 03:08:51.246 INFO O| Done |
5014 | 2024-12-21T03:08:51.956Z | [ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5015 | 2024-12-21T03:08:51.958Z | [ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO STEP 219 (remove_files) COMPLETE |
5016 | 2024-12-21T03:08:51.958Z | [ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-21T03:08:51.978Z | [ host-image] Dec 21 03:08:51.313 INFO O| Dec 21 03:08:51.313 INFO O| Done |
5018 | 2024-12-21T03:08:51.979Z | [ host-image] Dec 21 03:08:51.313 INFO O| Dec 21 03:08:51.313 INFO O| Done |
5019 | 2024-12-21T03:08:51.998Z | [ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5020 | 2024-12-21T03:08:51.998Z | [ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO STEP 220 (remove_files) COMPLETE |
5021 | 2024-12-21T03:08:52.001Z | [ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-21T03:08:52.004Z | [ host-image] Dec 21 03:08:51.340 INFO O| Dec 21 03:08:51.340 INFO O| Done |
5023 | 2024-12-21T03:08:52.019Z | [ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5024 | 2024-12-21T03:08:52.019Z | [ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO STEP 221 (remove_files) COMPLETE |
5025 | 2024-12-21T03:08:52.019Z | [ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-21T03:08:52.044Z | [ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5027 | 2024-12-21T03:08:52.044Z | [ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO STEP 222 (remove_files) COMPLETE |
5028 | 2024-12-21T03:08:52.044Z | [ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-21T03:08:52.080Z | [ recovery-image] Dec 21 03:08:51.415 INFO O| Dec 21 03:08:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5030 | 2024-12-21T03:08:52.080Z | [ recovery-image] Dec 21 03:08:51.416 INFO O| Dec 21 03:08:51.416 INFO STEP 223 (remove_files) COMPLETE |
5031 | 2024-12-21T03:08:52.080Z | [ recovery-image] Dec 21 03:08:51.416 INFO O| Dec 21 03:08:51.416 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-21T03:08:52.135Z | [ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5033 | 2024-12-21T03:08:52.139Z | [ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO STEP 224 (remove_files) COMPLETE |
5034 | 2024-12-21T03:08:52.139Z | [ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-21T03:08:52.196Z | [ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5036 | 2024-12-21T03:08:52.196Z | [ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO STEP 225 (remove_files) COMPLETE |
5037 | 2024-12-21T03:08:52.196Z | [ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-21T03:08:52.211Z | [ host-image] Dec 21 03:08:51.547 INFO O| Dec 21 03:08:51.546 INFO STEP 12 (pkg_install) COMPLETE |
5039 | 2024-12-21T03:08:52.211Z | [ host-image] Dec 21 03:08:51.547 INFO O| Dec 21 03:08:51.547 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5040 | 2024-12-21T03:08:52.221Z | [ recovery-image] Dec 21 03:08:51.556 INFO O| Dec 21 03:08:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5041 | 2024-12-21T03:08:52.221Z | [ recovery-image] Dec 21 03:08:51.556 INFO O| Dec 21 03:08:51.556 INFO STEP 226 (remove_files) COMPLETE |
5042 | 2024-12-21T03:08:52.229Z | [ recovery-image] Dec 21 03:08:51.564 INFO O| Dec 21 03:08:51.564 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-21T03:08:52.232Z | [ host-image] Dec 21 03:08:51.565 INFO O| Dec 21 03:08:51.564 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5044 | 2024-12-21T03:08:52.263Z | [ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5045 | 2024-12-21T03:08:52.263Z | [ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO STEP 227 (remove_files) COMPLETE |
5046 | 2024-12-21T03:08:52.264Z | [ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-21T03:08:52.282Z | [ recovery-image] Dec 21 03:08:51.616 INFO O| Dec 21 03:08:51.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5048 | 2024-12-21T03:08:52.282Z | [ recovery-image] Dec 21 03:08:51.617 INFO O| Dec 21 03:08:51.617 INFO STEP 228 (remove_files) COMPLETE |
5049 | 2024-12-21T03:08:52.286Z | [ recovery-image] Dec 21 03:08:51.617 INFO O| Dec 21 03:08:51.617 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-21T03:08:52.342Z | [ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5051 | 2024-12-21T03:08:52.342Z | [ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO STEP 229 (remove_files) COMPLETE |
5052 | 2024-12-21T03:08:52.342Z | [ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-21T03:08:52.357Z | [ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5054 | 2024-12-21T03:08:52.357Z | [ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO STEP 230 (remove_files) COMPLETE |
5055 | 2024-12-21T03:08:52.357Z | [ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-21T03:08:52.387Z | [ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5057 | 2024-12-21T03:08:52.392Z | [ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO STEP 231 (remove_files) COMPLETE |
5058 | 2024-12-21T03:08:52.392Z | [ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-21T03:08:52.415Z | [ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5060 | 2024-12-21T03:08:52.415Z | [ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO STEP 232 (remove_files) COMPLETE |
5061 | 2024-12-21T03:08:52.415Z | [ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-21T03:08:52.424Z | [ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5063 | 2024-12-21T03:08:52.424Z | [ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO STEP 233 (remove_files) COMPLETE |
5064 | 2024-12-21T03:08:52.424Z | [ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-21T03:08:52.467Z | [ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5066 | 2024-12-21T03:08:52.467Z | [ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO STEP 234 (remove_files) COMPLETE |
5067 | 2024-12-21T03:08:52.467Z | [ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-21T03:08:52.509Z | [ recovery-image] Dec 21 03:08:51.838 INFO O| Dec 21 03:08:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5069 | 2024-12-21T03:08:52.512Z | [ recovery-image] Dec 21 03:08:51.839 INFO O| Dec 21 03:08:51.839 INFO STEP 235 (remove_files) COMPLETE |
5070 | 2024-12-21T03:08:52.512Z | [ recovery-image] Dec 21 03:08:51.839 INFO O| Dec 21 03:08:51.839 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-21T03:08:52.533Z | [ recovery-image] Dec 21 03:08:51.868 INFO O| Dec 21 03:08:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5072 | 2024-12-21T03:08:52.554Z | [ recovery-image] Dec 21 03:08:51.889 INFO O| Dec 21 03:08:51.889 INFO STEP 236 (remove_files) COMPLETE |
5073 | 2024-12-21T03:08:52.554Z | [ recovery-image] Dec 21 03:08:51.889 INFO O| Dec 21 03:08:51.889 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-21T03:08:52.573Z | [ recovery-image] Dec 21 03:08:51.908 INFO O| Dec 21 03:08:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5075 | 2024-12-21T03:08:52.579Z | [ recovery-image] Dec 21 03:08:51.909 INFO O| Dec 21 03:08:51.909 INFO STEP 237 (remove_files) COMPLETE |
5076 | 2024-12-21T03:08:52.579Z | [ recovery-image] Dec 21 03:08:51.909 INFO O| Dec 21 03:08:51.909 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-21T03:08:52.593Z | [ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5078 | 2024-12-21T03:08:52.603Z | [ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.928 INFO STEP 238 (remove_files) COMPLETE |
5079 | 2024-12-21T03:08:52.603Z | [ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.928 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-21T03:08:52.627Z | [ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5081 | 2024-12-21T03:08:52.628Z | [ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.963 INFO STEP 239 (remove_files) COMPLETE |
5082 | 2024-12-21T03:08:52.631Z | [ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.963 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-21T03:08:52.662Z | [ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5084 | 2024-12-21T03:08:52.662Z | [ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO STEP 240 (remove_files) COMPLETE |
5085 | 2024-12-21T03:08:52.665Z | [ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-21T03:08:52.699Z | [ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5087 | 2024-12-21T03:08:52.701Z | [ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO STEP 241 (remove_files) COMPLETE |
5088 | 2024-12-21T03:08:52.701Z | [ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-21T03:08:52.718Z | [ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5090 | 2024-12-21T03:08:52.718Z | [ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO STEP 242 (remove_files) COMPLETE |
5091 | 2024-12-21T03:08:52.718Z | [ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-21T03:08:52.754Z | [ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5093 | 2024-12-21T03:08:52.754Z | [ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO STEP 243 (remove_files) COMPLETE |
5094 | 2024-12-21T03:08:52.754Z | [ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-21T03:08:52.774Z | [ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5096 | 2024-12-21T03:08:52.774Z | [ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO STEP 244 (remove_files) COMPLETE |
5097 | 2024-12-21T03:08:52.774Z | [ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-21T03:08:52.803Z | [ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5099 | 2024-12-21T03:08:52.803Z | [ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO STEP 245 (remove_files) COMPLETE |
5100 | 2024-12-21T03:08:52.803Z | [ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-12-21T03:08:52.822Z | [ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5102 | 2024-12-21T03:08:52.823Z | [ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO STEP 246 (remove_files) COMPLETE |
5103 | 2024-12-21T03:08:52.827Z | [ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-12-21T03:08:52.845Z | [ recovery-image] Dec 21 03:08:52.180 INFO O| Dec 21 03:08:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5105 | 2024-12-21T03:08:52.850Z | [ recovery-image] Dec 21 03:08:52.181 INFO O| Dec 21 03:08:52.180 INFO STEP 247 (remove_files) COMPLETE |
5106 | 2024-12-21T03:08:52.850Z | [ recovery-image] Dec 21 03:08:52.181 INFO O| Dec 21 03:08:52.181 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-21T03:08:52.879Z | [ recovery-image] Dec 21 03:08:52.214 INFO O| Dec 21 03:08:52.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5108 | 2024-12-21T03:08:52.881Z | [ recovery-image] Dec 21 03:08:52.215 INFO O| Dec 21 03:08:52.214 INFO STEP 248 (remove_files) COMPLETE |
5109 | 2024-12-21T03:08:52.881Z | [ recovery-image] Dec 21 03:08:52.215 INFO O| Dec 21 03:08:52.215 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-21T03:08:53.077Z | [ recovery-image] Dec 21 03:08:52.412 INFO O| Dec 21 03:08:52.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5111 | 2024-12-21T03:08:53.101Z | [ recovery-image] Dec 21 03:08:52.436 INFO O| Dec 21 03:08:52.436 INFO STEP 249 (remove_files) COMPLETE |
5112 | 2024-12-21T03:08:53.101Z | [ recovery-image] Dec 21 03:08:52.436 INFO O| Dec 21 03:08:52.436 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-21T03:08:53.146Z | [ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5114 | 2024-12-21T03:08:53.150Z | [ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO STEP 250 (remove_files) COMPLETE |
5115 | 2024-12-21T03:08:53.151Z | [ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-21T03:08:53.187Z | [ recovery-image] Dec 21 03:08:52.521 INFO O| Dec 21 03:08:52.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5117 | 2024-12-21T03:08:53.189Z | [ recovery-image] Dec 21 03:08:52.522 INFO O| Dec 21 03:08:52.522 INFO STEP 251 (remove_files) COMPLETE |
5118 | 2024-12-21T03:08:53.189Z | [ recovery-image] Dec 21 03:08:52.522 INFO O| Dec 21 03:08:52.522 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-21T03:08:53.248Z | [ recovery-image] Dec 21 03:08:52.583 INFO O| Dec 21 03:08:52.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5120 | 2024-12-21T03:08:53.251Z | [ recovery-image] Dec 21 03:08:52.584 INFO O| Dec 21 03:08:52.584 INFO STEP 252 (remove_files) COMPLETE |
5121 | 2024-12-21T03:08:53.251Z | [ recovery-image] Dec 21 03:08:52.584 INFO O| Dec 21 03:08:52.584 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-21T03:08:53.267Z | [ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5123 | 2024-12-21T03:08:53.267Z | [ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO STEP 253 (remove_files) COMPLETE |
5124 | 2024-12-21T03:08:53.270Z | [ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-21T03:08:53.285Z | [ recovery-image] Dec 21 03:08:52.620 INFO O| Dec 21 03:08:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5126 | 2024-12-21T03:08:53.285Z | [ recovery-image] Dec 21 03:08:52.620 INFO O| Dec 21 03:08:52.620 INFO STEP 254 (remove_files) COMPLETE |
5127 | 2024-12-21T03:08:53.288Z | [ recovery-image] Dec 21 03:08:52.621 INFO O| Dec 21 03:08:52.620 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-21T03:08:53.305Z | [ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5129 | 2024-12-21T03:08:53.306Z | [ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO STEP 255 (remove_files) COMPLETE |
5130 | 2024-12-21T03:08:53.309Z | [ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-21T03:08:53.323Z | [ recovery-image] Dec 21 03:08:52.658 INFO O| Dec 21 03:08:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5132 | 2024-12-21T03:08:53.344Z | [ recovery-image] Dec 21 03:08:52.679 INFO O| Dec 21 03:08:52.679 INFO STEP 256 (remove_files) COMPLETE |
5133 | 2024-12-21T03:08:53.344Z | [ recovery-image] Dec 21 03:08:52.679 INFO O| Dec 21 03:08:52.679 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-21T03:08:53.379Z | [ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5135 | 2024-12-21T03:08:53.379Z | [ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO STEP 257 (remove_files) COMPLETE |
5136 | 2024-12-21T03:08:53.379Z | [ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-21T03:08:53.410Z | [ recovery-image] Dec 21 03:08:52.745 INFO O| Dec 21 03:08:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5138 | 2024-12-21T03:08:53.430Z | [ recovery-image] Dec 21 03:08:52.765 INFO O| Dec 21 03:08:52.765 INFO STEP 258 (remove_files) COMPLETE |
5139 | 2024-12-21T03:08:53.430Z | [ recovery-image] Dec 21 03:08:52.765 INFO O| Dec 21 03:08:52.765 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-21T03:08:53.474Z | [ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5141 | 2024-12-21T03:08:53.474Z | [ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO STEP 259 (remove_files) COMPLETE |
5142 | 2024-12-21T03:08:53.474Z | [ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-21T03:08:53.505Z | [ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5144 | 2024-12-21T03:08:53.505Z | [ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO STEP 260 (remove_files) COMPLETE |
5145 | 2024-12-21T03:08:53.505Z | [ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-21T03:08:53.550Z | [ recovery-image] Dec 21 03:08:52.883 INFO O| Dec 21 03:08:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5147 | 2024-12-21T03:08:53.554Z | [ recovery-image] Dec 21 03:08:52.884 INFO O| Dec 21 03:08:52.884 INFO STEP 261 (remove_files) COMPLETE |
5148 | 2024-12-21T03:08:53.554Z | [ recovery-image] Dec 21 03:08:52.884 INFO O| Dec 21 03:08:52.884 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-21T03:08:53.569Z | [ host-image] Dec 21 03:08:52.904 INFO O| Dec 21 03:08:52.904 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5150 | 2024-12-21T03:08:53.609Z | [ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5151 | 2024-12-21T03:08:53.611Z | [ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO STEP 262 (remove_files) COMPLETE |
5152 | 2024-12-21T03:08:53.611Z | [ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-21T03:08:53.662Z | [ recovery-image] Dec 21 03:08:52.996 INFO O| Dec 21 03:08:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5154 | 2024-12-21T03:08:53.668Z | [ recovery-image] Dec 21 03:08:52.997 INFO O| Dec 21 03:08:52.996 INFO STEP 263 (remove_files) COMPLETE |
5155 | 2024-12-21T03:08:53.668Z | [ recovery-image] Dec 21 03:08:52.997 INFO O| Dec 21 03:08:52.997 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-21T03:08:53.690Z | [ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5157 | 2024-12-21T03:08:53.693Z | [ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO STEP 264 (remove_files) COMPLETE |
5158 | 2024-12-21T03:08:53.693Z | [ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-21T03:08:53.748Z | [ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5160 | 2024-12-21T03:08:53.748Z | [ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO STEP 265 (remove_files) COMPLETE |
5161 | 2024-12-21T03:08:53.748Z | [ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-21T03:08:53.806Z | [ recovery-image] Dec 21 03:08:53.140 INFO O| Dec 21 03:08:53.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5163 | 2024-12-21T03:08:53.806Z | [ recovery-image] Dec 21 03:08:53.141 INFO O| Dec 21 03:08:53.140 INFO STEP 266 (remove_files) COMPLETE |
5164 | 2024-12-21T03:08:53.810Z | [ recovery-image] Dec 21 03:08:53.141 INFO O| Dec 21 03:08:53.141 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-21T03:08:53.824Z | [ recovery-image] Dec 21 03:08:53.158 INFO O| Dec 21 03:08:53.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5166 | 2024-12-21T03:08:53.824Z | [ recovery-image] Dec 21 03:08:53.158 INFO O| Dec 21 03:08:53.158 INFO STEP 267 (remove_files) COMPLETE |
5167 | 2024-12-21T03:08:53.827Z | [ recovery-image] Dec 21 03:08:53.159 INFO O| Dec 21 03:08:53.158 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-21T03:08:53.841Z | [ recovery-image] Dec 21 03:08:53.176 INFO O| Dec 21 03:08:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5169 | 2024-12-21T03:08:53.842Z | [ recovery-image] Dec 21 03:08:53.177 INFO O| Dec 21 03:08:53.177 INFO STEP 268 (remove_files) COMPLETE |
5170 | 2024-12-21T03:08:53.842Z | [ recovery-image] Dec 21 03:08:53.177 INFO O| Dec 21 03:08:53.177 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-21T03:08:53.872Z | [ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5172 | 2024-12-21T03:08:53.872Z | [ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO STEP 269 (remove_files) COMPLETE |
5173 | 2024-12-21T03:08:53.872Z | [ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-21T03:08:53.910Z | [ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5175 | 2024-12-21T03:08:53.910Z | [ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.245 INFO STEP 270 (remove_files) COMPLETE |
5176 | 2024-12-21T03:08:53.915Z | [ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.245 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-21T03:08:53.933Z | [ recovery-image] Dec 21 03:08:53.267 INFO O| Dec 21 03:08:53.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5178 | 2024-12-21T03:08:53.939Z | [ recovery-image] Dec 21 03:08:53.272 INFO O| Dec 21 03:08:53.272 INFO STEP 271 (remove_files) COMPLETE |
5179 | 2024-12-21T03:08:53.939Z | [ recovery-image] Dec 21 03:08:53.272 INFO O| Dec 21 03:08:53.272 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-21T03:08:53.983Z | [ recovery-image] Dec 21 03:08:53.316 INFO O| Dec 21 03:08:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5181 | 2024-12-21T03:08:53.992Z | [ recovery-image] Dec 21 03:08:53.327 INFO O| Dec 21 03:08:53.327 INFO STEP 272 (remove_files) COMPLETE |
5182 | 2024-12-21T03:08:53.993Z | [ recovery-image] Dec 21 03:08:53.327 INFO O| Dec 21 03:08:53.327 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-21T03:08:54.051Z | [ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5184 | 2024-12-21T03:08:54.051Z | [ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO STEP 273 (remove_files) COMPLETE |
5185 | 2024-12-21T03:08:54.051Z | [ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-21T03:08:54.072Z | [ recovery-image] Dec 21 03:08:53.405 INFO O| Dec 21 03:08:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5187 | 2024-12-21T03:08:54.072Z | [ recovery-image] Dec 21 03:08:53.405 INFO O| Dec 21 03:08:53.405 INFO STEP 274 (remove_files) COMPLETE |
5188 | 2024-12-21T03:08:54.073Z | [ recovery-image] Dec 21 03:08:53.406 INFO O| Dec 21 03:08:53.405 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-21T03:08:54.129Z | [ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5190 | 2024-12-21T03:08:54.129Z | [ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO STEP 275 (remove_files) COMPLETE |
5191 | 2024-12-21T03:08:54.129Z | [ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-21T03:08:54.149Z | [ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5193 | 2024-12-21T03:08:54.149Z | [ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO STEP 276 (remove_files) COMPLETE |
5194 | 2024-12-21T03:08:54.152Z | [ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-21T03:08:54.169Z | [ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5196 | 2024-12-21T03:08:54.169Z | [ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.502 INFO STEP 277 (remove_files) COMPLETE |
5197 | 2024-12-21T03:08:54.182Z | [ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.502 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-21T03:08:54.193Z | [ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5199 | 2024-12-21T03:08:54.193Z | [ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO STEP 278 (remove_files) COMPLETE |
5200 | 2024-12-21T03:08:54.193Z | [ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-21T03:08:54.204Z | [ recovery-image] Dec 21 03:08:53.538 INFO O| Dec 21 03:08:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5202 | 2024-12-21T03:08:54.207Z | [ recovery-image] Dec 21 03:08:53.538 INFO O| Dec 21 03:08:53.538 INFO STEP 279 (remove_files) COMPLETE |
5203 | 2024-12-21T03:08:54.207Z | [ recovery-image] Dec 21 03:08:53.539 INFO O| Dec 21 03:08:53.538 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-21T03:08:54.221Z | [ recovery-image] Dec 21 03:08:53.555 INFO O| Dec 21 03:08:53.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5205 | 2024-12-21T03:08:54.224Z | [ recovery-image] Dec 21 03:08:53.556 INFO O| Dec 21 03:08:53.556 INFO STEP 280 (remove_files) COMPLETE |
5206 | 2024-12-21T03:08:54.224Z | [ recovery-image] Dec 21 03:08:53.556 INFO O| Dec 21 03:08:53.556 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-21T03:08:54.237Z | [ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5208 | 2024-12-21T03:08:54.237Z | [ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO STEP 281 (remove_files) COMPLETE |
5209 | 2024-12-21T03:08:54.242Z | [ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-21T03:08:54.260Z | [ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5211 | 2024-12-21T03:08:54.260Z | [ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO STEP 282 (remove_files) COMPLETE |
5212 | 2024-12-21T03:08:54.263Z | [ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-21T03:08:54.272Z | [ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5214 | 2024-12-21T03:08:54.272Z | [ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO STEP 283 (remove_files) COMPLETE |
5215 | 2024-12-21T03:08:54.272Z | [ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-21T03:08:54.310Z | [ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5217 | 2024-12-21T03:08:54.310Z | [ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO STEP 284 (remove_files) COMPLETE |
5218 | 2024-12-21T03:08:54.310Z | [ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-21T03:08:54.338Z | [ recovery-image] Dec 21 03:08:53.673 INFO O| Dec 21 03:08:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5220 | 2024-12-21T03:08:54.343Z | [ recovery-image] Dec 21 03:08:53.673 INFO O| Dec 21 03:08:53.673 INFO STEP 285 (remove_files) COMPLETE |
5221 | 2024-12-21T03:08:54.343Z | [ recovery-image] Dec 21 03:08:53.674 INFO O| Dec 21 03:08:53.673 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-21T03:08:54.357Z | [ recovery-image] Dec 21 03:08:53.692 INFO O| Dec 21 03:08:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5223 | 2024-12-21T03:08:54.363Z | [ recovery-image] Dec 21 03:08:53.693 INFO O| Dec 21 03:08:53.693 INFO STEP 286 (remove_files) COMPLETE |
5224 | 2024-12-21T03:08:54.364Z | [ recovery-image] Dec 21 03:08:53.693 INFO O| Dec 21 03:08:53.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-21T03:08:54.377Z | [ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5226 | 2024-12-21T03:08:54.379Z | [ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO STEP 287 (remove_files) COMPLETE |
5227 | 2024-12-21T03:08:54.380Z | [ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-21T03:08:54.396Z | [ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5229 | 2024-12-21T03:08:54.398Z | [ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO STEP 288 (remove_files) COMPLETE |
5230 | 2024-12-21T03:08:54.398Z | [ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-21T03:08:54.416Z | [ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5232 | 2024-12-21T03:08:54.419Z | [ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.751 INFO STEP 289 (remove_files) COMPLETE |
5233 | 2024-12-21T03:08:54.419Z | [ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.751 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-21T03:08:54.434Z | [ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5235 | 2024-12-21T03:08:54.434Z | [ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO STEP 290 (remove_files) COMPLETE |
5236 | 2024-12-21T03:08:54.438Z | [ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-21T03:08:54.478Z | [ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5238 | 2024-12-21T03:08:54.478Z | [ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO STEP 291 (remove_files) COMPLETE |
5239 | 2024-12-21T03:08:54.478Z | [ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-21T03:08:54.525Z | [ recovery-image] Dec 21 03:08:53.859 INFO O| Dec 21 03:08:53.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5241 | 2024-12-21T03:08:54.528Z | [ recovery-image] Dec 21 03:08:53.860 INFO O| Dec 21 03:08:53.860 INFO STEP 292 (remove_files) COMPLETE |
5242 | 2024-12-21T03:08:54.528Z | [ recovery-image] Dec 21 03:08:53.860 INFO O| Dec 21 03:08:53.860 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-21T03:08:54.551Z | [ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5244 | 2024-12-21T03:08:54.551Z | [ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO STEP 293 (remove_files) COMPLETE |
5245 | 2024-12-21T03:08:54.554Z | [ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-21T03:08:54.610Z | [ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5247 | 2024-12-21T03:08:54.610Z | [ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO STEP 294 (remove_files) COMPLETE |
5248 | 2024-12-21T03:08:54.610Z | [ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-21T03:08:54.639Z | [ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5250 | 2024-12-21T03:08:54.640Z | [ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO STEP 295 (remove_files) COMPLETE |
5251 | 2024-12-21T03:08:54.640Z | [ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-21T03:08:54.692Z | [ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5253 | 2024-12-21T03:08:54.693Z | [ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO STEP 296 (remove_files) COMPLETE |
5254 | 2024-12-21T03:08:54.698Z | [ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-21T03:08:54.726Z | [ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5256 | 2024-12-21T03:08:54.726Z | [ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.061 INFO STEP 297 (remove_files) COMPLETE |
5257 | 2024-12-21T03:08:54.726Z | [ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.061 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-21T03:08:54.745Z | [ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5259 | 2024-12-21T03:08:54.745Z | [ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO STEP 298 (remove_files) COMPLETE |
5260 | 2024-12-21T03:08:54.745Z | [ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-21T03:08:54.779Z | [ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5262 | 2024-12-21T03:08:54.779Z | [ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.114 INFO STEP 299 (remove_files) COMPLETE |
5263 | 2024-12-21T03:08:54.779Z | [ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.114 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-21T03:08:54.801Z | [ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5265 | 2024-12-21T03:08:54.801Z | [ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO STEP 300 (remove_files) COMPLETE |
5266 | 2024-12-21T03:08:54.805Z | [ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-21T03:08:54.822Z | [ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5268 | 2024-12-21T03:08:54.822Z | [ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO STEP 301 (remove_files) COMPLETE |
5269 | 2024-12-21T03:08:54.825Z | [ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-21T03:08:54.845Z | [ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5271 | 2024-12-21T03:08:54.845Z | [ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO STEP 302 (remove_files) COMPLETE |
5272 | 2024-12-21T03:08:54.848Z | [ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-21T03:08:54.897Z | [ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5274 | 2024-12-21T03:08:54.897Z | [ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO STEP 303 (remove_files) COMPLETE |
5275 | 2024-12-21T03:08:54.902Z | [ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-21T03:08:54.933Z | [ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5277 | 2024-12-21T03:08:54.933Z | [ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO STEP 304 (remove_files) COMPLETE |
5278 | 2024-12-21T03:08:54.933Z | [ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-21T03:08:54.954Z | [ recovery-image] Dec 21 03:08:54.288 INFO O| Dec 21 03:08:54.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5280 | 2024-12-21T03:08:54.954Z | [ recovery-image] Dec 21 03:08:54.289 INFO O| Dec 21 03:08:54.288 INFO STEP 305 (remove_files) COMPLETE |
5281 | 2024-12-21T03:08:54.956Z | [ recovery-image] Dec 21 03:08:54.289 INFO O| Dec 21 03:08:54.289 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-21T03:08:54.972Z | [ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5283 | 2024-12-21T03:08:54.972Z | [ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO STEP 306 (remove_files) COMPLETE |
5284 | 2024-12-21T03:08:54.975Z | [ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-21T03:08:54.991Z | [ recovery-image] Dec 21 03:08:54.325 INFO O| Dec 21 03:08:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5286 | 2024-12-21T03:08:54.991Z | [ recovery-image] Dec 21 03:08:54.326 INFO O| Dec 21 03:08:54.326 INFO STEP 307 (remove_files) COMPLETE |
5287 | 2024-12-21T03:08:54.991Z | [ recovery-image] Dec 21 03:08:54.326 INFO O| Dec 21 03:08:54.326 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-21T03:08:55.030Z | [ recovery-image] Dec 21 03:08:54.364 INFO O| Dec 21 03:08:54.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5289 | 2024-12-21T03:08:55.030Z | [ recovery-image] Dec 21 03:08:54.365 INFO O| Dec 21 03:08:54.364 INFO STEP 308 (remove_files) COMPLETE |
5290 | 2024-12-21T03:08:55.030Z | [ recovery-image] Dec 21 03:08:54.365 INFO O| Dec 21 03:08:54.364 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-21T03:08:55.075Z | [ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5292 | 2024-12-21T03:08:55.075Z | [ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO STEP 309 (remove_files) COMPLETE |
5293 | 2024-12-21T03:08:55.075Z | [ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-21T03:08:55.115Z | [ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5295 | 2024-12-21T03:08:55.115Z | [ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO STEP 310 (remove_files) COMPLETE |
5296 | 2024-12-21T03:08:55.115Z | [ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-21T03:08:55.150Z | [ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5298 | 2024-12-21T03:08:55.150Z | [ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO STEP 311 (remove_files) COMPLETE |
5299 | 2024-12-21T03:08:55.154Z | [ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-21T03:08:55.168Z | [ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5301 | 2024-12-21T03:08:55.168Z | [ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO STEP 312 (remove_files) COMPLETE |
5302 | 2024-12-21T03:08:55.173Z | [ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-21T03:08:55.217Z | [ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5304 | 2024-12-21T03:08:55.220Z | [ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO STEP 313 (remove_files) COMPLETE |
5305 | 2024-12-21T03:08:55.220Z | [ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-21T03:08:55.238Z | [ recovery-image] Dec 21 03:08:54.572 INFO O| Dec 21 03:08:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5307 | 2024-12-21T03:08:55.247Z | [ recovery-image] Dec 21 03:08:54.573 INFO O| Dec 21 03:08:54.573 INFO STEP 314 (remove_files) COMPLETE |
5308 | 2024-12-21T03:08:55.247Z | [ recovery-image] Dec 21 03:08:54.573 INFO O| Dec 21 03:08:54.573 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-21T03:08:55.271Z | [ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5310 | 2024-12-21T03:08:55.271Z | [ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO STEP 315 (remove_files) COMPLETE |
5311 | 2024-12-21T03:08:55.274Z | [ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-21T03:08:55.290Z | [ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5313 | 2024-12-21T03:08:55.290Z | [ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO STEP 316 (remove_files) COMPLETE |
5314 | 2024-12-21T03:08:55.293Z | [ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-21T03:08:55.323Z | [ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5316 | 2024-12-21T03:08:55.323Z | [ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO STEP 317 (remove_files) COMPLETE |
5317 | 2024-12-21T03:08:55.323Z | [ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-21T03:08:55.368Z | [ recovery-image] Dec 21 03:08:54.702 INFO O| Dec 21 03:08:54.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5319 | 2024-12-21T03:08:55.368Z | [ recovery-image] Dec 21 03:08:54.702 INFO O| Dec 21 03:08:54.702 INFO STEP 318 (remove_files) COMPLETE |
5320 | 2024-12-21T03:08:55.368Z | [ recovery-image] Dec 21 03:08:54.703 INFO O| Dec 21 03:08:54.702 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-21T03:08:55.410Z | [ recovery-image] Dec 21 03:08:54.744 INFO O| Dec 21 03:08:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5322 | 2024-12-21T03:08:55.410Z | [ recovery-image] Dec 21 03:08:54.745 INFO O| Dec 21 03:08:54.744 INFO STEP 319 (remove_files) COMPLETE |
5323 | 2024-12-21T03:08:55.416Z | [ recovery-image] Dec 21 03:08:54.745 INFO O| Dec 21 03:08:54.745 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-21T03:08:55.471Z | [ recovery-image] Dec 21 03:08:54.806 INFO O| Dec 21 03:08:54.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5325 | 2024-12-21T03:08:55.493Z | [ recovery-image] Dec 21 03:08:54.826 INFO O| Dec 21 03:08:54.826 INFO STEP 320 (remove_files) COMPLETE |
5326 | 2024-12-21T03:08:55.493Z | [ recovery-image] Dec 21 03:08:54.826 INFO O| Dec 21 03:08:54.826 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-21T03:08:55.550Z | [ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5328 | 2024-12-21T03:08:55.550Z | [ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO STEP 321 (remove_files) COMPLETE |
5329 | 2024-12-21T03:08:55.550Z | [ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-21T03:08:55.567Z | [ recovery-image] Dec 21 03:08:54.901 INFO O| Dec 21 03:08:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5331 | 2024-12-21T03:08:55.567Z | [ recovery-image] Dec 21 03:08:54.901 INFO O| Dec 21 03:08:54.901 INFO STEP 322 (remove_files) COMPLETE |
5332 | 2024-12-21T03:08:55.571Z | [ recovery-image] Dec 21 03:08:54.902 INFO O| Dec 21 03:08:54.901 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-21T03:08:55.584Z | [ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5334 | 2024-12-21T03:08:55.584Z | [ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO STEP 323 (remove_files) COMPLETE |
5335 | 2024-12-21T03:08:55.587Z | [ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-21T03:08:55.603Z | [ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5337 | 2024-12-21T03:08:55.603Z | [ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO STEP 324 (remove_files) COMPLETE |
5338 | 2024-12-21T03:08:55.605Z | [ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-21T03:08:55.626Z | [ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5340 | 2024-12-21T03:08:55.626Z | [ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO STEP 325 (remove_files) COMPLETE |
5341 | 2024-12-21T03:08:55.628Z | [ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-21T03:08:55.699Z | [ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5343 | 2024-12-21T03:08:55.702Z | [ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO STEP 326 (remove_files) COMPLETE |
5344 | 2024-12-21T03:08:55.702Z | [ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-21T03:08:55.720Z | [ recovery-image] Dec 21 03:08:55.053 INFO O| Dec 21 03:08:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5346 | 2024-12-21T03:08:55.722Z | [ recovery-image] Dec 21 03:08:55.054 INFO O| Dec 21 03:08:55.053 INFO STEP 327 (remove_files) COMPLETE |
5347 | 2024-12-21T03:08:55.722Z | [ recovery-image] Dec 21 03:08:55.054 INFO O| Dec 21 03:08:55.053 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-21T03:08:55.737Z | [ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5349 | 2024-12-21T03:08:55.737Z | [ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO STEP 328 (remove_files) COMPLETE |
5350 | 2024-12-21T03:08:55.737Z | [ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-21T03:08:55.773Z | [ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5352 | 2024-12-21T03:08:55.773Z | [ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO STEP 329 (remove_files) COMPLETE |
5353 | 2024-12-21T03:08:55.773Z | [ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-21T03:08:55.816Z | [ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5355 | 2024-12-21T03:08:55.816Z | [ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO STEP 330 (remove_files) COMPLETE |
5356 | 2024-12-21T03:08:55.820Z | [ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-21T03:08:55.834Z | [ recovery-image] Dec 21 03:08:55.169 INFO O| Dec 21 03:08:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5358 | 2024-12-21T03:08:55.837Z | [ recovery-image] Dec 21 03:08:55.170 INFO O| Dec 21 03:08:55.169 INFO STEP 331 (remove_files) COMPLETE |
5359 | 2024-12-21T03:08:55.837Z | [ recovery-image] Dec 21 03:08:55.170 INFO O| Dec 21 03:08:55.170 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-21T03:08:55.856Z | [ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5361 | 2024-12-21T03:08:55.856Z | [ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO STEP 332 (remove_files) COMPLETE |
5362 | 2024-12-21T03:08:55.857Z | [ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-21T03:08:55.889Z | [ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5364 | 2024-12-21T03:08:55.889Z | [ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO STEP 333 (remove_files) COMPLETE |
5365 | 2024-12-21T03:08:55.889Z | [ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-21T03:08:55.930Z | [ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5367 | 2024-12-21T03:08:55.933Z | [ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.265 INFO STEP 334 (remove_files) COMPLETE |
5368 | 2024-12-21T03:08:55.933Z | [ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.265 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-21T03:08:55.963Z | [ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5370 | 2024-12-21T03:08:55.966Z | [ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO STEP 335 (remove_files) COMPLETE |
5371 | 2024-12-21T03:08:55.967Z | [ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-21T03:08:55.981Z | [ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5373 | 2024-12-21T03:08:55.984Z | [ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO STEP 336 (remove_files) COMPLETE |
5374 | 2024-12-21T03:08:55.984Z | [ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-21T03:08:55.999Z | [ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5376 | 2024-12-21T03:08:55.999Z | [ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO STEP 337 (remove_files) COMPLETE |
5377 | 2024-12-21T03:08:56.003Z | [ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-21T03:08:56.016Z | [ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5379 | 2024-12-21T03:08:56.016Z | [ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO STEP 338 (remove_files) COMPLETE |
5380 | 2024-12-21T03:08:56.017Z | [ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-21T03:08:56.078Z | [ recovery-image] Dec 21 03:08:55.411 INFO O| Dec 21 03:08:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5382 | 2024-12-21T03:08:56.078Z | [ recovery-image] Dec 21 03:08:55.411 INFO O| Dec 21 03:08:55.411 INFO STEP 339 (remove_files) COMPLETE |
5383 | 2024-12-21T03:08:56.080Z | [ recovery-image] Dec 21 03:08:55.412 INFO O| Dec 21 03:08:55.411 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-21T03:08:56.117Z | [ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5385 | 2024-12-21T03:08:56.118Z | [ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO STEP 340 (remove_files) COMPLETE |
5386 | 2024-12-21T03:08:56.120Z | [ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-21T03:08:56.136Z | [ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5388 | 2024-12-21T03:08:56.136Z | [ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO STEP 341 (remove_files) COMPLETE |
5389 | 2024-12-21T03:08:56.136Z | [ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-21T03:08:56.153Z | [ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5391 | 2024-12-21T03:08:56.153Z | [ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO STEP 342 (remove_files) COMPLETE |
5392 | 2024-12-21T03:08:56.153Z | [ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-21T03:08:56.172Z | [ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5394 | 2024-12-21T03:08:56.172Z | [ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO STEP 343 (remove_files) COMPLETE |
5395 | 2024-12-21T03:08:56.172Z | [ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-21T03:08:56.208Z | [ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5397 | 2024-12-21T03:08:56.208Z | [ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.539 INFO STEP 344 (remove_files) COMPLETE |
5398 | 2024-12-21T03:08:56.208Z | [ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.539 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-21T03:08:56.231Z | [ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5400 | 2024-12-21T03:08:56.231Z | [ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO STEP 345 (remove_files) COMPLETE |
5401 | 2024-12-21T03:08:56.231Z | [ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-21T03:08:56.253Z | [ recovery-image] Dec 21 03:08:55.587 INFO O| Dec 21 03:08:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5403 | 2024-12-21T03:08:56.273Z | [ recovery-image] Dec 21 03:08:55.607 INFO O| Dec 21 03:08:55.607 INFO STEP 346 (remove_files) COMPLETE |
5404 | 2024-12-21T03:08:56.274Z | [ recovery-image] Dec 21 03:08:55.607 INFO O| Dec 21 03:08:55.607 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-21T03:08:56.310Z | [ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5406 | 2024-12-21T03:08:56.310Z | [ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO STEP 347 (remove_files) COMPLETE |
5407 | 2024-12-21T03:08:56.313Z | [ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-21T03:08:56.368Z | [ recovery-image] Dec 21 03:08:55.702 INFO O| Dec 21 03:08:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5409 | 2024-12-21T03:08:56.368Z | [ recovery-image] Dec 21 03:08:55.703 INFO O| Dec 21 03:08:55.703 INFO STEP 348 (remove_files) COMPLETE |
5410 | 2024-12-21T03:08:56.372Z | [ recovery-image] Dec 21 03:08:55.703 INFO O| Dec 21 03:08:55.703 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-21T03:08:56.387Z | [ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5412 | 2024-12-21T03:08:56.387Z | [ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO STEP 349 (remove_files) COMPLETE |
5413 | 2024-12-21T03:08:56.390Z | [ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-21T03:08:56.421Z | [ recovery-image] Dec 21 03:08:55.755 INFO O| Dec 21 03:08:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5415 | 2024-12-21T03:08:56.424Z | [ recovery-image] Dec 21 03:08:55.756 INFO O| Dec 21 03:08:55.756 INFO STEP 350 (remove_files) COMPLETE |
5416 | 2024-12-21T03:08:56.424Z | [ recovery-image] Dec 21 03:08:55.756 INFO O| Dec 21 03:08:55.756 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-21T03:08:56.440Z | [ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5418 | 2024-12-21T03:08:56.440Z | [ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO STEP 351 (remove_files) COMPLETE |
5419 | 2024-12-21T03:08:56.444Z | [ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-21T03:08:56.459Z | [ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5421 | 2024-12-21T03:08:56.459Z | [ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO STEP 352 (remove_files) COMPLETE |
5422 | 2024-12-21T03:08:56.462Z | [ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-21T03:08:56.491Z | [ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5424 | 2024-12-21T03:08:56.491Z | [ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO STEP 353 (remove_files) COMPLETE |
5425 | 2024-12-21T03:08:56.491Z | [ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-21T03:08:56.511Z | [ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5427 | 2024-12-21T03:08:56.511Z | [ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO STEP 354 (remove_files) COMPLETE |
5428 | 2024-12-21T03:08:56.511Z | [ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-21T03:08:56.530Z | [ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5430 | 2024-12-21T03:08:56.530Z | [ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO STEP 355 (remove_files) COMPLETE |
5431 | 2024-12-21T03:08:56.533Z | [ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-21T03:08:56.550Z | [ recovery-image] Dec 21 03:08:55.882 INFO O| Dec 21 03:08:55.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5433 | 2024-12-21T03:08:56.554Z | [ recovery-image] Dec 21 03:08:55.882 INFO O| Dec 21 03:08:55.882 INFO STEP 356 (remove_files) COMPLETE |
5434 | 2024-12-21T03:08:56.554Z | [ recovery-image] Dec 21 03:08:55.883 INFO O| Dec 21 03:08:55.882 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-21T03:08:56.566Z | [ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5436 | 2024-12-21T03:08:56.566Z | [ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO STEP 357 (remove_files) COMPLETE |
5437 | 2024-12-21T03:08:56.566Z | [ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-21T03:08:56.602Z | [ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5439 | 2024-12-21T03:08:56.605Z | [ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO STEP 358 (remove_files) COMPLETE |
5440 | 2024-12-21T03:08:56.605Z | [ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-21T03:08:56.623Z | [ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5442 | 2024-12-21T03:08:56.623Z | [ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO STEP 359 (remove_files) COMPLETE |
5443 | 2024-12-21T03:08:56.628Z | [ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-21T03:08:56.642Z | [ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5445 | 2024-12-21T03:08:56.645Z | [ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO STEP 360 (remove_files) COMPLETE |
5446 | 2024-12-21T03:08:56.645Z | [ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-21T03:08:56.659Z | [ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5448 | 2024-12-21T03:08:56.662Z | [ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO STEP 361 (remove_files) COMPLETE |
5449 | 2024-12-21T03:08:56.662Z | [ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-21T03:08:56.695Z | [ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5451 | 2024-12-21T03:08:56.695Z | [ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO STEP 362 (remove_files) COMPLETE |
5452 | 2024-12-21T03:08:56.696Z | [ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-21T03:08:56.711Z | [ recovery-image] Dec 21 03:08:56.044 INFO O| Dec 21 03:08:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5454 | 2024-12-21T03:08:56.711Z | [ recovery-image] Dec 21 03:08:56.045 INFO O| Dec 21 03:08:56.045 INFO STEP 363 (remove_files) COMPLETE |
5455 | 2024-12-21T03:08:56.711Z | [ recovery-image] Dec 21 03:08:56.045 INFO O| Dec 21 03:08:56.045 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-21T03:08:56.730Z | [ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5457 | 2024-12-21T03:08:56.730Z | [ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO STEP 364 (remove_files) COMPLETE |
5458 | 2024-12-21T03:08:56.730Z | [ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-21T03:08:56.749Z | [ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5460 | 2024-12-21T03:08:56.749Z | [ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO STEP 365 (remove_files) COMPLETE |
5461 | 2024-12-21T03:08:56.753Z | [ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-21T03:08:56.771Z | [ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5463 | 2024-12-21T03:08:56.772Z | [ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO STEP 366 (remove_files) COMPLETE |
5464 | 2024-12-21T03:08:56.772Z | [ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-21T03:08:56.802Z | [ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5466 | 2024-12-21T03:08:56.802Z | [ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO STEP 367 (remove_files) COMPLETE |
5467 | 2024-12-21T03:08:56.802Z | [ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-21T03:08:56.819Z | [ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5469 | 2024-12-21T03:08:56.819Z | [ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.154 INFO STEP 368 (remove_files) COMPLETE |
5470 | 2024-12-21T03:08:56.819Z | [ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.154 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-21T03:08:56.865Z | [ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5472 | 2024-12-21T03:08:56.866Z | [ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO STEP 369 (remove_files) COMPLETE |
5473 | 2024-12-21T03:08:56.868Z | [ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-21T03:08:56.884Z | [ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5475 | 2024-12-21T03:08:56.885Z | [ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO STEP 370 (remove_files) COMPLETE |
5476 | 2024-12-21T03:08:56.885Z | [ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-21T03:08:56.923Z | [ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5478 | 2024-12-21T03:08:56.923Z | [ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO STEP 371 (remove_files) COMPLETE |
5479 | 2024-12-21T03:08:56.923Z | [ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-21T03:08:56.958Z | [ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5481 | 2024-12-21T03:08:56.958Z | [ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO STEP 372 (remove_files) COMPLETE |
5482 | 2024-12-21T03:08:56.958Z | [ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-21T03:08:56.976Z | [ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5484 | 2024-12-21T03:08:56.976Z | [ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO STEP 373 (remove_files) COMPLETE |
5485 | 2024-12-21T03:08:56.980Z | [ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-21T03:08:57.011Z | [ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5487 | 2024-12-21T03:08:57.011Z | [ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO STEP 374 (remove_files) COMPLETE |
5488 | 2024-12-21T03:08:57.011Z | [ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-21T03:08:57.031Z | [ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5490 | 2024-12-21T03:08:57.032Z | [ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.366 INFO STEP 375 (remove_files) COMPLETE |
5491 | 2024-12-21T03:08:57.035Z | [ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.366 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-21T03:08:57.050Z | [ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5493 | 2024-12-21T03:08:57.055Z | [ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO STEP 376 (remove_files) COMPLETE |
5494 | 2024-12-21T03:08:57.056Z | [ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-21T03:08:57.068Z | [ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5496 | 2024-12-21T03:08:57.068Z | [ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO STEP 377 (remove_files) COMPLETE |
5497 | 2024-12-21T03:08:57.068Z | [ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-21T03:08:57.098Z | [ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5499 | 2024-12-21T03:08:57.098Z | [ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO STEP 378 (remove_files) COMPLETE |
5500 | 2024-12-21T03:08:57.101Z | [ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-21T03:08:57.129Z | [ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5502 | 2024-12-21T03:08:57.129Z | [ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.464 INFO STEP 379 (remove_files) COMPLETE |
5503 | 2024-12-21T03:08:57.132Z | [ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.464 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-21T03:08:57.148Z | [ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5505 | 2024-12-21T03:08:57.148Z | [ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.483 INFO STEP 380 (remove_files) COMPLETE |
5506 | 2024-12-21T03:08:57.148Z | [ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.483 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-21T03:08:57.198Z | [ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5508 | 2024-12-21T03:08:57.204Z | [ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO STEP 381 (remove_files) COMPLETE |
5509 | 2024-12-21T03:08:57.204Z | [ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-21T03:08:57.231Z | [ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5511 | 2024-12-21T03:08:57.231Z | [ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO STEP 382 (remove_files) COMPLETE |
5512 | 2024-12-21T03:08:57.231Z | [ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-21T03:08:57.249Z | [ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5514 | 2024-12-21T03:08:57.249Z | [ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.584 INFO STEP 383 (remove_files) COMPLETE |
5515 | 2024-12-21T03:08:57.253Z | [ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.584 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-21T03:08:57.269Z | [ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5517 | 2024-12-21T03:08:57.269Z | [ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO STEP 384 (remove_files) COMPLETE |
5518 | 2024-12-21T03:08:57.269Z | [ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-21T03:08:57.288Z | [ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5520 | 2024-12-21T03:08:57.288Z | [ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO STEP 385 (remove_files) COMPLETE |
5521 | 2024-12-21T03:08:57.288Z | [ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-21T03:08:57.323Z | [ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5523 | 2024-12-21T03:08:57.323Z | [ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO STEP 386 (remove_files) COMPLETE |
5524 | 2024-12-21T03:08:57.324Z | [ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-21T03:08:57.345Z | [ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5526 | 2024-12-21T03:08:57.346Z | [ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO STEP 387 (remove_files) COMPLETE |
5527 | 2024-12-21T03:08:57.366Z | [ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-21T03:08:57.371Z | [ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5529 | 2024-12-21T03:08:57.374Z | [ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO STEP 388 (remove_files) COMPLETE |
5530 | 2024-12-21T03:08:57.374Z | [ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-21T03:08:57.428Z | [ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5532 | 2024-12-21T03:08:57.428Z | [ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO STEP 389 (remove_files) COMPLETE |
5533 | 2024-12-21T03:08:57.428Z | [ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-21T03:08:57.451Z | [ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5535 | 2024-12-21T03:08:57.451Z | [ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO STEP 390 (remove_files) COMPLETE |
5536 | 2024-12-21T03:08:57.454Z | [ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-21T03:08:57.479Z | [ recovery-image] Dec 21 03:08:56.813 INFO O| Dec 21 03:08:56.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5538 | 2024-12-21T03:08:57.498Z | [ recovery-image] Dec 21 03:08:56.832 INFO O| Dec 21 03:08:56.832 INFO STEP 391 (remove_files) COMPLETE |
5539 | 2024-12-21T03:08:57.498Z | [ recovery-image] Dec 21 03:08:56.832 INFO O| Dec 21 03:08:56.832 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-21T03:08:57.568Z | [ recovery-image] Dec 21 03:08:56.903 INFO O| Dec 21 03:08:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5541 | 2024-12-21T03:08:57.588Z | [ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.923 INFO STEP 392 (remove_files) COMPLETE |
5542 | 2024-12-21T03:08:57.588Z | [ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.923 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-21T03:08:57.626Z | [ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5544 | 2024-12-21T03:08:57.627Z | [ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO STEP 393 (remove_files) COMPLETE |
5545 | 2024-12-21T03:08:57.629Z | [ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-21T03:08:57.662Z | [ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5547 | 2024-12-21T03:08:57.662Z | [ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO STEP 394 (remove_files) COMPLETE |
5548 | 2024-12-21T03:08:57.662Z | [ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-21T03:08:57.703Z | [ recovery-image] Dec 21 03:08:57.037 INFO O| Dec 21 03:08:57.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5550 | 2024-12-21T03:08:57.711Z | [ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO STEP 395 (remove_files) COMPLETE |
5551 | 2024-12-21T03:08:57.711Z | [ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-21T03:08:57.782Z | [ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5553 | 2024-12-21T03:08:57.782Z | [ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO STEP 396 (remove_files) COMPLETE |
5554 | 2024-12-21T03:08:57.785Z | [ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-21T03:08:57.817Z | [ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5556 | 2024-12-21T03:08:57.817Z | [ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO STEP 397 (remove_files) COMPLETE |
5557 | 2024-12-21T03:08:57.817Z | [ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-21T03:08:57.849Z | [ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5559 | 2024-12-21T03:08:57.849Z | [ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO STEP 398 (remove_files) COMPLETE |
5560 | 2024-12-21T03:08:57.849Z | [ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-21T03:08:57.869Z | [ host-image] Dec 21 03:08:57.203 INFO O| Dec 21 03:08:57.203 INFO O| Planning: Solver setup ... Done |
5562 | 2024-12-21T03:08:57.877Z | [ host-image] Dec 21 03:08:57.211 INFO O| Dec 21 03:08:57.211 INFO O| Planning: Running solver ... Done |
5563 | 2024-12-21T03:08:57.903Z | [ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5564 | 2024-12-21T03:08:57.903Z | [ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO STEP 399 (remove_files) COMPLETE |
5565 | 2024-12-21T03:08:57.903Z | [ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-21T03:08:57.922Z | [ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5567 | 2024-12-21T03:08:57.922Z | [ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO STEP 400 (remove_files) COMPLETE |
5568 | 2024-12-21T03:08:57.925Z | [ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-21T03:08:57.974Z | [ host-image] Dec 21 03:08:57.308 INFO O| Dec 21 03:08:57.308 INFO O| Planning: Finding local manifests ... Done |
5570 | 2024-12-21T03:08:57.979Z | [ host-image] Dec 21 03:08:57.310 INFO O| Dec 21 03:08:57.310 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5571 | 2024-12-21T03:08:57.979Z | [ recovery-image] Dec 21 03:08:57.314 INFO O| Dec 21 03:08:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5572 | 2024-12-21T03:08:58.002Z | [ recovery-image] Dec 21 03:08:57.336 INFO O| Dec 21 03:08:57.336 INFO STEP 401 (remove_files) COMPLETE |
5573 | 2024-12-21T03:08:58.002Z | [ recovery-image] Dec 21 03:08:57.336 INFO O| Dec 21 03:08:57.336 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-21T03:08:58.022Z | [ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5575 | 2024-12-21T03:08:58.022Z | [ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.357 INFO STEP 402 (remove_files) COMPLETE |
5576 | 2024-12-21T03:08:58.022Z | [ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.357 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-21T03:08:58.060Z | [ recovery-image] Dec 21 03:08:57.394 INFO O| Dec 21 03:08:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5578 | 2024-12-21T03:08:58.063Z | [ recovery-image] Dec 21 03:08:57.394 INFO O| Dec 21 03:08:57.394 INFO STEP 403 (remove_files) COMPLETE |
5579 | 2024-12-21T03:08:58.063Z | [ recovery-image] Dec 21 03:08:57.395 INFO O| Dec 21 03:08:57.395 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-21T03:08:58.080Z | [ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5581 | 2024-12-21T03:08:58.083Z | [ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO STEP 404 (remove_files) COMPLETE |
5582 | 2024-12-21T03:08:58.083Z | [ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-21T03:08:58.112Z | [ recovery-image] Dec 21 03:08:57.446 INFO O| Dec 21 03:08:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5584 | 2024-12-21T03:08:58.115Z | [ recovery-image] Dec 21 03:08:57.447 INFO O| Dec 21 03:08:57.446 INFO STEP 405 (remove_files) COMPLETE |
5585 | 2024-12-21T03:08:58.115Z | [ recovery-image] Dec 21 03:08:57.447 INFO O| Dec 21 03:08:57.447 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-21T03:08:58.174Z | [ recovery-image] Dec 21 03:08:57.508 INFO O| Dec 21 03:08:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5587 | 2024-12-21T03:08:58.176Z | [ recovery-image] Dec 21 03:08:57.509 INFO O| Dec 21 03:08:57.508 INFO STEP 406 (remove_files) COMPLETE |
5588 | 2024-12-21T03:08:58.176Z | [ recovery-image] Dec 21 03:08:57.509 INFO O| Dec 21 03:08:57.509 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-21T03:08:58.221Z | [ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5590 | 2024-12-21T03:08:58.221Z | [ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO STEP 407 (remove_files) COMPLETE |
5591 | 2024-12-21T03:08:58.221Z | [ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-12-21T03:08:58.240Z | [ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5593 | 2024-12-21T03:08:58.240Z | [ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO STEP 408 (remove_files) COMPLETE |
5594 | 2024-12-21T03:08:58.240Z | [ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-12-21T03:08:58.257Z | [ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5596 | 2024-12-21T03:08:58.257Z | [ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO STEP 409 (remove_files) COMPLETE |
5597 | 2024-12-21T03:08:58.257Z | [ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-12-21T03:08:58.280Z | [ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5599 | 2024-12-21T03:08:58.280Z | [ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO STEP 410 (remove_files) COMPLETE |
5600 | 2024-12-21T03:08:58.280Z | [ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-12-21T03:08:58.311Z | [ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5602 | 2024-12-21T03:08:58.311Z | [ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO STEP 411 (remove_files) COMPLETE |
5603 | 2024-12-21T03:08:58.312Z | [ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-12-21T03:08:58.336Z | [ recovery-image] Dec 21 03:08:57.670 INFO O| Dec 21 03:08:57.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5605 | 2024-12-21T03:08:58.339Z | [ recovery-image] Dec 21 03:08:57.670 INFO O| Dec 21 03:08:57.670 INFO STEP 412 (remove_files) COMPLETE |
5606 | 2024-12-21T03:08:58.339Z | [ recovery-image] Dec 21 03:08:57.671 INFO O| Dec 21 03:08:57.670 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-12-21T03:08:58.355Z | [ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5608 | 2024-12-21T03:08:58.358Z | [ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO STEP 413 (remove_files) COMPLETE |
5609 | 2024-12-21T03:08:58.358Z | [ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-12-21T03:08:58.374Z | [ recovery-image] Dec 21 03:08:57.708 INFO O| Dec 21 03:08:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5611 | 2024-12-21T03:08:58.378Z | [ recovery-image] Dec 21 03:08:57.709 INFO O| Dec 21 03:08:57.708 INFO STEP 414 (remove_files) COMPLETE |
5612 | 2024-12-21T03:08:58.378Z | [ recovery-image] Dec 21 03:08:57.709 INFO O| Dec 21 03:08:57.708 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-21T03:08:58.393Z | [ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5614 | 2024-12-21T03:08:58.393Z | [ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO STEP 415 (remove_files) COMPLETE |
5615 | 2024-12-21T03:08:58.397Z | [ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-21T03:08:58.413Z | [ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5617 | 2024-12-21T03:08:58.416Z | [ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO STEP 416 (remove_files) COMPLETE |
5618 | 2024-12-21T03:08:58.416Z | [ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-21T03:08:58.446Z | [ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5620 | 2024-12-21T03:08:58.449Z | [ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO STEP 417 (remove_files) COMPLETE |
5621 | 2024-12-21T03:08:58.449Z | [ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-21T03:08:58.464Z | [ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5623 | 2024-12-21T03:08:58.468Z | [ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO STEP 418 (remove_files) COMPLETE |
5624 | 2024-12-21T03:08:58.468Z | [ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-21T03:08:58.486Z | [ host-image] Dec 21 03:08:57.820 INFO O| Dec 21 03:08:57.820 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5626 | 2024-12-21T03:08:58.495Z | [ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5627 | 2024-12-21T03:08:58.497Z | [ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO STEP 419 (remove_files) COMPLETE |
5628 | 2024-12-21T03:08:58.497Z | [ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-21T03:08:58.515Z | [ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5630 | 2024-12-21T03:08:58.518Z | [ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.850 INFO STEP 420 (remove_files) COMPLETE |
5631 | 2024-12-21T03:08:58.518Z | [ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.850 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-21T03:08:58.534Z | [ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5633 | 2024-12-21T03:08:58.534Z | [ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO STEP 421 (remove_files) COMPLETE |
5634 | 2024-12-21T03:08:58.534Z | [ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-21T03:08:58.537Z | [ host-image] Dec 21 03:08:57.872 INFO O| Dec 21 03:08:57.872 INFO O| Planning: Package planning ... Done |
5636 | 2024-12-21T03:08:58.552Z | [ recovery-image] Dec 21 03:08:57.885 INFO O| Dec 21 03:08:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5637 | 2024-12-21T03:08:58.555Z | [ recovery-image] Dec 21 03:08:57.885 INFO O| Dec 21 03:08:57.885 INFO STEP 422 (remove_files) COMPLETE |
5638 | 2024-12-21T03:08:58.555Z | [ recovery-image] Dec 21 03:08:57.886 INFO O| Dec 21 03:08:57.885 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-21T03:08:58.567Z | [ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5640 | 2024-12-21T03:08:58.567Z | [ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 423 (remove_files) COMPLETE |
5641 | 2024-12-21T03:08:58.574Z | [ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-21T03:08:58.574Z | [ host-image] Dec 21 03:08:57.908 INFO O| Dec 21 03:08:57.908 INFO O| Planning: Merging actions ... Done |
5643 | 2024-12-21T03:08:58.594Z | [ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5644 | 2024-12-21T03:08:58.597Z | [ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO STEP 424 (remove_files) COMPLETE |
5645 | 2024-12-21T03:08:58.597Z | [ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-12-21T03:08:58.613Z | [ recovery-image] Dec 21 03:08:57.946 INFO O| Dec 21 03:08:57.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5647 | 2024-12-21T03:08:58.631Z | [ recovery-image] Dec 21 03:08:57.966 INFO O| Dec 21 03:08:57.966 INFO STEP 425 (remove_files) COMPLETE |
5648 | 2024-12-21T03:08:58.632Z | [ recovery-image] Dec 21 03:08:57.966 INFO O| Dec 21 03:08:57.966 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-12-21T03:08:58.651Z | [ recovery-image] Dec 21 03:08:57.985 INFO O| Dec 21 03:08:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5650 | 2024-12-21T03:08:58.654Z | [ recovery-image] Dec 21 03:08:57.985 INFO O| Dec 21 03:08:57.985 INFO STEP 426 (remove_files) COMPLETE |
5651 | 2024-12-21T03:08:58.654Z | [ recovery-image] Dec 21 03:08:57.986 INFO O| Dec 21 03:08:57.985 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-12-21T03:08:58.672Z | [ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5653 | 2024-12-21T03:08:58.672Z | [ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO STEP 427 (remove_files) COMPLETE |
5654 | 2024-12-21T03:08:58.675Z | [ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-12-21T03:08:58.691Z | [ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5656 | 2024-12-21T03:08:58.692Z | [ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO STEP 428 (remove_files) COMPLETE |
5657 | 2024-12-21T03:08:58.692Z | [ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-12-21T03:08:58.710Z | [ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5659 | 2024-12-21T03:08:58.710Z | [ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO STEP 429 (remove_files) COMPLETE |
5660 | 2024-12-21T03:08:58.717Z | [ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-12-21T03:08:58.741Z | [ recovery-image] Dec 21 03:08:58.075 INFO O| Dec 21 03:08:58.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5662 | 2024-12-21T03:08:58.744Z | [ recovery-image] Dec 21 03:08:58.075 INFO O| Dec 21 03:08:58.075 INFO STEP 430 (remove_files) COMPLETE |
5663 | 2024-12-21T03:08:58.744Z | [ recovery-image] Dec 21 03:08:58.076 INFO O| Dec 21 03:08:58.075 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-12-21T03:08:58.747Z | [ host-image] Dec 21 03:08:58.081 INFO O| Dec 21 03:08:58.080 INFO O| Planning: Checking for conflicting actions ... Done |
5665 | 2024-12-21T03:08:58.753Z | [ host-image] Dec 21 03:08:58.088 INFO O| Dec 21 03:08:58.088 INFO O| Planning: Consolidating action changes ... Done |
5666 | 2024-12-21T03:08:58.773Z | [ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5667 | 2024-12-21T03:08:58.773Z | [ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO STEP 431 (remove_files) COMPLETE |
5668 | 2024-12-21T03:08:58.778Z | [ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-21T03:08:58.823Z | [ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5670 | 2024-12-21T03:08:58.823Z | [ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO STEP 432 (remove_files) COMPLETE |
5671 | 2024-12-21T03:08:58.823Z | [ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-21T03:08:58.840Z | [ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5673 | 2024-12-21T03:08:58.840Z | [ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.175 INFO STEP 433 (remove_files) COMPLETE |
5674 | 2024-12-21T03:08:58.840Z | [ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.175 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-21T03:08:58.878Z | [ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5676 | 2024-12-21T03:08:58.878Z | [ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 434 (remove_files) COMPLETE |
5677 | 2024-12-21T03:08:58.881Z | [ recovery-image] Dec 21 03:08:58.211 INFO O| Dec 21 03:08:58.211 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-21T03:08:58.896Z | [ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5679 | 2024-12-21T03:08:58.896Z | [ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO STEP 435 (remove_files) COMPLETE |
5680 | 2024-12-21T03:08:58.899Z | [ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-21T03:08:58.913Z | [ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5682 | 2024-12-21T03:08:58.913Z | [ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO STEP 436 (remove_files) COMPLETE |
5683 | 2024-12-21T03:08:58.918Z | [ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-21T03:08:58.932Z | [ recovery-image] Dec 21 03:08:58.266 INFO O| Dec 21 03:08:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5685 | 2024-12-21T03:08:58.935Z | [ recovery-image] Dec 21 03:08:58.267 INFO O| Dec 21 03:08:58.266 INFO STEP 437 (remove_files) COMPLETE |
5686 | 2024-12-21T03:08:58.935Z | [ recovery-image] Dec 21 03:08:58.267 INFO O| Dec 21 03:08:58.267 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-21T03:08:58.951Z | [ recovery-image] Dec 21 03:08:58.285 INFO O| Dec 21 03:08:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5688 | 2024-12-21T03:08:58.951Z | [ recovery-image] Dec 21 03:08:58.286 INFO O| Dec 21 03:08:58.286 INFO STEP 438 (remove_files) COMPLETE |
5689 | 2024-12-21T03:08:58.953Z | [ recovery-image] Dec 21 03:08:58.286 INFO O| Dec 21 03:08:58.286 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-21T03:08:58.974Z | [ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5691 | 2024-12-21T03:08:58.979Z | [ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO STEP 439 (remove_files) COMPLETE |
5692 | 2024-12-21T03:08:58.979Z | [ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-21T03:08:58.994Z | [ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5694 | 2024-12-21T03:08:58.998Z | [ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO STEP 440 (remove_files) COMPLETE |
5695 | 2024-12-21T03:08:58.998Z | [ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-21T03:08:59.038Z | [ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5697 | 2024-12-21T03:08:59.039Z | [ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO STEP 441 (remove_files) COMPLETE |
5698 | 2024-12-21T03:08:59.039Z | [ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-21T03:08:59.058Z | [ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5700 | 2024-12-21T03:08:59.058Z | [ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO STEP 442 (remove_files) COMPLETE |
5701 | 2024-12-21T03:08:59.058Z | [ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-21T03:08:59.118Z | [ recovery-image] Dec 21 03:08:58.452 INFO O| Dec 21 03:08:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5703 | 2024-12-21T03:08:59.118Z | [ recovery-image] Dec 21 03:08:58.453 INFO O| Dec 21 03:08:58.453 INFO STEP 443 (remove_files) COMPLETE |
5704 | 2024-12-21T03:08:59.118Z | [ recovery-image] Dec 21 03:08:58.453 INFO O| Dec 21 03:08:58.453 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-21T03:08:59.140Z | [ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5706 | 2024-12-21T03:08:59.140Z | [ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO STEP 444 (remove_files) COMPLETE |
5707 | 2024-12-21T03:08:59.143Z | [ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-21T03:08:59.171Z | [ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5709 | 2024-12-21T03:08:59.171Z | [ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 445 (remove_files) COMPLETE |
5710 | 2024-12-21T03:08:59.174Z | [ recovery-image] Dec 21 03:08:58.505 INFO O| Dec 21 03:08:58.504 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-21T03:08:59.201Z | [ recovery-image] Dec 21 03:08:58.535 INFO O| Dec 21 03:08:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5712 | 2024-12-21T03:08:59.207Z | [ recovery-image] Dec 21 03:08:58.535 INFO O| Dec 21 03:08:58.535 INFO STEP 446 (remove_files) COMPLETE |
5713 | 2024-12-21T03:08:59.208Z | [ recovery-image] Dec 21 03:08:58.536 INFO O| Dec 21 03:08:58.535 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-21T03:08:59.219Z | [ recovery-image] Dec 21 03:08:58.553 INFO O| Dec 21 03:08:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5715 | 2024-12-21T03:08:59.223Z | [ recovery-image] Dec 21 03:08:58.554 INFO O| Dec 21 03:08:58.554 INFO STEP 447 (remove_files) COMPLETE |
5716 | 2024-12-21T03:08:59.223Z | [ recovery-image] Dec 21 03:08:58.554 INFO O| Dec 21 03:08:58.554 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-21T03:08:59.251Z | [ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5718 | 2024-12-21T03:08:59.251Z | [ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO STEP 448 (remove_files) COMPLETE |
5719 | 2024-12-21T03:08:59.251Z | [ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-21T03:08:59.264Z | [ host-image] Dec 21 03:08:58.598 INFO O| Dec 21 03:08:58.598 INFO O| Planning: Evaluating mediators ... Done |
5721 | 2024-12-21T03:08:59.269Z | [ host-image] Dec 21 03:08:58.603 INFO O| Dec 21 03:08:58.603 INFO O| Planning: Planning completed in 5.70 seconds |
5722 | 2024-12-21T03:08:59.272Z | [ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Packages to install: 6 |
5723 | 2024-12-21T03:08:59.272Z | [ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Mediators to change: 1 |
5724 | 2024-12-21T03:08:59.277Z | [ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Services to change: 1 |
5725 | 2024-12-21T03:08:59.288Z | [ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5726 | 2024-12-21T03:08:59.291Z | [ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO STEP 449 (remove_files) COMPLETE |
5727 | 2024-12-21T03:08:59.291Z | [ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-21T03:08:59.309Z | [ host-image] Dec 21 03:08:58.642 INFO O| Dec 21 03:08:58.642 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5729 | 2024-12-21T03:08:59.330Z | [ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5730 | 2024-12-21T03:08:59.330Z | [ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO STEP 450 (remove_files) COMPLETE |
5731 | 2024-12-21T03:08:59.333Z | [ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-21T03:08:59.392Z | [ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5733 | 2024-12-21T03:08:59.392Z | [ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO STEP 451 (remove_files) COMPLETE |
5734 | 2024-12-21T03:08:59.392Z | [ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-21T03:08:59.410Z | [ recovery-image] Dec 21 03:08:58.744 INFO O| Dec 21 03:08:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5736 | 2024-12-21T03:08:59.416Z | [ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 452 (remove_files) COMPLETE |
5737 | 2024-12-21T03:08:59.416Z | [ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-21T03:08:59.437Z | [ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5739 | 2024-12-21T03:08:59.437Z | [ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO STEP 453 (remove_files) COMPLETE |
5740 | 2024-12-21T03:08:59.441Z | [ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-21T03:08:59.464Z | [ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5742 | 2024-12-21T03:08:59.464Z | [ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO STEP 454 (remove_files) COMPLETE |
5743 | 2024-12-21T03:08:59.466Z | [ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-21T03:08:59.510Z | [ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5745 | 2024-12-21T03:08:59.510Z | [ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO STEP 455 (remove_files) COMPLETE |
5746 | 2024-12-21T03:08:59.510Z | [ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-21T03:08:59.530Z | [ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5748 | 2024-12-21T03:08:59.530Z | [ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO STEP 456 (remove_files) COMPLETE |
5749 | 2024-12-21T03:08:59.532Z | [ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-21T03:08:59.565Z | [ recovery-image] Dec 21 03:08:58.899 INFO O| Dec 21 03:08:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5751 | 2024-12-21T03:08:59.565Z | [ recovery-image] Dec 21 03:08:58.900 INFO O| Dec 21 03:08:58.899 INFO STEP 457 (remove_files) COMPLETE |
5752 | 2024-12-21T03:08:59.568Z | [ recovery-image] Dec 21 03:08:58.900 INFO O| Dec 21 03:08:58.899 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-21T03:08:59.585Z | [ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5754 | 2024-12-21T03:08:59.585Z | [ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO STEP 458 (remove_files) COMPLETE |
5755 | 2024-12-21T03:08:59.585Z | [ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-21T03:08:59.604Z | [ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5757 | 2024-12-21T03:08:59.604Z | [ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO STEP 459 (remove_files) COMPLETE |
5758 | 2024-12-21T03:08:59.607Z | [ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-21T03:08:59.623Z | [ recovery-image] Dec 21 03:08:58.957 INFO O| Dec 21 03:08:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5760 | 2024-12-21T03:08:59.642Z | [ recovery-image] Dec 21 03:08:58.976 INFO O| Dec 21 03:08:58.976 INFO STEP 460 (remove_files) COMPLETE |
5761 | 2024-12-21T03:08:59.642Z | [ recovery-image] Dec 21 03:08:58.976 INFO O| Dec 21 03:08:58.976 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-21T03:08:59.700Z | [ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5763 | 2024-12-21T03:08:59.700Z | [ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO STEP 461 (remove_files) COMPLETE |
5764 | 2024-12-21T03:08:59.702Z | [ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-21T03:08:59.719Z | [ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5766 | 2024-12-21T03:08:59.719Z | [ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO STEP 462 (remove_files) COMPLETE |
5767 | 2024-12-21T03:08:59.719Z | [ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-21T03:08:59.737Z | [ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5769 | 2024-12-21T03:08:59.737Z | [ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO STEP 463 (remove_files) COMPLETE |
5770 | 2024-12-21T03:08:59.737Z | [ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-21T03:08:59.755Z | [ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5772 | 2024-12-21T03:08:59.756Z | [ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO STEP 464 (remove_files) COMPLETE |
5773 | 2024-12-21T03:08:59.756Z | [ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-21T03:08:59.774Z | [ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5775 | 2024-12-21T03:08:59.774Z | [ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.109 INFO STEP 465 (remove_files) COMPLETE |
5776 | 2024-12-21T03:08:59.779Z | [ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.109 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-21T03:08:59.796Z | [ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5778 | 2024-12-21T03:08:59.796Z | [ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO STEP 466 (remove_files) COMPLETE |
5779 | 2024-12-21T03:08:59.796Z | [ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-21T03:08:59.827Z | [ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5781 | 2024-12-21T03:08:59.827Z | [ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO STEP 467 (remove_files) COMPLETE |
5782 | 2024-12-21T03:08:59.828Z | [ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-21T03:08:59.851Z | [ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5784 | 2024-12-21T03:08:59.851Z | [ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO STEP 468 (remove_files) COMPLETE |
5785 | 2024-12-21T03:08:59.854Z | [ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-21T03:08:59.866Z | [ recovery-image] Dec 21 03:08:59.199 INFO O| Dec 21 03:08:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5787 | 2024-12-21T03:08:59.866Z | [ recovery-image] Dec 21 03:08:59.200 INFO O| Dec 21 03:08:59.200 INFO STEP 469 (remove_files) COMPLETE |
5788 | 2024-12-21T03:08:59.866Z | [ recovery-image] Dec 21 03:08:59.200 INFO O| Dec 21 03:08:59.200 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-21T03:08:59.905Z | [ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5790 | 2024-12-21T03:08:59.905Z | [ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO STEP 470 (remove_files) COMPLETE |
5791 | 2024-12-21T03:08:59.905Z | [ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-21T03:08:59.927Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5793 | 2024-12-21T03:08:59.927Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 471 (remove_files) COMPLETE |
5794 | 2024-12-21T03:08:59.927Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-21T03:08:59.945Z | [ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5796 | 2024-12-21T03:08:59.945Z | [ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO STEP 472 (remove_files) COMPLETE |
5797 | 2024-12-21T03:08:59.945Z | [ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-21T03:08:59.965Z | [ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5799 | 2024-12-21T03:08:59.965Z | [ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO STEP 473 (remove_files) COMPLETE |
5800 | 2024-12-21T03:08:59.971Z | [ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-21T03:08:59.984Z | [ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5802 | 2024-12-21T03:08:59.984Z | [ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO STEP 474 (remove_files) COMPLETE |
5803 | 2024-12-21T03:08:59.992Z | [ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-21T03:09:00.004Z | [ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5805 | 2024-12-21T03:09:00.004Z | [ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO STEP 475 (remove_files) COMPLETE |
5806 | 2024-12-21T03:09:00.007Z | [ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-21T03:09:00.023Z | [ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5808 | 2024-12-21T03:09:00.023Z | [ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO STEP 476 (remove_files) COMPLETE |
5809 | 2024-12-21T03:09:00.023Z | [ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-21T03:09:00.041Z | [ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5811 | 2024-12-21T03:09:00.041Z | [ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.376 INFO STEP 477 (remove_files) COMPLETE |
5812 | 2024-12-21T03:09:00.044Z | [ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.376 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-21T03:09:00.061Z | [ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5814 | 2024-12-21T03:09:00.061Z | [ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO STEP 478 (remove_files) COMPLETE |
5815 | 2024-12-21T03:09:00.061Z | [ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-21T03:09:00.080Z | [ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5817 | 2024-12-21T03:09:00.080Z | [ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO STEP 479 (remove_files) COMPLETE |
5818 | 2024-12-21T03:09:00.084Z | [ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-21T03:09:00.115Z | [ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5820 | 2024-12-21T03:09:00.117Z | [ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO STEP 480 (remove_files) COMPLETE |
5821 | 2024-12-21T03:09:00.117Z | [ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-21T03:09:00.135Z | [ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5823 | 2024-12-21T03:09:00.138Z | [ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO STEP 481 (remove_files) COMPLETE |
5824 | 2024-12-21T03:09:00.138Z | [ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-21T03:09:00.154Z | [ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5826 | 2024-12-21T03:09:00.154Z | [ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO STEP 482 (remove_files) COMPLETE |
5827 | 2024-12-21T03:09:00.154Z | [ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-21T03:09:00.173Z | [ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5829 | 2024-12-21T03:09:00.173Z | [ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO STEP 483 (remove_files) COMPLETE |
5830 | 2024-12-21T03:09:00.176Z | [ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-21T03:09:00.224Z | [ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5832 | 2024-12-21T03:09:00.227Z | [ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO STEP 484 (remove_files) COMPLETE |
5833 | 2024-12-21T03:09:00.227Z | [ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-21T03:09:00.256Z | [ recovery-image] Dec 21 03:08:59.590 INFO O| Dec 21 03:08:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5835 | 2024-12-21T03:09:00.256Z | [ recovery-image] Dec 21 03:08:59.591 INFO O| Dec 21 03:08:59.591 INFO STEP 485 (remove_files) COMPLETE |
5836 | 2024-12-21T03:09:00.256Z | [ recovery-image] Dec 21 03:08:59.591 INFO O| Dec 21 03:08:59.591 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-21T03:09:00.274Z | [ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5838 | 2024-12-21T03:09:00.274Z | [ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 486 (remove_files) COMPLETE |
5839 | 2024-12-21T03:09:00.278Z | [ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-21T03:09:00.293Z | [ recovery-image] Dec 21 03:08:59.623 INFO O| Dec 21 03:08:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5841 | 2024-12-21T03:09:00.293Z | [ recovery-image] Dec 21 03:08:59.624 INFO O| Dec 21 03:08:59.624 INFO STEP 487 (remove_files) COMPLETE |
5842 | 2024-12-21T03:09:00.293Z | [ recovery-image] Dec 21 03:08:59.624 INFO O| Dec 21 03:08:59.624 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-21T03:09:00.309Z | [ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5844 | 2024-12-21T03:09:00.309Z | [ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO STEP 488 (remove_files) COMPLETE |
5845 | 2024-12-21T03:09:00.312Z | [ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-21T03:09:00.325Z | [ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5847 | 2024-12-21T03:09:00.325Z | [ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO STEP 489 (remove_files) COMPLETE |
5848 | 2024-12-21T03:09:00.325Z | [ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-21T03:09:00.343Z | [ recovery-image] Dec 21 03:08:59.677 INFO O| Dec 21 03:08:59.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5850 | 2024-12-21T03:09:00.344Z | [ recovery-image] Dec 21 03:08:59.677 INFO O| Dec 21 03:08:59.677 INFO STEP 490 (remove_files) COMPLETE |
5851 | 2024-12-21T03:09:00.351Z | [ recovery-image] Dec 21 03:08:59.678 INFO O| Dec 21 03:08:59.677 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-21T03:09:00.377Z | [ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5853 | 2024-12-21T03:09:00.377Z | [ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO STEP 491 (remove_files) COMPLETE |
5854 | 2024-12-21T03:09:00.377Z | [ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-21T03:09:00.418Z | [ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5856 | 2024-12-21T03:09:00.418Z | [ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO STEP 492 (remove_files) COMPLETE |
5857 | 2024-12-21T03:09:00.421Z | [ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-21T03:09:00.434Z | [ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5859 | 2024-12-21T03:09:00.434Z | [ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO STEP 493 (remove_files) COMPLETE |
5860 | 2024-12-21T03:09:00.436Z | [ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-21T03:09:00.460Z | [ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5862 | 2024-12-21T03:09:00.460Z | [ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO STEP 494 (remove_files) COMPLETE |
5863 | 2024-12-21T03:09:00.460Z | [ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-21T03:09:00.537Z | [ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5865 | 2024-12-21T03:09:00.537Z | [ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO STEP 495 (remove_files) COMPLETE |
5866 | 2024-12-21T03:09:00.542Z | [ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-21T03:09:00.610Z | [ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5868 | 2024-12-21T03:09:00.610Z | [ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO STEP 496 (remove_files) COMPLETE |
5869 | 2024-12-21T03:09:00.610Z | [ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-21T03:09:00.628Z | [ recovery-image] Dec 21 03:08:59.962 INFO O| Dec 21 03:08:59.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5871 | 2024-12-21T03:09:00.628Z | [ recovery-image] Dec 21 03:08:59.962 INFO O| Dec 21 03:08:59.962 INFO STEP 497 (remove_files) COMPLETE |
5872 | 2024-12-21T03:09:00.632Z | [ recovery-image] Dec 21 03:08:59.963 INFO O| Dec 21 03:08:59.962 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-21T03:09:00.648Z | [ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5874 | 2024-12-21T03:09:00.651Z | [ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.982 INFO STEP 498 (remove_files) COMPLETE |
5875 | 2024-12-21T03:09:00.651Z | [ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.982 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-21T03:09:00.668Z | [ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5877 | 2024-12-21T03:09:00.668Z | [ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO STEP 499 (remove_files) COMPLETE |
5878 | 2024-12-21T03:09:00.668Z | [ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-21T03:09:00.689Z | [ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5880 | 2024-12-21T03:09:00.689Z | [ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO STEP 500 (remove_files) COMPLETE |
5881 | 2024-12-21T03:09:00.691Z | [ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-21T03:09:00.707Z | [ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5883 | 2024-12-21T03:09:00.707Z | [ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO STEP 501 (remove_files) COMPLETE |
5884 | 2024-12-21T03:09:00.709Z | [ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-21T03:09:00.725Z | [ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5886 | 2024-12-21T03:09:00.725Z | [ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO STEP 502 (remove_files) COMPLETE |
5887 | 2024-12-21T03:09:00.725Z | [ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-21T03:09:00.744Z | [ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5889 | 2024-12-21T03:09:00.748Z | [ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.078 INFO STEP 503 (remove_files) COMPLETE |
5890 | 2024-12-21T03:09:00.748Z | [ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.078 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-21T03:09:00.783Z | [ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5892 | 2024-12-21T03:09:00.783Z | [ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO STEP 504 (remove_files) COMPLETE |
5893 | 2024-12-21T03:09:00.783Z | [ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-21T03:09:00.818Z | [ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5895 | 2024-12-21T03:09:00.819Z | [ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO STEP 505 (remove_files) COMPLETE |
5896 | 2024-12-21T03:09:00.819Z | [ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-21T03:09:00.858Z | [ recovery-image] Dec 21 03:09:00.192 INFO O| Dec 21 03:09:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5898 | 2024-12-21T03:09:00.877Z | [ recovery-image] Dec 21 03:09:00.193 INFO O| Dec 21 03:09:00.193 INFO STEP 506 (remove_files) COMPLETE |
5899 | 2024-12-21T03:09:00.877Z | [ recovery-image] Dec 21 03:09:00.193 INFO O| Dec 21 03:09:00.193 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-21T03:09:00.898Z | [ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5901 | 2024-12-21T03:09:00.898Z | [ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO STEP 507 (remove_files) COMPLETE |
5902 | 2024-12-21T03:09:00.898Z | [ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-21T03:09:00.919Z | [ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5904 | 2024-12-21T03:09:00.919Z | [ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO STEP 508 (remove_files) COMPLETE |
5905 | 2024-12-21T03:09:00.919Z | [ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-21T03:09:00.936Z | [ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5907 | 2024-12-21T03:09:00.936Z | [ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO STEP 509 (remove_files) COMPLETE |
5908 | 2024-12-21T03:09:00.939Z | [ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-21T03:09:00.955Z | [ recovery-image] Dec 21 03:09:00.287 INFO O| Dec 21 03:09:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5910 | 2024-12-21T03:09:00.955Z | [ recovery-image] Dec 21 03:09:00.287 INFO O| Dec 21 03:09:00.287 INFO STEP 510 (remove_files) COMPLETE |
5911 | 2024-12-21T03:09:00.959Z | [ recovery-image] Dec 21 03:09:00.288 INFO O| Dec 21 03:09:00.287 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-21T03:09:00.972Z | [ recovery-image] Dec 21 03:09:00.305 INFO O| Dec 21 03:09:00.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5913 | 2024-12-21T03:09:00.972Z | [ recovery-image] Dec 21 03:09:00.306 INFO O| Dec 21 03:09:00.305 INFO STEP 511 (remove_files) COMPLETE |
5914 | 2024-12-21T03:09:00.972Z | [ recovery-image] Dec 21 03:09:00.306 INFO O| Dec 21 03:09:00.306 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-21T03:09:00.991Z | [ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5916 | 2024-12-21T03:09:00.991Z | [ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO STEP 512 (remove_files) COMPLETE |
5917 | 2024-12-21T03:09:00.991Z | [ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-21T03:09:01.032Z | [ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5919 | 2024-12-21T03:09:01.032Z | [ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO STEP 513 (remove_files) COMPLETE |
5920 | 2024-12-21T03:09:01.032Z | [ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-21T03:09:01.106Z | [ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5922 | 2024-12-21T03:09:01.106Z | [ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO STEP 514 (remove_files) COMPLETE |
5923 | 2024-12-21T03:09:01.106Z | [ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-21T03:09:01.128Z | [ recovery-image] Dec 21 03:09:00.459 INFO O| Dec 21 03:09:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5925 | 2024-12-21T03:09:01.128Z | [ recovery-image] Dec 21 03:09:00.460 INFO O| Dec 21 03:09:00.460 INFO STEP 515 (remove_files) COMPLETE |
5926 | 2024-12-21T03:09:01.128Z | [ recovery-image] Dec 21 03:09:00.460 INFO O| Dec 21 03:09:00.460 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-21T03:09:01.146Z | [ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5928 | 2024-12-21T03:09:01.146Z | [ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO STEP 516 (remove_files) COMPLETE |
5929 | 2024-12-21T03:09:01.150Z | [ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-21T03:09:01.164Z | [ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5931 | 2024-12-21T03:09:01.164Z | [ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.498 INFO STEP 517 (remove_files) COMPLETE |
5932 | 2024-12-21T03:09:01.164Z | [ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.498 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-21T03:09:01.182Z | [ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5934 | 2024-12-21T03:09:01.182Z | [ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO STEP 518 (remove_files) COMPLETE |
5935 | 2024-12-21T03:09:01.182Z | [ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-21T03:09:01.201Z | [ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5937 | 2024-12-21T03:09:01.201Z | [ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO STEP 519 (remove_files) COMPLETE |
5938 | 2024-12-21T03:09:01.201Z | [ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-21T03:09:01.221Z | [ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5940 | 2024-12-21T03:09:01.221Z | [ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO STEP 520 (remove_files) COMPLETE |
5941 | 2024-12-21T03:09:01.224Z | [ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-21T03:09:01.240Z | [ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5943 | 2024-12-21T03:09:01.240Z | [ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO STEP 521 (remove_files) COMPLETE |
5944 | 2024-12-21T03:09:01.240Z | [ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-21T03:09:01.259Z | [ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5946 | 2024-12-21T03:09:01.262Z | [ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO STEP 522 (remove_files) COMPLETE |
5947 | 2024-12-21T03:09:01.262Z | [ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-21T03:09:01.280Z | [ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5949 | 2024-12-21T03:09:01.280Z | [ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO STEP 523 (remove_files) COMPLETE |
5950 | 2024-12-21T03:09:01.280Z | [ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-21T03:09:01.299Z | [ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5952 | 2024-12-21T03:09:01.299Z | [ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO STEP 524 (remove_files) COMPLETE |
5953 | 2024-12-21T03:09:01.299Z | [ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-21T03:09:01.317Z | [ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5955 | 2024-12-21T03:09:01.317Z | [ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO STEP 525 (remove_files) COMPLETE |
5956 | 2024-12-21T03:09:01.317Z | [ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-21T03:09:01.340Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5958 | 2024-12-21T03:09:01.340Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 526 (remove_files) COMPLETE |
5959 | 2024-12-21T03:09:01.343Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-21T03:09:01.359Z | [ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5961 | 2024-12-21T03:09:01.359Z | [ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO STEP 527 (remove_files) COMPLETE |
5962 | 2024-12-21T03:09:01.359Z | [ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-21T03:09:01.386Z | [ recovery-image] Dec 21 03:09:00.712 INFO O| Dec 21 03:09:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5964 | 2024-12-21T03:09:01.407Z | [ recovery-image] Dec 21 03:09:00.734 INFO O| Dec 21 03:09:00.734 INFO STEP 528 (remove_files) COMPLETE |
5965 | 2024-12-21T03:09:01.408Z | [ recovery-image] Dec 21 03:09:00.734 INFO O| Dec 21 03:09:00.734 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-21T03:09:01.464Z | [ recovery-image] Dec 21 03:09:00.797 INFO O| Dec 21 03:09:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5967 | 2024-12-21T03:09:01.464Z | [ recovery-image] Dec 21 03:09:00.798 INFO O| Dec 21 03:09:00.798 INFO STEP 529 (remove_files) COMPLETE |
5968 | 2024-12-21T03:09:01.466Z | [ recovery-image] Dec 21 03:09:00.798 INFO O| Dec 21 03:09:00.798 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-21T03:09:01.487Z | [ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5970 | 2024-12-21T03:09:01.488Z | [ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO STEP 530 (remove_files) COMPLETE |
5971 | 2024-12-21T03:09:01.494Z | [ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-21T03:09:01.509Z | [ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5973 | 2024-12-21T03:09:01.510Z | [ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO STEP 531 (remove_files) COMPLETE |
5974 | 2024-12-21T03:09:01.523Z | [ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-21T03:09:01.527Z | [ recovery-image] Dec 21 03:09:00.860 INFO O| Dec 21 03:09:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5976 | 2024-12-21T03:09:01.527Z | [ recovery-image] Dec 21 03:09:00.861 INFO O| Dec 21 03:09:00.861 INFO STEP 532 (remove_files) COMPLETE |
5977 | 2024-12-21T03:09:01.531Z | [ recovery-image] Dec 21 03:09:00.861 INFO O| Dec 21 03:09:00.861 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-21T03:09:01.548Z | [ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5979 | 2024-12-21T03:09:01.548Z | [ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO STEP 533 (remove_files) COMPLETE |
5980 | 2024-12-21T03:09:01.548Z | [ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-21T03:09:01.568Z | [ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5982 | 2024-12-21T03:09:01.568Z | [ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO STEP 534 (remove_files) COMPLETE |
5983 | 2024-12-21T03:09:01.570Z | [ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-21T03:09:01.588Z | [ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5985 | 2024-12-21T03:09:01.588Z | [ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO STEP 535 (remove_files) COMPLETE |
5986 | 2024-12-21T03:09:01.588Z | [ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-21T03:09:01.610Z | [ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5988 | 2024-12-21T03:09:01.613Z | [ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO STEP 536 (remove_files) COMPLETE |
5989 | 2024-12-21T03:09:01.613Z | [ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-21T03:09:01.630Z | [ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5991 | 2024-12-21T03:09:01.630Z | [ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO STEP 537 (remove_files) COMPLETE |
5992 | 2024-12-21T03:09:01.634Z | [ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-21T03:09:01.650Z | [ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5994 | 2024-12-21T03:09:01.650Z | [ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.984 INFO STEP 538 (remove_files) COMPLETE |
5995 | 2024-12-21T03:09:01.650Z | [ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.984 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-21T03:09:01.672Z | [ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5997 | 2024-12-21T03:09:01.672Z | [ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO STEP 539 (remove_files) COMPLETE |
5998 | 2024-12-21T03:09:01.683Z | [ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-21T03:09:01.694Z | [ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6000 | 2024-12-21T03:09:01.694Z | [ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO STEP 540 (remove_files) COMPLETE |
6001 | 2024-12-21T03:09:01.704Z | [ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-21T03:09:01.709Z | [ recovery-image] Dec 21 03:09:01.042 INFO O| Dec 21 03:09:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6003 | 2024-12-21T03:09:01.709Z | [ recovery-image] Dec 21 03:09:01.043 INFO O| Dec 21 03:09:01.043 INFO STEP 541 (remove_files) COMPLETE |
6004 | 2024-12-21T03:09:01.709Z | [ recovery-image] Dec 21 03:09:01.043 INFO O| Dec 21 03:09:01.043 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-21T03:09:01.729Z | [ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6006 | 2024-12-21T03:09:01.729Z | [ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO STEP 542 (remove_files) COMPLETE |
6007 | 2024-12-21T03:09:01.732Z | [ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-21T03:09:01.747Z | [ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6009 | 2024-12-21T03:09:01.747Z | [ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO STEP 543 (remove_files) COMPLETE |
6010 | 2024-12-21T03:09:01.751Z | [ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-21T03:09:01.768Z | [ recovery-image] Dec 21 03:09:01.101 INFO O| Dec 21 03:09:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6012 | 2024-12-21T03:09:01.768Z | [ recovery-image] Dec 21 03:09:01.101 INFO O| Dec 21 03:09:01.101 INFO STEP 544 (remove_files) COMPLETE |
6013 | 2024-12-21T03:09:01.771Z | [ recovery-image] Dec 21 03:09:01.102 INFO O| Dec 21 03:09:01.101 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-21T03:09:01.788Z | [ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6015 | 2024-12-21T03:09:01.788Z | [ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO STEP 545 (remove_files) COMPLETE |
6016 | 2024-12-21T03:09:01.788Z | [ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-21T03:09:01.814Z | [ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6018 | 2024-12-21T03:09:01.814Z | [ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO STEP 546 (remove_files) COMPLETE |
6019 | 2024-12-21T03:09:01.814Z | [ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-21T03:09:01.854Z | [ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6021 | 2024-12-21T03:09:01.854Z | [ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO STEP 547 (remove_files) COMPLETE |
6022 | 2024-12-21T03:09:01.855Z | [ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-21T03:09:01.889Z | [ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6024 | 2024-12-21T03:09:01.889Z | [ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO STEP 548 (remove_files) COMPLETE |
6025 | 2024-12-21T03:09:01.892Z | [ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-21T03:09:01.979Z | [ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6027 | 2024-12-21T03:09:01.979Z | [ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO STEP 549 (remove_files) COMPLETE |
6028 | 2024-12-21T03:09:01.984Z | [ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-21T03:09:02.047Z | [ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6030 | 2024-12-21T03:09:02.048Z | [ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO STEP 550 (remove_files) COMPLETE |
6031 | 2024-12-21T03:09:02.048Z | [ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-21T03:09:02.104Z | [ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6033 | 2024-12-21T03:09:02.107Z | [ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO STEP 551 (remove_files) COMPLETE |
6034 | 2024-12-21T03:09:02.107Z | [ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-21T03:09:02.145Z | [ recovery-image] Dec 21 03:09:01.458 INFO O| Dec 21 03:09:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6036 | 2024-12-21T03:09:02.153Z | [ recovery-image] Dec 21 03:09:01.459 INFO O| Dec 21 03:09:01.459 INFO STEP 552 (remove_files) COMPLETE |
6037 | 2024-12-21T03:09:02.153Z | [ recovery-image] Dec 21 03:09:01.459 INFO O| Dec 21 03:09:01.459 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-21T03:09:02.153Z | [ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6039 | 2024-12-21T03:09:02.153Z | [ recovery-image] Dec 21 03:09:01.478 INFO O| Dec 21 03:09:01.478 INFO STEP 553 (remove_files) COMPLETE |
6040 | 2024-12-21T03:09:02.153Z | [ recovery-image] Dec 21 03:09:01.478 INFO O| Dec 21 03:09:01.478 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-21T03:09:02.164Z | [ recovery-image] Dec 21 03:09:01.498 INFO O| Dec 21 03:09:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6042 | 2024-12-21T03:09:02.176Z | [ recovery-image] Dec 21 03:09:01.510 INFO O| Dec 21 03:09:01.510 INFO STEP 554 (remove_files) COMPLETE |
6043 | 2024-12-21T03:09:02.178Z | [ recovery-image] Dec 21 03:09:01.510 INFO O| Dec 21 03:09:01.510 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-21T03:09:02.215Z | [ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6045 | 2024-12-21T03:09:02.222Z | [ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.532 INFO STEP 555 (remove_files) COMPLETE |
6046 | 2024-12-21T03:09:02.222Z | [ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.532 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-21T03:09:02.222Z | [ recovery-image] Dec 21 03:09:01.552 INFO O| Dec 21 03:09:01.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6048 | 2024-12-21T03:09:02.222Z | [ recovery-image] Dec 21 03:09:01.552 INFO O| Dec 21 03:09:01.552 INFO STEP 556 (remove_files) COMPLETE |
6049 | 2024-12-21T03:09:02.222Z | [ recovery-image] Dec 21 03:09:01.553 INFO O| Dec 21 03:09:01.552 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-21T03:09:02.239Z | [ recovery-image] Dec 21 03:09:01.572 INFO O| Dec 21 03:09:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6051 | 2024-12-21T03:09:02.243Z | [ recovery-image] Dec 21 03:09:01.573 INFO O| Dec 21 03:09:01.573 INFO STEP 557 (remove_files) COMPLETE |
6052 | 2024-12-21T03:09:02.243Z | [ recovery-image] Dec 21 03:09:01.573 INFO O| Dec 21 03:09:01.573 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-21T03:09:02.262Z | [ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6054 | 2024-12-21T03:09:02.262Z | [ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO STEP 558 (remove_files) COMPLETE |
6055 | 2024-12-21T03:09:02.262Z | [ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-21T03:09:02.288Z | [ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6057 | 2024-12-21T03:09:02.288Z | [ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO STEP 559 (remove_files) COMPLETE |
6058 | 2024-12-21T03:09:02.288Z | [ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-21T03:09:02.313Z | [ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6060 | 2024-12-21T03:09:02.313Z | [ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO STEP 560 (remove_files) COMPLETE |
6061 | 2024-12-21T03:09:02.313Z | [ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-21T03:09:02.335Z | [ recovery-image] Dec 21 03:09:01.667 INFO O| Dec 21 03:09:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6063 | 2024-12-21T03:09:02.335Z | [ recovery-image] Dec 21 03:09:01.668 INFO O| Dec 21 03:09:01.668 INFO STEP 561 (remove_files) COMPLETE |
6064 | 2024-12-21T03:09:02.335Z | [ recovery-image] Dec 21 03:09:01.668 INFO O| Dec 21 03:09:01.668 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-21T03:09:02.356Z | [ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6066 | 2024-12-21T03:09:02.356Z | [ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO STEP 562 (remove_files) COMPLETE |
6067 | 2024-12-21T03:09:02.359Z | [ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-21T03:09:02.377Z | [ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6069 | 2024-12-21T03:09:02.377Z | [ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO STEP 563 (remove_files) COMPLETE |
6070 | 2024-12-21T03:09:02.377Z | [ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-21T03:09:02.396Z | [ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6072 | 2024-12-21T03:09:02.399Z | [ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.730 INFO STEP 564 (remove_files) COMPLETE |
6073 | 2024-12-21T03:09:02.399Z | [ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.730 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-21T03:09:02.415Z | [ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6075 | 2024-12-21T03:09:02.415Z | [ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO STEP 565 (remove_files) COMPLETE |
6076 | 2024-12-21T03:09:02.415Z | [ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-21T03:09:02.434Z | [ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6078 | 2024-12-21T03:09:02.434Z | [ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO STEP 566 (remove_files) COMPLETE |
6079 | 2024-12-21T03:09:02.437Z | [ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-21T03:09:02.470Z | [ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6081 | 2024-12-21T03:09:02.470Z | [ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO STEP 567 (remove_files) COMPLETE |
6082 | 2024-12-21T03:09:02.473Z | [ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-21T03:09:02.490Z | [ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6084 | 2024-12-21T03:09:02.490Z | [ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO STEP 568 (remove_files) COMPLETE |
6085 | 2024-12-21T03:09:02.493Z | [ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-21T03:09:02.510Z | [ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6087 | 2024-12-21T03:09:02.510Z | [ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO STEP 569 (remove_files) COMPLETE |
6088 | 2024-12-21T03:09:02.516Z | [ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-21T03:09:02.529Z | [ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6090 | 2024-12-21T03:09:02.533Z | [ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.863 INFO STEP 570 (remove_files) COMPLETE |
6091 | 2024-12-21T03:09:02.533Z | [ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.863 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-21T03:09:02.548Z | [ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6093 | 2024-12-21T03:09:02.548Z | [ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO STEP 571 (remove_files) COMPLETE |
6094 | 2024-12-21T03:09:02.554Z | [ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-21T03:09:02.570Z | [ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6096 | 2024-12-21T03:09:02.570Z | [ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO STEP 572 (remove_files) COMPLETE |
6097 | 2024-12-21T03:09:02.573Z | [ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-21T03:09:02.601Z | [ recovery-image] Dec 21 03:09:01.929 INFO O| Dec 21 03:09:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6099 | 2024-12-21T03:09:02.605Z | [ recovery-image] Dec 21 03:09:01.929 INFO O| Dec 21 03:09:01.929 INFO STEP 573 (remove_files) COMPLETE |
6100 | 2024-12-21T03:09:02.605Z | [ recovery-image] Dec 21 03:09:01.930 INFO O| Dec 21 03:09:01.930 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-21T03:09:02.641Z | [ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6102 | 2024-12-21T03:09:02.650Z | [ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO STEP 574 (remove_files) COMPLETE |
6103 | 2024-12-21T03:09:02.650Z | [ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-21T03:09:02.658Z | [ recovery-image] Dec 21 03:09:01.991 INFO O| Dec 21 03:09:01.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6105 | 2024-12-21T03:09:02.662Z | [ recovery-image] Dec 21 03:09:01.992 INFO O| Dec 21 03:09:01.992 INFO STEP 575 (remove_files) COMPLETE |
6106 | 2024-12-21T03:09:02.662Z | [ recovery-image] Dec 21 03:09:01.992 INFO O| Dec 21 03:09:01.992 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-21T03:09:02.681Z | [ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6108 | 2024-12-21T03:09:02.684Z | [ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO STEP 576 (remove_files) COMPLETE |
6109 | 2024-12-21T03:09:02.684Z | [ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-21T03:09:02.702Z | [ recovery-image] Dec 21 03:09:02.036 INFO O| Dec 21 03:09:02.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6111 | 2024-12-21T03:09:02.705Z | [ recovery-image] Dec 21 03:09:02.036 INFO O| Dec 21 03:09:02.036 INFO STEP 577 (remove_files) COMPLETE |
6112 | 2024-12-21T03:09:02.705Z | [ recovery-image] Dec 21 03:09:02.037 INFO O| Dec 21 03:09:02.036 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-21T03:09:02.728Z | [ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6114 | 2024-12-21T03:09:02.752Z | [ recovery-image] Dec 21 03:09:02.084 INFO O| Dec 21 03:09:02.084 INFO STEP 578 (remove_files) COMPLETE |
6115 | 2024-12-21T03:09:02.753Z | [ recovery-image] Dec 21 03:09:02.084 INFO O| Dec 21 03:09:02.084 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-21T03:09:02.789Z | [ recovery-image] Dec 21 03:09:02.123 INFO O| Dec 21 03:09:02.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6117 | 2024-12-21T03:09:02.793Z | [ recovery-image] Dec 21 03:09:02.124 INFO O| Dec 21 03:09:02.124 INFO STEP 579 (remove_files) COMPLETE |
6118 | 2024-12-21T03:09:02.794Z | [ recovery-image] Dec 21 03:09:02.124 INFO O| Dec 21 03:09:02.124 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-21T03:09:02.813Z | [ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6120 | 2024-12-21T03:09:02.816Z | [ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO STEP 580 (remove_files) COMPLETE |
6121 | 2024-12-21T03:09:02.816Z | [ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-21T03:09:02.852Z | [ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6123 | 2024-12-21T03:09:02.852Z | [ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO STEP 581 (remove_files) COMPLETE |
6124 | 2024-12-21T03:09:02.857Z | [ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-21T03:09:02.927Z | [ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6126 | 2024-12-21T03:09:02.927Z | [ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO STEP 582 (remove_files) COMPLETE |
6127 | 2024-12-21T03:09:02.927Z | [ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-21T03:09:02.982Z | [ recovery-image] Dec 21 03:09:02.316 INFO O| Dec 21 03:09:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6129 | 2024-12-21T03:09:03.006Z | [ recovery-image] Dec 21 03:09:02.340 INFO O| Dec 21 03:09:02.340 INFO STEP 583 (remove_files) COMPLETE |
6130 | 2024-12-21T03:09:03.006Z | [ recovery-image] Dec 21 03:09:02.340 INFO O| Dec 21 03:09:02.340 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-21T03:09:03.026Z | [ recovery-image] Dec 21 03:09:02.359 INFO O| Dec 21 03:09:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6132 | 2024-12-21T03:09:03.026Z | [ recovery-image] Dec 21 03:09:02.359 INFO O| Dec 21 03:09:02.359 INFO STEP 584 (remove_files) COMPLETE |
6133 | 2024-12-21T03:09:03.030Z | [ recovery-image] Dec 21 03:09:02.360 INFO O| Dec 21 03:09:02.359 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-21T03:09:03.045Z | [ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6135 | 2024-12-21T03:09:03.045Z | [ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.378 INFO STEP 585 (remove_files) COMPLETE |
6136 | 2024-12-21T03:09:03.048Z | [ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.378 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-21T03:09:03.063Z | [ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6138 | 2024-12-21T03:09:03.063Z | [ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO STEP 586 (remove_files) COMPLETE |
6139 | 2024-12-21T03:09:03.063Z | [ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-21T03:09:03.084Z | [ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6141 | 2024-12-21T03:09:03.084Z | [ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO STEP 587 (remove_files) COMPLETE |
6142 | 2024-12-21T03:09:03.090Z | [ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-21T03:09:03.109Z | [ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6144 | 2024-12-21T03:09:03.109Z | [ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO STEP 588 (remove_files) COMPLETE |
6145 | 2024-12-21T03:09:03.109Z | [ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-21T03:09:03.136Z | [ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6147 | 2024-12-21T03:09:03.136Z | [ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO STEP 589 (remove_files) COMPLETE |
6148 | 2024-12-21T03:09:03.136Z | [ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-21T03:09:03.158Z | [ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6150 | 2024-12-21T03:09:03.158Z | [ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO STEP 590 (remove_files) COMPLETE |
6151 | 2024-12-21T03:09:03.158Z | [ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-21T03:09:03.181Z | [ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6153 | 2024-12-21T03:09:03.181Z | [ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO STEP 591 (remove_files) COMPLETE |
6154 | 2024-12-21T03:09:03.184Z | [ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-21T03:09:03.209Z | [ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6156 | 2024-12-21T03:09:03.209Z | [ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO STEP 592 (remove_files) COMPLETE |
6157 | 2024-12-21T03:09:03.209Z | [ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-21T03:09:03.230Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6159 | 2024-12-21T03:09:03.230Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 593 (remove_files) COMPLETE |
6160 | 2024-12-21T03:09:03.230Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-21T03:09:03.259Z | [ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6162 | 2024-12-21T03:09:03.259Z | [ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO STEP 594 (remove_files) COMPLETE |
6163 | 2024-12-21T03:09:03.263Z | [ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-21T03:09:03.269Z | [ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6165 | 2024-12-21T03:09:03.269Z | [ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO STEP 595 (remove_files) COMPLETE |
6166 | 2024-12-21T03:09:03.269Z | [ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-21T03:09:03.329Z | [ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6168 | 2024-12-21T03:09:03.329Z | [ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.641 INFO STEP 596 (remove_files) COMPLETE |
6169 | 2024-12-21T03:09:03.329Z | [ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.641 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-21T03:09:03.381Z | [ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6171 | 2024-12-21T03:09:03.381Z | [ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO STEP 597 (remove_files) COMPLETE |
6172 | 2024-12-21T03:09:03.381Z | [ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-21T03:09:03.444Z | [ recovery-image] Dec 21 03:09:02.769 INFO O| Dec 21 03:09:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6174 | 2024-12-21T03:09:03.444Z | [ recovery-image] Dec 21 03:09:02.770 INFO O| Dec 21 03:09:02.770 INFO STEP 598 (remove_files) COMPLETE |
6175 | 2024-12-21T03:09:03.444Z | [ recovery-image] Dec 21 03:09:02.770 INFO O| Dec 21 03:09:02.770 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-21T03:09:03.500Z | [ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6177 | 2024-12-21T03:09:03.500Z | [ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 599 (remove_files) COMPLETE |
6178 | 2024-12-21T03:09:03.504Z | [ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-21T03:09:03.519Z | [ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6180 | 2024-12-21T03:09:03.519Z | [ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO STEP 600 (remove_files) COMPLETE |
6181 | 2024-12-21T03:09:03.523Z | [ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-21T03:09:03.539Z | [ recovery-image] Dec 21 03:09:02.872 INFO O| Dec 21 03:09:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6183 | 2024-12-21T03:09:03.539Z | [ recovery-image] Dec 21 03:09:02.873 INFO O| Dec 21 03:09:02.873 INFO STEP 601 (remove_files) COMPLETE |
6184 | 2024-12-21T03:09:03.539Z | [ recovery-image] Dec 21 03:09:02.873 INFO O| Dec 21 03:09:02.873 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-21T03:09:03.558Z | [ recovery-image] Dec 21 03:09:02.892 INFO O| Dec 21 03:09:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6186 | 2024-12-21T03:09:03.582Z | [ recovery-image] Dec 21 03:09:02.915 INFO O| Dec 21 03:09:02.915 INFO STEP 602 (remove_files) COMPLETE |
6187 | 2024-12-21T03:09:03.582Z | [ recovery-image] Dec 21 03:09:02.915 INFO O| Dec 21 03:09:02.915 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-21T03:09:03.623Z | [ recovery-image] Dec 21 03:09:02.951 INFO O| Dec 21 03:09:02.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6189 | 2024-12-21T03:09:03.623Z | [ recovery-image] Dec 21 03:09:02.952 INFO O| Dec 21 03:09:02.952 INFO STEP 603 (remove_files) COMPLETE |
6190 | 2024-12-21T03:09:03.623Z | [ recovery-image] Dec 21 03:09:02.952 INFO O| Dec 21 03:09:02.952 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-21T03:09:03.639Z | [ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6192 | 2024-12-21T03:09:03.639Z | [ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO STEP 604 (remove_files) COMPLETE |
6193 | 2024-12-21T03:09:03.642Z | [ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-21T03:09:03.659Z | [ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6195 | 2024-12-21T03:09:03.663Z | [ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO STEP 605 (remove_files) COMPLETE |
6196 | 2024-12-21T03:09:03.663Z | [ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-21T03:09:03.723Z | [ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6198 | 2024-12-21T03:09:03.723Z | [ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO STEP 606 (remove_files) COMPLETE |
6199 | 2024-12-21T03:09:03.723Z | [ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-21T03:09:03.742Z | [ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6201 | 2024-12-21T03:09:03.742Z | [ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO STEP 607 (remove_files) COMPLETE |
6202 | 2024-12-21T03:09:03.743Z | [ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-21T03:09:03.791Z | [ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6204 | 2024-12-21T03:09:03.791Z | [ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO STEP 608 (remove_files) COMPLETE |
6205 | 2024-12-21T03:09:03.791Z | [ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-21T03:09:03.814Z | [ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6207 | 2024-12-21T03:09:03.814Z | [ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO STEP 609 (remove_files) COMPLETE |
6208 | 2024-12-21T03:09:03.814Z | [ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-21T03:09:03.848Z | [ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6210 | 2024-12-21T03:09:03.848Z | [ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO STEP 610 (remove_files) COMPLETE |
6211 | 2024-12-21T03:09:03.851Z | [ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-21T03:09:03.878Z | [ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6213 | 2024-12-21T03:09:03.881Z | [ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO STEP 611 (remove_files) COMPLETE |
6214 | 2024-12-21T03:09:03.881Z | [ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-21T03:09:03.899Z | [ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6216 | 2024-12-21T03:09:03.902Z | [ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO STEP 612 (remove_files) COMPLETE |
6217 | 2024-12-21T03:09:03.902Z | [ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-21T03:09:03.919Z | [ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6219 | 2024-12-21T03:09:03.919Z | [ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO STEP 613 (remove_files) COMPLETE |
6220 | 2024-12-21T03:09:03.923Z | [ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-21T03:09:03.943Z | [ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6222 | 2024-12-21T03:09:03.943Z | [ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO STEP 614 (remove_files) COMPLETE |
6223 | 2024-12-21T03:09:03.943Z | [ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-21T03:09:03.979Z | [ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6225 | 2024-12-21T03:09:03.979Z | [ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO STEP 615 (remove_files) COMPLETE |
6226 | 2024-12-21T03:09:03.982Z | [ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-21T03:09:03.982Z | [ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6228 | 2024-12-21T03:09:03.982Z | [ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO STEP 616 (remove_files) COMPLETE |
6229 | 2024-12-21T03:09:03.982Z | [ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-21T03:09:04.022Z | [ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6231 | 2024-12-21T03:09:04.022Z | [ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO STEP 617 (remove_files) COMPLETE |
6232 | 2024-12-21T03:09:04.022Z | [ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-21T03:09:04.040Z | [ recovery-image] Dec 21 03:09:03.373 INFO O| Dec 21 03:09:03.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6234 | 2024-12-21T03:09:04.060Z | [ recovery-image] Dec 21 03:09:03.393 INFO O| Dec 21 03:09:03.393 INFO STEP 618 (remove_files) COMPLETE |
6235 | 2024-12-21T03:09:04.060Z | [ recovery-image] Dec 21 03:09:03.393 INFO O| Dec 21 03:09:03.393 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-21T03:09:04.124Z | [ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6237 | 2024-12-21T03:09:04.124Z | [ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO STEP 619 (remove_files) COMPLETE |
6238 | 2024-12-21T03:09:04.124Z | [ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-21T03:09:04.137Z | [ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6240 | 2024-12-21T03:09:04.137Z | [ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO STEP 620 (remove_files) COMPLETE |
6241 | 2024-12-21T03:09:04.143Z | [ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-21T03:09:04.156Z | [ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6243 | 2024-12-21T03:09:04.156Z | [ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO STEP 621 (remove_files) COMPLETE |
6244 | 2024-12-21T03:09:04.162Z | [ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-21T03:09:04.175Z | [ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6246 | 2024-12-21T03:09:04.175Z | [ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO STEP 622 (remove_files) COMPLETE |
6247 | 2024-12-21T03:09:04.175Z | [ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-21T03:09:04.196Z | [ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6249 | 2024-12-21T03:09:04.196Z | [ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO STEP 623 (remove_files) COMPLETE |
6250 | 2024-12-21T03:09:04.200Z | [ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-21T03:09:04.215Z | [ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6252 | 2024-12-21T03:09:04.215Z | [ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.549 INFO STEP 624 (remove_files) COMPLETE |
6253 | 2024-12-21T03:09:04.216Z | [ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.549 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-21T03:09:04.257Z | [ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6255 | 2024-12-21T03:09:04.259Z | [ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO STEP 625 (remove_files) COMPLETE |
6256 | 2024-12-21T03:09:04.259Z | [ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-21T03:09:04.283Z | [ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6258 | 2024-12-21T03:09:04.288Z | [ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO STEP 626 (remove_files) COMPLETE |
6259 | 2024-12-21T03:09:04.288Z | [ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-21T03:09:04.310Z | [ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6261 | 2024-12-21T03:09:04.310Z | [ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.630 INFO STEP 627 (remove_files) COMPLETE |
6262 | 2024-12-21T03:09:04.311Z | [ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.630 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-21T03:09:04.339Z | [ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6264 | 2024-12-21T03:09:04.339Z | [ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.651 INFO STEP 628 (remove_files) COMPLETE |
6265 | 2024-12-21T03:09:04.348Z | [ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.651 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-21T03:09:04.355Z | [ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6267 | 2024-12-21T03:09:04.355Z | [ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO STEP 629 (remove_files) COMPLETE |
6268 | 2024-12-21T03:09:04.355Z | [ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-21T03:09:04.369Z | [ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6270 | 2024-12-21T03:09:04.370Z | [ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO STEP 630 (remove_files) COMPLETE |
6271 | 2024-12-21T03:09:04.370Z | [ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-21T03:09:04.389Z | [ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6273 | 2024-12-21T03:09:04.389Z | [ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO STEP 631 (remove_files) COMPLETE |
6274 | 2024-12-21T03:09:04.389Z | [ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-21T03:09:04.407Z | [ host-image] Dec 21 03:09:03.737 INFO O| Dec 21 03:09:03.737 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (1.2M/s) |
6276 | 2024-12-21T03:09:04.428Z | [ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6277 | 2024-12-21T03:09:04.428Z | [ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO STEP 632 (remove_files) COMPLETE |
6278 | 2024-12-21T03:09:04.431Z | [ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-21T03:09:04.471Z | [ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6280 | 2024-12-21T03:09:04.472Z | [ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO STEP 633 (remove_files) COMPLETE |
6281 | 2024-12-21T03:09:04.472Z | [ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-21T03:09:04.492Z | [ recovery-image] Dec 21 03:09:03.819 INFO O| Dec 21 03:09:03.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6283 | 2024-12-21T03:09:04.492Z | [ recovery-image] Dec 21 03:09:03.820 INFO O| Dec 21 03:09:03.820 INFO STEP 634 (remove_files) COMPLETE |
6284 | 2024-12-21T03:09:04.492Z | [ recovery-image] Dec 21 03:09:03.820 INFO O| Dec 21 03:09:03.820 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-21T03:09:04.507Z | [ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6286 | 2024-12-21T03:09:04.507Z | [ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO STEP 635 (remove_files) COMPLETE |
6287 | 2024-12-21T03:09:04.512Z | [ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-21T03:09:04.527Z | [ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6289 | 2024-12-21T03:09:04.530Z | [ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO STEP 636 (remove_files) COMPLETE |
6290 | 2024-12-21T03:09:04.530Z | [ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-21T03:09:04.545Z | [ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6292 | 2024-12-21T03:09:04.546Z | [ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO STEP 637 (remove_files) COMPLETE |
6293 | 2024-12-21T03:09:04.546Z | [ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-21T03:09:04.577Z | [ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6295 | 2024-12-21T03:09:04.577Z | [ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO STEP 638 (remove_files) COMPLETE |
6296 | 2024-12-21T03:09:04.577Z | [ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-21T03:09:04.634Z | [ recovery-image] Dec 21 03:09:03.967 INFO O| Dec 21 03:09:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6298 | 2024-12-21T03:09:04.634Z | [ recovery-image] Dec 21 03:09:03.968 INFO O| Dec 21 03:09:03.967 INFO STEP 639 (remove_files) COMPLETE |
6299 | 2024-12-21T03:09:04.634Z | [ recovery-image] Dec 21 03:09:03.968 INFO O| Dec 21 03:09:03.967 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-21T03:09:04.653Z | [ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6301 | 2024-12-21T03:09:04.654Z | [ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO STEP 640 (remove_files) COMPLETE |
6302 | 2024-12-21T03:09:04.654Z | [ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-21T03:09:04.673Z | [ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6304 | 2024-12-21T03:09:04.673Z | [ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO STEP 641 (remove_files) COMPLETE |
6305 | 2024-12-21T03:09:04.678Z | [ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-21T03:09:04.696Z | [ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6307 | 2024-12-21T03:09:04.696Z | [ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO STEP 642 (remove_files) COMPLETE |
6308 | 2024-12-21T03:09:04.696Z | [ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-21T03:09:04.715Z | [ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6310 | 2024-12-21T03:09:04.715Z | [ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO STEP 643 (remove_files) COMPLETE |
6311 | 2024-12-21T03:09:04.715Z | [ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-21T03:09:04.736Z | [ recovery-image] Dec 21 03:09:04.068 INFO O| Dec 21 03:09:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6313 | 2024-12-21T03:09:04.737Z | [ recovery-image] Dec 21 03:09:04.068 INFO O| Dec 21 03:09:04.068 INFO STEP 644 (remove_files) COMPLETE |
6314 | 2024-12-21T03:09:04.741Z | [ recovery-image] Dec 21 03:09:04.069 INFO O| Dec 21 03:09:04.068 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-21T03:09:04.758Z | [ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6316 | 2024-12-21T03:09:04.758Z | [ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO STEP 645 (remove_files) COMPLETE |
6317 | 2024-12-21T03:09:04.758Z | [ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-21T03:09:04.789Z | [ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6319 | 2024-12-21T03:09:04.789Z | [ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO STEP 646 (remove_files) COMPLETE |
6320 | 2024-12-21T03:09:04.789Z | [ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-21T03:09:04.806Z | [ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6322 | 2024-12-21T03:09:04.807Z | [ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO STEP 647 (remove_files) COMPLETE |
6323 | 2024-12-21T03:09:04.807Z | [ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-21T03:09:04.842Z | [ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6325 | 2024-12-21T03:09:04.842Z | [ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO STEP 648 (remove_files) COMPLETE |
6326 | 2024-12-21T03:09:04.847Z | [ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-21T03:09:04.886Z | [ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6328 | 2024-12-21T03:09:04.886Z | [ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO STEP 649 (remove_files) COMPLETE |
6329 | 2024-12-21T03:09:04.886Z | [ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-21T03:09:04.925Z | [ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6331 | 2024-12-21T03:09:04.925Z | [ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO STEP 650 (remove_files) COMPLETE |
6332 | 2024-12-21T03:09:04.931Z | [ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-21T03:09:04.945Z | [ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6334 | 2024-12-21T03:09:04.945Z | [ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO STEP 651 (remove_files) COMPLETE |
6335 | 2024-12-21T03:09:04.945Z | [ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-21T03:09:04.965Z | [ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6337 | 2024-12-21T03:09:04.965Z | [ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO STEP 652 (remove_files) COMPLETE |
6338 | 2024-12-21T03:09:04.968Z | [ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-21T03:09:05.003Z | [ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6340 | 2024-12-21T03:09:05.007Z | [ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO STEP 653 (remove_files) COMPLETE |
6341 | 2024-12-21T03:09:05.007Z | [ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-21T03:09:05.025Z | [ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6343 | 2024-12-21T03:09:05.025Z | [ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO STEP 654 (remove_files) COMPLETE |
6344 | 2024-12-21T03:09:05.028Z | [ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-21T03:09:05.045Z | [ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6346 | 2024-12-21T03:09:05.045Z | [ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO STEP 655 (remove_files) COMPLETE |
6347 | 2024-12-21T03:09:05.049Z | [ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-21T03:09:05.064Z | [ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6349 | 2024-12-21T03:09:05.064Z | [ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO STEP 656 (remove_files) COMPLETE |
6350 | 2024-12-21T03:09:05.067Z | [ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-21T03:09:05.083Z | [ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6352 | 2024-12-21T03:09:05.084Z | [ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO STEP 657 (remove_files) COMPLETE |
6353 | 2024-12-21T03:09:05.088Z | [ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-21T03:09:05.105Z | [ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6355 | 2024-12-21T03:09:05.108Z | [ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO STEP 658 (remove_files) COMPLETE |
6356 | 2024-12-21T03:09:05.108Z | [ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-21T03:09:05.123Z | [ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6358 | 2024-12-21T03:09:05.123Z | [ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO STEP 659 (remove_files) COMPLETE |
6359 | 2024-12-21T03:09:05.123Z | [ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-21T03:09:05.146Z | [ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6361 | 2024-12-21T03:09:05.146Z | [ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO STEP 660 (remove_files) COMPLETE |
6362 | 2024-12-21T03:09:05.162Z | [ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-21T03:09:05.168Z | [ recovery-image] Dec 21 03:09:04.492 INFO O| Dec 21 03:09:04.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6364 | 2024-12-21T03:09:05.169Z | [ recovery-image] Dec 21 03:09:04.493 INFO O| Dec 21 03:09:04.493 INFO STEP 661 (remove_files) COMPLETE |
6365 | 2024-12-21T03:09:05.169Z | [ recovery-image] Dec 21 03:09:04.493 INFO O| Dec 21 03:09:04.493 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-21T03:09:05.177Z | [ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6367 | 2024-12-21T03:09:05.177Z | [ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.511 INFO STEP 662 (remove_files) COMPLETE |
6368 | 2024-12-21T03:09:05.177Z | [ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.511 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-21T03:09:05.546Z | [ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6370 | 2024-12-21T03:09:05.546Z | [ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO STEP 663 (remove_files) COMPLETE |
6371 | 2024-12-21T03:09:05.547Z | [ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-21T03:09:05.560Z | [ recovery-image] Dec 21 03:09:04.893 INFO O| Dec 21 03:09:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6373 | 2024-12-21T03:09:05.697Z | [ recovery-image] Dec 21 03:09:04.919 INFO O| Dec 21 03:09:04.919 INFO STEP 664 (remove_files) COMPLETE |
6374 | 2024-12-21T03:09:05.697Z | [ recovery-image] Dec 21 03:09:04.919 INFO O| Dec 21 03:09:04.919 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-21T03:09:05.697Z | [ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6376 | 2024-12-21T03:09:05.697Z | [ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO STEP 665 (remove_files) COMPLETE |
6377 | 2024-12-21T03:09:05.697Z | [ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6379 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO STEP 666 (remove_files) COMPLETE |
6380 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6382 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO STEP 667 (remove_files) COMPLETE |
6383 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-21T03:09:05.698Z | [ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6385 | 2024-12-21T03:09:05.699Z | [ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO STEP 668 (remove_files) COMPLETE |
6386 | 2024-12-21T03:09:05.699Z | [ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-21T03:09:05.699Z | [ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6388 | 2024-12-21T03:09:05.699Z | [ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO STEP 669 (remove_files) COMPLETE |
6389 | 2024-12-21T03:09:05.699Z | [ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-21T03:09:05.704Z | [ recovery-image] Dec 21 03:09:05.037 INFO O| Dec 21 03:09:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6391 | 2024-12-21T03:09:05.708Z | [ recovery-image] Dec 21 03:09:05.037 INFO O| Dec 21 03:09:05.037 INFO STEP 670 (remove_files) COMPLETE |
6392 | 2024-12-21T03:09:05.708Z | [ recovery-image] Dec 21 03:09:05.038 INFO O| Dec 21 03:09:05.038 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-21T03:09:05.750Z | [ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6394 | 2024-12-21T03:09:05.750Z | [ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO STEP 671 (remove_files) COMPLETE |
6395 | 2024-12-21T03:09:05.750Z | [ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-21T03:09:05.767Z | [ recovery-image] Dec 21 03:09:05.101 INFO O| Dec 21 03:09:05.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6397 | 2024-12-21T03:09:05.781Z | [ host-image] Dec 21 03:09:05.111 INFO O| Dec 21 03:09:05.111 INFO O| Download: Completed 8.42 MB in 6.47 seconds (1.3M/s) |
6398 | 2024-12-21T03:09:05.802Z | [ recovery-image] Dec 21 03:09:05.121 INFO O| Dec 21 03:09:05.121 INFO STEP 672 (remove_files) COMPLETE |
6399 | 2024-12-21T03:09:05.802Z | [ recovery-image] Dec 21 03:09:05.121 INFO O| Dec 21 03:09:05.121 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-21T03:09:05.811Z | [ recovery-image] Dec 21 03:09:05.144 INFO O| Dec 21 03:09:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6401 | 2024-12-21T03:09:05.811Z | [ recovery-image] Dec 21 03:09:05.145 INFO O| Dec 21 03:09:05.144 INFO STEP 673 (remove_files) COMPLETE |
6402 | 2024-12-21T03:09:05.814Z | [ recovery-image] Dec 21 03:09:05.145 INFO O| Dec 21 03:09:05.145 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-21T03:09:05.845Z | [ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6404 | 2024-12-21T03:09:05.848Z | [ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.178 INFO STEP 674 (remove_files) COMPLETE |
6405 | 2024-12-21T03:09:05.848Z | [ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.178 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-21T03:09:05.911Z | [ host-image] Dec 21 03:09:05.240 INFO O| Dec 21 03:09:05.240 INFO O| Actions: 1/1361 actions (Installing new actions) |
6407 | 2024-12-21T03:09:05.915Z | [ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6408 | 2024-12-21T03:09:05.918Z | [ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO STEP 675 (remove_files) COMPLETE |
6409 | 2024-12-21T03:09:05.918Z | [ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-21T03:09:05.962Z | [ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6411 | 2024-12-21T03:09:05.962Z | [ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO STEP 676 (remove_files) COMPLETE |
6412 | 2024-12-21T03:09:05.966Z | [ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-21T03:09:05.980Z | [ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6414 | 2024-12-21T03:09:05.980Z | [ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO STEP 677 (remove_files) COMPLETE |
6415 | 2024-12-21T03:09:05.980Z | [ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-21T03:09:05.999Z | [ recovery-image] Dec 21 03:09:05.331 INFO O| Dec 21 03:09:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6417 | 2024-12-21T03:09:06.035Z | [ recovery-image] Dec 21 03:09:05.366 INFO O| Dec 21 03:09:05.366 INFO STEP 678 (remove_files) COMPLETE |
6418 | 2024-12-21T03:09:06.035Z | [ recovery-image] Dec 21 03:09:05.366 INFO O| Dec 21 03:09:05.366 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-21T03:09:06.110Z | [ recovery-image] Dec 21 03:09:05.438 INFO O| Dec 21 03:09:05.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6420 | 2024-12-21T03:09:06.132Z | [ recovery-image] Dec 21 03:09:05.465 INFO O| Dec 21 03:09:05.465 INFO STEP 679 (remove_files) COMPLETE |
6421 | 2024-12-21T03:09:06.132Z | [ recovery-image] Dec 21 03:09:05.465 INFO O| Dec 21 03:09:05.465 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-21T03:09:06.189Z | [ recovery-image] Dec 21 03:09:05.522 INFO O| Dec 21 03:09:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6423 | 2024-12-21T03:09:06.189Z | [ recovery-image] Dec 21 03:09:05.522 INFO O| Dec 21 03:09:05.522 INFO STEP 680 (remove_files) COMPLETE |
6424 | 2024-12-21T03:09:06.192Z | [ recovery-image] Dec 21 03:09:05.523 INFO O| Dec 21 03:09:05.522 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-21T03:09:06.206Z | [ recovery-image] Dec 21 03:09:05.539 INFO O| Dec 21 03:09:05.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6426 | 2024-12-21T03:09:06.206Z | [ recovery-image] Dec 21 03:09:05.539 INFO O| Dec 21 03:09:05.539 INFO STEP 681 (remove_files) COMPLETE |
6427 | 2024-12-21T03:09:06.206Z | [ recovery-image] Dec 21 03:09:05.540 INFO O| Dec 21 03:09:05.539 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-21T03:09:06.245Z | [ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6429 | 2024-12-21T03:09:06.245Z | [ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO STEP 682 (remove_files) COMPLETE |
6430 | 2024-12-21T03:09:06.245Z | [ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-21T03:09:06.276Z | [ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6432 | 2024-12-21T03:09:06.276Z | [ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO STEP 683 (remove_files) COMPLETE |
6433 | 2024-12-21T03:09:06.280Z | [ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-21T03:09:06.294Z | [ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6435 | 2024-12-21T03:09:06.298Z | [ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO STEP 684 (remove_files) COMPLETE |
6436 | 2024-12-21T03:09:06.298Z | [ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-21T03:09:06.312Z | [ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6438 | 2024-12-21T03:09:06.312Z | [ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO STEP 685 (remove_files) COMPLETE |
6439 | 2024-12-21T03:09:06.312Z | [ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-21T03:09:06.355Z | [ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6441 | 2024-12-21T03:09:06.355Z | [ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO STEP 686 (remove_files) COMPLETE |
6442 | 2024-12-21T03:09:06.355Z | [ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-21T03:09:06.406Z | [ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6444 | 2024-12-21T03:09:06.409Z | [ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO STEP 687 (remove_files) COMPLETE |
6445 | 2024-12-21T03:09:06.409Z | [ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-21T03:09:06.426Z | [ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6447 | 2024-12-21T03:09:06.429Z | [ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO STEP 688 (remove_files) COMPLETE |
6448 | 2024-12-21T03:09:06.429Z | [ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-12-21T03:09:06.481Z | [ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6450 | 2024-12-21T03:09:06.481Z | [ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO STEP 689 (remove_files) COMPLETE |
6451 | 2024-12-21T03:09:06.487Z | [ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-12-21T03:09:06.505Z | [ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6453 | 2024-12-21T03:09:06.505Z | [ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO STEP 690 (remove_files) COMPLETE |
6454 | 2024-12-21T03:09:06.505Z | [ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-21T03:09:06.532Z | [ recovery-image] Dec 21 03:09:05.864 INFO O| Dec 21 03:09:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6456 | 2024-12-21T03:09:06.532Z | [ recovery-image] Dec 21 03:09:05.865 INFO O| Dec 21 03:09:05.865 INFO STEP 691 (remove_files) COMPLETE |
6457 | 2024-12-21T03:09:06.532Z | [ recovery-image] Dec 21 03:09:05.865 INFO O| Dec 21 03:09:05.865 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-21T03:09:06.552Z | [ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6459 | 2024-12-21T03:09:06.553Z | [ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO STEP 692 (remove_files) COMPLETE |
6460 | 2024-12-21T03:09:06.553Z | [ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-21T03:09:06.573Z | [ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6462 | 2024-12-21T03:09:06.573Z | [ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO STEP 693 (remove_files) COMPLETE |
6463 | 2024-12-21T03:09:06.577Z | [ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-21T03:09:06.593Z | [ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6465 | 2024-12-21T03:09:06.593Z | [ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO STEP 694 (remove_files) COMPLETE |
6466 | 2024-12-21T03:09:06.593Z | [ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-21T03:09:06.611Z | [ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6468 | 2024-12-21T03:09:06.612Z | [ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO STEP 695 (remove_files) COMPLETE |
6469 | 2024-12-21T03:09:06.612Z | [ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-21T03:09:06.629Z | [ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6471 | 2024-12-21T03:09:06.629Z | [ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO STEP 696 (remove_files) COMPLETE |
6472 | 2024-12-21T03:09:06.629Z | [ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-21T03:09:06.654Z | [ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6474 | 2024-12-21T03:09:06.654Z | [ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO STEP 697 (remove_files) COMPLETE |
6475 | 2024-12-21T03:09:06.654Z | [ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-21T03:09:06.678Z | [ host-image] Dec 21 03:09:06.011 INFO O| Dec 21 03:09:06.011 INFO O| Actions: Completed 1361 actions in 0.77 seconds. |
6477 | 2024-12-21T03:09:06.696Z | [ recovery-image] Dec 21 03:09:06.026 INFO O| Dec 21 03:09:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6478 | 2024-12-21T03:09:06.696Z | [ recovery-image] Dec 21 03:09:06.026 INFO O| Dec 21 03:09:06.026 INFO STEP 698 (remove_files) COMPLETE |
6479 | 2024-12-21T03:09:06.696Z | [ recovery-image] Dec 21 03:09:06.027 INFO O| Dec 21 03:09:06.026 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-21T03:09:06.722Z | [ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6481 | 2024-12-21T03:09:06.722Z | [ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO STEP 699 (remove_files) COMPLETE |
6482 | 2024-12-21T03:09:06.724Z | [ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-21T03:09:06.743Z | [ recovery-image] Dec 21 03:09:06.075 INFO O| Dec 21 03:09:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6484 | 2024-12-21T03:09:06.757Z | [ recovery-image] Dec 21 03:09:06.090 INFO O| Dec 21 03:09:06.090 INFO STEP 700 (remove_files) COMPLETE |
6485 | 2024-12-21T03:09:06.757Z | [ recovery-image] Dec 21 03:09:06.090 INFO O| Dec 21 03:09:06.090 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-21T03:09:06.799Z | [ recovery-image] Dec 21 03:09:06.129 INFO O| Dec 21 03:09:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6487 | 2024-12-21T03:09:06.804Z | [ recovery-image] Dec 21 03:09:06.130 INFO O| Dec 21 03:09:06.130 INFO STEP 701 (remove_files) COMPLETE |
6488 | 2024-12-21T03:09:06.804Z | [ recovery-image] Dec 21 03:09:06.130 INFO O| Dec 21 03:09:06.130 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-21T03:09:06.823Z | [ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6490 | 2024-12-21T03:09:06.823Z | [ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO STEP 702 (remove_files) COMPLETE |
6491 | 2024-12-21T03:09:06.826Z | [ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-21T03:09:06.868Z | [ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6493 | 2024-12-21T03:09:06.868Z | [ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO STEP 703 (remove_files) COMPLETE |
6494 | 2024-12-21T03:09:06.868Z | [ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-21T03:09:06.909Z | [ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6496 | 2024-12-21T03:09:06.909Z | [ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO STEP 704 (remove_files) COMPLETE |
6497 | 2024-12-21T03:09:06.909Z | [ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-21T03:09:06.958Z | [ recovery-image] Dec 21 03:09:06.290 INFO O| Dec 21 03:09:06.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6499 | 2024-12-21T03:09:06.962Z | [ recovery-image] Dec 21 03:09:06.291 INFO O| Dec 21 03:09:06.291 INFO STEP 705 (remove_files) COMPLETE |
6500 | 2024-12-21T03:09:06.962Z | [ recovery-image] Dec 21 03:09:06.291 INFO O| Dec 21 03:09:06.291 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-21T03:09:06.990Z | [ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6502 | 2024-12-21T03:09:06.990Z | [ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO STEP 706 (remove_files) COMPLETE |
6503 | 2024-12-21T03:09:06.990Z | [ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-21T03:09:07.029Z | [ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6505 | 2024-12-21T03:09:07.029Z | [ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.362 INFO STEP 707 (remove_files) COMPLETE |
6506 | 2024-12-21T03:09:07.029Z | [ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.362 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-21T03:09:07.055Z | [ recovery-image] Dec 21 03:09:06.386 INFO O| Dec 21 03:09:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6508 | 2024-12-21T03:09:07.058Z | [ recovery-image] Dec 21 03:09:06.387 INFO O| Dec 21 03:09:06.386 INFO STEP 708 (remove_files) COMPLETE |
6509 | 2024-12-21T03:09:07.058Z | [ recovery-image] Dec 21 03:09:06.387 INFO O| Dec 21 03:09:06.386 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-21T03:09:07.075Z | [ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6511 | 2024-12-21T03:09:07.078Z | [ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO STEP 709 (remove_files) COMPLETE |
6512 | 2024-12-21T03:09:07.078Z | [ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-21T03:09:07.097Z | [ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6514 | 2024-12-21T03:09:07.104Z | [ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO STEP 710 (remove_files) COMPLETE |
6515 | 2024-12-21T03:09:07.104Z | [ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-21T03:09:07.115Z | [ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6517 | 2024-12-21T03:09:07.115Z | [ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO STEP 711 (remove_files) COMPLETE |
6518 | 2024-12-21T03:09:07.115Z | [ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-21T03:09:07.151Z | [ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6520 | 2024-12-21T03:09:07.151Z | [ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO STEP 712 (remove_files) COMPLETE |
6521 | 2024-12-21T03:09:07.154Z | [ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-21T03:09:07.203Z | [ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6523 | 2024-12-21T03:09:07.203Z | [ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO STEP 713 (remove_files) COMPLETE |
6524 | 2024-12-21T03:09:07.203Z | [ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-21T03:09:07.223Z | [ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6526 | 2024-12-21T03:09:07.224Z | [ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO STEP 714 (remove_files) COMPLETE |
6527 | 2024-12-21T03:09:07.230Z | [ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-21T03:09:07.240Z | [ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6529 | 2024-12-21T03:09:07.240Z | [ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.574 INFO STEP 715 (remove_files) COMPLETE |
6530 | 2024-12-21T03:09:07.240Z | [ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.574 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-21T03:09:07.262Z | [ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6532 | 2024-12-21T03:09:07.263Z | [ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO STEP 716 (remove_files) COMPLETE |
6533 | 2024-12-21T03:09:07.263Z | [ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-21T03:09:07.281Z | [ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6535 | 2024-12-21T03:09:07.281Z | [ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO STEP 717 (remove_files) COMPLETE |
6536 | 2024-12-21T03:09:07.284Z | [ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-21T03:09:07.288Z | [ host-image] Dec 21 03:09:06.621 INFO O| Dec 21 03:09:06.621 INFO O| Done |
6538 | 2024-12-21T03:09:07.288Z | [ host-image] Dec 21 03:09:06.621 INFO O| Dec 21 03:09:06.621 INFO O| Done |
6539 | 2024-12-21T03:09:07.313Z | [ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6540 | 2024-12-21T03:09:07.313Z | [ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO STEP 718 (remove_files) COMPLETE |
6541 | 2024-12-21T03:09:07.313Z | [ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-21T03:09:07.322Z | [ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6543 | 2024-12-21T03:09:07.326Z | [ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO STEP 719 (remove_files) COMPLETE |
6544 | 2024-12-21T03:09:07.326Z | [ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-21T03:09:07.449Z | [ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6546 | 2024-12-21T03:09:07.449Z | [ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO STEP 720 (remove_files) COMPLETE |
6547 | 2024-12-21T03:09:07.449Z | [ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-21T03:09:07.500Z | [ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6549 | 2024-12-21T03:09:07.500Z | [ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO STEP 721 (remove_files) COMPLETE |
6550 | 2024-12-21T03:09:07.503Z | [ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-21T03:09:07.520Z | [ recovery-image] Dec 21 03:09:06.852 INFO O| Dec 21 03:09:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6552 | 2024-12-21T03:09:07.520Z | [ recovery-image] Dec 21 03:09:06.852 INFO O| Dec 21 03:09:06.852 INFO STEP 722 (remove_files) COMPLETE |
6553 | 2024-12-21T03:09:07.520Z | [ recovery-image] Dec 21 03:09:06.853 INFO O| Dec 21 03:09:06.852 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-21T03:09:07.543Z | [ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6555 | 2024-12-21T03:09:07.544Z | [ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.871 INFO STEP 723 (remove_files) COMPLETE |
6556 | 2024-12-21T03:09:07.552Z | [ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.871 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-21T03:09:07.559Z | [ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6558 | 2024-12-21T03:09:07.562Z | [ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.891 INFO STEP 724 (remove_files) COMPLETE |
6559 | 2024-12-21T03:09:07.562Z | [ recovery-image] Dec 21 03:09:06.892 INFO O| Dec 21 03:09:06.891 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-21T03:09:07.578Z | [ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6561 | 2024-12-21T03:09:07.582Z | [ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO STEP 725 (remove_files) COMPLETE |
6562 | 2024-12-21T03:09:07.582Z | [ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-21T03:09:07.602Z | [ recovery-image] Dec 21 03:09:06.930 INFO O| Dec 21 03:09:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6564 | 2024-12-21T03:09:07.622Z | [ recovery-image] Dec 21 03:09:06.931 INFO O| Dec 21 03:09:06.931 INFO STEP 726 (remove_files) COMPLETE |
6565 | 2024-12-21T03:09:07.627Z | [ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-21T03:09:07.666Z | [ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6567 | 2024-12-21T03:09:07.666Z | [ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO STEP 727 (remove_files) COMPLETE |
6568 | 2024-12-21T03:09:07.671Z | [ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-21T03:09:07.701Z | [ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6570 | 2024-12-21T03:09:07.701Z | [ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO STEP 728 (remove_files) COMPLETE |
6571 | 2024-12-21T03:09:07.701Z | [ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-21T03:09:07.719Z | [ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6573 | 2024-12-21T03:09:07.725Z | [ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO STEP 729 (remove_files) COMPLETE |
6574 | 2024-12-21T03:09:07.725Z | [ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-21T03:09:07.737Z | [ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6576 | 2024-12-21T03:09:07.737Z | [ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO STEP 730 (remove_files) COMPLETE |
6577 | 2024-12-21T03:09:07.741Z | [ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-21T03:09:07.783Z | [ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6579 | 2024-12-21T03:09:07.783Z | [ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO STEP 731 (remove_files) COMPLETE |
6580 | 2024-12-21T03:09:07.786Z | [ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-21T03:09:07.810Z | [ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6582 | 2024-12-21T03:09:07.810Z | [ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO STEP 732 (remove_files) COMPLETE |
6583 | 2024-12-21T03:09:07.810Z | [ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-21T03:09:07.857Z | [ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6585 | 2024-12-21T03:09:07.857Z | [ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO STEP 733 (remove_files) COMPLETE |
6586 | 2024-12-21T03:09:07.857Z | [ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-21T03:09:07.920Z | [ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6588 | 2024-12-21T03:09:07.921Z | [ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO STEP 734 (remove_files) COMPLETE |
6589 | 2024-12-21T03:09:07.923Z | [ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-21T03:09:07.939Z | [ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6591 | 2024-12-21T03:09:07.939Z | [ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO STEP 735 (remove_files) COMPLETE |
6592 | 2024-12-21T03:09:07.939Z | [ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-21T03:09:07.958Z | [ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6594 | 2024-12-21T03:09:07.959Z | [ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO STEP 736 (remove_files) COMPLETE |
6595 | 2024-12-21T03:09:07.962Z | [ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-21T03:09:07.976Z | [ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6597 | 2024-12-21T03:09:07.976Z | [ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.307 INFO STEP 737 (remove_files) COMPLETE |
6598 | 2024-12-21T03:09:07.976Z | [ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.307 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-21T03:09:07.991Z | [ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6600 | 2024-12-21T03:09:07.991Z | [ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO STEP 738 (remove_files) COMPLETE |
6601 | 2024-12-21T03:09:07.997Z | [ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-21T03:09:08.007Z | [ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6603 | 2024-12-21T03:09:08.007Z | [ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 739 (remove_files) COMPLETE |
6604 | 2024-12-21T03:09:08.013Z | [ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-21T03:09:08.026Z | [ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6606 | 2024-12-21T03:09:08.026Z | [ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO STEP 740 (remove_files) COMPLETE |
6607 | 2024-12-21T03:09:08.035Z | [ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-21T03:09:08.042Z | [ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6609 | 2024-12-21T03:09:08.042Z | [ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO STEP 741 (remove_files) COMPLETE |
6610 | 2024-12-21T03:09:08.048Z | [ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-21T03:09:08.067Z | [ recovery-image] Dec 21 03:09:07.399 INFO O| Dec 21 03:09:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6612 | 2024-12-21T03:09:08.067Z | [ recovery-image] Dec 21 03:09:07.400 INFO O| Dec 21 03:09:07.400 INFO STEP 742 (remove_files) COMPLETE |
6613 | 2024-12-21T03:09:08.067Z | [ recovery-image] Dec 21 03:09:07.400 INFO O| Dec 21 03:09:07.400 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-21T03:09:08.087Z | [ recovery-image] Dec 21 03:09:07.419 INFO O| Dec 21 03:09:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6615 | 2024-12-21T03:09:08.087Z | [ recovery-image] Dec 21 03:09:07.420 INFO O| Dec 21 03:09:07.420 INFO STEP 743 (remove_files) COMPLETE |
6616 | 2024-12-21T03:09:08.090Z | [ recovery-image] Dec 21 03:09:07.420 INFO O| Dec 21 03:09:07.420 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-21T03:09:08.109Z | [ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6618 | 2024-12-21T03:09:08.113Z | [ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO STEP 744 (remove_files) COMPLETE |
6619 | 2024-12-21T03:09:08.113Z | [ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-21T03:09:08.134Z | [ recovery-image] Dec 21 03:09:07.461 INFO O| Dec 21 03:09:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6621 | 2024-12-21T03:09:08.134Z | [ recovery-image] Dec 21 03:09:07.462 INFO O| Dec 21 03:09:07.461 INFO STEP 745 (remove_files) COMPLETE |
6622 | 2024-12-21T03:09:08.143Z | [ recovery-image] Dec 21 03:09:07.462 INFO O| Dec 21 03:09:07.462 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-21T03:09:08.149Z | [ recovery-image] Dec 21 03:09:07.480 INFO O| Dec 21 03:09:07.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6624 | 2024-12-21T03:09:08.153Z | [ recovery-image] Dec 21 03:09:07.481 INFO O| Dec 21 03:09:07.481 INFO STEP 746 (remove_files) COMPLETE |
6625 | 2024-12-21T03:09:08.153Z | [ recovery-image] Dec 21 03:09:07.481 INFO O| Dec 21 03:09:07.481 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-21T03:09:08.167Z | [ recovery-image] Dec 21 03:09:07.499 INFO O| Dec 21 03:09:07.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6627 | 2024-12-21T03:09:08.169Z | [ recovery-image] Dec 21 03:09:07.500 INFO O| Dec 21 03:09:07.499 INFO STEP 747 (remove_files) COMPLETE |
6628 | 2024-12-21T03:09:08.169Z | [ recovery-image] Dec 21 03:09:07.500 INFO O| Dec 21 03:09:07.500 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-21T03:09:08.184Z | [ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6630 | 2024-12-21T03:09:08.187Z | [ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO STEP 748 (remove_files) COMPLETE |
6631 | 2024-12-21T03:09:08.187Z | [ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-21T03:09:08.207Z | [ recovery-image] Dec 21 03:09:07.537 INFO O| Dec 21 03:09:07.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6633 | 2024-12-21T03:09:08.211Z | [ recovery-image] Dec 21 03:09:07.537 INFO O| Dec 21 03:09:07.537 INFO STEP 749 (remove_files) COMPLETE |
6634 | 2024-12-21T03:09:08.211Z | [ recovery-image] Dec 21 03:09:07.538 INFO O| Dec 21 03:09:07.537 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-21T03:09:08.223Z | [ recovery-image] Dec 21 03:09:07.556 INFO O| Dec 21 03:09:07.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6636 | 2024-12-21T03:09:08.253Z | [ recovery-image] Dec 21 03:09:07.584 INFO O| Dec 21 03:09:07.584 INFO STEP 750 (remove_files) COMPLETE |
6637 | 2024-12-21T03:09:08.253Z | [ recovery-image] Dec 21 03:09:07.584 INFO O| Dec 21 03:09:07.584 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-21T03:09:08.271Z | [ recovery-image] Dec 21 03:09:07.602 INFO O| Dec 21 03:09:07.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6639 | 2024-12-21T03:09:08.275Z | [ recovery-image] Dec 21 03:09:07.603 INFO O| Dec 21 03:09:07.602 INFO STEP 751 (remove_files) COMPLETE |
6640 | 2024-12-21T03:09:08.275Z | [ recovery-image] Dec 21 03:09:07.603 INFO O| Dec 21 03:09:07.603 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-21T03:09:08.287Z | [ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6642 | 2024-12-21T03:09:08.289Z | [ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO STEP 752 (remove_files) COMPLETE |
6643 | 2024-12-21T03:09:08.289Z | [ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-21T03:09:08.330Z | [ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6645 | 2024-12-21T03:09:08.331Z | [ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO STEP 753 (remove_files) COMPLETE |
6646 | 2024-12-21T03:09:08.334Z | [ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-21T03:09:08.351Z | [ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6648 | 2024-12-21T03:09:08.351Z | [ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO STEP 754 (remove_files) COMPLETE |
6649 | 2024-12-21T03:09:08.351Z | [ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-21T03:09:08.398Z | [ recovery-image] Dec 21 03:09:07.729 INFO O| Dec 21 03:09:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6651 | 2024-12-21T03:09:08.398Z | [ recovery-image] Dec 21 03:09:07.730 INFO O| Dec 21 03:09:07.730 INFO STEP 755 (remove_files) COMPLETE |
6652 | 2024-12-21T03:09:08.400Z | [ recovery-image] Dec 21 03:09:07.730 INFO O| Dec 21 03:09:07.730 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-21T03:09:08.427Z | [ recovery-image] Dec 21 03:09:07.750 INFO O| Dec 21 03:09:07.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6654 | 2024-12-21T03:09:08.455Z | [ recovery-image] Dec 21 03:09:07.788 INFO O| Dec 21 03:09:07.788 INFO STEP 756 (remove_files) COMPLETE |
6655 | 2024-12-21T03:09:08.455Z | [ recovery-image] Dec 21 03:09:07.788 INFO O| Dec 21 03:09:07.788 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-21T03:09:08.505Z | [ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6657 | 2024-12-21T03:09:08.505Z | [ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO STEP 757 (remove_files) COMPLETE |
6658 | 2024-12-21T03:09:08.505Z | [ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-21T03:09:08.529Z | [ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6660 | 2024-12-21T03:09:08.529Z | [ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO STEP 758 (remove_files) COMPLETE |
6661 | 2024-12-21T03:09:08.529Z | [ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-21T03:09:08.545Z | [ host-image] Dec 21 03:09:07.874 INFO O| Dec 21 03:09:07.874 INFO O| Done |
6663 | 2024-12-21T03:09:08.567Z | [ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6664 | 2024-12-21T03:09:08.567Z | [ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO STEP 759 (remove_files) COMPLETE |
6665 | 2024-12-21T03:09:08.571Z | [ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-21T03:09:08.678Z | [ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6667 | 2024-12-21T03:09:08.678Z | [ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO STEP 760 (remove_files) COMPLETE |
6668 | 2024-12-21T03:09:08.679Z | [ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-21T03:09:08.719Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6670 | 2024-12-21T03:09:08.719Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 761 (remove_files) COMPLETE |
6671 | 2024-12-21T03:09:08.721Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-21T03:09:08.738Z | [ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6673 | 2024-12-21T03:09:08.739Z | [ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO STEP 762 (remove_files) COMPLETE |
6674 | 2024-12-21T03:09:08.739Z | [ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-21T03:09:08.778Z | [ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6676 | 2024-12-21T03:09:08.778Z | [ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO STEP 763 (remove_files) COMPLETE |
6677 | 2024-12-21T03:09:08.778Z | [ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-21T03:09:08.799Z | [ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6679 | 2024-12-21T03:09:08.799Z | [ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO STEP 764 (remove_files) COMPLETE |
6680 | 2024-12-21T03:09:08.799Z | [ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-21T03:09:08.828Z | [ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6682 | 2024-12-21T03:09:08.828Z | [ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO STEP 765 (remove_files) COMPLETE |
6683 | 2024-12-21T03:09:08.830Z | [ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-21T03:09:08.905Z | [ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6685 | 2024-12-21T03:09:08.906Z | [ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO STEP 766 (remove_files) COMPLETE |
6686 | 2024-12-21T03:09:08.906Z | [ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-21T03:09:08.914Z | [ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6688 | 2024-12-21T03:09:08.914Z | [ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO STEP 767 (remove_files) COMPLETE |
6689 | 2024-12-21T03:09:08.914Z | [ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-21T03:09:08.922Z | [ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6691 | 2024-12-21T03:09:08.922Z | [ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO STEP 768 (remove_files) COMPLETE |
6692 | 2024-12-21T03:09:08.922Z | [ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-21T03:09:08.941Z | [ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6694 | 2024-12-21T03:09:08.941Z | [ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO STEP 769 (remove_files) COMPLETE |
6695 | 2024-12-21T03:09:08.941Z | [ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-21T03:09:08.957Z | [ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6697 | 2024-12-21T03:09:08.957Z | [ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.287 INFO STEP 770 (remove_files) COMPLETE |
6698 | 2024-12-21T03:09:08.957Z | [ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.287 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-21T03:09:08.974Z | [ recovery-image] Dec 21 03:09:08.306 INFO O| Dec 21 03:09:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6700 | 2024-12-21T03:09:08.974Z | [ recovery-image] Dec 21 03:09:08.307 INFO O| Dec 21 03:09:08.307 INFO STEP 771 (remove_files) COMPLETE |
6701 | 2024-12-21T03:09:08.978Z | [ recovery-image] Dec 21 03:09:08.307 INFO O| Dec 21 03:09:08.307 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-21T03:09:08.994Z | [ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6703 | 2024-12-21T03:09:08.998Z | [ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO STEP 772 (remove_files) COMPLETE |
6704 | 2024-12-21T03:09:08.998Z | [ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-21T03:09:09.013Z | [ recovery-image] Dec 21 03:09:08.346 INFO O| Dec 21 03:09:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6706 | 2024-12-21T03:09:09.020Z | [ recovery-image] Dec 21 03:09:08.346 INFO O| Dec 21 03:09:08.346 INFO STEP 773 (remove_files) COMPLETE |
6707 | 2024-12-21T03:09:09.020Z | [ recovery-image] Dec 21 03:09:08.347 INFO O| Dec 21 03:09:08.346 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-21T03:09:09.031Z | [ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6709 | 2024-12-21T03:09:09.035Z | [ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.364 INFO STEP 774 (remove_files) COMPLETE |
6710 | 2024-12-21T03:09:09.035Z | [ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.364 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-21T03:09:09.049Z | [ recovery-image] Dec 21 03:09:08.381 INFO O| Dec 21 03:09:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6712 | 2024-12-21T03:09:09.052Z | [ recovery-image] Dec 21 03:09:08.382 INFO O| Dec 21 03:09:08.382 INFO STEP 775 (remove_files) COMPLETE |
6713 | 2024-12-21T03:09:09.052Z | [ recovery-image] Dec 21 03:09:08.382 INFO O| Dec 21 03:09:08.382 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-21T03:09:09.078Z | [ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6715 | 2024-12-21T03:09:09.078Z | [ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO STEP 776 (remove_files) COMPLETE |
6716 | 2024-12-21T03:09:09.078Z | [ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-21T03:09:09.094Z | [ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6718 | 2024-12-21T03:09:09.098Z | [ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO STEP 777 (remove_files) COMPLETE |
6719 | 2024-12-21T03:09:09.098Z | [ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-21T03:09:09.110Z | [ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6721 | 2024-12-21T03:09:09.110Z | [ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO STEP 778 (remove_files) COMPLETE |
6722 | 2024-12-21T03:09:09.110Z | [ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-21T03:09:09.125Z | [ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6724 | 2024-12-21T03:09:09.137Z | [ recovery-image] Dec 21 03:09:08.469 INFO O| Dec 21 03:09:08.469 INFO STEP 779 (remove_files) COMPLETE |
6725 | 2024-12-21T03:09:09.137Z | [ recovery-image] Dec 21 03:09:08.469 INFO O| Dec 21 03:09:08.469 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-21T03:09:09.188Z | [ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6727 | 2024-12-21T03:09:09.188Z | [ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO STEP 780 (remove_files) COMPLETE |
6728 | 2024-12-21T03:09:09.191Z | [ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-21T03:09:09.206Z | [ recovery-image] Dec 21 03:09:08.536 INFO O| Dec 21 03:09:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6730 | 2024-12-21T03:09:09.206Z | [ recovery-image] Dec 21 03:09:08.537 INFO O| Dec 21 03:09:08.534 INFO STEP 781 (remove_files) COMPLETE |
6731 | 2024-12-21T03:09:09.206Z | [ recovery-image] Dec 21 03:09:08.537 INFO O| Dec 21 03:09:08.534 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-21T03:09:09.227Z | [ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6733 | 2024-12-21T03:09:09.227Z | [ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO STEP 782 (remove_files) COMPLETE |
6734 | 2024-12-21T03:09:09.231Z | [ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-21T03:09:09.342Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6736 | 2024-12-21T03:09:09.342Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO STEP 783 (remove_files) COMPLETE |
6737 | 2024-12-21T03:09:09.343Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-21T03:09:09.343Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6739 | 2024-12-21T03:09:09.343Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.595 INFO STEP 784 (remove_files) COMPLETE |
6740 | 2024-12-21T03:09:09.345Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.596 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-21T03:09:09.345Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6742 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.614 INFO STEP 785 (remove_files) COMPLETE |
6743 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.614 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6745 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO STEP 786 (remove_files) COMPLETE |
6746 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6748 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.651 INFO STEP 787 (remove_files) COMPLETE |
6749 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.652 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6751 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.671 INFO STEP 788 (remove_files) COMPLETE |
6752 | 2024-12-21T03:09:09.346Z | [ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.671 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-21T03:09:09.358Z | [ recovery-image] Dec 21 03:09:08.690 INFO O| Dec 21 03:09:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6754 | 2024-12-21T03:09:09.358Z | [ recovery-image] Dec 21 03:09:08.691 INFO O| Dec 21 03:09:08.691 INFO STEP 789 (remove_files) COMPLETE |
6755 | 2024-12-21T03:09:09.360Z | [ recovery-image] Dec 21 03:09:08.691 INFO O| Dec 21 03:09:08.691 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-21T03:09:09.376Z | [ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6757 | 2024-12-21T03:09:09.376Z | [ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO STEP 790 (remove_files) COMPLETE |
6758 | 2024-12-21T03:09:09.376Z | [ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-21T03:09:09.396Z | [ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6760 | 2024-12-21T03:09:09.396Z | [ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.729 INFO STEP 791 (remove_files) COMPLETE |
6761 | 2024-12-21T03:09:09.401Z | [ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.729 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-21T03:09:09.416Z | [ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6763 | 2024-12-21T03:09:09.416Z | [ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO STEP 792 (remove_files) COMPLETE |
6764 | 2024-12-21T03:09:09.416Z | [ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-21T03:09:09.442Z | [ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6766 | 2024-12-21T03:09:09.442Z | [ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO STEP 793 (remove_files) COMPLETE |
6767 | 2024-12-21T03:09:09.447Z | [ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-21T03:09:09.460Z | [ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6769 | 2024-12-21T03:09:09.460Z | [ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO STEP 794 (remove_files) COMPLETE |
6770 | 2024-12-21T03:09:09.463Z | [ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-21T03:09:09.485Z | [ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6772 | 2024-12-21T03:09:09.485Z | [ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO STEP 795 (remove_files) COMPLETE |
6773 | 2024-12-21T03:09:09.485Z | [ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-21T03:09:09.517Z | [ recovery-image] Dec 21 03:09:08.849 INFO O| Dec 21 03:09:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6775 | 2024-12-21T03:09:09.520Z | [ recovery-image] Dec 21 03:09:08.850 INFO O| Dec 21 03:09:08.850 INFO STEP 796 (remove_files) COMPLETE |
6776 | 2024-12-21T03:09:09.520Z | [ recovery-image] Dec 21 03:09:08.850 INFO O| Dec 21 03:09:08.850 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-21T03:09:09.533Z | [ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6778 | 2024-12-21T03:09:09.536Z | [ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO STEP 797 (remove_files) COMPLETE |
6779 | 2024-12-21T03:09:09.536Z | [ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-21T03:09:09.551Z | [ recovery-image] Dec 21 03:09:08.882 INFO O| Dec 21 03:09:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6781 | 2024-12-21T03:09:09.556Z | [ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 798 (remove_files) COMPLETE |
6782 | 2024-12-21T03:09:09.556Z | [ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-21T03:09:09.566Z | [ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6784 | 2024-12-21T03:09:09.569Z | [ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO STEP 799 (remove_files) COMPLETE |
6785 | 2024-12-21T03:09:09.569Z | [ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-21T03:09:09.585Z | [ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6787 | 2024-12-21T03:09:09.588Z | [ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO STEP 800 (remove_files) COMPLETE |
6788 | 2024-12-21T03:09:09.588Z | [ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-21T03:09:09.600Z | [ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6790 | 2024-12-21T03:09:09.606Z | [ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO STEP 801 (remove_files) COMPLETE |
6791 | 2024-12-21T03:09:09.606Z | [ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-21T03:09:09.660Z | [ recovery-image] Dec 21 03:09:08.991 INFO O| Dec 21 03:09:08.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6793 | 2024-12-21T03:09:09.671Z | [ recovery-image] Dec 21 03:09:08.992 INFO O| Dec 21 03:09:08.992 INFO STEP 802 (remove_files) COMPLETE |
6794 | 2024-12-21T03:09:09.671Z | [ recovery-image] Dec 21 03:09:08.992 INFO O| Dec 21 03:09:08.992 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-21T03:09:09.726Z | [ recovery-image] Dec 21 03:09:09.032 INFO O| Dec 21 03:09:09.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6796 | 2024-12-21T03:09:09.727Z | [ recovery-image] Dec 21 03:09:09.032 INFO O| Dec 21 03:09:09.032 INFO STEP 803 (remove_files) COMPLETE |
6797 | 2024-12-21T03:09:09.727Z | [ recovery-image] Dec 21 03:09:09.033 INFO O| Dec 21 03:09:09.032 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-21T03:09:09.727Z | [ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6799 | 2024-12-21T03:09:09.727Z | [ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO STEP 804 (remove_files) COMPLETE |
6800 | 2024-12-21T03:09:09.727Z | [ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-21T03:09:09.738Z | [ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6802 | 2024-12-21T03:09:09.739Z | [ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO STEP 805 (remove_files) COMPLETE |
6803 | 2024-12-21T03:09:09.739Z | [ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-21T03:09:09.758Z | [ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6805 | 2024-12-21T03:09:09.758Z | [ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO STEP 806 (remove_files) COMPLETE |
6806 | 2024-12-21T03:09:09.761Z | [ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-21T03:09:09.776Z | [ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6808 | 2024-12-21T03:09:09.776Z | [ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.109 INFO STEP 807 (remove_files) COMPLETE |
6809 | 2024-12-21T03:09:09.779Z | [ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.109 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-21T03:09:09.798Z | [ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6811 | 2024-12-21T03:09:09.798Z | [ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO STEP 808 (remove_files) COMPLETE |
6812 | 2024-12-21T03:09:09.798Z | [ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-21T03:09:09.835Z | [ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6814 | 2024-12-21T03:09:09.835Z | [ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO STEP 809 (remove_files) COMPLETE |
6815 | 2024-12-21T03:09:09.835Z | [ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-21T03:09:09.862Z | [ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6817 | 2024-12-21T03:09:09.863Z | [ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO STEP 810 (remove_files) COMPLETE |
6818 | 2024-12-21T03:09:09.869Z | [ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-21T03:09:09.907Z | [ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6820 | 2024-12-21T03:09:09.907Z | [ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 811 (remove_files) COMPLETE |
6821 | 2024-12-21T03:09:09.907Z | [ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-21T03:09:09.927Z | [ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6823 | 2024-12-21T03:09:09.928Z | [ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO STEP 812 (remove_files) COMPLETE |
6824 | 2024-12-21T03:09:09.930Z | [ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-21T03:09:09.950Z | [ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6826 | 2024-12-21T03:09:09.950Z | [ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO STEP 813 (remove_files) COMPLETE |
6827 | 2024-12-21T03:09:09.950Z | [ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-21T03:09:09.970Z | [ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6829 | 2024-12-21T03:09:09.970Z | [ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO STEP 814 (remove_files) COMPLETE |
6830 | 2024-12-21T03:09:09.973Z | [ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-21T03:09:09.996Z | [ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6832 | 2024-12-21T03:09:09.996Z | [ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO STEP 815 (remove_files) COMPLETE |
6833 | 2024-12-21T03:09:09.996Z | [ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-21T03:09:10.016Z | [ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6835 | 2024-12-21T03:09:10.016Z | [ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO STEP 816 (remove_files) COMPLETE |
6836 | 2024-12-21T03:09:10.016Z | [ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-21T03:09:10.036Z | [ recovery-image] Dec 21 03:09:09.369 INFO O| Dec 21 03:09:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6838 | 2024-12-21T03:09:10.062Z | [ recovery-image] Dec 21 03:09:09.392 INFO O| Dec 21 03:09:09.392 INFO STEP 817 (remove_files) COMPLETE |
6839 | 2024-12-21T03:09:10.062Z | [ recovery-image] Dec 21 03:09:09.392 INFO O| Dec 21 03:09:09.392 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-21T03:09:10.126Z | [ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6841 | 2024-12-21T03:09:10.126Z | [ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO STEP 818 (remove_files) COMPLETE |
6842 | 2024-12-21T03:09:10.126Z | [ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-21T03:09:10.146Z | [ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6844 | 2024-12-21T03:09:10.146Z | [ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO STEP 819 (remove_files) COMPLETE |
6845 | 2024-12-21T03:09:10.146Z | [ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-21T03:09:10.174Z | [ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6847 | 2024-12-21T03:09:10.174Z | [ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO STEP 820 (remove_files) COMPLETE |
6848 | 2024-12-21T03:09:10.184Z | [ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-21T03:09:10.195Z | [ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6850 | 2024-12-21T03:09:10.199Z | [ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO STEP 821 (remove_files) COMPLETE |
6851 | 2024-12-21T03:09:10.199Z | [ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-21T03:09:10.208Z | [ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6853 | 2024-12-21T03:09:10.211Z | [ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO STEP 822 (remove_files) COMPLETE |
6854 | 2024-12-21T03:09:10.211Z | [ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-21T03:09:10.231Z | [ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6856 | 2024-12-21T03:09:10.231Z | [ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO STEP 823 (remove_files) COMPLETE |
6857 | 2024-12-21T03:09:10.231Z | [ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-21T03:09:10.253Z | [ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6859 | 2024-12-21T03:09:10.253Z | [ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO STEP 824 (remove_files) COMPLETE |
6860 | 2024-12-21T03:09:10.253Z | [ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-21T03:09:10.278Z | [ recovery-image] Dec 21 03:09:09.606 INFO O| Dec 21 03:09:09.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6862 | 2024-12-21T03:09:10.278Z | [ recovery-image] Dec 21 03:09:09.607 INFO O| Dec 21 03:09:09.606 INFO STEP 825 (remove_files) COMPLETE |
6863 | 2024-12-21T03:09:10.278Z | [ recovery-image] Dec 21 03:09:09.607 INFO O| Dec 21 03:09:09.607 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-21T03:09:10.295Z | [ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6865 | 2024-12-21T03:09:10.295Z | [ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO STEP 826 (remove_files) COMPLETE |
6866 | 2024-12-21T03:09:10.295Z | [ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-21T03:09:10.313Z | [ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6868 | 2024-12-21T03:09:10.313Z | [ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO STEP 827 (remove_files) COMPLETE |
6869 | 2024-12-21T03:09:10.313Z | [ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-21T03:09:10.332Z | [ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6871 | 2024-12-21T03:09:10.332Z | [ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO STEP 828 (remove_files) COMPLETE |
6872 | 2024-12-21T03:09:10.332Z | [ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-21T03:09:10.361Z | [ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6874 | 2024-12-21T03:09:10.367Z | [ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO STEP 829 (remove_files) COMPLETE |
6875 | 2024-12-21T03:09:10.367Z | [ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-21T03:09:10.434Z | [ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6877 | 2024-12-21T03:09:10.434Z | [ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO STEP 830 (remove_files) COMPLETE |
6878 | 2024-12-21T03:09:10.437Z | [ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-21T03:09:10.465Z | [ recovery-image] Dec 21 03:09:09.797 INFO O| Dec 21 03:09:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6880 | 2024-12-21T03:09:10.465Z | [ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 831 (remove_files) COMPLETE |
6881 | 2024-12-21T03:09:10.468Z | [ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-21T03:09:10.508Z | [ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6883 | 2024-12-21T03:09:10.509Z | [ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO STEP 832 (remove_files) COMPLETE |
6884 | 2024-12-21T03:09:10.509Z | [ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-21T03:09:10.516Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6886 | 2024-12-21T03:09:10.517Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 833 (remove_files) COMPLETE |
6887 | 2024-12-21T03:09:10.517Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-21T03:09:10.543Z | [ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6889 | 2024-12-21T03:09:10.543Z | [ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO STEP 834 (remove_files) COMPLETE |
6890 | 2024-12-21T03:09:10.543Z | [ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-21T03:09:10.567Z | [ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6892 | 2024-12-21T03:09:10.567Z | [ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO STEP 835 (remove_files) COMPLETE |
6893 | 2024-12-21T03:09:10.567Z | [ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-21T03:09:10.586Z | [ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6895 | 2024-12-21T03:09:10.586Z | [ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO STEP 836 (remove_files) COMPLETE |
6896 | 2024-12-21T03:09:10.587Z | [ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-21T03:09:10.608Z | [ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6898 | 2024-12-21T03:09:10.608Z | [ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO STEP 837 (remove_files) COMPLETE |
6899 | 2024-12-21T03:09:10.608Z | [ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-21T03:09:10.659Z | [ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6901 | 2024-12-21T03:09:10.660Z | [ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO STEP 838 (remove_files) COMPLETE |
6902 | 2024-12-21T03:09:10.660Z | [ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-21T03:09:10.688Z | [ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6904 | 2024-12-21T03:09:10.702Z | [ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO STEP 839 (remove_files) COMPLETE |
6905 | 2024-12-21T03:09:10.702Z | [ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-21T03:09:10.718Z | [ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6907 | 2024-12-21T03:09:10.718Z | [ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO STEP 840 (remove_files) COMPLETE |
6908 | 2024-12-21T03:09:10.718Z | [ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-12-21T03:09:10.730Z | [ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6910 | 2024-12-21T03:09:10.730Z | [ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO STEP 841 (remove_files) COMPLETE |
6911 | 2024-12-21T03:09:10.730Z | [ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-12-21T03:09:10.746Z | [ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6913 | 2024-12-21T03:09:10.747Z | [ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO STEP 842 (remove_files) COMPLETE |
6914 | 2024-12-21T03:09:10.749Z | [ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-12-21T03:09:10.766Z | [ recovery-image] Dec 21 03:09:10.096 INFO O| Dec 21 03:09:10.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6916 | 2024-12-21T03:09:10.766Z | [ recovery-image] Dec 21 03:09:10.097 INFO O| Dec 21 03:09:10.096 INFO STEP 843 (remove_files) COMPLETE |
6917 | 2024-12-21T03:09:10.770Z | [ recovery-image] Dec 21 03:09:10.097 INFO O| Dec 21 03:09:10.097 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-12-21T03:09:10.788Z | [ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6919 | 2024-12-21T03:09:10.788Z | [ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO STEP 844 (remove_files) COMPLETE |
6920 | 2024-12-21T03:09:10.791Z | [ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-12-21T03:09:10.811Z | [ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6922 | 2024-12-21T03:09:10.811Z | [ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO STEP 845 (remove_files) COMPLETE |
6923 | 2024-12-21T03:09:10.822Z | [ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-12-21T03:09:10.862Z | [ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6925 | 2024-12-21T03:09:10.862Z | [ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO STEP 846 (remove_files) COMPLETE |
6926 | 2024-12-21T03:09:10.868Z | [ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-12-21T03:09:10.896Z | [ recovery-image] Dec 21 03:09:10.228 INFO O| Dec 21 03:09:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6928 | 2024-12-21T03:09:10.900Z | [ recovery-image] Dec 21 03:09:10.228 INFO O| Dec 21 03:09:10.228 INFO STEP 847 (remove_files) COMPLETE |
6929 | 2024-12-21T03:09:10.900Z | [ recovery-image] Dec 21 03:09:10.229 INFO O| Dec 21 03:09:10.229 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-12-21T03:09:10.926Z | [ recovery-image] Dec 21 03:09:10.244 INFO O| Dec 21 03:09:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6931 | 2024-12-21T03:09:10.926Z | [ recovery-image] Dec 21 03:09:10.245 INFO O| Dec 21 03:09:10.244 INFO STEP 848 (remove_files) COMPLETE |
6932 | 2024-12-21T03:09:10.926Z | [ recovery-image] Dec 21 03:09:10.245 INFO O| Dec 21 03:09:10.245 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-12-21T03:09:10.929Z | [ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6934 | 2024-12-21T03:09:10.929Z | [ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO STEP 849 (remove_files) COMPLETE |
6935 | 2024-12-21T03:09:10.929Z | [ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-12-21T03:09:10.968Z | [ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6937 | 2024-12-21T03:09:10.968Z | [ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO STEP 850 (remove_files) COMPLETE |
6938 | 2024-12-21T03:09:10.972Z | [ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-12-21T03:09:11.001Z | [ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6940 | 2024-12-21T03:09:11.001Z | [ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO STEP 851 (remove_files) COMPLETE |
6941 | 2024-12-21T03:09:11.001Z | [ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-12-21T03:09:11.014Z | [ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6943 | 2024-12-21T03:09:11.014Z | [ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO STEP 852 (remove_files) COMPLETE |
6944 | 2024-12-21T03:09:11.014Z | [ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-12-21T03:09:11.036Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6946 | 2024-12-21T03:09:11.036Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 853 (remove_files) COMPLETE |
6947 | 2024-12-21T03:09:11.036Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-12-21T03:09:11.059Z | [ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6949 | 2024-12-21T03:09:11.059Z | [ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.385 INFO STEP 854 (remove_files) COMPLETE |
6950 | 2024-12-21T03:09:11.059Z | [ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.385 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-12-21T03:09:11.091Z | [ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6952 | 2024-12-21T03:09:11.091Z | [ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO STEP 855 (remove_files) COMPLETE |
6953 | 2024-12-21T03:09:11.091Z | [ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-12-21T03:09:11.107Z | [ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6955 | 2024-12-21T03:09:11.108Z | [ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO STEP 856 (remove_files) COMPLETE |
6956 | 2024-12-21T03:09:11.112Z | [ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-12-21T03:09:11.125Z | [ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6958 | 2024-12-21T03:09:11.125Z | [ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO STEP 857 (remove_files) COMPLETE |
6959 | 2024-12-21T03:09:11.125Z | [ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-12-21T03:09:11.140Z | [ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6961 | 2024-12-21T03:09:11.140Z | [ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO STEP 858 (remove_files) COMPLETE |
6962 | 2024-12-21T03:09:11.143Z | [ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-12-21T03:09:11.159Z | [ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6964 | 2024-12-21T03:09:11.159Z | [ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO STEP 859 (remove_files) COMPLETE |
6965 | 2024-12-21T03:09:11.162Z | [ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-12-21T03:09:11.207Z | [ host-image] Dec 21 03:09:10.539 INFO O| Dec 21 03:09:10.539 INFO O| Done |
6967 | 2024-12-21T03:09:11.234Z | [ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6968 | 2024-12-21T03:09:11.234Z | [ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO STEP 860 (remove_files) COMPLETE |
6969 | 2024-12-21T03:09:11.234Z | [ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-21T03:09:11.248Z | [ host-image] Dec 21 03:09:10.580 INFO O| Dec 21 03:09:10.580 INFO O| Done |
6971 | 2024-12-21T03:09:11.251Z | [ host-image] Dec 21 03:09:10.581 INFO O| Dec 21 03:09:10.581 INFO O| Done |
6972 | 2024-12-21T03:09:11.263Z | [ recovery-image] Dec 21 03:09:10.595 INFO O| Dec 21 03:09:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6973 | 2024-12-21T03:09:11.266Z | [ recovery-image] Dec 21 03:09:10.596 INFO O| Dec 21 03:09:10.596 INFO STEP 861 (remove_files) COMPLETE |
6974 | 2024-12-21T03:09:11.266Z | [ recovery-image] Dec 21 03:09:10.596 INFO O| Dec 21 03:09:10.596 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-12-21T03:09:11.286Z | [ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6976 | 2024-12-21T03:09:11.286Z | [ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO STEP 862 (remove_files) COMPLETE |
6977 | 2024-12-21T03:09:11.292Z | [ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-12-21T03:09:11.300Z | [ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6979 | 2024-12-21T03:09:11.300Z | [ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO STEP 863 (remove_files) COMPLETE |
6980 | 2024-12-21T03:09:11.300Z | [ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-12-21T03:09:11.341Z | [ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6982 | 2024-12-21T03:09:11.341Z | [ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO STEP 864 (remove_files) COMPLETE |
6983 | 2024-12-21T03:09:11.341Z | [ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-12-21T03:09:11.349Z | [ host-image] Dec 21 03:09:10.677 INFO O| Dec 21 03:09:10.677 INFO O| Done |
6985 | 2024-12-21T03:09:11.426Z | [ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6986 | 2024-12-21T03:09:11.426Z | [ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO STEP 865 (remove_files) COMPLETE |
6987 | 2024-12-21T03:09:11.426Z | [ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-21T03:09:11.469Z | [ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6989 | 2024-12-21T03:09:11.469Z | [ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO STEP 866 (remove_files) COMPLETE |
6990 | 2024-12-21T03:09:11.470Z | [ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-21T03:09:11.529Z | [ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6992 | 2024-12-21T03:09:11.530Z | [ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.835 INFO STEP 867 (remove_files) COMPLETE |
6993 | 2024-12-21T03:09:11.533Z | [ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.835 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-21T03:09:11.542Z | [ recovery-image] Dec 21 03:09:10.871 INFO O| Dec 21 03:09:10.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6995 | 2024-12-21T03:09:11.542Z | [ recovery-image] Dec 21 03:09:10.872 INFO O| Dec 21 03:09:10.872 INFO STEP 868 (remove_files) COMPLETE |
6996 | 2024-12-21T03:09:11.542Z | [ recovery-image] Dec 21 03:09:10.872 INFO O| Dec 21 03:09:10.872 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-21T03:09:11.568Z | [ recovery-image] Dec 21 03:09:10.891 INFO O| Dec 21 03:09:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6998 | 2024-12-21T03:09:11.568Z | [ recovery-image] Dec 21 03:09:10.892 INFO O| Dec 21 03:09:10.892 INFO STEP 869 (remove_files) COMPLETE |
6999 | 2024-12-21T03:09:11.568Z | [ recovery-image] Dec 21 03:09:10.892 INFO O| Dec 21 03:09:10.892 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-21T03:09:11.609Z | [ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7001 | 2024-12-21T03:09:11.609Z | [ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO STEP 870 (remove_files) COMPLETE |
7002 | 2024-12-21T03:09:11.609Z | [ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-21T03:09:11.612Z | [ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7004 | 2024-12-21T03:09:11.612Z | [ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO STEP 871 (remove_files) COMPLETE |
7005 | 2024-12-21T03:09:11.612Z | [ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-21T03:09:11.615Z | [ host-image] Dec 21 03:09:10.945 INFO O| Dec 21 03:09:10.945 INFO STEP 13 (pkg_install) COMPLETE |
7007 | 2024-12-21T03:09:11.615Z | [ host-image] Dec 21 03:09:10.946 INFO O| Dec 21 03:09:10.945 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7008 | 2024-12-21T03:09:11.632Z | [ host-image] Dec 21 03:09:10.964 INFO O| Dec 21 03:09:10.964 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7009 | 2024-12-21T03:09:11.713Z | [ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7010 | 2024-12-21T03:09:11.714Z | [ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO STEP 872 (remove_files) COMPLETE |
7011 | 2024-12-21T03:09:11.714Z | [ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-21T03:09:11.731Z | [ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7013 | 2024-12-21T03:09:11.732Z | [ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO STEP 873 (remove_files) COMPLETE |
7014 | 2024-12-21T03:09:11.732Z | [ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-21T03:09:11.750Z | [ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7016 | 2024-12-21T03:09:11.751Z | [ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO STEP 874 (remove_files) COMPLETE |
7017 | 2024-12-21T03:09:11.755Z | [ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-21T03:09:11.768Z | [ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7019 | 2024-12-21T03:09:11.769Z | [ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.099 INFO STEP 875 (remove_files) COMPLETE |
7020 | 2024-12-21T03:09:11.769Z | [ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.099 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-21T03:09:11.784Z | [ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7022 | 2024-12-21T03:09:11.784Z | [ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO STEP 876 (remove_files) COMPLETE |
7023 | 2024-12-21T03:09:11.784Z | [ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-21T03:09:11.800Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7025 | 2024-12-21T03:09:11.800Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO STEP 877 (remove_files) COMPLETE |
7026 | 2024-12-21T03:09:11.800Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-21T03:09:11.818Z | [ recovery-image] Dec 21 03:09:11.150 INFO O| Dec 21 03:09:11.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7028 | 2024-12-21T03:09:11.821Z | [ recovery-image] Dec 21 03:09:11.151 INFO O| Dec 21 03:09:11.151 INFO STEP 878 (remove_files) COMPLETE |
7029 | 2024-12-21T03:09:11.821Z | [ recovery-image] Dec 21 03:09:11.151 INFO O| Dec 21 03:09:11.151 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-21T03:09:11.847Z | [ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7031 | 2024-12-21T03:09:11.849Z | [ recovery-image] Dec 21 03:09:11.179 INFO O| Dec 21 03:09:11.178 INFO STEP 879 (remove_files) COMPLETE |
7032 | 2024-12-21T03:09:11.849Z | [ recovery-image] Dec 21 03:09:11.179 INFO O| Dec 21 03:09:11.179 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-21T03:09:11.865Z | [ recovery-image] Dec 21 03:09:11.197 INFO O| Dec 21 03:09:11.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7034 | 2024-12-21T03:09:11.876Z | [ recovery-image] Dec 21 03:09:11.209 INFO O| Dec 21 03:09:11.209 INFO STEP 880 (remove_files) COMPLETE |
7035 | 2024-12-21T03:09:11.876Z | [ recovery-image] Dec 21 03:09:11.209 INFO O| Dec 21 03:09:11.209 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-21T03:09:11.896Z | [ recovery-image] Dec 21 03:09:11.228 INFO O| Dec 21 03:09:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7037 | 2024-12-21T03:09:11.899Z | [ recovery-image] Dec 21 03:09:11.229 INFO O| Dec 21 03:09:11.229 INFO STEP 881 (remove_files) COMPLETE |
7038 | 2024-12-21T03:09:11.899Z | [ recovery-image] Dec 21 03:09:11.229 INFO O| Dec 21 03:09:11.229 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-21T03:09:11.938Z | [ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7040 | 2024-12-21T03:09:11.938Z | [ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO STEP 882 (remove_files) COMPLETE |
7041 | 2024-12-21T03:09:11.947Z | [ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-21T03:09:11.966Z | [ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7043 | 2024-12-21T03:09:11.966Z | [ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO STEP 883 (remove_files) COMPLETE |
7044 | 2024-12-21T03:09:11.969Z | [ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-21T03:09:11.993Z | [ recovery-image] Dec 21 03:09:11.325 INFO O| Dec 21 03:09:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7046 | 2024-12-21T03:09:11.993Z | [ recovery-image] Dec 21 03:09:11.325 INFO O| Dec 21 03:09:11.325 INFO STEP 884 (remove_files) COMPLETE |
7047 | 2024-12-21T03:09:11.997Z | [ recovery-image] Dec 21 03:09:11.326 INFO O| Dec 21 03:09:11.325 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-21T03:09:12.017Z | [ recovery-image] Dec 21 03:09:11.345 INFO O| Dec 21 03:09:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7049 | 2024-12-21T03:09:12.017Z | [ recovery-image] Dec 21 03:09:11.346 INFO O| Dec 21 03:09:11.346 INFO STEP 885 (remove_files) COMPLETE |
7050 | 2024-12-21T03:09:12.034Z | [ recovery-image] Dec 21 03:09:11.346 INFO O| Dec 21 03:09:11.346 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-21T03:09:12.040Z | [ recovery-image] Dec 21 03:09:11.365 INFO O| Dec 21 03:09:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7052 | 2024-12-21T03:09:12.058Z | [ recovery-image] Dec 21 03:09:11.390 INFO O| Dec 21 03:09:11.390 INFO STEP 886 (remove_files) COMPLETE |
7053 | 2024-12-21T03:09:12.058Z | [ recovery-image] Dec 21 03:09:11.390 INFO O| Dec 21 03:09:11.390 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-21T03:09:12.088Z | [ recovery-image] Dec 21 03:09:11.419 INFO O| Dec 21 03:09:11.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7055 | 2024-12-21T03:09:12.093Z | [ recovery-image] Dec 21 03:09:11.422 INFO O| Dec 21 03:09:11.422 INFO STEP 887 (remove_files) COMPLETE |
7056 | 2024-12-21T03:09:12.093Z | [ recovery-image] Dec 21 03:09:11.422 INFO O| Dec 21 03:09:11.422 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-21T03:09:12.110Z | [ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7058 | 2024-12-21T03:09:12.110Z | [ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 888 (remove_files) COMPLETE |
7059 | 2024-12-21T03:09:12.114Z | [ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-21T03:09:12.127Z | [ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7061 | 2024-12-21T03:09:12.130Z | [ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO STEP 889 (remove_files) COMPLETE |
7062 | 2024-12-21T03:09:12.130Z | [ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-21T03:09:12.149Z | [ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7064 | 2024-12-21T03:09:12.149Z | [ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO STEP 890 (remove_files) COMPLETE |
7065 | 2024-12-21T03:09:12.149Z | [ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-21T03:09:12.168Z | [ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7067 | 2024-12-21T03:09:12.168Z | [ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO STEP 891 (remove_files) COMPLETE |
7068 | 2024-12-21T03:09:12.168Z | [ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-21T03:09:12.188Z | [ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7070 | 2024-12-21T03:09:12.188Z | [ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO STEP 892 (remove_files) COMPLETE |
7071 | 2024-12-21T03:09:12.188Z | [ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-21T03:09:12.209Z | [ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7073 | 2024-12-21T03:09:12.209Z | [ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.542 INFO STEP 893 (remove_files) COMPLETE |
7074 | 2024-12-21T03:09:12.209Z | [ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.542 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-21T03:09:12.232Z | [ recovery-image] Dec 21 03:09:11.564 INFO O| Dec 21 03:09:11.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7076 | 2024-12-21T03:09:12.234Z | [ recovery-image] Dec 21 03:09:11.564 INFO O| Dec 21 03:09:11.564 INFO STEP 894 (remove_files) COMPLETE |
7077 | 2024-12-21T03:09:12.234Z | [ recovery-image] Dec 21 03:09:11.565 INFO O| Dec 21 03:09:11.565 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-21T03:09:12.252Z | [ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7079 | 2024-12-21T03:09:12.256Z | [ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO STEP 895 (remove_files) COMPLETE |
7080 | 2024-12-21T03:09:12.256Z | [ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-21T03:09:12.297Z | [ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7082 | 2024-12-21T03:09:12.300Z | [ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO STEP 896 (remove_files) COMPLETE |
7083 | 2024-12-21T03:09:12.300Z | [ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-21T03:09:12.315Z | [ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7085 | 2024-12-21T03:09:12.315Z | [ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO STEP 897 (remove_files) COMPLETE |
7086 | 2024-12-21T03:09:12.317Z | [ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-21T03:09:12.334Z | [ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7088 | 2024-12-21T03:09:12.334Z | [ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO STEP 898 (remove_files) COMPLETE |
7089 | 2024-12-21T03:09:12.337Z | [ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-21T03:09:12.364Z | [ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7091 | 2024-12-21T03:09:12.369Z | [ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO STEP 899 (remove_files) COMPLETE |
7092 | 2024-12-21T03:09:12.370Z | [ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-21T03:09:12.399Z | [ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7094 | 2024-12-21T03:09:12.406Z | [ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO STEP 900 (remove_files) COMPLETE |
7095 | 2024-12-21T03:09:12.407Z | [ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-21T03:09:12.428Z | [ recovery-image] Dec 21 03:09:11.758 INFO O| Dec 21 03:09:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7097 | 2024-12-21T03:09:12.428Z | [ recovery-image] Dec 21 03:09:11.758 INFO O| Dec 21 03:09:11.758 INFO STEP 901 (remove_files) COMPLETE |
7098 | 2024-12-21T03:09:12.450Z | [ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.758 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-21T03:09:12.467Z | [ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7100 | 2024-12-21T03:09:12.467Z | [ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO STEP 902 (remove_files) COMPLETE |
7101 | 2024-12-21T03:09:12.470Z | [ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-21T03:09:12.492Z | [ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7103 | 2024-12-21T03:09:12.492Z | [ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO STEP 903 (remove_files) COMPLETE |
7104 | 2024-12-21T03:09:12.500Z | [ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-21T03:09:12.512Z | [ recovery-image] Dec 21 03:09:11.842 INFO O| Dec 21 03:09:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7106 | 2024-12-21T03:09:12.512Z | [ recovery-image] Dec 21 03:09:11.843 INFO O| Dec 21 03:09:11.842 INFO STEP 904 (remove_files) COMPLETE |
7107 | 2024-12-21T03:09:12.515Z | [ recovery-image] Dec 21 03:09:11.843 INFO O| Dec 21 03:09:11.842 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-21T03:09:12.528Z | [ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7109 | 2024-12-21T03:09:12.528Z | [ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO STEP 905 (remove_files) COMPLETE |
7110 | 2024-12-21T03:09:12.528Z | [ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-21T03:09:12.545Z | [ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7112 | 2024-12-21T03:09:12.545Z | [ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO STEP 906 (remove_files) COMPLETE |
7113 | 2024-12-21T03:09:12.549Z | [ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-21T03:09:12.580Z | [ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7115 | 2024-12-21T03:09:12.580Z | [ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO STEP 907 (remove_files) COMPLETE |
7116 | 2024-12-21T03:09:12.580Z | [ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-21T03:09:12.599Z | [ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7118 | 2024-12-21T03:09:12.599Z | [ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO STEP 908 (remove_files) COMPLETE |
7119 | 2024-12-21T03:09:12.607Z | [ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-21T03:09:12.617Z | [ host-image] Dec 21 03:09:11.949 INFO O| Dec 21 03:09:11.949 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7121 | 2024-12-21T03:09:12.751Z | [ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7122 | 2024-12-21T03:09:12.751Z | [ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO STEP 909 (remove_files) COMPLETE |
7123 | 2024-12-21T03:09:12.755Z | [ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-21T03:09:12.805Z | [ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7125 | 2024-12-21T03:09:12.806Z | [ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO STEP 910 (remove_files) COMPLETE |
7126 | 2024-12-21T03:09:12.806Z | [ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-21T03:09:12.836Z | [ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7128 | 2024-12-21T03:09:12.836Z | [ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.165 INFO STEP 911 (remove_files) COMPLETE |
7129 | 2024-12-21T03:09:12.836Z | [ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.165 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-21T03:09:12.875Z | [ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7131 | 2024-12-21T03:09:12.875Z | [ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO STEP 912 (remove_files) COMPLETE |
7132 | 2024-12-21T03:09:12.875Z | [ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-21T03:09:12.899Z | [ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7134 | 2024-12-21T03:09:12.902Z | [ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO STEP 913 (remove_files) COMPLETE |
7135 | 2024-12-21T03:09:12.902Z | [ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-21T03:09:12.918Z | [ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7137 | 2024-12-21T03:09:12.918Z | [ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO STEP 914 (remove_files) COMPLETE |
7138 | 2024-12-21T03:09:12.918Z | [ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-21T03:09:12.970Z | [ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7140 | 2024-12-21T03:09:12.970Z | [ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO STEP 915 (remove_files) COMPLETE |
7141 | 2024-12-21T03:09:12.970Z | [ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-21T03:09:12.988Z | [ recovery-image] Dec 21 03:09:12.291 INFO O| Dec 21 03:09:12.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7143 | 2024-12-21T03:09:12.988Z | [ recovery-image] Dec 21 03:09:12.292 INFO O| Dec 21 03:09:12.291 INFO STEP 916 (remove_files) COMPLETE |
7144 | 2024-12-21T03:09:12.988Z | [ recovery-image] Dec 21 03:09:12.292 INFO O| Dec 21 03:09:12.292 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-21T03:09:12.993Z | [ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7146 | 2024-12-21T03:09:12.994Z | [ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO STEP 917 (remove_files) COMPLETE |
7147 | 2024-12-21T03:09:12.995Z | [ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-21T03:09:13.002Z | [ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7149 | 2024-12-21T03:09:13.002Z | [ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO STEP 918 (remove_files) COMPLETE |
7150 | 2024-12-21T03:09:13.002Z | [ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-21T03:09:13.035Z | [ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7152 | 2024-12-21T03:09:13.035Z | [ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO STEP 919 (remove_files) COMPLETE |
7153 | 2024-12-21T03:09:13.035Z | [ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-21T03:09:13.055Z | [ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7155 | 2024-12-21T03:09:13.055Z | [ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO STEP 920 (remove_files) COMPLETE |
7156 | 2024-12-21T03:09:13.055Z | [ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-21T03:09:13.097Z | [ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7158 | 2024-12-21T03:09:13.099Z | [ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.429 INFO STEP 921 (remove_files) COMPLETE |
7159 | 2024-12-21T03:09:13.099Z | [ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.429 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-21T03:09:13.122Z | [ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7161 | 2024-12-21T03:09:13.122Z | [ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO STEP 922 (remove_files) COMPLETE |
7162 | 2024-12-21T03:09:13.125Z | [ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-21T03:09:13.150Z | [ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7164 | 2024-12-21T03:09:13.150Z | [ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO STEP 923 (remove_files) COMPLETE |
7165 | 2024-12-21T03:09:13.150Z | [ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-21T03:09:13.176Z | [ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7167 | 2024-12-21T03:09:13.176Z | [ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO STEP 924 (remove_files) COMPLETE |
7168 | 2024-12-21T03:09:13.176Z | [ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-21T03:09:13.229Z | [ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7170 | 2024-12-21T03:09:13.230Z | [ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO STEP 925 (remove_files) COMPLETE |
7171 | 2024-12-21T03:09:13.233Z | [ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-21T03:09:13.250Z | [ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7173 | 2024-12-21T03:09:13.250Z | [ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO STEP 926 (remove_files) COMPLETE |
7174 | 2024-12-21T03:09:13.250Z | [ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-21T03:09:13.273Z | [ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7176 | 2024-12-21T03:09:13.273Z | [ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO STEP 927 (remove_files) COMPLETE |
7177 | 2024-12-21T03:09:13.283Z | [ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-21T03:09:13.291Z | [ recovery-image] Dec 21 03:09:12.623 INFO O| Dec 21 03:09:12.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7179 | 2024-12-21T03:09:13.291Z | [ recovery-image] Dec 21 03:09:12.624 INFO O| Dec 21 03:09:12.624 INFO STEP 928 (remove_files) COMPLETE |
7180 | 2024-12-21T03:09:13.295Z | [ recovery-image] Dec 21 03:09:12.624 INFO O| Dec 21 03:09:12.624 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-21T03:09:13.311Z | [ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7182 | 2024-12-21T03:09:13.311Z | [ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO STEP 929 (remove_files) COMPLETE |
7183 | 2024-12-21T03:09:13.314Z | [ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-21T03:09:13.331Z | [ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7185 | 2024-12-21T03:09:13.332Z | [ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.663 INFO STEP 930 (remove_files) COMPLETE |
7186 | 2024-12-21T03:09:13.335Z | [ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.663 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-21T03:09:13.353Z | [ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7188 | 2024-12-21T03:09:13.353Z | [ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO STEP 931 (remove_files) COMPLETE |
7189 | 2024-12-21T03:09:13.353Z | [ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-21T03:09:13.374Z | [ recovery-image] Dec 21 03:09:12.705 INFO O| Dec 21 03:09:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7191 | 2024-12-21T03:09:13.374Z | [ recovery-image] Dec 21 03:09:12.706 INFO O| Dec 21 03:09:12.706 INFO STEP 932 (remove_files) COMPLETE |
7192 | 2024-12-21T03:09:13.377Z | [ recovery-image] Dec 21 03:09:12.706 INFO O| Dec 21 03:09:12.706 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-21T03:09:13.410Z | [ recovery-image] Dec 21 03:09:12.741 INFO O| Dec 21 03:09:12.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7194 | 2024-12-21T03:09:13.410Z | [ recovery-image] Dec 21 03:09:12.742 INFO O| Dec 21 03:09:12.742 INFO STEP 933 (remove_files) COMPLETE |
7195 | 2024-12-21T03:09:13.410Z | [ recovery-image] Dec 21 03:09:12.742 INFO O| Dec 21 03:09:12.742 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-21T03:09:13.432Z | [ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7197 | 2024-12-21T03:09:13.432Z | [ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.764 INFO STEP 934 (remove_files) COMPLETE |
7198 | 2024-12-21T03:09:13.432Z | [ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.764 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-21T03:09:13.456Z | [ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7200 | 2024-12-21T03:09:13.456Z | [ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO STEP 935 (remove_files) COMPLETE |
7201 | 2024-12-21T03:09:13.459Z | [ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-21T03:09:13.479Z | [ recovery-image] Dec 21 03:09:12.811 INFO O| Dec 21 03:09:12.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7203 | 2024-12-21T03:09:13.482Z | [ recovery-image] Dec 21 03:09:12.811 INFO O| Dec 21 03:09:12.811 INFO STEP 936 (remove_files) COMPLETE |
7204 | 2024-12-21T03:09:13.482Z | [ recovery-image] Dec 21 03:09:12.812 INFO O| Dec 21 03:09:12.812 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-21T03:09:13.508Z | [ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7206 | 2024-12-21T03:09:13.511Z | [ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO STEP 937 (remove_files) COMPLETE |
7207 | 2024-12-21T03:09:13.511Z | [ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-21T03:09:13.526Z | [ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7209 | 2024-12-21T03:09:13.530Z | [ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO STEP 938 (remove_files) COMPLETE |
7210 | 2024-12-21T03:09:13.531Z | [ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-21T03:09:13.543Z | [ recovery-image] Dec 21 03:09:12.875 INFO O| Dec 21 03:09:12.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7212 | 2024-12-21T03:09:13.548Z | [ recovery-image] Dec 21 03:09:12.875 INFO O| Dec 21 03:09:12.875 INFO STEP 939 (remove_files) COMPLETE |
7213 | 2024-12-21T03:09:13.548Z | [ recovery-image] Dec 21 03:09:12.876 INFO O| Dec 21 03:09:12.876 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-21T03:09:13.561Z | [ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7215 | 2024-12-21T03:09:13.564Z | [ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO STEP 940 (remove_files) COMPLETE |
7216 | 2024-12-21T03:09:13.564Z | [ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-21T03:09:13.586Z | [ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7218 | 2024-12-21T03:09:13.593Z | [ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO STEP 941 (remove_files) COMPLETE |
7219 | 2024-12-21T03:09:13.593Z | [ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-21T03:09:13.601Z | [ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7221 | 2024-12-21T03:09:13.601Z | [ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO STEP 942 (remove_files) COMPLETE |
7222 | 2024-12-21T03:09:13.601Z | [ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-21T03:09:13.626Z | [ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7224 | 2024-12-21T03:09:13.626Z | [ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO STEP 943 (remove_files) COMPLETE |
7225 | 2024-12-21T03:09:13.632Z | [ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-21T03:09:13.650Z | [ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7227 | 2024-12-21T03:09:13.651Z | [ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO STEP 944 (remove_files) COMPLETE |
7228 | 2024-12-21T03:09:13.651Z | [ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-21T03:09:13.667Z | [ recovery-image] Dec 21 03:09:12.998 INFO O| Dec 21 03:09:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7230 | 2024-12-21T03:09:13.667Z | [ recovery-image] Dec 21 03:09:12.999 INFO O| Dec 21 03:09:12.999 INFO STEP 945 (remove_files) COMPLETE |
7231 | 2024-12-21T03:09:13.668Z | [ recovery-image] Dec 21 03:09:12.999 INFO O| Dec 21 03:09:12.999 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-21T03:09:13.687Z | [ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7233 | 2024-12-21T03:09:13.687Z | [ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO STEP 946 (remove_files) COMPLETE |
7234 | 2024-12-21T03:09:13.687Z | [ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-21T03:09:13.739Z | [ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7236 | 2024-12-21T03:09:13.739Z | [ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO STEP 947 (remove_files) COMPLETE |
7237 | 2024-12-21T03:09:13.743Z | [ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-21T03:09:13.763Z | [ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7239 | 2024-12-21T03:09:13.764Z | [ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO STEP 948 (remove_files) COMPLETE |
7240 | 2024-12-21T03:09:13.767Z | [ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-21T03:09:13.786Z | [ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7242 | 2024-12-21T03:09:13.786Z | [ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO STEP 949 (remove_files) COMPLETE |
7243 | 2024-12-21T03:09:13.790Z | [ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-21T03:09:13.814Z | [ recovery-image] Dec 21 03:09:13.146 INFO O| Dec 21 03:09:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7245 | 2024-12-21T03:09:13.814Z | [ recovery-image] Dec 21 03:09:13.147 INFO O| Dec 21 03:09:13.146 INFO STEP 950 (remove_files) COMPLETE |
7246 | 2024-12-21T03:09:13.814Z | [ recovery-image] Dec 21 03:09:13.147 INFO O| Dec 21 03:09:13.146 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-21T03:09:13.843Z | [ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7248 | 2024-12-21T03:09:13.843Z | [ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO STEP 951 (remove_files) COMPLETE |
7249 | 2024-12-21T03:09:13.843Z | [ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-21T03:09:13.906Z | [ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7251 | 2024-12-21T03:09:13.908Z | [ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.238 INFO STEP 952 (remove_files) COMPLETE |
7252 | 2024-12-21T03:09:13.908Z | [ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.238 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-21T03:09:13.924Z | [ recovery-image] Dec 21 03:09:13.256 INFO O| Dec 21 03:09:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7254 | 2024-12-21T03:09:13.927Z | [ recovery-image] Dec 21 03:09:13.256 INFO O| Dec 21 03:09:13.256 INFO STEP 953 (remove_files) COMPLETE |
7255 | 2024-12-21T03:09:13.927Z | [ recovery-image] Dec 21 03:09:13.257 INFO O| Dec 21 03:09:13.256 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-21T03:09:13.943Z | [ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7257 | 2024-12-21T03:09:13.945Z | [ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO STEP 954 (remove_files) COMPLETE |
7258 | 2024-12-21T03:09:13.945Z | [ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-21T03:09:13.961Z | [ recovery-image] Dec 21 03:09:13.293 INFO O| Dec 21 03:09:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7260 | 2024-12-21T03:09:13.964Z | [ recovery-image] Dec 21 03:09:13.293 INFO O| Dec 21 03:09:13.293 INFO STEP 955 (remove_files) COMPLETE |
7261 | 2024-12-21T03:09:13.964Z | [ recovery-image] Dec 21 03:09:13.294 INFO O| Dec 21 03:09:13.294 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-21T03:09:13.980Z | [ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7263 | 2024-12-21T03:09:13.983Z | [ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO STEP 956 (remove_files) COMPLETE |
7264 | 2024-12-21T03:09:13.983Z | [ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-21T03:09:14.035Z | [ recovery-image] Dec 21 03:09:13.360 INFO O| Dec 21 03:09:13.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7266 | 2024-12-21T03:09:14.036Z | [ recovery-image] Dec 21 03:09:13.360 INFO O| Dec 21 03:09:13.360 INFO STEP 957 (remove_files) COMPLETE |
7267 | 2024-12-21T03:09:14.036Z | [ recovery-image] Dec 21 03:09:13.361 INFO O| Dec 21 03:09:13.360 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-21T03:09:14.046Z | [ recovery-image] Dec 21 03:09:13.378 INFO O| Dec 21 03:09:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7269 | 2024-12-21T03:09:14.047Z | [ recovery-image] Dec 21 03:09:13.379 INFO O| Dec 21 03:09:13.378 INFO STEP 958 (remove_files) COMPLETE |
7270 | 2024-12-21T03:09:14.047Z | [ recovery-image] Dec 21 03:09:13.379 INFO O| Dec 21 03:09:13.378 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-21T03:09:14.069Z | [ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7272 | 2024-12-21T03:09:14.073Z | [ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO STEP 959 (remove_files) COMPLETE |
7273 | 2024-12-21T03:09:14.073Z | [ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-21T03:09:14.085Z | [ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7275 | 2024-12-21T03:09:14.086Z | [ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO STEP 960 (remove_files) COMPLETE |
7276 | 2024-12-21T03:09:14.089Z | [ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-21T03:09:14.107Z | [ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7278 | 2024-12-21T03:09:14.107Z | [ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO STEP 961 (remove_files) COMPLETE |
7279 | 2024-12-21T03:09:14.107Z | [ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-21T03:09:14.144Z | [ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7281 | 2024-12-21T03:09:14.148Z | [ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO STEP 962 (remove_files) COMPLETE |
7282 | 2024-12-21T03:09:14.149Z | [ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-21T03:09:14.171Z | [ recovery-image] Dec 21 03:09:13.499 INFO O| Dec 21 03:09:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7284 | 2024-12-21T03:09:14.171Z | [ recovery-image] Dec 21 03:09:13.500 INFO O| Dec 21 03:09:13.500 INFO STEP 963 (remove_files) COMPLETE |
7285 | 2024-12-21T03:09:14.171Z | [ recovery-image] Dec 21 03:09:13.500 INFO O| Dec 21 03:09:13.500 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-21T03:09:14.187Z | [ recovery-image] Dec 21 03:09:13.518 INFO O| Dec 21 03:09:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7287 | 2024-12-21T03:09:14.187Z | [ recovery-image] Dec 21 03:09:13.518 INFO O| Dec 21 03:09:13.518 INFO STEP 964 (remove_files) COMPLETE |
7288 | 2024-12-21T03:09:14.189Z | [ recovery-image] Dec 21 03:09:13.519 INFO O| Dec 21 03:09:13.519 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-21T03:09:14.217Z | [ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7290 | 2024-12-21T03:09:14.219Z | [ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.549 INFO STEP 965 (remove_files) COMPLETE |
7291 | 2024-12-21T03:09:14.219Z | [ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.549 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-21T03:09:14.238Z | [ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7293 | 2024-12-21T03:09:14.240Z | [ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.570 INFO STEP 966 (remove_files) COMPLETE |
7294 | 2024-12-21T03:09:14.240Z | [ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.570 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-21T03:09:14.256Z | [ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7296 | 2024-12-21T03:09:14.259Z | [ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO STEP 967 (remove_files) COMPLETE |
7297 | 2024-12-21T03:09:14.259Z | [ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-21T03:09:14.275Z | [ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7299 | 2024-12-21T03:09:14.279Z | [ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO STEP 968 (remove_files) COMPLETE |
7300 | 2024-12-21T03:09:14.279Z | [ recovery-image] Dec 21 03:09:13.607 INFO O| Dec 21 03:09:13.607 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-21T03:09:14.297Z | [ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7302 | 2024-12-21T03:09:14.299Z | [ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO STEP 969 (remove_files) COMPLETE |
7303 | 2024-12-21T03:09:14.299Z | [ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-21T03:09:14.334Z | [ recovery-image] Dec 21 03:09:13.666 INFO O| Dec 21 03:09:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7305 | 2024-12-21T03:09:14.337Z | [ recovery-image] Dec 21 03:09:13.667 INFO O| Dec 21 03:09:13.666 INFO STEP 970 (remove_files) COMPLETE |
7306 | 2024-12-21T03:09:14.337Z | [ recovery-image] Dec 21 03:09:13.667 INFO O| Dec 21 03:09:13.667 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-21T03:09:14.359Z | [ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7308 | 2024-12-21T03:09:14.363Z | [ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO STEP 971 (remove_files) COMPLETE |
7309 | 2024-12-21T03:09:14.363Z | [ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-21T03:09:14.381Z | [ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7311 | 2024-12-21T03:09:14.382Z | [ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 972 (remove_files) COMPLETE |
7312 | 2024-12-21T03:09:14.382Z | [ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-21T03:09:14.443Z | [ recovery-image] Dec 21 03:09:13.770 INFO O| Dec 21 03:09:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7314 | 2024-12-21T03:09:14.453Z | [ recovery-image] Dec 21 03:09:13.771 INFO O| Dec 21 03:09:13.771 INFO STEP 973 (remove_files) COMPLETE |
7315 | 2024-12-21T03:09:14.453Z | [ recovery-image] Dec 21 03:09:13.771 INFO O| Dec 21 03:09:13.771 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-21T03:09:14.460Z | [ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7317 | 2024-12-21T03:09:14.460Z | [ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO STEP 974 (remove_files) COMPLETE |
7318 | 2024-12-21T03:09:14.460Z | [ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-21T03:09:14.477Z | [ recovery-image] Dec 21 03:09:13.807 INFO O| Dec 21 03:09:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7320 | 2024-12-21T03:09:14.482Z | [ recovery-image] Dec 21 03:09:13.807 INFO O| Dec 21 03:09:13.807 INFO STEP 975 (remove_files) COMPLETE |
7321 | 2024-12-21T03:09:14.482Z | [ recovery-image] Dec 21 03:09:13.808 INFO O| Dec 21 03:09:13.807 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-21T03:09:14.524Z | [ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7323 | 2024-12-21T03:09:14.524Z | [ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.840 INFO STEP 976 (remove_files) COMPLETE |
7324 | 2024-12-21T03:09:14.531Z | [ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.840 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-21T03:09:14.554Z | [ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7326 | 2024-12-21T03:09:14.557Z | [ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO STEP 977 (remove_files) COMPLETE |
7327 | 2024-12-21T03:09:14.557Z | [ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-21T03:09:14.579Z | [ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7329 | 2024-12-21T03:09:14.580Z | [ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO STEP 978 (remove_files) COMPLETE |
7330 | 2024-12-21T03:09:14.582Z | [ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-21T03:09:14.659Z | [ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7332 | 2024-12-21T03:09:14.662Z | [ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.991 INFO STEP 979 (remove_files) COMPLETE |
7333 | 2024-12-21T03:09:14.662Z | [ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.991 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-21T03:09:14.678Z | [ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7335 | 2024-12-21T03:09:14.678Z | [ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO STEP 980 (remove_files) COMPLETE |
7336 | 2024-12-21T03:09:14.681Z | [ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-21T03:09:14.698Z | [ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7338 | 2024-12-21T03:09:14.700Z | [ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO STEP 981 (remove_files) COMPLETE |
7339 | 2024-12-21T03:09:14.700Z | [ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-21T03:09:14.723Z | [ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7341 | 2024-12-21T03:09:14.723Z | [ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO STEP 982 (remove_files) COMPLETE |
7342 | 2024-12-21T03:09:14.728Z | [ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-21T03:09:14.760Z | [ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7344 | 2024-12-21T03:09:14.761Z | [ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO STEP 983 (remove_files) COMPLETE |
7345 | 2024-12-21T03:09:14.761Z | [ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-21T03:09:14.777Z | [ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7347 | 2024-12-21T03:09:14.777Z | [ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO STEP 984 (remove_files) COMPLETE |
7348 | 2024-12-21T03:09:14.777Z | [ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-21T03:09:14.791Z | [ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7350 | 2024-12-21T03:09:14.792Z | [ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO STEP 985 (remove_files) COMPLETE |
7351 | 2024-12-21T03:09:14.799Z | [ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-21T03:09:14.810Z | [ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7353 | 2024-12-21T03:09:14.810Z | [ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO STEP 986 (remove_files) COMPLETE |
7354 | 2024-12-21T03:09:14.810Z | [ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-21T03:09:14.847Z | [ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7356 | 2024-12-21T03:09:14.847Z | [ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO STEP 987 (remove_files) COMPLETE |
7357 | 2024-12-21T03:09:14.847Z | [ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-21T03:09:14.876Z | [ recovery-image] Dec 21 03:09:14.207 INFO O| Dec 21 03:09:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7359 | 2024-12-21T03:09:14.876Z | [ recovery-image] Dec 21 03:09:14.208 INFO O| Dec 21 03:09:14.208 INFO STEP 988 (remove_files) COMPLETE |
7360 | 2024-12-21T03:09:14.876Z | [ recovery-image] Dec 21 03:09:14.208 INFO O| Dec 21 03:09:14.208 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-21T03:09:14.894Z | [ recovery-image] Dec 21 03:09:14.225 INFO O| Dec 21 03:09:14.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7362 | 2024-12-21T03:09:14.894Z | [ recovery-image] Dec 21 03:09:14.226 INFO O| Dec 21 03:09:14.226 INFO STEP 989 (remove_files) COMPLETE |
7363 | 2024-12-21T03:09:14.896Z | [ recovery-image] Dec 21 03:09:14.226 INFO O| Dec 21 03:09:14.226 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-21T03:09:14.912Z | [ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7365 | 2024-12-21T03:09:14.912Z | [ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.244 INFO STEP 990 (remove_files) COMPLETE |
7366 | 2024-12-21T03:09:14.915Z | [ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.244 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-21T03:09:14.931Z | [ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7368 | 2024-12-21T03:09:14.931Z | [ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO STEP 991 (remove_files) COMPLETE |
7369 | 2024-12-21T03:09:14.931Z | [ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-21T03:09:14.949Z | [ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7371 | 2024-12-21T03:09:14.949Z | [ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.281 INFO STEP 992 (remove_files) COMPLETE |
7372 | 2024-12-21T03:09:14.956Z | [ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.281 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-21T03:09:14.975Z | [ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7374 | 2024-12-21T03:09:14.975Z | [ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO STEP 993 (remove_files) COMPLETE |
7375 | 2024-12-21T03:09:14.975Z | [ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-21T03:09:15.021Z | [ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7377 | 2024-12-21T03:09:15.021Z | [ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO STEP 994 (remove_files) COMPLETE |
7378 | 2024-12-21T03:09:15.021Z | [ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-21T03:09:15.062Z | [ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7380 | 2024-12-21T03:09:15.062Z | [ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO STEP 995 (remove_files) COMPLETE |
7381 | 2024-12-21T03:09:15.063Z | [ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-21T03:09:15.095Z | [ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7383 | 2024-12-21T03:09:15.095Z | [ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO STEP 996 (remove_files) COMPLETE |
7384 | 2024-12-21T03:09:15.095Z | [ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-21T03:09:15.143Z | [ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7386 | 2024-12-21T03:09:15.151Z | [ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO STEP 997 (remove_files) COMPLETE |
7387 | 2024-12-21T03:09:15.151Z | [ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-21T03:09:15.151Z | [ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7389 | 2024-12-21T03:09:15.151Z | [ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 998 (remove_files) COMPLETE |
7390 | 2024-12-21T03:09:15.151Z | [ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-21T03:09:15.154Z | [ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7392 | 2024-12-21T03:09:15.154Z | [ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO STEP 999 (remove_files) COMPLETE |
7393 | 2024-12-21T03:09:15.154Z | [ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-21T03:09:15.175Z | [ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7395 | 2024-12-21T03:09:15.175Z | [ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO STEP 1000 (remove_files) COMPLETE |
7396 | 2024-12-21T03:09:15.179Z | [ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-21T03:09:15.209Z | [ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7398 | 2024-12-21T03:09:15.212Z | [ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO STEP 1001 (remove_files) COMPLETE |
7399 | 2024-12-21T03:09:15.212Z | [ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-21T03:09:15.227Z | [ recovery-image] Dec 21 03:09:14.556 INFO O| Dec 21 03:09:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7401 | 2024-12-21T03:09:15.227Z | [ recovery-image] Dec 21 03:09:14.556 INFO O| Dec 21 03:09:14.556 INFO STEP 1002 (remove_files) COMPLETE |
7402 | 2024-12-21T03:09:15.231Z | [ recovery-image] Dec 21 03:09:14.557 INFO O| Dec 21 03:09:14.556 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-21T03:09:15.262Z | [ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7404 | 2024-12-21T03:09:15.271Z | [ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO STEP 1003 (remove_files) COMPLETE |
7405 | 2024-12-21T03:09:15.271Z | [ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-21T03:09:15.285Z | [ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7407 | 2024-12-21T03:09:15.286Z | [ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO STEP 1004 (remove_files) COMPLETE |
7408 | 2024-12-21T03:09:15.286Z | [ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-21T03:09:15.311Z | [ recovery-image] Dec 21 03:09:14.631 INFO O| Dec 21 03:09:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7410 | 2024-12-21T03:09:15.311Z | [ recovery-image] Dec 21 03:09:14.631 INFO O| Dec 21 03:09:14.631 INFO STEP 1005 (remove_files) COMPLETE |
7411 | 2024-12-21T03:09:15.312Z | [ recovery-image] Dec 21 03:09:14.632 INFO O| Dec 21 03:09:14.631 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-21T03:09:15.318Z | [ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7413 | 2024-12-21T03:09:15.318Z | [ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO STEP 1006 (remove_files) COMPLETE |
7414 | 2024-12-21T03:09:15.321Z | [ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-21T03:09:15.337Z | [ recovery-image] Dec 21 03:09:14.668 INFO O| Dec 21 03:09:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7416 | 2024-12-21T03:09:15.337Z | [ recovery-image] Dec 21 03:09:14.669 INFO O| Dec 21 03:09:14.669 INFO STEP 1007 (remove_files) COMPLETE |
7417 | 2024-12-21T03:09:15.349Z | [ recovery-image] Dec 21 03:09:14.669 INFO O| Dec 21 03:09:14.669 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-21T03:09:15.377Z | [ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7419 | 2024-12-21T03:09:15.382Z | [ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.708 INFO STEP 1008 (remove_files) COMPLETE |
7420 | 2024-12-21T03:09:15.382Z | [ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.708 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-21T03:09:15.401Z | [ recovery-image] Dec 21 03:09:14.732 INFO O| Dec 21 03:09:14.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7422 | 2024-12-21T03:09:15.402Z | [ recovery-image] Dec 21 03:09:14.733 INFO O| Dec 21 03:09:14.733 INFO STEP 1009 (remove_files) COMPLETE |
7423 | 2024-12-21T03:09:15.402Z | [ recovery-image] Dec 21 03:09:14.733 INFO O| Dec 21 03:09:14.733 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-21T03:09:15.420Z | [ recovery-image] Dec 21 03:09:14.752 INFO O| Dec 21 03:09:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7425 | 2024-12-21T03:09:15.425Z | [ recovery-image] Dec 21 03:09:14.753 INFO O| Dec 21 03:09:14.753 INFO STEP 1010 (remove_files) COMPLETE |
7426 | 2024-12-21T03:09:15.426Z | [ recovery-image] Dec 21 03:09:14.753 INFO O| Dec 21 03:09:14.753 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-21T03:09:15.441Z | [ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7428 | 2024-12-21T03:09:15.441Z | [ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO STEP 1011 (remove_files) COMPLETE |
7429 | 2024-12-21T03:09:15.444Z | [ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-21T03:09:15.460Z | [ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7431 | 2024-12-21T03:09:15.465Z | [ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO STEP 1012 (remove_files) COMPLETE |
7432 | 2024-12-21T03:09:15.465Z | [ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-21T03:09:15.476Z | [ recovery-image] Dec 21 03:09:14.808 INFO O| Dec 21 03:09:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7434 | 2024-12-21T03:09:15.480Z | [ recovery-image] Dec 21 03:09:14.808 INFO O| Dec 21 03:09:14.808 INFO STEP 1013 (remove_files) COMPLETE |
7435 | 2024-12-21T03:09:15.480Z | [ recovery-image] Dec 21 03:09:14.809 INFO O| Dec 21 03:09:14.808 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-21T03:09:15.495Z | [ recovery-image] Dec 21 03:09:14.827 INFO O| Dec 21 03:09:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7437 | 2024-12-21T03:09:15.498Z | [ recovery-image] Dec 21 03:09:14.828 INFO O| Dec 21 03:09:14.828 INFO STEP 1014 (remove_files) COMPLETE |
7438 | 2024-12-21T03:09:15.498Z | [ recovery-image] Dec 21 03:09:14.828 INFO O| Dec 21 03:09:14.828 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-21T03:09:15.515Z | [ recovery-image] Dec 21 03:09:14.847 INFO O| Dec 21 03:09:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7440 | 2024-12-21T03:09:15.518Z | [ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 1015 (remove_files) COMPLETE |
7441 | 2024-12-21T03:09:15.518Z | [ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-21T03:09:15.536Z | [ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7443 | 2024-12-21T03:09:15.536Z | [ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO STEP 1016 (remove_files) COMPLETE |
7444 | 2024-12-21T03:09:15.536Z | [ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-21T03:09:15.574Z | [ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7446 | 2024-12-21T03:09:15.574Z | [ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO STEP 1017 (remove_files) COMPLETE |
7447 | 2024-12-21T03:09:15.574Z | [ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-21T03:09:15.630Z | [ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7449 | 2024-12-21T03:09:15.630Z | [ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO STEP 1018 (remove_files) COMPLETE |
7450 | 2024-12-21T03:09:15.630Z | [ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-21T03:09:15.651Z | [ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7452 | 2024-12-21T03:09:15.651Z | [ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.982 INFO STEP 1019 (remove_files) COMPLETE |
7453 | 2024-12-21T03:09:15.654Z | [ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.982 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-21T03:09:15.672Z | [ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7455 | 2024-12-21T03:09:15.677Z | [ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO STEP 1020 (remove_files) COMPLETE |
7456 | 2024-12-21T03:09:15.677Z | [ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-21T03:09:15.712Z | [ recovery-image] Dec 21 03:09:15.042 INFO O| Dec 21 03:09:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7458 | 2024-12-21T03:09:15.714Z | [ recovery-image] Dec 21 03:09:15.043 INFO O| Dec 21 03:09:15.043 INFO STEP 1021 (remove_files) COMPLETE |
7459 | 2024-12-21T03:09:15.715Z | [ recovery-image] Dec 21 03:09:15.043 INFO O| Dec 21 03:09:15.043 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-21T03:09:15.729Z | [ recovery-image] Dec 21 03:09:15.061 INFO O| Dec 21 03:09:15.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7461 | 2024-12-21T03:09:15.732Z | [ recovery-image] Dec 21 03:09:15.062 INFO O| Dec 21 03:09:15.062 INFO STEP 1022 (remove_files) COMPLETE |
7462 | 2024-12-21T03:09:15.732Z | [ recovery-image] Dec 21 03:09:15.062 INFO O| Dec 21 03:09:15.062 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-21T03:09:15.769Z | [ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7464 | 2024-12-21T03:09:15.769Z | [ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO STEP 1023 (remove_files) COMPLETE |
7465 | 2024-12-21T03:09:15.769Z | [ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-21T03:09:15.802Z | [ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7467 | 2024-12-21T03:09:15.802Z | [ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO STEP 1024 (remove_files) COMPLETE |
7468 | 2024-12-21T03:09:15.802Z | [ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-21T03:09:15.825Z | [ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7470 | 2024-12-21T03:09:15.825Z | [ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO STEP 1025 (remove_files) COMPLETE |
7471 | 2024-12-21T03:09:15.828Z | [ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-21T03:09:15.860Z | [ recovery-image] Dec 21 03:09:15.185 INFO O| Dec 21 03:09:15.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7473 | 2024-12-21T03:09:15.864Z | [ recovery-image] Dec 21 03:09:15.195 INFO O| Dec 21 03:09:15.195 INFO STEP 1026 (remove_files) COMPLETE |
7474 | 2024-12-21T03:09:15.864Z | [ recovery-image] Dec 21 03:09:15.195 INFO O| Dec 21 03:09:15.195 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-21T03:09:15.899Z | [ recovery-image] Dec 21 03:09:15.229 INFO O| Dec 21 03:09:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7476 | 2024-12-21T03:09:15.908Z | [ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 1027 (remove_files) COMPLETE |
7477 | 2024-12-21T03:09:15.908Z | [ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-21T03:09:15.931Z | [ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7479 | 2024-12-21T03:09:15.931Z | [ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO STEP 1028 (remove_files) COMPLETE |
7480 | 2024-12-21T03:09:15.931Z | [ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-21T03:09:15.954Z | [ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7482 | 2024-12-21T03:09:15.955Z | [ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO STEP 1029 (remove_files) COMPLETE |
7483 | 2024-12-21T03:09:15.955Z | [ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-21T03:09:15.980Z | [ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7485 | 2024-12-21T03:09:15.983Z | [ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO STEP 1030 (remove_files) COMPLETE |
7486 | 2024-12-21T03:09:15.983Z | [ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-21T03:09:16.029Z | [ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7488 | 2024-12-21T03:09:16.029Z | [ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO STEP 1031 (remove_files) COMPLETE |
7489 | 2024-12-21T03:09:16.029Z | [ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-21T03:09:16.056Z | [ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7491 | 2024-12-21T03:09:16.056Z | [ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO STEP 1032 (remove_files) COMPLETE |
7492 | 2024-12-21T03:09:16.056Z | [ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-21T03:09:16.077Z | [ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7494 | 2024-12-21T03:09:16.077Z | [ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO STEP 1033 (remove_files) COMPLETE |
7495 | 2024-12-21T03:09:16.077Z | [ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-21T03:09:16.094Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7497 | 2024-12-21T03:09:16.094Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 1034 (remove_files) COMPLETE |
7498 | 2024-12-21T03:09:16.094Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-21T03:09:16.111Z | [ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7500 | 2024-12-21T03:09:16.111Z | [ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO STEP 1035 (remove_files) COMPLETE |
7501 | 2024-12-21T03:09:16.111Z | [ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-21T03:09:16.134Z | [ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7503 | 2024-12-21T03:09:16.134Z | [ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO STEP 1036 (remove_files) COMPLETE |
7504 | 2024-12-21T03:09:16.138Z | [ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-21T03:09:16.151Z | [ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7506 | 2024-12-21T03:09:16.151Z | [ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO STEP 1037 (remove_files) COMPLETE |
7507 | 2024-12-21T03:09:16.151Z | [ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-21T03:09:16.170Z | [ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7509 | 2024-12-21T03:09:16.170Z | [ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO STEP 1038 (remove_files) COMPLETE |
7510 | 2024-12-21T03:09:16.170Z | [ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-21T03:09:16.186Z | [ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7512 | 2024-12-21T03:09:16.186Z | [ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO STEP 1039 (remove_files) COMPLETE |
7513 | 2024-12-21T03:09:16.187Z | [ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-21T03:09:16.227Z | [ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7515 | 2024-12-21T03:09:16.227Z | [ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO STEP 1040 (remove_files) COMPLETE |
7516 | 2024-12-21T03:09:16.227Z | [ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-21T03:09:16.236Z | [ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7518 | 2024-12-21T03:09:16.237Z | [ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO STEP 1041 (remove_files) COMPLETE |
7519 | 2024-12-21T03:09:16.237Z | [ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-21T03:09:16.242Z | [ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7521 | 2024-12-21T03:09:16.242Z | [ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO STEP 1042 (remove_files) COMPLETE |
7522 | 2024-12-21T03:09:16.248Z | [ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-21T03:09:16.259Z | [ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7524 | 2024-12-21T03:09:16.259Z | [ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO STEP 1043 (remove_files) COMPLETE |
7525 | 2024-12-21T03:09:16.261Z | [ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-21T03:09:16.276Z | [ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7527 | 2024-12-21T03:09:16.277Z | [ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO STEP 1044 (remove_files) COMPLETE |
7528 | 2024-12-21T03:09:16.277Z | [ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-21T03:09:16.300Z | [ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7530 | 2024-12-21T03:09:16.300Z | [ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO STEP 1045 (remove_files) COMPLETE |
7531 | 2024-12-21T03:09:16.300Z | [ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-21T03:09:16.339Z | [ recovery-image] Dec 21 03:09:15.670 INFO O| Dec 21 03:09:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7533 | 2024-12-21T03:09:16.339Z | [ recovery-image] Dec 21 03:09:15.670 INFO O| Dec 21 03:09:15.670 INFO STEP 1046 (remove_files) COMPLETE |
7534 | 2024-12-21T03:09:16.342Z | [ recovery-image] Dec 21 03:09:15.671 INFO O| Dec 21 03:09:15.670 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-21T03:09:16.358Z | [ recovery-image] Dec 21 03:09:15.689 INFO O| Dec 21 03:09:15.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7536 | 2024-12-21T03:09:16.358Z | [ recovery-image] Dec 21 03:09:15.690 INFO O| Dec 21 03:09:15.690 INFO STEP 1047 (remove_files) COMPLETE |
7537 | 2024-12-21T03:09:16.363Z | [ recovery-image] Dec 21 03:09:15.690 INFO O| Dec 21 03:09:15.690 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-21T03:09:16.366Z | [ host-image] Dec 21 03:09:15.697 INFO O| Dec 21 03:09:15.696 INFO O| Planning: Solver setup ... Done |
7539 | 2024-12-21T03:09:16.371Z | [ host-image] Dec 21 03:09:15.703 INFO O| Dec 21 03:09:15.703 INFO O| Planning: Running solver ... Done |
7540 | 2024-12-21T03:09:16.376Z | [ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7541 | 2024-12-21T03:09:16.379Z | [ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO STEP 1048 (remove_files) COMPLETE |
7542 | 2024-12-21T03:09:16.379Z | [ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-21T03:09:16.399Z | [ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7544 | 2024-12-21T03:09:16.399Z | [ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO STEP 1049 (remove_files) COMPLETE |
7545 | 2024-12-21T03:09:16.399Z | [ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-21T03:09:16.419Z | [ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7547 | 2024-12-21T03:09:16.419Z | [ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO STEP 1050 (remove_files) COMPLETE |
7548 | 2024-12-21T03:09:16.419Z | [ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-21T03:09:16.437Z | [ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7550 | 2024-12-21T03:09:16.437Z | [ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO STEP 1051 (remove_files) COMPLETE |
7551 | 2024-12-21T03:09:16.442Z | [ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-21T03:09:16.453Z | [ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7553 | 2024-12-21T03:09:16.453Z | [ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO STEP 1052 (remove_files) COMPLETE |
7554 | 2024-12-21T03:09:16.470Z | [ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-21T03:09:16.474Z | [ host-image] Dec 21 03:09:15.794 INFO O| Dec 21 03:09:15.794 INFO O| Planning: Finding local manifests ... Done |
7556 | 2024-12-21T03:09:16.474Z | [ host-image] Dec 21 03:09:15.795 INFO O| Dec 21 03:09:15.795 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7557 | 2024-12-21T03:09:16.474Z | [ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7558 | 2024-12-21T03:09:16.474Z | [ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO STEP 1053 (remove_files) COMPLETE |
7559 | 2024-12-21T03:09:16.474Z | [ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-21T03:09:16.502Z | [ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7561 | 2024-12-21T03:09:16.502Z | [ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.834 INFO STEP 1054 (remove_files) COMPLETE |
7562 | 2024-12-21T03:09:16.502Z | [ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.834 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-21T03:09:16.528Z | [ recovery-image] Dec 21 03:09:15.859 INFO O| Dec 21 03:09:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7564 | 2024-12-21T03:09:16.528Z | [ recovery-image] Dec 21 03:09:15.859 INFO O| Dec 21 03:09:15.859 INFO STEP 1055 (remove_files) COMPLETE |
7565 | 2024-12-21T03:09:16.528Z | [ recovery-image] Dec 21 03:09:15.860 INFO O| Dec 21 03:09:15.859 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-21T03:09:16.560Z | [ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7567 | 2024-12-21T03:09:16.560Z | [ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.885 INFO STEP 1056 (remove_files) COMPLETE |
7568 | 2024-12-21T03:09:16.560Z | [ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.885 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-21T03:09:16.571Z | [ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7570 | 2024-12-21T03:09:16.571Z | [ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO STEP 1057 (remove_files) COMPLETE |
7571 | 2024-12-21T03:09:16.576Z | [ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-21T03:09:16.593Z | [ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7573 | 2024-12-21T03:09:16.593Z | [ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO STEP 1058 (remove_files) COMPLETE |
7574 | 2024-12-21T03:09:16.598Z | [ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-21T03:09:16.627Z | [ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7576 | 2024-12-21T03:09:16.627Z | [ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO STEP 1059 (remove_files) COMPLETE |
7577 | 2024-12-21T03:09:16.627Z | [ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-21T03:09:16.632Z | [ host-image] Dec 21 03:09:15.964 INFO O| Dec 21 03:09:15.964 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7579 | 2024-12-21T03:09:16.648Z | [ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7580 | 2024-12-21T03:09:16.648Z | [ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO STEP 1060 (remove_files) COMPLETE |
7581 | 2024-12-21T03:09:16.651Z | [ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-21T03:09:16.696Z | [ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7583 | 2024-12-21T03:09:16.697Z | [ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO STEP 1061 (remove_files) COMPLETE |
7584 | 2024-12-21T03:09:16.703Z | [ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-21T03:09:16.703Z | [ host-image] Dec 21 03:09:16.013 INFO O| Dec 21 03:09:16.013 INFO O| Planning: Package planning ... Done |
7586 | 2024-12-21T03:09:16.703Z | [ recovery-image] Dec 21 03:09:16.013 INFO O| Dec 21 03:09:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7587 | 2024-12-21T03:09:16.703Z | [ recovery-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO STEP 1062 (remove_files) COMPLETE |
7588 | 2024-12-21T03:09:16.703Z | [ recovery-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-21T03:09:16.703Z | [ host-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO O| Planning: Merging actions ... Done |
7590 | 2024-12-21T03:09:16.706Z | [ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7591 | 2024-12-21T03:09:16.706Z | [ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO STEP 1063 (remove_files) COMPLETE |
7592 | 2024-12-21T03:09:16.706Z | [ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T03:09:16.719Z | [ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7594 | 2024-12-21T03:09:16.719Z | [ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO STEP 1064 (remove_files) COMPLETE |
7595 | 2024-12-21T03:09:16.722Z | [ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T03:09:16.741Z | [ recovery-image] Dec 21 03:09:16.073 INFO O| Dec 21 03:09:16.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7597 | 2024-12-21T03:09:16.745Z | [ recovery-image] Dec 21 03:09:16.073 INFO O| Dec 21 03:09:16.073 INFO STEP 1065 (remove_files) COMPLETE |
7598 | 2024-12-21T03:09:16.745Z | [ recovery-image] Dec 21 03:09:16.074 INFO O| Dec 21 03:09:16.073 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T03:09:16.787Z | [ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7600 | 2024-12-21T03:09:16.877Z | [ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.093 INFO STEP 1066 (remove_files) COMPLETE |
7601 | 2024-12-21T03:09:16.877Z | [ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.093 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T03:09:16.877Z | [ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7603 | 2024-12-21T03:09:16.877Z | [ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.112 INFO STEP 1067 (remove_files) COMPLETE |
7604 | 2024-12-21T03:09:16.877Z | [ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.112 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T03:09:16.959Z | [ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7606 | 2024-12-21T03:09:16.959Z | [ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO STEP 1068 (remove_files) COMPLETE |
7607 | 2024-12-21T03:09:16.959Z | [ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7609 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO STEP 1069 (remove_files) COMPLETE |
7610 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-21T03:09:16.960Z | [ host-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO O| Planning: Checking for conflicting actions ... Done |
7612 | 2024-12-21T03:09:16.960Z | [ host-image] Dec 21 03:09:16.160 INFO O| Dec 21 03:09:16.160 INFO O| Planning: Consolidating action changes ... Done |
7613 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.177 INFO O| Dec 21 03:09:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7614 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.177 INFO O| Dec 21 03:09:16.177 INFO STEP 1070 (remove_files) COMPLETE |
7615 | 2024-12-21T03:09:16.960Z | [ recovery-image] Dec 21 03:09:16.178 INFO O| Dec 21 03:09:16.177 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-21T03:09:17.177Z | [ recovery-image] Dec 21 03:09:16.253 INFO O| Dec 21 03:09:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7617 | 2024-12-21T03:09:17.177Z | [ recovery-image] Dec 21 03:09:16.254 INFO O| Dec 21 03:09:16.254 INFO STEP 1071 (remove_files) COMPLETE |
7618 | 2024-12-21T03:09:17.177Z | [ recovery-image] Dec 21 03:09:16.254 INFO O| Dec 21 03:09:16.254 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-21T03:09:17.177Z | [ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7620 | 2024-12-21T03:09:17.177Z | [ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO STEP 1072 (remove_files) COMPLETE |
7621 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7623 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.315 INFO STEP 1073 (remove_files) COMPLETE |
7624 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.315 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7626 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO STEP 1074 (remove_files) COMPLETE |
7627 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-21T03:09:17.215Z | [ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7629 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO STEP 1075 (remove_files) COMPLETE |
7630 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7632 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO STEP 1076 (remove_files) COMPLETE |
7633 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7635 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO STEP 1077 (remove_files) COMPLETE |
7636 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.406 INFO O| Dec 21 03:09:16.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7638 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.407 INFO O| Dec 21 03:09:16.407 INFO STEP 1078 (remove_files) COMPLETE |
7639 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.407 INFO O| Dec 21 03:09:16.407 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7641 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO STEP 1079 (remove_files) COMPLETE |
7642 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7644 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO STEP 1080 (remove_files) COMPLETE |
7645 | 2024-12-21T03:09:17.216Z | [ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-21T03:09:17.217Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7647 | 2024-12-21T03:09:17.217Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 1081 (remove_files) COMPLETE |
7648 | 2024-12-21T03:09:17.217Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-21T03:09:17.225Z | [ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7650 | 2024-12-21T03:09:17.225Z | [ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO STEP 1082 (remove_files) COMPLETE |
7651 | 2024-12-21T03:09:17.225Z | [ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-21T03:09:17.232Z | [ host-image] Dec 21 03:09:16.537 INFO O| Dec 21 03:09:16.537 INFO O| Planning: Evaluating mediators ... Done |
7653 | 2024-12-21T03:09:17.232Z | [ host-image] Dec 21 03:09:16.538 INFO O| Dec 21 03:09:16.538 INFO O| Planning: Planning completed in 4.59 seconds |
7654 | 2024-12-21T03:09:17.232Z | [ host-image] Dec 21 03:09:16.540 INFO O| Dec 21 03:09:16.540 INFO O| Packages to install: 1 |
7655 | 2024-12-21T03:09:17.232Z | [ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7656 | 2024-12-21T03:09:17.232Z | [ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO STEP 1083 (remove_files) COMPLETE |
7657 | 2024-12-21T03:09:17.232Z | [ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-21T03:09:17.242Z | [ host-image] Dec 21 03:09:16.561 INFO O| Dec 21 03:09:16.561 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7659 | 2024-12-21T03:09:17.255Z | [ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7660 | 2024-12-21T03:09:17.255Z | [ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO STEP 1084 (remove_files) COMPLETE |
7661 | 2024-12-21T03:09:17.255Z | [ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-21T03:09:17.284Z | [ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7663 | 2024-12-21T03:09:17.287Z | [ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO STEP 1085 (remove_files) COMPLETE |
7664 | 2024-12-21T03:09:17.287Z | [ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-21T03:09:17.302Z | [ recovery-image] Dec 21 03:09:16.633 INFO O| Dec 21 03:09:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7666 | 2024-12-21T03:09:17.307Z | [ recovery-image] Dec 21 03:09:16.633 INFO O| Dec 21 03:09:16.633 INFO STEP 1086 (remove_files) COMPLETE |
7667 | 2024-12-21T03:09:17.307Z | [ recovery-image] Dec 21 03:09:16.634 INFO O| Dec 21 03:09:16.633 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-21T03:09:17.343Z | [ recovery-image] Dec 21 03:09:16.674 INFO O| Dec 21 03:09:16.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7669 | 2024-12-21T03:09:17.346Z | [ recovery-image] Dec 21 03:09:16.675 INFO O| Dec 21 03:09:16.675 INFO STEP 1087 (remove_files) COMPLETE |
7670 | 2024-12-21T03:09:17.346Z | [ recovery-image] Dec 21 03:09:16.675 INFO O| Dec 21 03:09:16.675 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-21T03:09:17.383Z | [ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7672 | 2024-12-21T03:09:17.383Z | [ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO STEP 1088 (remove_files) COMPLETE |
7673 | 2024-12-21T03:09:17.383Z | [ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-21T03:09:17.407Z | [ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7675 | 2024-12-21T03:09:17.407Z | [ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO STEP 1089 (remove_files) COMPLETE |
7676 | 2024-12-21T03:09:17.407Z | [ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-21T03:09:17.422Z | [ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7678 | 2024-12-21T03:09:17.425Z | [ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO STEP 1090 (remove_files) COMPLETE |
7679 | 2024-12-21T03:09:17.426Z | [ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-21T03:09:17.443Z | [ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7681 | 2024-12-21T03:09:17.443Z | [ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO STEP 1091 (remove_files) COMPLETE |
7682 | 2024-12-21T03:09:17.449Z | [ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T03:09:17.461Z | [ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7684 | 2024-12-21T03:09:17.461Z | [ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO STEP 1092 (remove_files) COMPLETE |
7685 | 2024-12-21T03:09:17.461Z | [ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T03:09:17.478Z | [ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7687 | 2024-12-21T03:09:17.478Z | [ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO STEP 1093 (remove_files) COMPLETE |
7688 | 2024-12-21T03:09:17.481Z | [ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T03:09:17.497Z | [ recovery-image] Dec 21 03:09:16.826 INFO O| Dec 21 03:09:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7690 | 2024-12-21T03:09:17.503Z | [ recovery-image] Dec 21 03:09:16.833 INFO O| Dec 21 03:09:16.833 INFO STEP 1094 (remove_files) COMPLETE |
7691 | 2024-12-21T03:09:17.503Z | [ recovery-image] Dec 21 03:09:16.833 INFO O| Dec 21 03:09:16.833 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-21T03:09:17.529Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7693 | 2024-12-21T03:09:17.529Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 1095 (remove_files) COMPLETE |
7694 | 2024-12-21T03:09:17.532Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-21T03:09:17.551Z | [ recovery-image] Dec 21 03:09:16.881 INFO O| Dec 21 03:09:16.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7696 | 2024-12-21T03:09:17.551Z | [ recovery-image] Dec 21 03:09:16.881 INFO O| Dec 21 03:09:16.881 INFO STEP 1096 (remove_files) COMPLETE |
7697 | 2024-12-21T03:09:17.551Z | [ recovery-image] Dec 21 03:09:16.882 INFO O| Dec 21 03:09:16.881 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-21T03:09:17.578Z | [ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7699 | 2024-12-21T03:09:17.578Z | [ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO STEP 1097 (remove_files) COMPLETE |
7700 | 2024-12-21T03:09:17.578Z | [ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-21T03:09:17.597Z | [ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7702 | 2024-12-21T03:09:17.597Z | [ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.928 INFO STEP 1098 (remove_files) COMPLETE |
7703 | 2024-12-21T03:09:17.602Z | [ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.928 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-21T03:09:17.617Z | [ host-image] Dec 21 03:09:16.947 INFO O| Dec 21 03:09:16.947 INFO O| Download: Completed 9.99 MB in 0.39 seconds (25.9M/s) |
7705 | 2024-12-21T03:09:17.623Z | [ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7706 | 2024-12-21T03:09:17.624Z | [ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO STEP 1099 (remove_files) COMPLETE |
7707 | 2024-12-21T03:09:17.624Z | [ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-21T03:09:17.643Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7709 | 2024-12-21T03:09:17.643Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 1100 (remove_files) COMPLETE |
7710 | 2024-12-21T03:09:17.646Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-21T03:09:17.898Z | [ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7712 | 2024-12-21T03:09:17.898Z | [ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO STEP 1101 (remove_files) COMPLETE |
7713 | 2024-12-21T03:09:17.898Z | [ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-21T03:09:17.907Z | [ host-image] Dec 21 03:09:17.236 INFO O| Dec 21 03:09:17.236 INFO O| Actions: 1/22 actions (Installing new actions) |
7715 | 2024-12-21T03:09:17.917Z | [ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7716 | 2024-12-21T03:09:17.917Z | [ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO STEP 1102 (remove_files) COMPLETE |
7717 | 2024-12-21T03:09:17.918Z | [ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-21T03:09:17.937Z | [ recovery-image] Dec 21 03:09:17.268 INFO O| Dec 21 03:09:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7719 | 2024-12-21T03:09:17.937Z | [ recovery-image] Dec 21 03:09:17.269 INFO O| Dec 21 03:09:17.268 INFO STEP 1103 (remove_files) COMPLETE |
7720 | 2024-12-21T03:09:17.937Z | [ recovery-image] Dec 21 03:09:17.269 INFO O| Dec 21 03:09:17.269 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-21T03:09:17.958Z | [ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7722 | 2024-12-21T03:09:17.958Z | [ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO STEP 1104 (remove_files) COMPLETE |
7723 | 2024-12-21T03:09:17.958Z | [ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-21T03:09:17.978Z | [ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7725 | 2024-12-21T03:09:17.978Z | [ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO STEP 1105 (remove_files) COMPLETE |
7726 | 2024-12-21T03:09:17.978Z | [ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-21T03:09:18.014Z | [ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7728 | 2024-12-21T03:09:18.014Z | [ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO STEP 1106 (remove_files) COMPLETE |
7729 | 2024-12-21T03:09:18.014Z | [ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-21T03:09:18.019Z | [ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7731 | 2024-12-21T03:09:18.019Z | [ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO STEP 1107 (remove_files) COMPLETE |
7732 | 2024-12-21T03:09:18.019Z | [ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-21T03:09:18.040Z | [ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7734 | 2024-12-21T03:09:18.041Z | [ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO STEP 1108 (remove_files) COMPLETE |
7735 | 2024-12-21T03:09:18.041Z | [ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-21T03:09:18.056Z | [ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7737 | 2024-12-21T03:09:18.056Z | [ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 1109 (remove_files) COMPLETE |
7738 | 2024-12-21T03:09:18.056Z | [ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-21T03:09:18.074Z | [ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7740 | 2024-12-21T03:09:18.074Z | [ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO STEP 1110 (remove_files) COMPLETE |
7741 | 2024-12-21T03:09:18.075Z | [ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-21T03:09:18.095Z | [ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7743 | 2024-12-21T03:09:18.095Z | [ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO STEP 1111 (remove_files) COMPLETE |
7744 | 2024-12-21T03:09:18.100Z | [ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-21T03:09:18.117Z | [ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7746 | 2024-12-21T03:09:18.117Z | [ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO STEP 1112 (remove_files) COMPLETE |
7747 | 2024-12-21T03:09:18.117Z | [ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-21T03:09:18.144Z | [ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7749 | 2024-12-21T03:09:18.144Z | [ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO STEP 1113 (remove_files) COMPLETE |
7750 | 2024-12-21T03:09:18.159Z | [ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-21T03:09:18.160Z | [ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7752 | 2024-12-21T03:09:18.160Z | [ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO STEP 1114 (remove_files) COMPLETE |
7753 | 2024-12-21T03:09:18.160Z | [ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-21T03:09:18.171Z | [ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7755 | 2024-12-21T03:09:18.171Z | [ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO STEP 1115 (remove_files) COMPLETE |
7756 | 2024-12-21T03:09:18.171Z | [ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-21T03:09:18.186Z | [ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7758 | 2024-12-21T03:09:18.186Z | [ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO STEP 1116 (remove_files) COMPLETE |
7759 | 2024-12-21T03:09:18.186Z | [ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-21T03:09:18.233Z | [ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7761 | 2024-12-21T03:09:18.236Z | [ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO STEP 1117 (remove_files) COMPLETE |
7762 | 2024-12-21T03:09:18.236Z | [ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-21T03:09:18.261Z | [ host-image] Dec 21 03:09:17.591 INFO O| Dec 21 03:09:17.591 INFO O| Actions: Completed 22 actions in 0.35 seconds. |
7764 | 2024-12-21T03:09:18.264Z | [ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7765 | 2024-12-21T03:09:18.264Z | [ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO STEP 1118 (remove_files) COMPLETE |
7766 | 2024-12-21T03:09:18.264Z | [ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-21T03:09:18.292Z | [ recovery-image] Dec 21 03:09:17.622 INFO O| Dec 21 03:09:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7768 | 2024-12-21T03:09:18.295Z | [ recovery-image] Dec 21 03:09:17.622 INFO O| Dec 21 03:09:17.622 INFO STEP 1119 (remove_files) COMPLETE |
7769 | 2024-12-21T03:09:18.295Z | [ recovery-image] Dec 21 03:09:17.623 INFO O| Dec 21 03:09:17.622 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-21T03:09:18.317Z | [ recovery-image] Dec 21 03:09:17.644 INFO O| Dec 21 03:09:17.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7771 | 2024-12-21T03:09:18.322Z | [ recovery-image] Dec 21 03:09:17.645 INFO O| Dec 21 03:09:17.645 INFO STEP 1120 (remove_files) COMPLETE |
7772 | 2024-12-21T03:09:18.322Z | [ recovery-image] Dec 21 03:09:17.645 INFO O| Dec 21 03:09:17.645 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T03:09:18.344Z | [ recovery-image] Dec 21 03:09:17.675 INFO O| Dec 21 03:09:17.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7774 | 2024-12-21T03:09:18.346Z | [ recovery-image] Dec 21 03:09:17.675 INFO O| Dec 21 03:09:17.675 INFO STEP 1121 (remove_files) COMPLETE |
7775 | 2024-12-21T03:09:18.346Z | [ recovery-image] Dec 21 03:09:17.676 INFO O| Dec 21 03:09:17.676 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T03:09:18.364Z | [ recovery-image] Dec 21 03:09:17.695 INFO O| Dec 21 03:09:17.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7777 | 2024-12-21T03:09:18.368Z | [ recovery-image] Dec 21 03:09:17.696 INFO O| Dec 21 03:09:17.696 INFO STEP 1122 (remove_files) COMPLETE |
7778 | 2024-12-21T03:09:18.368Z | [ recovery-image] Dec 21 03:09:17.696 INFO O| Dec 21 03:09:17.696 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T03:09:18.384Z | [ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7780 | 2024-12-21T03:09:18.388Z | [ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO STEP 1123 (remove_files) COMPLETE |
7781 | 2024-12-21T03:09:18.388Z | [ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T03:09:18.415Z | [ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7783 | 2024-12-21T03:09:18.419Z | [ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO STEP 1124 (remove_files) COMPLETE |
7784 | 2024-12-21T03:09:18.419Z | [ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T03:09:18.433Z | [ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7786 | 2024-12-21T03:09:18.437Z | [ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.765 INFO STEP 1125 (remove_files) COMPLETE |
7787 | 2024-12-21T03:09:18.437Z | [ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.765 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T03:09:18.501Z | [ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7789 | 2024-12-21T03:09:18.506Z | [ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.827 INFO STEP 1126 (remove_files) COMPLETE |
7790 | 2024-12-21T03:09:18.506Z | [ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.827 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T03:09:18.516Z | [ recovery-image] Dec 21 03:09:17.846 INFO O| Dec 21 03:09:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7792 | 2024-12-21T03:09:18.516Z | [ recovery-image] Dec 21 03:09:17.847 INFO O| Dec 21 03:09:17.846 INFO STEP 1127 (remove_files) COMPLETE |
7793 | 2024-12-21T03:09:18.521Z | [ recovery-image] Dec 21 03:09:17.847 INFO O| Dec 21 03:09:17.846 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T03:09:18.534Z | [ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7795 | 2024-12-21T03:09:18.534Z | [ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO STEP 1128 (remove_files) COMPLETE |
7796 | 2024-12-21T03:09:18.534Z | [ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T03:09:18.553Z | [ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7798 | 2024-12-21T03:09:18.557Z | [ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO STEP 1129 (remove_files) COMPLETE |
7799 | 2024-12-21T03:09:18.557Z | [ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T03:09:18.570Z | [ recovery-image] Dec 21 03:09:17.901 INFO O| Dec 21 03:09:17.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7801 | 2024-12-21T03:09:18.572Z | [ recovery-image] Dec 21 03:09:17.901 INFO O| Dec 21 03:09:17.901 INFO STEP 1130 (remove_files) COMPLETE |
7802 | 2024-12-21T03:09:18.572Z | [ recovery-image] Dec 21 03:09:17.902 INFO O| Dec 21 03:09:17.901 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T03:09:18.608Z | [ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7804 | 2024-12-21T03:09:18.608Z | [ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO STEP 1131 (remove_files) COMPLETE |
7805 | 2024-12-21T03:09:18.612Z | [ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-21T03:09:18.692Z | [ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7807 | 2024-12-21T03:09:18.696Z | [ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO STEP 1132 (remove_files) COMPLETE |
7808 | 2024-12-21T03:09:18.696Z | [ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-21T03:09:18.714Z | [ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7810 | 2024-12-21T03:09:18.714Z | [ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO STEP 1133 (remove_files) COMPLETE |
7811 | 2024-12-21T03:09:18.717Z | [ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-21T03:09:18.734Z | [ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7813 | 2024-12-21T03:09:18.734Z | [ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO STEP 1134 (remove_files) COMPLETE |
7814 | 2024-12-21T03:09:18.734Z | [ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-21T03:09:18.756Z | [ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7816 | 2024-12-21T03:09:18.756Z | [ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.083 INFO STEP 1135 (remove_files) COMPLETE |
7817 | 2024-12-21T03:09:18.760Z | [ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.083 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-21T03:09:18.770Z | [ recovery-image] Dec 21 03:09:18.101 INFO O| Dec 21 03:09:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7819 | 2024-12-21T03:09:18.784Z | [ recovery-image] Dec 21 03:09:18.115 INFO O| Dec 21 03:09:18.115 INFO STEP 1136 (remove_files) COMPLETE |
7820 | 2024-12-21T03:09:18.784Z | [ recovery-image] Dec 21 03:09:18.115 INFO O| Dec 21 03:09:18.115 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-21T03:09:18.826Z | [ host-image] Dec 21 03:09:18.157 INFO O| Dec 21 03:09:18.157 INFO O| Done |
7822 | 2024-12-21T03:09:18.827Z | [ host-image] Dec 21 03:09:18.157 INFO O| Dec 21 03:09:18.157 INFO O| Done |
7823 | 2024-12-21T03:09:18.835Z | [ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7824 | 2024-12-21T03:09:18.835Z | [ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO STEP 1137 (remove_files) COMPLETE |
7825 | 2024-12-21T03:09:18.840Z | [ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-21T03:09:18.856Z | [ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7827 | 2024-12-21T03:09:18.856Z | [ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO STEP 1138 (remove_files) COMPLETE |
7828 | 2024-12-21T03:09:18.856Z | [ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-21T03:09:18.900Z | [ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7830 | 2024-12-21T03:09:18.900Z | [ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO STEP 1139 (remove_files) COMPLETE |
7831 | 2024-12-21T03:09:18.903Z | [ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-21T03:09:18.920Z | [ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7833 | 2024-12-21T03:09:18.920Z | [ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO STEP 1140 (remove_files) COMPLETE |
7834 | 2024-12-21T03:09:18.920Z | [ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-21T03:09:18.937Z | [ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7836 | 2024-12-21T03:09:18.937Z | [ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO STEP 1141 (remove_files) COMPLETE |
7837 | 2024-12-21T03:09:18.938Z | [ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-21T03:09:18.958Z | [ recovery-image] Dec 21 03:09:18.288 INFO O| Dec 21 03:09:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7839 | 2024-12-21T03:09:18.962Z | [ recovery-image] Dec 21 03:09:18.289 INFO O| Dec 21 03:09:18.288 INFO STEP 1142 (remove_files) COMPLETE |
7840 | 2024-12-21T03:09:18.962Z | [ recovery-image] Dec 21 03:09:18.289 INFO O| Dec 21 03:09:18.289 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-21T03:09:18.977Z | [ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7842 | 2024-12-21T03:09:18.977Z | [ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO STEP 1143 (remove_files) COMPLETE |
7843 | 2024-12-21T03:09:18.977Z | [ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-21T03:09:18.997Z | [ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7845 | 2024-12-21T03:09:18.997Z | [ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO STEP 1144 (remove_files) COMPLETE |
7846 | 2024-12-21T03:09:18.997Z | [ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-21T03:09:19.029Z | [ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7848 | 2024-12-21T03:09:19.029Z | [ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO STEP 1145 (remove_files) COMPLETE |
7849 | 2024-12-21T03:09:19.033Z | [ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-21T03:09:19.111Z | [ recovery-image] Dec 21 03:09:18.442 INFO O| Dec 21 03:09:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7851 | 2024-12-21T03:09:19.111Z | [ recovery-image] Dec 21 03:09:18.443 INFO O| Dec 21 03:09:18.443 INFO STEP 1146 (remove_files) COMPLETE |
7852 | 2024-12-21T03:09:19.117Z | [ recovery-image] Dec 21 03:09:18.443 INFO O| Dec 21 03:09:18.443 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-21T03:09:19.147Z | [ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7854 | 2024-12-21T03:09:19.147Z | [ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO STEP 1147 (remove_files) COMPLETE |
7855 | 2024-12-21T03:09:19.148Z | [ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-21T03:09:19.165Z | [ recovery-image] Dec 21 03:09:18.495 INFO O| Dec 21 03:09:18.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7857 | 2024-12-21T03:09:19.165Z | [ recovery-image] Dec 21 03:09:18.496 INFO O| Dec 21 03:09:18.495 INFO STEP 1148 (remove_files) COMPLETE |
7858 | 2024-12-21T03:09:19.165Z | [ recovery-image] Dec 21 03:09:18.496 INFO O| Dec 21 03:09:18.496 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-21T03:09:19.182Z | [ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7860 | 2024-12-21T03:09:19.182Z | [ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO STEP 1149 (remove_files) COMPLETE |
7861 | 2024-12-21T03:09:19.182Z | [ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-21T03:09:19.221Z | [ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7863 | 2024-12-21T03:09:19.225Z | [ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO STEP 1150 (remove_files) COMPLETE |
7864 | 2024-12-21T03:09:19.225Z | [ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-21T03:09:19.240Z | [ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7866 | 2024-12-21T03:09:19.243Z | [ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO STEP 1151 (remove_files) COMPLETE |
7867 | 2024-12-21T03:09:19.243Z | [ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-21T03:09:19.259Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7869 | 2024-12-21T03:09:19.262Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 1152 (remove_files) COMPLETE |
7870 | 2024-12-21T03:09:19.262Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-21T03:09:19.277Z | [ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7872 | 2024-12-21T03:09:19.279Z | [ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO STEP 1153 (remove_files) COMPLETE |
7873 | 2024-12-21T03:09:19.280Z | [ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-21T03:09:19.298Z | [ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7875 | 2024-12-21T03:09:19.301Z | [ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO STEP 1154 (remove_files) COMPLETE |
7876 | 2024-12-21T03:09:19.301Z | [ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-21T03:09:19.316Z | [ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7878 | 2024-12-21T03:09:19.320Z | [ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO STEP 1155 (remove_files) COMPLETE |
7879 | 2024-12-21T03:09:19.320Z | [ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-21T03:09:19.335Z | [ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7881 | 2024-12-21T03:09:19.339Z | [ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO STEP 1156 (remove_files) COMPLETE |
7882 | 2024-12-21T03:09:19.340Z | [ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-21T03:09:19.354Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7884 | 2024-12-21T03:09:19.358Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 1157 (remove_files) COMPLETE |
7885 | 2024-12-21T03:09:19.358Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-21T03:09:19.555Z | [ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7887 | 2024-12-21T03:09:19.556Z | [ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO STEP 1158 (remove_files) COMPLETE |
7888 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7890 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO STEP 1159 (remove_files) COMPLETE |
7891 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7893 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO STEP 1160 (remove_files) COMPLETE |
7894 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7896 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO STEP 1161 (remove_files) COMPLETE |
7897 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7899 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO STEP 1162 (remove_files) COMPLETE |
7900 | 2024-12-21T03:09:19.576Z | [ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-21T03:09:19.587Z | [ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7902 | 2024-12-21T03:09:19.587Z | [ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.909 INFO STEP 1163 (remove_files) COMPLETE |
7903 | 2024-12-21T03:09:19.588Z | [ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.909 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-21T03:09:19.612Z | [ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7905 | 2024-12-21T03:09:19.612Z | [ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO STEP 1164 (remove_files) COMPLETE |
7906 | 2024-12-21T03:09:19.622Z | [ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-21T03:09:19.622Z | [ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7908 | 2024-12-21T03:09:19.622Z | [ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.943 INFO STEP 1165 (remove_files) COMPLETE |
7909 | 2024-12-21T03:09:19.622Z | [ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.943 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-21T03:09:19.630Z | [ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7911 | 2024-12-21T03:09:19.630Z | [ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO STEP 1166 (remove_files) COMPLETE |
7912 | 2024-12-21T03:09:19.639Z | [ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-21T03:09:19.674Z | [ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7914 | 2024-12-21T03:09:19.690Z | [ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.003 INFO STEP 1167 (remove_files) COMPLETE |
7915 | 2024-12-21T03:09:19.690Z | [ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.003 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-21T03:09:19.697Z | [ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7917 | 2024-12-21T03:09:19.697Z | [ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.023 INFO STEP 1168 (remove_files) COMPLETE |
7918 | 2024-12-21T03:09:19.697Z | [ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.023 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-21T03:09:19.711Z | [ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7920 | 2024-12-21T03:09:19.716Z | [ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO STEP 1169 (remove_files) COMPLETE |
7921 | 2024-12-21T03:09:19.716Z | [ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-21T03:09:19.737Z | [ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7923 | 2024-12-21T03:09:19.740Z | [ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO STEP 1170 (remove_files) COMPLETE |
7924 | 2024-12-21T03:09:19.740Z | [ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-21T03:09:19.749Z | [ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7926 | 2024-12-21T03:09:19.755Z | [ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO STEP 1171 (remove_files) COMPLETE |
7927 | 2024-12-21T03:09:19.755Z | [ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-21T03:09:19.767Z | [ recovery-image] Dec 21 03:09:19.098 INFO O| Dec 21 03:09:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7929 | 2024-12-21T03:09:19.770Z | [ recovery-image] Dec 21 03:09:19.098 INFO O| Dec 21 03:09:19.098 INFO STEP 1172 (remove_files) COMPLETE |
7930 | 2024-12-21T03:09:19.770Z | [ recovery-image] Dec 21 03:09:19.099 INFO O| Dec 21 03:09:19.098 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-21T03:09:19.793Z | [ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7932 | 2024-12-21T03:09:19.793Z | [ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO STEP 1173 (remove_files) COMPLETE |
7933 | 2024-12-21T03:09:19.806Z | [ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-21T03:09:19.813Z | [ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7935 | 2024-12-21T03:09:19.813Z | [ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO STEP 1174 (remove_files) COMPLETE |
7936 | 2024-12-21T03:09:19.813Z | [ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-21T03:09:19.843Z | [ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7938 | 2024-12-21T03:09:19.843Z | [ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO STEP 1175 (remove_files) COMPLETE |
7939 | 2024-12-21T03:09:19.851Z | [ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-21T03:09:19.893Z | [ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7941 | 2024-12-21T03:09:19.893Z | [ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO STEP 1176 (remove_files) COMPLETE |
7942 | 2024-12-21T03:09:19.897Z | [ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-21T03:09:19.904Z | [ host-image] Dec 21 03:09:19.236 INFO O| Dec 21 03:09:19.235 INFO O| Done |
7944 | 2024-12-21T03:09:19.935Z | [ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7945 | 2024-12-21T03:09:19.935Z | [ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO STEP 1177 (remove_files) COMPLETE |
7946 | 2024-12-21T03:09:19.942Z | [ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-21T03:09:19.964Z | [ recovery-image] Dec 21 03:09:19.295 INFO O| Dec 21 03:09:19.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7948 | 2024-12-21T03:09:19.969Z | [ recovery-image] Dec 21 03:09:19.296 INFO O| Dec 21 03:09:19.296 INFO STEP 1178 (remove_files) COMPLETE |
7949 | 2024-12-21T03:09:19.969Z | [ recovery-image] Dec 21 03:09:19.296 INFO O| Dec 21 03:09:19.296 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-21T03:09:20.025Z | [ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7951 | 2024-12-21T03:09:20.025Z | [ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO STEP 1179 (remove_files) COMPLETE |
7952 | 2024-12-21T03:09:20.026Z | [ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-21T03:09:20.049Z | [ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7954 | 2024-12-21T03:09:20.049Z | [ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO STEP 1180 (remove_files) COMPLETE |
7955 | 2024-12-21T03:09:20.049Z | [ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-21T03:09:20.069Z | [ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7957 | 2024-12-21T03:09:20.070Z | [ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO STEP 1181 (remove_files) COMPLETE |
7958 | 2024-12-21T03:09:20.070Z | [ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-21T03:09:20.085Z | [ recovery-image] Dec 21 03:09:19.416 INFO O| Dec 21 03:09:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7960 | 2024-12-21T03:09:20.090Z | [ recovery-image] Dec 21 03:09:19.416 INFO O| Dec 21 03:09:19.416 INFO STEP 1182 (remove_files) COMPLETE |
7961 | 2024-12-21T03:09:20.090Z | [ recovery-image] Dec 21 03:09:19.417 INFO O| Dec 21 03:09:19.417 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-21T03:09:20.114Z | [ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7963 | 2024-12-21T03:09:20.114Z | [ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO STEP 1183 (remove_files) COMPLETE |
7964 | 2024-12-21T03:09:20.114Z | [ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-21T03:09:20.165Z | [ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7966 | 2024-12-21T03:09:20.170Z | [ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO STEP 1184 (remove_files) COMPLETE |
7967 | 2024-12-21T03:09:20.170Z | [ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-21T03:09:20.210Z | [ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7969 | 2024-12-21T03:09:20.210Z | [ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO STEP 1185 (remove_files) COMPLETE |
7970 | 2024-12-21T03:09:20.218Z | [ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-21T03:09:20.254Z | [ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7972 | 2024-12-21T03:09:20.254Z | [ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO STEP 1186 (remove_files) COMPLETE |
7973 | 2024-12-21T03:09:20.258Z | [ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-21T03:09:20.289Z | [ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7975 | 2024-12-21T03:09:20.290Z | [ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO STEP 1187 (remove_files) COMPLETE |
7976 | 2024-12-21T03:09:20.300Z | [ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-21T03:09:20.306Z | [ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7978 | 2024-12-21T03:09:20.310Z | [ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.637 INFO STEP 1188 (remove_files) COMPLETE |
7979 | 2024-12-21T03:09:20.310Z | [ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.637 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-21T03:09:20.323Z | [ recovery-image] Dec 21 03:09:19.653 INFO O| Dec 21 03:09:19.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7981 | 2024-12-21T03:09:20.331Z | [ recovery-image] Dec 21 03:09:19.654 INFO O| Dec 21 03:09:19.654 INFO STEP 1189 (remove_files) COMPLETE |
7982 | 2024-12-21T03:09:20.332Z | [ recovery-image] Dec 21 03:09:19.654 INFO O| Dec 21 03:09:19.654 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-21T03:09:20.402Z | [ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7984 | 2024-12-21T03:09:20.403Z | [ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO STEP 1190 (remove_files) COMPLETE |
7985 | 2024-12-21T03:09:20.403Z | [ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-21T03:09:20.406Z | [ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7987 | 2024-12-21T03:09:20.406Z | [ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO STEP 1191 (remove_files) COMPLETE |
7988 | 2024-12-21T03:09:20.406Z | [ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-21T03:09:20.429Z | [ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7990 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO STEP 1192 (remove_files) COMPLETE |
7991 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7993 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.781 INFO STEP 1193 (remove_files) COMPLETE |
7994 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.781 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7996 | 2024-12-21T03:09:20.542Z | [ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO STEP 1194 (remove_files) COMPLETE |
7997 | 2024-12-21T03:09:20.543Z | [ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-21T03:09:20.543Z | [ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7999 | 2024-12-21T03:09:20.581Z | [ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.820 INFO STEP 1195 (remove_files) COMPLETE |
8000 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.820 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8002 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO STEP 1196 (remove_files) COMPLETE |
8003 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.858 INFO O| Dec 21 03:09:19.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8005 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.858 INFO O| Dec 21 03:09:19.858 INFO STEP 1197 (remove_files) COMPLETE |
8006 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.859 INFO O| Dec 21 03:09:19.858 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.877 INFO O| Dec 21 03:09:19.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8008 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.877 INFO O| Dec 21 03:09:19.877 INFO STEP 1198 (remove_files) COMPLETE |
8009 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.878 INFO O| Dec 21 03:09:19.877 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-21T03:09:20.582Z | [ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8011 | 2024-12-21T03:09:20.586Z | [ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO STEP 1199 (remove_files) COMPLETE |
8012 | 2024-12-21T03:09:20.586Z | [ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8013 | 2024-12-21T03:09:20.598Z | [ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8014 | 2024-12-21T03:09:20.599Z | [ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.915 INFO STEP 1200 (remove_files) COMPLETE |
8015 | 2024-12-21T03:09:20.599Z | [ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.915 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8016 | 2024-12-21T03:09:20.604Z | [ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8017 | 2024-12-21T03:09:20.604Z | [ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO STEP 1201 (remove_files) COMPLETE |
8018 | 2024-12-21T03:09:20.604Z | [ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8019 | 2024-12-21T03:09:20.624Z | [ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8020 | 2024-12-21T03:09:20.624Z | [ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.951 INFO STEP 1202 (remove_files) COMPLETE |
8021 | 2024-12-21T03:09:20.648Z | [ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.951 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8022 | 2024-12-21T03:09:20.662Z | [ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8023 | 2024-12-21T03:09:20.662Z | [ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO STEP 1203 (remove_files) COMPLETE |
8024 | 2024-12-21T03:09:20.662Z | [ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8025 | 2024-12-21T03:09:20.712Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8026 | 2024-12-21T03:09:20.712Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 1204 (remove_files) COMPLETE |
8027 | 2024-12-21T03:09:20.713Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8028 | 2024-12-21T03:09:20.713Z | [ recovery-image] Dec 21 03:09:20.019 INFO O| Dec 21 03:09:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8029 | 2024-12-21T03:09:20.713Z | [ recovery-image] Dec 21 03:09:20.020 INFO O| Dec 21 03:09:20.020 INFO STEP 1205 (remove_files) COMPLETE |
8030 | 2024-12-21T03:09:20.713Z | [ recovery-image] Dec 21 03:09:20.020 INFO O| Dec 21 03:09:20.020 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8031 | 2024-12-21T03:09:20.726Z | [ recovery-image] Dec 21 03:09:20.055 INFO O| Dec 21 03:09:20.055 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8032 | 2024-12-21T03:09:20.729Z | [ recovery-image] Dec 21 03:09:20.055 INFO O| Dec 21 03:09:20.055 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8033 | 2024-12-21T03:09:22.119Z | [ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO STEP 1206 (pack_tar) COMPLETE |
8034 | 2024-12-21T03:09:22.119Z | [ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8035 | 2024-12-21T03:09:22.119Z | [ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8036 | 2024-12-21T03:09:22.486Z | [ host-image] Dec 21 03:09:21.797 INFO O| Dec 21 03:09:21.797 INFO O| Done |
8037 | 2024-12-21T03:09:22.512Z | [ host-image] Dec 21 03:09:21.839 INFO O| Dec 21 03:09:21.838 INFO O| Done |
8038 | 2024-12-21T03:09:22.531Z | [ host-image] Dec 21 03:09:21.839 INFO O| Dec 21 03:09:21.839 INFO O| Done |
8039 | 2024-12-21T03:09:22.566Z | [ host-image] Dec 21 03:09:21.856 INFO O| Dec 21 03:09:21.856 INFO O| Done |
8040 | 2024-12-21T03:09:22.589Z | [ recovery-image] Dec 21 03:09:21.887 INFO O| Dec 21 03:09:21.887 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8041 | 2024-12-21T03:09:22.685Z | [ recovery-image] Dec 21 03:09:22.015 INFO O| Dec 21 03:09:22.015 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8042 | 2024-12-21T03:09:22.696Z | [ recovery-image] Dec 21 03:09:22.025 INFO image builder template: zfs-recovery... |
8043 | 2024-12-21T03:09:22.696Z | [ recovery-image] Dec 21 03:09:22.025 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/.tmpHfUgvJ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
8044 | 2024-12-21T03:09:22.738Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.062 INFO STEP 14 (pkg_install) COMPLETE |
8045 | 2024-12-21T03:09:22.738Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8046 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "mfg" is not enabled |
8047 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8048 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "compliance" is not enabled |
8049 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8050 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "stress" is not enabled |
8051 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8052 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "nfs" is not enabled |
8053 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8054 | 2024-12-21T03:09:22.757Z | [ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8055 | 2024-12-21T03:09:22.760Z | [ recovery-image] Dec 21 03:09:22.074 INFO O| Dec 21 03:09:22.074 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8056 | 2024-12-21T03:09:22.771Z | [ recovery-image] Dec 21 03:09:22.092 INFO O| Dec 21 03:09:22.092 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8057 | 2024-12-21T03:09:22.783Z | [ host-image] Dec 21 03:09:22.110 INFO O| Dec 21 03:09:22.110 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8058 | 2024-12-21T03:09:22.839Z | [ recovery-image] Dec 21 03:09:22.169 INFO O| Dec 21 03:09:22.169 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8059 | 2024-12-21T03:09:22.886Z | [ host-image] Dec 21 03:09:22.215 INFO O| Dec 21 03:09:22.215 INFO completed processing gimlet/ramdisk-01-os |
8060 | 2024-12-21T03:09:22.894Z | [ host-image] Dec 21 03:09:22.219 INFO omicron1 baseline generation... |
8061 | 2024-12-21T03:09:22.894Z | [ host-image] Dec 21 03:09:22.219 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8062 | 2024-12-21T03:09:22.907Z | [ recovery-image] Dec 21 03:09:22.230 INFO O| Dec 21 03:09:22.230 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8063 | 2024-12-21T03:09:22.907Z | [ recovery-image] Dec 21 03:09:22.230 INFO O| Dec 21 03:09:22.230 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8064 | 2024-12-21T03:09:22.922Z | [ recovery-image] Dec 21 03:09:22.237 INFO O| Dec 21 03:09:22.237 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8065 | 2024-12-21T03:09:23.014Z | [ recovery-image] Dec 21 03:09:22.327 INFO O| Dec 21 03:09:22.327 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8066 | 2024-12-21T03:09:23.066Z | [ recovery-image] Dec 21 03:09:22.396 INFO O| Dec 21 03:09:22.396 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8067 | 2024-12-21T03:09:23.084Z | [ recovery-image] Dec 21 03:09:22.414 INFO O| Dec 21 03:09:22.414 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8068 | 2024-12-21T03:09:23.093Z | [ recovery-image] Dec 21 03:09:22.424 INFO O| Dec 21 03:09:22.423 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8069 | 2024-12-21T03:09:23.203Z | [ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO no lofi found |
8070 | 2024-12-21T03:09:23.203Z | [ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8071 | 2024-12-21T03:09:23.203Z | [ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8072 | 2024-12-21T03:09:23.820Z | [ host-image] Dec 21 03:09:23.143 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8073 | 2024-12-21T03:09:27.876Z | [ recovery-image] Dec 21 03:09:25.010 INFO O| Dec 21 03:09:25.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8074 | 2024-12-21T03:09:27.876Z | [ recovery-image] Dec 21 03:09:25.010 INFO O| Dec 21 03:09:25.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8075 | 2024-12-21T03:09:27.882Z | [ recovery-image] Dec 21 03:09:25.011 INFO O| Dec 21 03:09:25.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8076 | 2024-12-21T03:09:27.884Z | [ recovery-image] Dec 21 03:09:25.230 INFO O| Dec 21 03:09:25.230 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8077 | 2024-12-21T03:09:27.884Z | [ recovery-image] Dec 21 03:09:25.230 INFO O| Dec 21 03:09:25.230 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8078 | 2024-12-21T03:09:27.884Z | [ recovery-image] Dec 21 03:09:25.271 INFO O| Dec 21 03:09:25.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8079 | 2024-12-21T03:09:27.884Z | [ recovery-image] Dec 21 03:09:25.379 INFO O| Dec 21 03:09:25.379 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8080 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.441 INFO O| Dec 21 03:09:25.441 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8081 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.470 INFO O| Dec 21 03:09:25.470 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8082 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.491 INFO O| Dec 21 03:09:25.491 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8083 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8084 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8085 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8086 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.627 INFO O| Dec 21 03:09:25.627 INFO boot environment UUID: 4812c364-263b-4941-9eef-2aeddf69472e |
8087 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.628 INFO O| Dec 21 03:09:25.627 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4812c364-263b-4941-9eef-2aeddf69472e |
8088 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.688 INFO O| Dec 21 03:09:25.688 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8089 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.720 INFO O| Dec 21 03:09:25.720 INFO STEP 0 (create_be) COMPLETE |
8090 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.720 INFO O| Dec 21 03:09:25.720 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8091 | 2024-12-21T03:09:27.934Z | [ recovery-image] Dec 21 03:09:25.751 INFO O| Dec 21 03:09:25.751 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"] |
8092 | 2024-12-21T03:09:33.408Z | [ recovery-image] Dec 21 03:09:32.737 INFO O| Dec 21 03:09:32.737 INFO STEP 1 (unpack_tar) COMPLETE |
8093 | 2024-12-21T03:09:33.409Z | [ recovery-image] Dec 21 03:09:32.737 INFO O| Dec 21 03:09:32.737 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-21T03:09:33.429Z | [ recovery-image] Dec 21 03:09:32.758 INFO O| Dec 21 03:09:32.758 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8095 | 2024-12-21T03:09:33.872Z | [ recovery-image] Dec 21 03:09:33.200 INFO O| Dec 21 03:09:33.200 INFO STEP 2 (devfsadm) COMPLETE |
8096 | 2024-12-21T03:09:33.872Z | [ recovery-image] Dec 21 03:09:33.201 INFO O| Dec 21 03:09:33.200 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8097 | 2024-12-21T03:09:33.893Z | [ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8098 | 2024-12-21T03:09:33.893Z | [ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8099 | 2024-12-21T03:09:33.893Z | [ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO STEP 3 (ensure_dir) COMPLETE |
8100 | 2024-12-21T03:09:33.897Z | [ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8101 | 2024-12-21T03:09:33.917Z | [ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8102 | 2024-12-21T03:09:33.917Z | [ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO STEP 4 (ensure_dir) COMPLETE |
8103 | 2024-12-21T03:09:33.921Z | [ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8104 | 2024-12-21T03:09:33.944Z | [ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8105 | 2024-12-21T03:09:33.944Z | [ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO STEP 5 (ensure_dir) COMPLETE |
8106 | 2024-12-21T03:09:33.947Z | [ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8107 | 2024-12-21T03:09:33.966Z | [ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8108 | 2024-12-21T03:09:33.970Z | [ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8109 | 2024-12-21T03:09:33.970Z | [ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO STEP 6 (ensure_dir) COMPLETE |
8110 | 2024-12-21T03:09:33.971Z | [ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8111 | 2024-12-21T03:09:33.987Z | [ recovery-image] Dec 21 03:09:33.316 INFO O| Dec 21 03:09:33.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8112 | 2024-12-21T03:09:33.990Z | [ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8113 | 2024-12-21T03:09:33.990Z | [ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.317 INFO STEP 7 (ensure_dir) COMPLETE |
8114 | 2024-12-21T03:09:33.990Z | [ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.317 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8115 | 2024-12-21T03:09:34.009Z | [ recovery-image] Dec 21 03:09:33.338 INFO O| Dec 21 03:09:33.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8116 | 2024-12-21T03:09:34.012Z | [ recovery-image] Dec 21 03:09:33.339 INFO O| Dec 21 03:09:33.339 INFO STEP 8 (remove_files) COMPLETE |
8117 | 2024-12-21T03:09:34.013Z | [ recovery-image] Dec 21 03:09:33.339 INFO O| Dec 21 03:09:33.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8118 | 2024-12-21T03:09:34.040Z | [ recovery-image] Dec 21 03:09:33.368 INFO O| Dec 21 03:09:33.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8119 | 2024-12-21T03:09:34.043Z | [ recovery-image] Dec 21 03:09:33.370 INFO O| Dec 21 03:09:33.369 INFO STEP 9 (remove_files) COMPLETE |
8120 | 2024-12-21T03:09:34.043Z | [ recovery-image] Dec 21 03:09:33.370 INFO O| Dec 21 03:09:33.370 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8121 | 2024-12-21T03:09:34.135Z | [ recovery-image] Dec 21 03:09:33.464 INFO O| Dec 21 03:09:33.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8122 | 2024-12-21T03:09:34.139Z | [ recovery-image] Dec 21 03:09:33.465 INFO O| Dec 21 03:09:33.465 INFO STEP 10 (remove_files) COMPLETE |
8123 | 2024-12-21T03:09:34.139Z | [ recovery-image] Dec 21 03:09:33.465 INFO O| Dec 21 03:09:33.465 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8124 | 2024-12-21T03:09:34.217Z | [ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8125 | 2024-12-21T03:09:34.217Z | [ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO STEP 11 (remove_files) COMPLETE |
8126 | 2024-12-21T03:09:34.220Z | [ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8127 | 2024-12-21T03:09:34.265Z | [ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8128 | 2024-12-21T03:09:34.268Z | [ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO STEP 12 (remove_files) COMPLETE |
8129 | 2024-12-21T03:09:34.268Z | [ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8130 | 2024-12-21T03:09:34.294Z | [ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.611 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8131 | 2024-12-21T03:09:34.294Z | [ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8132 | 2024-12-21T03:09:34.294Z | [ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO STEP 13 (ensure_dir) COMPLETE |
8133 | 2024-12-21T03:09:34.294Z | [ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8134 | 2024-12-21T03:09:34.302Z | [ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8135 | 2024-12-21T03:09:34.302Z | [ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8136 | 2024-12-21T03:09:34.306Z | [ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8137 | 2024-12-21T03:09:34.307Z | [ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO STEP 14 (ensure_dir) COMPLETE |
8138 | 2024-12-21T03:09:34.307Z | [ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8139 | 2024-12-21T03:09:34.336Z | [ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8140 | 2024-12-21T03:09:34.336Z | [ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8141 | 2024-12-21T03:09:34.339Z | [ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8142 | 2024-12-21T03:09:34.339Z | [ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO STEP 15 (ensure_dir) COMPLETE |
8143 | 2024-12-21T03:09:34.339Z | [ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8144 | 2024-12-21T03:09:34.356Z | [ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8145 | 2024-12-21T03:09:34.357Z | [ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8146 | 2024-12-21T03:09:34.360Z | [ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO STEP 16 (ensure_dir) COMPLETE |
8147 | 2024-12-21T03:09:34.360Z | [ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8148 | 2024-12-21T03:09:34.377Z | [ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8149 | 2024-12-21T03:09:34.377Z | [ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8150 | 2024-12-21T03:09:34.377Z | [ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO STEP 17 (ensure_dir) COMPLETE |
8151 | 2024-12-21T03:09:34.380Z | [ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8152 | 2024-12-21T03:09:34.468Z | [ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8153 | 2024-12-21T03:09:34.468Z | [ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8154 | 2024-12-21T03:09:34.472Z | [ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO ok! |
8155 | 2024-12-21T03:09:34.472Z | [ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO STEP 18 (ensure_symlink) COMPLETE |
8156 | 2024-12-21T03:09:34.472Z | [ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8157 | 2024-12-21T03:09:34.509Z | [ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8158 | 2024-12-21T03:09:34.512Z | [ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8159 | 2024-12-21T03:09:34.512Z | [ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO ok! |
8160 | 2024-12-21T03:09:34.513Z | [ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO STEP 19 (ensure_file) COMPLETE |
8161 | 2024-12-21T03:09:34.513Z | [ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8162 | 2024-12-21T03:09:34.531Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8163 | 2024-12-21T03:09:34.531Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8164 | 2024-12-21T03:09:34.531Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8165 | 2024-12-21T03:09:34.534Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO ok! |
8166 | 2024-12-21T03:09:34.534Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO STEP 20 (ensure_symlink) COMPLETE |
8167 | 2024-12-21T03:09:34.534Z | [ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8168 | 2024-12-21T03:09:34.554Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8169 | 2024-12-21T03:09:34.554Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8170 | 2024-12-21T03:09:34.558Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8171 | 2024-12-21T03:09:34.558Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO ok! |
8172 | 2024-12-21T03:09:34.558Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO STEP 21 (ensure_symlink) COMPLETE |
8173 | 2024-12-21T03:09:34.558Z | [ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8174 | 2024-12-21T03:09:34.587Z | [ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8175 | 2024-12-21T03:09:34.587Z | [ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8176 | 2024-12-21T03:09:34.590Z | [ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8177 | 2024-12-21T03:09:34.591Z | [ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.916 INFO ok! |
8178 | 2024-12-21T03:09:34.591Z | [ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.917 INFO STEP 22 (ensure_symlink) COMPLETE |
8179 | 2024-12-21T03:09:34.591Z | [ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.917 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8180 | 2024-12-21T03:09:34.620Z | [ recovery-image] Dec 21 03:09:33.948 INFO O| Dec 21 03:09:33.948 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8181 | 2024-12-21T03:09:34.620Z | [ recovery-image] Dec 21 03:09:33.948 INFO O| Dec 21 03:09:33.948 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8182 | 2024-12-21T03:09:34.620Z | [ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8183 | 2024-12-21T03:09:34.625Z | [ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO ok! |
8184 | 2024-12-21T03:09:34.626Z | [ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO STEP 23 (ensure_symlink) COMPLETE |
8185 | 2024-12-21T03:09:34.626Z | [ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8186 | 2024-12-21T03:09:34.642Z | [ recovery-image] Dec 21 03:09:33.970 INFO O| Dec 21 03:09:33.970 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8187 | 2024-12-21T03:09:34.642Z | [ recovery-image] Dec 21 03:09:33.970 INFO O| Dec 21 03:09:33.970 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 ... |
8188 | 2024-12-21T03:09:34.645Z | [ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8189 | 2024-12-21T03:09:34.645Z | [ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO ok! |
8190 | 2024-12-21T03:09:34.645Z | [ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO STEP 24 (ensure_file) COMPLETE |
8191 | 2024-12-21T03:09:34.645Z | [ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8192 | 2024-12-21T03:09:34.677Z | [ recovery-image] Dec 21 03:09:34.005 INFO O| Dec 21 03:09:34.005 INFO updating shadow file |
8193 | 2024-12-21T03:09:34.680Z | [ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8194 | 2024-12-21T03:09:34.680Z | [ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8195 | 2024-12-21T03:09:34.680Z | [ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO STEP 25 (shadow) COMPLETE |
8196 | 2024-12-21T03:09:34.680Z | [ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8197 | 2024-12-21T03:09:34.700Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.028 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8198 | 2024-12-21T03:09:34.700Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8199 | 2024-12-21T03:09:34.703Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8200 | 2024-12-21T03:09:34.703Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO ok! |
8201 | 2024-12-21T03:09:34.703Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO STEP 26 (ensure_file) COMPLETE |
8202 | 2024-12-21T03:09:34.703Z | [ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8203 | 2024-12-21T03:09:34.737Z | [ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8204 | 2024-12-21T03:09:34.737Z | [ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8205 | 2024-12-21T03:09:34.740Z | [ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8206 | 2024-12-21T03:09:34.740Z | [ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.066 INFO ok! |
8207 | 2024-12-21T03:09:34.740Z | [ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.066 INFO STEP 27 (ensure_file) COMPLETE |
8208 | 2024-12-21T03:09:34.740Z | [ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.067 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8209 | 2024-12-21T03:09:34.759Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8210 | 2024-12-21T03:09:34.759Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8211 | 2024-12-21T03:09:34.762Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8212 | 2024-12-21T03:09:34.762Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8213 | 2024-12-21T03:09:34.762Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO ok! |
8214 | 2024-12-21T03:09:34.762Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO STEP 28 (ensure_file) COMPLETE |
8215 | 2024-12-21T03:09:34.762Z | [ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8216 | 2024-12-21T03:09:34.780Z | [ recovery-image] Dec 21 03:09:34.108 INFO O| Dec 21 03:09:34.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8217 | 2024-12-21T03:09:34.780Z | [ recovery-image] Dec 21 03:09:34.108 INFO O| Dec 21 03:09:34.108 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8218 | 2024-12-21T03:09:34.780Z | [ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8219 | 2024-12-21T03:09:34.783Z | [ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO ok! |
8220 | 2024-12-21T03:09:34.783Z | [ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO STEP 29 (ensure_file) COMPLETE |
8221 | 2024-12-21T03:09:34.784Z | [ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8222 | 2024-12-21T03:09:34.800Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8223 | 2024-12-21T03:09:34.800Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8224 | 2024-12-21T03:09:34.801Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8225 | 2024-12-21T03:09:34.806Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO ok! |
8226 | 2024-12-21T03:09:34.806Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO STEP 30 (ensure_file) COMPLETE |
8227 | 2024-12-21T03:09:34.806Z | [ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8228 | 2024-12-21T03:09:34.828Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8229 | 2024-12-21T03:09:34.828Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8230 | 2024-12-21T03:09:34.831Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8231 | 2024-12-21T03:09:34.831Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8232 | 2024-12-21T03:09:34.831Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO ok! |
8233 | 2024-12-21T03:09:34.832Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO STEP 31 (ensure_file) COMPLETE |
8234 | 2024-12-21T03:09:34.832Z | [ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8235 | 2024-12-21T03:09:34.869Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8236 | 2024-12-21T03:09:34.869Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8237 | 2024-12-21T03:09:34.885Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8238 | 2024-12-21T03:09:34.886Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO ok! |
8239 | 2024-12-21T03:09:34.886Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO STEP 32 (ensure_file) COMPLETE |
8240 | 2024-12-21T03:09:34.886Z | [ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8241 | 2024-12-21T03:09:34.911Z | [ recovery-image] Dec 21 03:09:34.240 INFO O| Dec 21 03:09:34.240 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8242 | 2024-12-21T03:09:34.912Z | [ recovery-image] Dec 21 03:09:34.240 INFO O| Dec 21 03:09:34.240 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8243 | 2024-12-21T03:09:34.916Z | [ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8244 | 2024-12-21T03:09:34.916Z | [ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO ok! |
8245 | 2024-12-21T03:09:34.916Z | [ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO STEP 33 (ensure_file) COMPLETE |
8246 | 2024-12-21T03:09:34.916Z | [ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8247 | 2024-12-21T03:09:34.932Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8248 | 2024-12-21T03:09:34.932Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8249 | 2024-12-21T03:09:34.934Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8250 | 2024-12-21T03:09:34.935Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8251 | 2024-12-21T03:09:34.935Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8252 | 2024-12-21T03:09:34.935Z | [ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8253 | 2024-12-21T03:09:34.935Z | [ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.260 INFO ok! |
8254 | 2024-12-21T03:09:34.936Z | [ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.260 INFO STEP 34 (ensure_file) COMPLETE |
8255 | 2024-12-21T03:09:34.936Z | [ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.261 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8256 | 2024-12-21T03:09:35.017Z | [ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8257 | 2024-12-21T03:09:35.017Z | [ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8258 | 2024-12-21T03:09:35.020Z | [ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8259 | 2024-12-21T03:09:35.020Z | [ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO STEP 35 (ensure_dir) COMPLETE |
8260 | 2024-12-21T03:09:35.020Z | [ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8261 | 2024-12-21T03:09:35.039Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 |
8262 | 2024-12-21T03:09:35.039Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 ... |
8263 | 2024-12-21T03:09:35.042Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 |
8264 | 2024-12-21T03:09:35.042Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 |
8265 | 2024-12-21T03:09:35.043Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 |
8266 | 2024-12-21T03:09:35.043Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 |
8267 | 2024-12-21T03:09:35.043Z | [ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 INFO ok! |
8268 | 2024-12-21T03:09:35.043Z | [ recovery-image] Dec 21 03:09:34.369 INFO O| Dec 21 03:09:34.368 INFO STEP 36 (ensure_file) COMPLETE |
8269 | 2024-12-21T03:09:35.043Z | [ recovery-image] Dec 21 03:09:34.369 INFO O| Dec 21 03:09:34.369 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8270 | 2024-12-21T03:09:35.100Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8271 | 2024-12-21T03:09:35.100Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 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 ... |
8272 | 2024-12-21T03:09:35.100Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8273 | 2024-12-21T03:09:35.102Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO ok! |
8274 | 2024-12-21T03:09:35.103Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO STEP 37 (ensure_symlink) COMPLETE |
8275 | 2024-12-21T03:09:35.103Z | [ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8276 | 2024-12-21T03:09:35.119Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8277 | 2024-12-21T03:09:35.119Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8278 | 2024-12-21T03:09:35.119Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8279 | 2024-12-21T03:09:35.119Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8280 | 2024-12-21T03:09:35.122Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8281 | 2024-12-21T03:09:35.122Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8282 | 2024-12-21T03:09:35.122Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO ok! |
8283 | 2024-12-21T03:09:35.123Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO STEP 38 (ensure_file) COMPLETE |
8284 | 2024-12-21T03:09:35.123Z | [ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8285 | 2024-12-21T03:09:35.159Z | [ recovery-image] Dec 21 03:09:34.487 INFO O| Dec 21 03:09:34.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8286 | 2024-12-21T03:09:35.159Z | [ recovery-image] Dec 21 03:09:34.487 INFO O| Dec 21 03:09:34.487 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 ... |
8287 | 2024-12-21T03:09:35.162Z | [ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 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 |
8288 | 2024-12-21T03:09:35.162Z | [ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8289 | 2024-12-21T03:09:35.162Z | [ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO ok! |
8290 | 2024-12-21T03:09:35.163Z | [ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO STEP 39 (ensure_file) COMPLETE |
8291 | 2024-12-21T03:09:35.163Z | [ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8292 | 2024-12-21T03:09:35.183Z | [ recovery-image] Dec 21 03:09:34.510 INFO O| Dec 21 03:09:34.510 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8293 | 2024-12-21T03:09:35.183Z | [ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8294 | 2024-12-21T03:09:35.186Z | [ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8295 | 2024-12-21T03:09:35.186Z | [ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO ok! |
8296 | 2024-12-21T03:09:35.186Z | [ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO STEP 40 (ensure_file) COMPLETE |
8297 | 2024-12-21T03:09:35.186Z | [ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8298 | 2024-12-21T03:09:35.204Z | [ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO updating shadow file |
8299 | 2024-12-21T03:09:35.207Z | [ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8300 | 2024-12-21T03:09:35.207Z | [ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO STEP 41 (shadow) COMPLETE |
8301 | 2024-12-21T03:09:35.207Z | [ recovery-image] Dec 21 03:09:34.534 INFO O| Dec 21 03:09:34.533 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8302 | 2024-12-21T03:09:35.226Z | [ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8303 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8304 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8305 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8306 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO ok! |
8307 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO STEP 42 (ensure_file) COMPLETE |
8308 | 2024-12-21T03:09:35.229Z | [ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8309 | 2024-12-21T03:09:35.264Z | [ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.592 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8310 | 2024-12-21T03:09:35.264Z | [ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.593 INFO STEP 43 (ensure_dir) COMPLETE |
8311 | 2024-12-21T03:09:35.267Z | [ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.593 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2024-12-21T03:09:35.284Z | [ recovery-image] Dec 21 03:09:34.613 INFO O| Dec 21 03:09:34.613 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8313 | 2024-12-21T03:09:35.285Z | [ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8314 | 2024-12-21T03:09:35.287Z | [ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO STEP 44 (ensure_dir) COMPLETE |
8315 | 2024-12-21T03:09:35.288Z | [ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8316 | 2024-12-21T03:09:35.308Z | [ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8317 | 2024-12-21T03:09:35.311Z | [ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8318 | 2024-12-21T03:09:35.311Z | [ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO STEP 45 (ensure_dir) COMPLETE |
8319 | 2024-12-21T03:09:35.311Z | [ recovery-image] Dec 21 03:09:34.637 INFO O| Dec 21 03:09:34.637 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8320 | 2024-12-21T03:09:35.330Z | [ recovery-image] Dec 21 03:09:34.659 INFO O| Dec 21 03:09:34.659 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8321 | 2024-12-21T03:09:35.330Z | [ recovery-image] Dec 21 03:09:34.659 INFO O| Dec 21 03:09:34.659 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8322 | 2024-12-21T03:09:35.388Z | [ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8323 | 2024-12-21T03:09:35.388Z | [ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO ok! |
8324 | 2024-12-21T03:09:35.392Z | [ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO STEP 46 (ensure_file) COMPLETE |
8325 | 2024-12-21T03:09:35.392Z | [ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-21T03:09:35.410Z | [ recovery-image] Dec 21 03:09:34.738 INFO O| Dec 21 03:09:34.738 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8327 | 2024-12-21T03:09:35.413Z | [ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8328 | 2024-12-21T03:09:35.413Z | [ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.739 INFO STEP 47 (ensure_dir) COMPLETE |
8329 | 2024-12-21T03:09:35.413Z | [ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.739 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-21T03:09:35.432Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8331 | 2024-12-21T03:09:35.432Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8332 | 2024-12-21T03:09:35.435Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8333 | 2024-12-21T03:09:35.435Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO ok! |
8334 | 2024-12-21T03:09:35.435Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO STEP 48 (ensure_file) COMPLETE |
8335 | 2024-12-21T03:09:35.435Z | [ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-21T03:09:35.451Z | [ recovery-image] Dec 21 03:09:34.780 INFO O| Dec 21 03:09:34.780 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8337 | 2024-12-21T03:09:35.455Z | [ recovery-image] Dec 21 03:09:34.780 INFO O| Dec 21 03:09:34.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8338 | 2024-12-21T03:09:35.455Z | [ recovery-image] Dec 21 03:09:34.781 INFO O| Dec 21 03:09:34.780 INFO STEP 49 (ensure_dir) COMPLETE |
8339 | 2024-12-21T03:09:35.455Z | [ recovery-image] Dec 21 03:09:34.781 INFO O| Dec 21 03:09:34.781 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8340 | 2024-12-21T03:09:35.488Z | [ recovery-image] Dec 21 03:09:34.817 INFO O| Dec 21 03:09:34.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8341 | 2024-12-21T03:09:35.489Z | [ recovery-image] Dec 21 03:09:34.817 INFO O| Dec 21 03:09:34.817 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8342 | 2024-12-21T03:09:35.513Z | [ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8343 | 2024-12-21T03:09:35.514Z | [ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO ok! |
8344 | 2024-12-21T03:09:35.517Z | [ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO STEP 50 (ensure_file) COMPLETE |
8345 | 2024-12-21T03:09:35.517Z | [ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-21T03:09:35.613Z | [ recovery-image] Dec 21 03:09:34.941 INFO O| Dec 21 03:09:34.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8347 | 2024-12-21T03:09:35.614Z | [ recovery-image] Dec 21 03:09:34.941 INFO O| Dec 21 03:09:34.941 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8348 | 2024-12-21T03:09:37.614Z | [ recovery-image] Dec 21 03:09:36.942 INFO O| Dec 21 03:09:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8349 | 2024-12-21T03:09:37.614Z | [ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO ok! |
8350 | 2024-12-21T03:09:37.614Z | [ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO STEP 51 (ensure_file) COMPLETE |
8351 | 2024-12-21T03:09:37.617Z | [ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-21T03:09:37.634Z | [ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8353 | 2024-12-21T03:09:37.634Z | [ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8354 | 2024-12-21T03:09:37.634Z | [ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO STEP 52 (ensure_dir) COMPLETE |
8355 | 2024-12-21T03:09:37.637Z | [ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8356 | 2024-12-21T03:09:37.683Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8357 | 2024-12-21T03:09:37.683Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO copying /tmp/.tmpHfUgvJ/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 ... |
8358 | 2024-12-21T03:09:37.684Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 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 |
8359 | 2024-12-21T03:09:37.684Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO ok! |
8360 | 2024-12-21T03:09:37.684Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO STEP 53 (ensure_file) COMPLETE |
8361 | 2024-12-21T03:09:37.686Z | [ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8362 | 2024-12-21T03:09:37.703Z | [ recovery-image] Dec 21 03:09:37.031 INFO O| Dec 21 03:09:37.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8363 | 2024-12-21T03:09:37.703Z | [ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.031 INFO copying /tmp/.tmpHfUgvJ/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 ... |
8364 | 2024-12-21T03:09:37.703Z | [ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 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 |
8365 | 2024-12-21T03:09:37.707Z | [ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO ok! |
8366 | 2024-12-21T03:09:37.707Z | [ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO STEP 54 (ensure_file) COMPLETE |
8367 | 2024-12-21T03:09:37.707Z | [ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8368 | 2024-12-21T03:09:37.724Z | [ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8369 | 2024-12-21T03:09:37.725Z | [ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8370 | 2024-12-21T03:09:37.728Z | [ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO STEP 55 (ensure_dir) COMPLETE |
8371 | 2024-12-21T03:09:37.728Z | [ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8372 | 2024-12-21T03:09:37.746Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8373 | 2024-12-21T03:09:37.746Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO copying /tmp/.tmpHfUgvJ/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 ... |
8374 | 2024-12-21T03:09:37.749Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8375 | 2024-12-21T03:09:37.749Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO ok! |
8376 | 2024-12-21T03:09:37.750Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO STEP 56 (ensure_file) COMPLETE |
8377 | 2024-12-21T03:09:37.750Z | [ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8378 | 2024-12-21T03:09:37.766Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.094 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8379 | 2024-12-21T03:09:37.767Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO copying /tmp/.tmpHfUgvJ/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 ... |
8380 | 2024-12-21T03:09:37.767Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 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 |
8381 | 2024-12-21T03:09:37.767Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO ok! |
8382 | 2024-12-21T03:09:37.770Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO STEP 57 (ensure_file) COMPLETE |
8383 | 2024-12-21T03:09:37.770Z | [ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8384 | 2024-12-21T03:09:37.813Z | [ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8385 | 2024-12-21T03:09:37.813Z | [ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8386 | 2024-12-21T03:09:37.813Z | [ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO STEP 58 (ensure_dir) COMPLETE |
8387 | 2024-12-21T03:09:37.813Z | [ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8388 | 2024-12-21T03:09:37.830Z | [ recovery-image] Dec 21 03:09:37.158 INFO O| Dec 21 03:09:37.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8389 | 2024-12-21T03:09:37.830Z | [ recovery-image] Dec 21 03:09:37.158 INFO O| Dec 21 03:09:37.158 INFO copying /tmp/.tmpHfUgvJ/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 ... |
8390 | 2024-12-21T03:09:37.833Z | [ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8391 | 2024-12-21T03:09:37.833Z | [ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO ok! |
8392 | 2024-12-21T03:09:37.833Z | [ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO STEP 59 (ensure_file) COMPLETE |
8393 | 2024-12-21T03:09:37.833Z | [ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8394 | 2024-12-21T03:09:37.863Z | [ recovery-image] Dec 21 03:09:37.191 INFO O| Dec 21 03:09:37.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8395 | 2024-12-21T03:09:37.863Z | [ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.191 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8396 | 2024-12-21T03:09:37.867Z | [ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8397 | 2024-12-21T03:09:37.867Z | [ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO ok! |
8398 | 2024-12-21T03:09:37.867Z | [ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO STEP 60 (ensure_file) COMPLETE |
8399 | 2024-12-21T03:09:37.867Z | [ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8400 | 2024-12-21T03:09:37.895Z | [ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8401 | 2024-12-21T03:09:37.895Z | [ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO STEP 61 (ensure_dir) COMPLETE |
8402 | 2024-12-21T03:09:37.897Z | [ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8403 | 2024-12-21T03:09:37.916Z | [ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8404 | 2024-12-21T03:09:37.916Z | [ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO STEP 62 (ensure_dir) COMPLETE |
8405 | 2024-12-21T03:09:37.916Z | [ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8406 | 2024-12-21T03:09:37.934Z | [ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8407 | 2024-12-21T03:09:37.934Z | [ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO STEP 63 (ensure_dir) COMPLETE |
8408 | 2024-12-21T03:09:37.937Z | [ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8409 | 2024-12-21T03:09:37.953Z | [ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8410 | 2024-12-21T03:09:37.953Z | [ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO STEP 64 (ensure_dir) COMPLETE |
8411 | 2024-12-21T03:09:37.956Z | [ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8412 | 2024-12-21T03:09:37.972Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8413 | 2024-12-21T03:09:37.972Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8414 | 2024-12-21T03:09:37.972Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8415 | 2024-12-21T03:09:37.972Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO ok! |
8416 | 2024-12-21T03:09:37.975Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO STEP 65 (ensure_file) COMPLETE |
8417 | 2024-12-21T03:09:37.975Z | [ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-21T03:09:37.991Z | [ recovery-image] Dec 21 03:09:37.319 INFO O| Dec 21 03:09:37.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8419 | 2024-12-21T03:09:37.995Z | [ recovery-image] Dec 21 03:09:37.320 INFO O| Dec 21 03:09:37.320 INFO STEP 66 (remove_files) COMPLETE |
8420 | 2024-12-21T03:09:37.996Z | [ recovery-image] Dec 21 03:09:37.320 INFO O| Dec 21 03:09:37.320 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-21T03:09:38.031Z | [ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8422 | 2024-12-21T03:09:38.035Z | [ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO STEP 67 (remove_files) COMPLETE |
8423 | 2024-12-21T03:09:38.035Z | [ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-21T03:09:38.052Z | [ recovery-image] Dec 21 03:09:37.380 INFO O| Dec 21 03:09:37.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8425 | 2024-12-21T03:09:38.057Z | [ recovery-image] Dec 21 03:09:37.381 INFO O| Dec 21 03:09:37.381 INFO STEP 68 (remove_files) COMPLETE |
8426 | 2024-12-21T03:09:38.057Z | [ recovery-image] Dec 21 03:09:37.381 INFO O| Dec 21 03:09:37.381 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-21T03:09:38.072Z | [ recovery-image] Dec 21 03:09:37.400 INFO O| Dec 21 03:09:37.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8428 | 2024-12-21T03:09:38.075Z | [ recovery-image] Dec 21 03:09:37.401 INFO O| Dec 21 03:09:37.401 INFO STEP 69 (remove_files) COMPLETE |
8429 | 2024-12-21T03:09:38.076Z | [ recovery-image] Dec 21 03:09:37.401 INFO O| Dec 21 03:09:37.401 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-21T03:09:38.091Z | [ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8431 | 2024-12-21T03:09:38.095Z | [ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO STEP 70 (remove_files) COMPLETE |
8432 | 2024-12-21T03:09:38.095Z | [ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-21T03:09:38.109Z | [ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8434 | 2024-12-21T03:09:38.109Z | [ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.438 INFO STEP 71 (remove_files) COMPLETE |
8435 | 2024-12-21T03:09:38.109Z | [ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.438 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-21T03:09:38.184Z | [ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8437 | 2024-12-21T03:09:38.185Z | [ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.513 INFO STEP 72 (remove_files) COMPLETE |
8438 | 2024-12-21T03:09:38.185Z | [ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.513 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-21T03:09:38.203Z | [ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8440 | 2024-12-21T03:09:38.203Z | [ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO STEP 73 (remove_files) COMPLETE |
8441 | 2024-12-21T03:09:38.203Z | [ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-21T03:09:38.226Z | [ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8443 | 2024-12-21T03:09:38.226Z | [ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO STEP 74 (remove_files) COMPLETE |
8444 | 2024-12-21T03:09:38.229Z | [ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-21T03:09:38.272Z | [ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8446 | 2024-12-21T03:09:38.272Z | [ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO STEP 75 (remove_files) COMPLETE |
8447 | 2024-12-21T03:09:38.272Z | [ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-21T03:09:38.292Z | [ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8449 | 2024-12-21T03:09:38.292Z | [ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.621 INFO STEP 76 (remove_files) COMPLETE |
8450 | 2024-12-21T03:09:38.293Z | [ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.621 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8451 | 2024-12-21T03:09:38.314Z | [ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8452 | 2024-12-21T03:09:38.314Z | [ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO STEP 77 (remove_files) COMPLETE |
8453 | 2024-12-21T03:09:38.314Z | [ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8454 | 2024-12-21T03:09:38.335Z | [ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8455 | 2024-12-21T03:09:38.336Z | [ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO STEP 78 (remove_files) COMPLETE |
8456 | 2024-12-21T03:09:38.339Z | [ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8457 | 2024-12-21T03:09:38.371Z | [ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8458 | 2024-12-21T03:09:38.371Z | [ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO STEP 79 (remove_files) COMPLETE |
8459 | 2024-12-21T03:09:38.371Z | [ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8460 | 2024-12-21T03:09:38.435Z | [ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8461 | 2024-12-21T03:09:38.435Z | [ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO STEP 80 (remove_files) COMPLETE |
8462 | 2024-12-21T03:09:38.438Z | [ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8463 | 2024-12-21T03:09:38.457Z | [ recovery-image] Dec 21 03:09:37.785 INFO O| Dec 21 03:09:37.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8464 | 2024-12-21T03:09:38.457Z | [ recovery-image] Dec 21 03:09:37.786 INFO O| Dec 21 03:09:37.786 INFO STEP 81 (remove_files) COMPLETE |
8465 | 2024-12-21T03:09:38.457Z | [ recovery-image] Dec 21 03:09:37.786 INFO O| Dec 21 03:09:37.786 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8466 | 2024-12-21T03:09:38.483Z | [ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8467 | 2024-12-21T03:09:38.483Z | [ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO STEP 82 (remove_files) COMPLETE |
8468 | 2024-12-21T03:09:38.483Z | [ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8469 | 2024-12-21T03:09:38.499Z | [ recovery-image] Dec 21 03:09:37.826 INFO O| Dec 21 03:09:37.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8470 | 2024-12-21T03:09:38.499Z | [ recovery-image] Dec 21 03:09:37.827 INFO O| Dec 21 03:09:37.826 INFO STEP 83 (remove_files) COMPLETE |
8471 | 2024-12-21T03:09:38.502Z | [ recovery-image] Dec 21 03:09:37.827 INFO O| Dec 21 03:09:37.826 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8472 | 2024-12-21T03:09:38.517Z | [ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8473 | 2024-12-21T03:09:38.520Z | [ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO STEP 84 (remove_files) COMPLETE |
8474 | 2024-12-21T03:09:38.520Z | [ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8475 | 2024-12-21T03:09:38.535Z | [ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8476 | 2024-12-21T03:09:38.535Z | [ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO STEP 85 (remove_files) COMPLETE |
8477 | 2024-12-21T03:09:38.537Z | [ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8478 | 2024-12-21T03:09:38.554Z | [ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8479 | 2024-12-21T03:09:38.557Z | [ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO STEP 86 (remove_files) COMPLETE |
8480 | 2024-12-21T03:09:38.557Z | [ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8481 | 2024-12-21T03:09:38.584Z | [ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8482 | 2024-12-21T03:09:38.584Z | [ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO STEP 87 (remove_files) COMPLETE |
8483 | 2024-12-21T03:09:38.585Z | [ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8484 | 2024-12-21T03:09:38.604Z | [ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8485 | 2024-12-21T03:09:38.604Z | [ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO STEP 88 (remove_files) COMPLETE |
8486 | 2024-12-21T03:09:38.607Z | [ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8487 | 2024-12-21T03:09:38.644Z | [ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8488 | 2024-12-21T03:09:38.644Z | [ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO STEP 89 (remove_files) COMPLETE |
8489 | 2024-12-21T03:09:38.647Z | [ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8490 | 2024-12-21T03:09:38.665Z | [ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8491 | 2024-12-21T03:09:38.665Z | [ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO STEP 90 (remove_files) COMPLETE |
8492 | 2024-12-21T03:09:38.668Z | [ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8493 | 2024-12-21T03:09:38.686Z | [ recovery-image] Dec 21 03:09:38.014 INFO O| Dec 21 03:09:38.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8494 | 2024-12-21T03:09:38.686Z | [ recovery-image] Dec 21 03:09:38.014 INFO O| Dec 21 03:09:38.014 INFO STEP 91 (remove_files) COMPLETE |
8495 | 2024-12-21T03:09:38.686Z | [ recovery-image] Dec 21 03:09:38.015 INFO O| Dec 21 03:09:38.014 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8496 | 2024-12-21T03:09:38.707Z | [ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8497 | 2024-12-21T03:09:38.707Z | [ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO STEP 92 (remove_files) COMPLETE |
8498 | 2024-12-21T03:09:38.710Z | [ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8499 | 2024-12-21T03:09:38.751Z | [ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8500 | 2024-12-21T03:09:38.754Z | [ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO STEP 93 (remove_files) COMPLETE |
8501 | 2024-12-21T03:09:38.754Z | [ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8502 | 2024-12-21T03:09:38.771Z | [ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8503 | 2024-12-21T03:09:38.774Z | [ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO STEP 94 (remove_files) COMPLETE |
8504 | 2024-12-21T03:09:38.774Z | [ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8505 | 2024-12-21T03:09:38.801Z | [ recovery-image] Dec 21 03:09:38.129 INFO O| Dec 21 03:09:38.129 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8506 | 2024-12-21T03:09:38.804Z | [ recovery-image] Dec 21 03:09:38.129 INFO O| Dec 21 03:09:38.129 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8507 | 2024-12-21T03:09:48.304Z | [ recovery-image] Dec 21 03:09:47.631 INFO O| Dec 21 03:09:47.631 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 |
8508 | 2024-12-21T03:09:48.304Z | [ recovery-image] Dec 21 03:09:47.632 INFO O| Dec 21 03:09:47.632 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8509 | 2024-12-21T03:09:48.324Z | [ recovery-image] Dec 21 03:09:47.651 INFO O| Dec 21 03:09:47.651 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8510 | 2024-12-21T03:09:48.554Z | [ recovery-image] Dec 21 03:09:47.881 INFO O| Dec 21 03:09:47.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8511 | 2024-12-21T03:09:48.554Z | [ recovery-image] Dec 21 03:09:47.881 INFO O| Dec 21 03:09:47.881 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 ... |
8512 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8513 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO ok! |
8514 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8515 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO STEP 95 (seed_smf) COMPLETE |
8516 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO steps complete; finalising image! |
8517 | 2024-12-21T03:09:48.557Z | [ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8518 | 2024-12-21T03:09:48.632Z | [ recovery-image] Dec 21 03:09:47.959 INFO O| Dec 21 03:09:47.959 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 03:09:47 2024) |
8519 | 2024-12-21T03:09:48.843Z | [ recovery-image] Dec 21 03:09:48.170 INFO O| Dec 21 03:09:48.170 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 03:09:47 2024) |
8520 | 2024-12-21T03:09:49.080Z | [ recovery-image] Dec 21 03:09:48.408 INFO O| Dec 21 03:09:48.407 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8521 | 2024-12-21T03:09:49.080Z | [ recovery-image] Dec 21 03:09:48.408 INFO O| Dec 21 03:09:48.408 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8522 | 2024-12-21T03:09:49.804Z | [ recovery-image] Dec 21 03:09:49.131 INFO O| Dec 21 03:09:49.131 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 |
8523 | 2024-12-21T03:09:49.804Z | [ recovery-image] Dec 21 03:09:49.131 INFO O| Dec 21 03:09:49.131 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8524 | 2024-12-21T03:09:55.866Z | [ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8525 | 2024-12-21T03:09:55.866Z | [ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8526 | 2024-12-21T03:09:55.870Z | [ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8527 | 2024-12-21T03:09:55.870Z | [ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO completed processing gimlet/zfs-recovery |
8528 | 2024-12-21T03:09:55.870Z | [ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8529 | 2024-12-21T03:09:56.424Z | [ recovery-image] Dec 21 03:09:55.750 INFO O| Dec 21 03:09:55.750 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8530 | 2024-12-21T03:09:56.554Z | [ recovery-image] Dec 21 03:09:55.880 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8531 | 2024-12-21T03:09:56.557Z | [ recovery-image] Dec 21 03:09:55.881 INFO expanded image name: "recovery ec6f367/${os_short_commit} 2024-12-21 02:38" -> "recovery ec6f367/37a4469 2024-12-21 02:38" |
8532 | 2024-12-21T03:09:56.557Z | [ recovery-image] Dec 21 03:09:55.881 INFO output artefacts stored in: "/work/os-recovery" |
8533 | 2024-12-21T03:09:56.558Z | [ recovery-image] Dec 21 03:09:55.882 INFO collecting git info from project "pinprick"... |
8534 | 2024-12-21T03:09:56.576Z | [ recovery-image] Dec 21 03:09:55.902 INFO collecting git info from project "bootserver"... |
8535 | 2024-12-21T03:09:56.585Z | [ recovery-image] Dec 21 03:09:55.912 INFO collecting git info from project "chelsio-t6-roms"... |
8536 | 2024-12-21T03:09:56.618Z | [ recovery-image] Dec 21 03:09:55.944 INFO collecting git info from project "phbl"... |
8537 | 2024-12-21T03:09:56.628Z | [ recovery-image] Dec 21 03:09:55.954 INFO collecting git info from project "amd-host-image-builder"... |
8538 | 2024-12-21T03:09:57.051Z | [ recovery-image] Dec 21 03:09:56.374 INFO collecting git info from project "pilot"... |
8539 | 2024-12-21T03:09:57.069Z | [ recovery-image] Dec 21 03:09:56.394 INFO collecting git info from project "image-builder"... |
8540 | 2024-12-21T03:09:57.084Z | [ recovery-image] Dec 21 03:09:56.406 INFO collecting git info from project "amd-firmware"... |
8541 | 2024-12-21T03:09:57.659Z | [ recovery-image] Dec 21 03:09:56.985 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8542 | 2024-12-21T03:09:58.753Z | [ recovery-image] Dec 21 03:09:58.079 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8543 | 2024-12-21T03:09:59.551Z | [ recovery-image] Dec 21 03:09:58.876 INFO creating Oxide boot image... |
8544 | 2024-12-21T03:09:59.553Z | [ recovery-image] Dec 21 03:09:58.876 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ec6f367/37a4469 2024-12-21 02:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8545 | 2024-12-21T03:10:58.437Z | [ host-image] Dec 21 03:10:57.753 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8546 | 2024-12-21T03:10:58.437Z | [ host-image] Dec 21 03:10:57.753 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8547 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8548 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8549 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8550 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8551 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8552 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8553 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8554 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.756 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8555 | 2024-12-21T03:10:58.440Z | [ host-image] Dec 21 03:10:57.756 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8556 | 2024-12-21T03:10:58.442Z | [ host-image] Dec 21 03:10:57.758 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8557 | 2024-12-21T03:10:58.443Z | [ host-image] Dec 21 03:10:57.759 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8558 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.760 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8559 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.760 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8560 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.761 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8561 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8562 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8563 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8564 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8565 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8566 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8567 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8568 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8569 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8570 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8571 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8572 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8573 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8574 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8575 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8576 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8577 | 2024-12-21T03:10:58.448Z | [ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8578 | 2024-12-21T03:10:58.452Z | [ host-image] Dec 21 03:10:57.765 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8579 | 2024-12-21T03:10:58.452Z | [ host-image] Dec 21 03:10:57.766 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8580 | 2024-12-21T03:10:58.452Z | [ host-image] Dec 21 03:10:57.766 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8581 | 2024-12-21T03:10:58.462Z | [ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8582 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8583 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8584 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.780 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8585 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.780 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8586 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.781 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8587 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.781 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8588 | 2024-12-21T03:10:58.465Z | [ host-image] Dec 21 03:10:57.782 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8589 | 2024-12-21T03:10:58.468Z | [ host-image] Dec 21 03:10:57.783 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8590 | 2024-12-21T03:10:58.468Z | [ host-image] Dec 21 03:10:57.783 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8591 | 2024-12-21T03:10:58.483Z | [ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8592 | 2024-12-21T03:10:58.486Z | [ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8593 | 2024-12-21T03:10:58.486Z | [ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8594 | 2024-12-21T03:10:58.486Z | [ host-image] Dec 21 03:10:57.801 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8595 | 2024-12-21T03:10:58.486Z | [ host-image] Dec 21 03:10:57.802 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8596 | 2024-12-21T03:10:58.486Z | [ host-image] Dec 21 03:10:57.802 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8597 | 2024-12-21T03:10:58.521Z | [ host-image] Dec 21 03:10:57.838 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8598 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.839 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8599 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.839 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8600 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8601 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8602 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8603 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8604 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8605 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8606 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8607 | 2024-12-21T03:10:58.524Z | [ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8608 | 2024-12-21T03:10:58.526Z | [ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8609 | 2024-12-21T03:10:58.529Z | [ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8610 | 2024-12-21T03:10:58.529Z | [ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8611 | 2024-12-21T03:10:58.530Z | [ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8612 | 2024-12-21T03:10:58.530Z | [ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8613 | 2024-12-21T03:10:58.530Z | [ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8614 | 2024-12-21T03:10:58.545Z | [ host-image] Dec 21 03:10:57.862 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8615 | 2024-12-21T03:10:58.548Z | [ host-image] Dec 21 03:10:57.862 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8616 | 2024-12-21T03:10:58.548Z | [ host-image] Dec 21 03:10:57.864 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8617 | 2024-12-21T03:10:58.548Z | [ host-image] Dec 21 03:10:57.864 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8618 | 2024-12-21T03:10:58.548Z | [ host-image] Dec 21 03:10:57.865 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8619 | 2024-12-21T03:10:58.548Z | [ host-image] Dec 21 03:10:57.865 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8620 | 2024-12-21T03:10:58.552Z | [ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8621 | 2024-12-21T03:10:58.552Z | [ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8622 | 2024-12-21T03:10:58.552Z | [ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8623 | 2024-12-21T03:10:58.556Z | [ host-image] Dec 21 03:10:57.870 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8624 | 2024-12-21T03:10:58.556Z | [ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8625 | 2024-12-21T03:10:58.557Z | [ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8626 | 2024-12-21T03:10:58.559Z | [ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8627 | 2024-12-21T03:10:58.559Z | [ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8628 | 2024-12-21T03:10:58.559Z | [ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8629 | 2024-12-21T03:10:58.559Z | [ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8630 | 2024-12-21T03:10:58.559Z | [ host-image] Dec 21 03:10:57.873 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8631 | 2024-12-21T03:10:58.564Z | [ host-image] Dec 21 03:10:57.881 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8632 | 2024-12-21T03:10:58.567Z | [ host-image] Dec 21 03:10:57.881 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8633 | 2024-12-21T03:10:58.567Z | [ host-image] Dec 21 03:10:57.883 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8634 | 2024-12-21T03:10:58.569Z | [ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8635 | 2024-12-21T03:10:58.569Z | [ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8636 | 2024-12-21T03:10:58.569Z | [ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8637 | 2024-12-21T03:10:58.569Z | [ host-image] Dec 21 03:10:57.886 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8638 | 2024-12-21T03:10:58.569Z | [ host-image] Dec 21 03:10:57.886 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8639 | 2024-12-21T03:10:58.580Z | [ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8640 | 2024-12-21T03:10:58.582Z | [ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8641 | 2024-12-21T03:10:58.582Z | [ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8642 | 2024-12-21T03:10:58.582Z | [ host-image] Dec 21 03:10:57.899 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8643 | 2024-12-21T03:10:58.583Z | [ host-image] Dec 21 03:10:57.899 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8644 | 2024-12-21T03:10:58.604Z | [ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8645 | 2024-12-21T03:10:58.604Z | [ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8646 | 2024-12-21T03:10:58.607Z | [ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8647 | 2024-12-21T03:10:58.607Z | [ host-image] Dec 21 03:10:57.922 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8648 | 2024-12-21T03:10:58.607Z | [ host-image] Dec 21 03:10:57.922 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8649 | 2024-12-21T03:10:58.635Z | [ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8650 | 2024-12-21T03:10:58.635Z | [ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8651 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8652 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8653 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8654 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8655 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8656 | 2024-12-21T03:10:58.639Z | [ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8657 | 2024-12-21T03:10:58.642Z | [ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8658 | 2024-12-21T03:10:58.642Z | [ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8659 | 2024-12-21T03:10:58.642Z | [ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8660 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8661 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8662 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.959 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8663 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.959 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8664 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8665 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8666 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8667 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8668 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8669 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8670 | 2024-12-21T03:10:58.645Z | [ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8671 | 2024-12-21T03:10:58.646Z | [ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8672 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8673 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8674 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8675 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8676 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8677 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8678 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.964 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8679 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.965 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8680 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.966 INFO O| tempdir @ "/tmp/.tmpXtjmbR/tmp" |
8681 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.966 INFO O| image root @ "/tmp/.tmpXtjmbR/tmp/root" |
8682 | 2024-12-21T03:10:58.651Z | [ host-image] Dec 21 03:10:57.966 INFO O| creating image... |
8683 | 2024-12-21T03:10:59.188Z | [ host-image] Dec 21 03:10:58.505 INFO O| copying publishers... |
8684 | 2024-12-21T03:11:04.138Z | [ recovery-image] Dec 21 03:11:03.454 INFO O| ok, image written! |
8685 | 2024-12-21T03:11:04.138Z | [ recovery-image] Dec 21 03:11:03.455 INFO O| ok, boot_image_csum file written! |
8686 | 2024-12-21T03:11:04.144Z | [ recovery-image] Dec 21 03:11:03.460 INFO creating boot archive (CPIO)... |
8687 | 2024-12-21T03:11:04.144Z | [ recovery-image] Dec 21 03:11:03.460 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 |
8688 | 2024-12-21T03:11:04.153Z | [ recovery-image] Dec 21 03:11:03.469 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8689 | 2024-12-21T03:11:04.153Z | [ recovery-image] Dec 21 03:11:03.469 INFO E| + outfile=/work/os-recovery/cpio |
8690 | 2024-12-21T03:11:04.153Z | [ recovery-image] Dec 21 03:11:03.469 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8691 | 2024-12-21T03:11:04.155Z | [ recovery-image] Dec 21 03:11:03.472 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8692 | 2024-12-21T03:11:04.159Z | [ recovery-image] Dec 21 03:11:03.472 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8693 | 2024-12-21T03:11:04.191Z | [ recovery-image] Dec 21 03:11:03.507 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8694 | 2024-12-21T03:11:04.191Z | [ recovery-image] Dec 21 03:11:03.507 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8695 | 2024-12-21T03:11:04.200Z | [ recovery-image] Dec 21 03:11:03.517 INFO creating compressed cpio/unix for nanobl-rs... |
8696 | 2024-12-21T03:11:04.200Z | [ recovery-image] Dec 21 03:11:03.517 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 |
8697 | 2024-12-21T03:11:04.502Z | [ recovery-image] Dec 21 03:11:03.818 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8698 | 2024-12-21T03:11:08.882Z | [ recovery-image] Dec 21 03:11:08.197 INFO creating reset image... |
8699 | 2024-12-21T03:11:08.882Z | [ recovery-image] Dec 21 03:11:08.198 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8700 | 2024-12-21T03:11:09.149Z | [ recovery-image] Dec 21 03:11:08.464 INFO E| Updating crates.io index |
8701 | 2024-12-21T03:11:09.251Z | [ recovery-image] Dec 21 03:11:08.566 INFO E| Downloading crates ... |
8702 | 2024-12-21T03:11:09.322Z | [ recovery-image] Dec 21 03:11:08.637 INFO E| Downloaded os_pipe v1.2.1 |
8703 | 2024-12-21T03:11:09.327Z | [ recovery-image] Dec 21 03:11:08.642 INFO E| Downloaded shared_child v1.0.1 |
8704 | 2024-12-21T03:11:09.330Z | [ recovery-image] Dec 21 03:11:08.644 INFO E| Downloaded clap v4.5.17 |
8705 | 2024-12-21T03:11:09.342Z | [ recovery-image] Dec 21 03:11:08.657 INFO E| Downloaded duct v0.13.7 |
8706 | 2024-12-21T03:11:09.344Z | [ recovery-image] Dec 21 03:11:08.659 INFO E| Downloaded clap_derive v4.5.13 |
8707 | 2024-12-21T03:11:09.363Z | [ recovery-image] Dec 21 03:11:08.678 INFO E| Downloaded clap_builder v4.5.17 |
8708 | 2024-12-21T03:11:09.379Z | [ recovery-image] Dec 21 03:11:08.694 INFO E| Downloaded syn v2.0.77 |
8709 | 2024-12-21T03:11:09.407Z | [ recovery-image] Dec 21 03:11:08.723 INFO E| Downloaded libc v0.2.158 |
8710 | 2024-12-21T03:11:09.490Z | [ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling proc-macro2 v1.0.86 |
8711 | 2024-12-21T03:11:09.490Z | [ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling unicode-ident v1.0.13 |
8712 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling libc v0.2.158 |
8713 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling utf8parse v0.2.2 |
8714 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling anstyle v1.0.8 |
8715 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling colorchoice v1.0.2 |
8716 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8717 | 2024-12-21T03:11:09.493Z | [ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling anstyle-query v1.1.1 |
8718 | 2024-12-21T03:11:09.748Z | [ recovery-image] Dec 21 03:11:09.063 INFO E| Compiling anstyle-parse v0.2.5 |
8719 | 2024-12-21T03:11:09.797Z | [ recovery-image] Dec 21 03:11:09.112 INFO E| Compiling heck v0.5.0 |
8720 | 2024-12-21T03:11:09.838Z | [ recovery-image] Dec 21 03:11:09.152 INFO E| Compiling clap_lex v0.7.2 |
8721 | 2024-12-21T03:11:09.840Z | [ recovery-image] Dec 21 03:11:09.152 INFO E| Compiling strsim v0.11.1 |
8722 | 2024-12-21T03:11:09.899Z | [ recovery-image] Dec 21 03:11:09.213 INFO E| Compiling once_cell v1.19.0 |
8723 | 2024-12-21T03:11:10.186Z | [ recovery-image] Dec 21 03:11:09.502 INFO E| Compiling anstream v0.6.15 |
8724 | 2024-12-21T03:11:10.578Z | [ recovery-image] Dec 21 03:11:09.892 INFO E| Compiling clap_builder v4.5.17 |
8725 | 2024-12-21T03:11:10.919Z | [ recovery-image] Dec 21 03:11:10.234 INFO E| Compiling shared_child v1.0.1 |
8726 | 2024-12-21T03:11:10.919Z | [ recovery-image] Dec 21 03:11:10.234 INFO E| Compiling os_pipe v1.2.1 |
8727 | 2024-12-21T03:11:11.078Z | [ recovery-image] Dec 21 03:11:10.394 INFO E| Compiling duct v0.13.7 |
8728 | 2024-12-21T03:11:11.120Z | [ recovery-image] Dec 21 03:11:10.435 INFO E| Compiling quote v1.0.37 |
8729 | 2024-12-21T03:11:11.429Z | [ recovery-image] Dec 21 03:11:10.742 INFO E| Compiling syn v2.0.77 |
8730 | 2024-12-21T03:11:13.456Z | [ host-image] Dec 21 03:11:12.770 INFO O| adding properties... |
8731 | 2024-12-21T03:11:15.164Z | [ host-image] Dec 21 03:11:14.477 INFO O| installing packages... |
8732 | 2024-12-21T03:11:15.583Z | [ recovery-image] Dec 21 03:11:14.897 INFO E| Compiling clap_derive v4.5.13 |
8733 | 2024-12-21T03:11:17.609Z | [ recovery-image] Dec 21 03:11:16.923 INFO E| Compiling clap v4.5.17 |
8734 | 2024-12-21T03:11:17.669Z | [ recovery-image] Dec 21 03:11:16.984 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8735 | 2024-12-21T03:11:18.832Z | [ recovery-image] Dec 21 03:11:18.146 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s |
8736 | 2024-12-21T03:11:18.847Z | [ recovery-image] Dec 21 03:11:18.161 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8737 | 2024-12-21T03:11:19.175Z | [ recovery-image] Dec 21 03:11:18.489 INFO E| Updating crates.io index |
8738 | 2024-12-21T03:11:19.278Z | [ recovery-image] Dec 21 03:11:18.592 INFO E| Downloading crates ... |
8739 | 2024-12-21T03:11:19.352Z | [ recovery-image] Dec 21 03:11:18.666 INFO E| Downloaded bit_field v0.10.2 |
8740 | 2024-12-21T03:11:19.355Z | [ recovery-image] Dec 21 03:11:18.669 INFO E| Downloaded bitstruct_derive v0.1.0 |
8741 | 2024-12-21T03:11:19.361Z | [ recovery-image] Dec 21 03:11:18.676 INFO E| Downloaded cpio_reader v0.1.1 |
8742 | 2024-12-21T03:11:19.364Z | [ recovery-image] Dec 21 03:11:18.678 INFO E| Downloaded bitstruct v0.1.1 |
8743 | 2024-12-21T03:11:19.375Z | [ recovery-image] Dec 21 03:11:18.689 INFO E| Downloaded seq-macro v0.3.5 |
8744 | 2024-12-21T03:11:19.388Z | [ recovery-image] Dec 21 03:11:18.702 INFO E| Downloaded syn v2.0.85 |
8745 | 2024-12-21T03:11:19.402Z | [ recovery-image] Dec 21 03:11:18.716 INFO E| Downloaded raw-cpuid v10.7.0 |
8746 | 2024-12-21T03:11:19.573Z | [ recovery-image] Dec 21 03:11:18.887 INFO E| Downloaded x86 v0.52.0 |
8747 | 2024-12-21T03:11:19.654Z | [ recovery-image] Dec 21 03:11:18.968 INFO E| Updating crates.io index |
8748 | 2024-12-21T03:11:19.768Z | [ recovery-image] Dec 21 03:11:19.081 INFO E| Downloading crates ... |
8749 | 2024-12-21T03:11:19.880Z | [ recovery-image] Dec 21 03:11:19.194 INFO E| Downloaded hashbrown v0.15.0 |
8750 | 2024-12-21T03:11:19.896Z | [ recovery-image] Dec 21 03:11:19.210 INFO E| Downloaded compiler_builtins v0.1.134 |
8751 | 2024-12-21T03:11:20.039Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling compiler_builtins v0.1.134 |
8752 | 2024-12-21T03:11:20.039Z | [ recovery-image] Dec 21 03:11:19.353 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) |
8753 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling proc-macro2 v1.0.89 |
8754 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling unicode-ident v1.0.13 |
8755 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling syn v1.0.109 |
8756 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling x86 v0.52.0 |
8757 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8758 | 2024-12-21T03:11:20.046Z | [ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling seq-macro v0.3.5 |
8759 | 2024-12-21T03:11:22.698Z | [ recovery-image] Dec 21 03:11:22.012 INFO E| Compiling quote v1.0.37 |
8760 | 2024-12-21T03:11:23.267Z | [ recovery-image] Dec 21 03:11:22.581 INFO E| Compiling syn v2.0.85 |
8761 | 2024-12-21T03:11:29.173Z | [ recovery-image] Dec 21 03:11:28.486 INFO E| Compiling scroll_derive v0.12.0 |
8762 | 2024-12-21T03:11:34.139Z | [ recovery-image] Dec 21 03:11:33.450 INFO E| Compiling bitstruct_derive v0.1.0 |
8763 | 2024-12-21T03:11:48.846Z | [ host-image] Dec 21 03:11:48.153 INFO O| seeding SMF database... |
8764 | 2024-12-21T03:11:58.428Z | [ recovery-image] Dec 21 03:11:57.737 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) |
8765 | 2024-12-21T03:12:01.844Z | [ recovery-image] Dec 21 03:12:01.152 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) |
8766 | 2024-12-21T03:12:03.228Z | [ host-image] Dec 21 03:12:02.536 INFO O| configuring SMF profile... |
8767 | 2024-12-21T03:12:03.231Z | [ host-image] Dec 21 03:12:02.536 INFO O| modifying shadow(5)... |
8768 | 2024-12-21T03:12:03.231Z | [ host-image] Dec 21 03:12:02.536 INFO O| loading user and group database... |
8769 | 2024-12-21T03:12:03.231Z | [ host-image] Dec 21 03:12:02.536 INFO O| assessing packaged files... |
8770 | 2024-12-21T03:12:08.132Z | [ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling bitflags v1.3.2 |
8771 | 2024-12-21T03:12:08.132Z | [ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling bit_field v0.10.2 |
8772 | 2024-12-21T03:12:08.135Z | [ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling log v0.4.22 |
8773 | 2024-12-21T03:12:08.135Z | [ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling scroll v0.12.0 |
8774 | 2024-12-21T03:12:08.135Z | [ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling plain v0.2.3 |
8775 | 2024-12-21T03:12:08.135Z | [ recovery-image] Dec 21 03:12:07.440 INFO E| Compiling adler2 v2.0.0 |
8776 | 2024-12-21T03:12:08.135Z | [ recovery-image] Dec 21 03:12:07.440 INFO E| Compiling bitstruct v0.1.1 |
8777 | 2024-12-21T03:12:08.291Z | [ recovery-image] Dec 21 03:12:07.598 INFO E| Compiling raw-cpuid v10.7.0 |
8778 | 2024-12-21T03:12:08.512Z | [ recovery-image] Dec 21 03:12:07.818 INFO E| Compiling miniz_oxide v0.8.0 |
8779 | 2024-12-21T03:12:08.587Z | [ recovery-image] Dec 21 03:12:07.894 INFO E| Compiling cpio_reader v0.1.1 |
8780 | 2024-12-21T03:12:08.669Z | [ recovery-image] Dec 21 03:12:07.975 INFO E| Compiling static_assertions v1.1.0 |
8781 | 2024-12-21T03:12:09.001Z | [ recovery-image] Dec 21 03:12:08.308 INFO E| Compiling goblin v0.8.2 |
8782 | 2024-12-21T03:12:09.258Z | [ host-image] Dec 21 03:12:08.565 INFO O| creating archive... |
8783 | 2024-12-21T03:12:09.360Z | [ host-image] Dec 21 03:12:08.666 INFO O| missing from packaging: |
8784 | 2024-12-21T03:12:09.360Z | [ host-image] Dec 21 03:12:08.666 INFO O| "etc/.pwd.lock" |
8785 | 2024-12-21T03:12:09.364Z | [ host-image] Dec 21 03:12:08.666 INFO O| "etc/bash" |
8786 | 2024-12-21T03:12:09.460Z | [ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/generic.xml" |
8787 | 2024-12-21T03:12:09.460Z | [ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/inetd_services.xml" |
8788 | 2024-12-21T03:12:09.463Z | [ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/name_service.xml" |
8789 | 2024-12-21T03:12:09.463Z | [ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/profile/platform.xml" |
8790 | 2024-12-21T03:12:09.464Z | [ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8791 | 2024-12-21T03:12:09.464Z | [ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/repository.db" |
8792 | 2024-12-21T03:12:09.495Z | [ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share" |
8793 | 2024-12-21T03:12:09.495Z | [ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share/man" |
8794 | 2024-12-21T03:12:09.497Z | [ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share/man/man1" |
8795 | 2024-12-21T03:12:09.510Z | [ host-image] Dec 21 03:12:08.817 INFO O| finishing archive... |
8796 | 2024-12-21T03:12:15.073Z | [ host-image] Dec 21 03:12:14.378 INFO O| creating gzonly manifest... |
8797 | 2024-12-21T03:12:15.084Z | [ host-image] Dec 21 03:12:14.390 INFO O| ok |
8798 | 2024-12-21T03:12:15.275Z | [ host-image] Dec 21 03:12:14.581 INFO image builder template: ramdisk-02-trim... |
8799 | 2024-12-21T03:12:15.275Z | [ host-image] Dec 21 03:12:14.581 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/.tmpHfUgvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8800 | 2024-12-21T03:12:15.315Z | [ host-image] Dec 21 03:12:14.621 INFO O| Dec 21 03:12:14.620 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8801 | 2024-12-21T03:12:15.342Z | [ host-image] Dec 21 03:12:14.647 INFO O| Dec 21 03:12:14.647 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8802 | 2024-12-21T03:12:15.567Z | [ host-image] Dec 21 03:12:14.873 INFO O| Dec 21 03:12:14.873 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8803 | 2024-12-21T03:12:15.667Z | [ host-image] Dec 21 03:12:14.973 INFO O| Dec 21 03:12:14.973 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8804 | 2024-12-21T03:12:15.670Z | [ host-image] Dec 21 03:12:14.973 INFO O| Dec 21 03:12:14.973 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8805 | 2024-12-21T03:12:15.677Z | [ host-image] Dec 21 03:12:14.983 INFO O| Dec 21 03:12:14.983 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8806 | 2024-12-21T03:12:15.685Z | [ host-image] Dec 21 03:12:14.991 INFO O| Dec 21 03:12:14.991 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8807 | 2024-12-21T03:12:15.693Z | [ host-image] Dec 21 03:12:14.999 INFO O| Dec 21 03:12:14.999 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8808 | 2024-12-21T03:12:16.028Z | [ host-image] Dec 21 03:12:15.334 INFO O| Dec 21 03:12:15.334 INFO rolled back to input snapshot; work may begin |
8809 | 2024-12-21T03:12:16.028Z | [ host-image] Dec 21 03:12:15.334 INFO O| Dec 21 03:12:15.334 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8810 | 2024-12-21T03:12:16.038Z | [ host-image] Dec 21 03:12:15.344 INFO O| Dec 21 03:12:15.343 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-12-21T03:12:16.056Z | [ host-image] Dec 21 03:12:15.362 INFO O| Dec 21 03:12:15.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8812 | 2024-12-21T03:12:16.156Z | [ host-image] Dec 21 03:12:15.462 INFO O| Dec 21 03:12:15.462 INFO STEP 0 (remove_files) COMPLETE |
8813 | 2024-12-21T03:12:16.156Z | [ host-image] Dec 21 03:12:15.462 INFO O| Dec 21 03:12:15.462 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-12-21T03:12:16.175Z | [ host-image] Dec 21 03:12:15.481 INFO O| Dec 21 03:12:15.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8815 | 2024-12-21T03:12:16.178Z | [ host-image] Dec 21 03:12:15.484 INFO O| Dec 21 03:12:15.484 INFO STEP 1 (remove_files) COMPLETE |
8816 | 2024-12-21T03:12:16.178Z | [ host-image] Dec 21 03:12:15.484 INFO O| Dec 21 03:12:15.484 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-12-21T03:12:16.197Z | [ host-image] Dec 21 03:12:15.503 INFO O| Dec 21 03:12:15.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8818 | 2024-12-21T03:12:16.225Z | [ host-image] Dec 21 03:12:15.531 INFO O| Dec 21 03:12:15.531 INFO STEP 2 (remove_files) COMPLETE |
8819 | 2024-12-21T03:12:16.225Z | [ host-image] Dec 21 03:12:15.531 INFO O| Dec 21 03:12:15.531 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-12-21T03:12:16.252Z | [ host-image] Dec 21 03:12:15.557 INFO O| Dec 21 03:12:15.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8821 | 2024-12-21T03:12:16.255Z | [ host-image] Dec 21 03:12:15.560 INFO O| Dec 21 03:12:15.560 INFO STEP 3 (remove_files) COMPLETE |
8822 | 2024-12-21T03:12:16.255Z | [ host-image] Dec 21 03:12:15.560 INFO O| Dec 21 03:12:15.560 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-12-21T03:12:16.281Z | [ host-image] Dec 21 03:12:15.586 INFO O| Dec 21 03:12:15.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8824 | 2024-12-21T03:12:16.287Z | [ host-image] Dec 21 03:12:15.593 INFO O| Dec 21 03:12:15.593 INFO STEP 4 (remove_files) COMPLETE |
8825 | 2024-12-21T03:12:16.287Z | [ host-image] Dec 21 03:12:15.593 INFO O| Dec 21 03:12:15.593 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-12-21T03:12:16.314Z | [ host-image] Dec 21 03:12:15.619 INFO O| Dec 21 03:12:15.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8827 | 2024-12-21T03:12:16.318Z | [ host-image] Dec 21 03:12:15.624 INFO O| Dec 21 03:12:15.624 INFO STEP 5 (remove_files) COMPLETE |
8828 | 2024-12-21T03:12:16.321Z | [ host-image] Dec 21 03:12:15.624 INFO O| Dec 21 03:12:15.624 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-12-21T03:12:16.346Z | [ host-image] Dec 21 03:12:15.652 INFO O| Dec 21 03:12:15.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8830 | 2024-12-21T03:12:16.361Z | [ host-image] Dec 21 03:12:15.667 INFO O| Dec 21 03:12:15.667 INFO STEP 6 (remove_files) COMPLETE |
8831 | 2024-12-21T03:12:16.364Z | [ host-image] Dec 21 03:12:15.668 INFO O| Dec 21 03:12:15.667 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-12-21T03:12:16.428Z | [ host-image] Dec 21 03:12:15.734 INFO O| Dec 21 03:12:15.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8833 | 2024-12-21T03:12:16.448Z | [ host-image] Dec 21 03:12:15.754 INFO O| Dec 21 03:12:15.754 INFO STEP 7 (remove_files) COMPLETE |
8834 | 2024-12-21T03:12:16.449Z | [ host-image] Dec 21 03:12:15.755 INFO O| Dec 21 03:12:15.754 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-12-21T03:12:16.498Z | [ host-image] Dec 21 03:12:15.804 INFO O| Dec 21 03:12:15.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8836 | 2024-12-21T03:12:16.638Z | [ host-image] Dec 21 03:12:15.943 INFO O| Dec 21 03:12:15.943 INFO STEP 8 (remove_files) COMPLETE |
8837 | 2024-12-21T03:12:16.640Z | [ host-image] Dec 21 03:12:15.943 INFO O| Dec 21 03:12:15.943 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-12-21T03:12:16.658Z | [ host-image] Dec 21 03:12:15.964 INFO O| Dec 21 03:12:15.964 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8839 | 2024-12-21T03:12:16.820Z | [ host-image] Dec 21 03:12:16.126 INFO O| Dec 21 03:12:16.125 INFO STEP 9 (remove_files) COMPLETE |
8840 | 2024-12-21T03:12:16.822Z | [ host-image] Dec 21 03:12:16.126 INFO O| Dec 21 03:12:16.126 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-12-21T03:12:16.841Z | [ host-image] Dec 21 03:12:16.147 INFO O| Dec 21 03:12:16.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8842 | 2024-12-21T03:12:16.847Z | [ host-image] Dec 21 03:12:16.153 INFO O| Dec 21 03:12:16.153 INFO STEP 10 (remove_files) COMPLETE |
8843 | 2024-12-21T03:12:16.847Z | [ host-image] Dec 21 03:12:16.153 INFO O| Dec 21 03:12:16.153 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8844 | 2024-12-21T03:12:16.867Z | [ host-image] Dec 21 03:12:16.172 INFO O| Dec 21 03:12:16.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8845 | 2024-12-21T03:12:16.870Z | [ host-image] Dec 21 03:12:16.174 INFO O| Dec 21 03:12:16.174 INFO STEP 11 (remove_files) COMPLETE |
8846 | 2024-12-21T03:12:16.870Z | [ host-image] Dec 21 03:12:16.175 INFO O| Dec 21 03:12:16.175 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-12-21T03:12:16.910Z | [ host-image] Dec 21 03:12:16.216 INFO O| Dec 21 03:12:16.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8848 | 2024-12-21T03:12:16.913Z | [ host-image] Dec 21 03:12:16.218 INFO O| Dec 21 03:12:16.218 INFO STEP 12 (remove_files) COMPLETE |
8849 | 2024-12-21T03:12:16.913Z | [ host-image] Dec 21 03:12:16.218 INFO O| Dec 21 03:12:16.218 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8850 | 2024-12-21T03:12:16.997Z | [ host-image] Dec 21 03:12:16.302 INFO O| Dec 21 03:12:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8851 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8852 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8853 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8854 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8855 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8856 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8857 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8858 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8859 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8860 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8861 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.305 INFO O| Dec 21 03:12:16.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8862 | 2024-12-21T03:12:17.000Z | [ host-image] Dec 21 03:12:16.305 INFO O| Dec 21 03:12:16.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8863 | 2024-12-21T03:12:17.003Z | [ host-image] Dec 21 03:12:16.306 INFO O| Dec 21 03:12:16.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8864 | 2024-12-21T03:12:17.003Z | [ host-image] Dec 21 03:12:16.306 INFO O| Dec 21 03:12:16.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8865 | 2024-12-21T03:12:17.003Z | [ host-image] Dec 21 03:12:16.307 INFO O| Dec 21 03:12:16.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8866 | 2024-12-21T03:12:17.022Z | [ host-image] Dec 21 03:12:16.327 INFO O| Dec 21 03:12:16.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8867 | 2024-12-21T03:12:17.779Z | [ host-image] Dec 21 03:12:17.084 INFO O| Dec 21 03:12:17.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8868 | 2024-12-21T03:12:17.805Z | [ host-image] Dec 21 03:12:17.110 INFO O| Dec 21 03:12:17.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8869 | 2024-12-21T03:12:17.814Z | [ host-image] Dec 21 03:12:17.120 INFO O| Dec 21 03:12:17.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8870 | 2024-12-21T03:12:17.817Z | [ host-image] Dec 21 03:12:17.121 INFO O| Dec 21 03:12:17.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8871 | 2024-12-21T03:12:17.860Z | [ host-image] Dec 21 03:12:17.166 INFO O| Dec 21 03:12:17.165 INFO STEP 13 (remove_files) COMPLETE |
8872 | 2024-12-21T03:12:17.860Z | [ host-image] Dec 21 03:12:17.166 INFO O| Dec 21 03:12:17.165 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-21T03:12:17.879Z | [ host-image] Dec 21 03:12:17.185 INFO O| Dec 21 03:12:17.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8874 | 2024-12-21T03:12:17.882Z | [ host-image] Dec 21 03:12:17.188 INFO O| Dec 21 03:12:17.188 INFO STEP 14 (remove_files) COMPLETE |
8875 | 2024-12-21T03:12:17.885Z | [ host-image] Dec 21 03:12:17.188 INFO O| Dec 21 03:12:17.188 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-21T03:12:17.905Z | [ host-image] Dec 21 03:12:17.210 INFO O| Dec 21 03:12:17.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8877 | 2024-12-21T03:12:17.916Z | [ host-image] Dec 21 03:12:17.222 INFO O| Dec 21 03:12:17.222 INFO STEP 15 (remove_files) COMPLETE |
8878 | 2024-12-21T03:12:17.919Z | [ host-image] Dec 21 03:12:17.222 INFO O| Dec 21 03:12:17.222 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-21T03:12:17.936Z | [ host-image] Dec 21 03:12:17.242 INFO O| Dec 21 03:12:17.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8880 | 2024-12-21T03:12:17.939Z | [ host-image] Dec 21 03:12:17.242 INFO O| Dec 21 03:12:17.242 INFO STEP 16 (remove_files) COMPLETE |
8881 | 2024-12-21T03:12:17.939Z | [ host-image] Dec 21 03:12:17.243 INFO O| Dec 21 03:12:17.243 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-21T03:12:17.980Z | [ host-image] Dec 21 03:12:17.282 INFO O| Dec 21 03:12:17.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8883 | 2024-12-21T03:12:17.984Z | [ host-image] Dec 21 03:12:17.284 INFO O| Dec 21 03:12:17.284 INFO STEP 17 (remove_files) COMPLETE |
8884 | 2024-12-21T03:12:17.984Z | [ host-image] Dec 21 03:12:17.284 INFO O| Dec 21 03:12:17.284 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-21T03:12:17.997Z | [ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8886 | 2024-12-21T03:12:17.997Z | [ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO STEP 18 (remove_files) COMPLETE |
8887 | 2024-12-21T03:12:18.000Z | [ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-21T03:12:18.061Z | [ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8889 | 2024-12-21T03:12:18.061Z | [ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO STEP 19 (remove_files) COMPLETE |
8890 | 2024-12-21T03:12:18.061Z | [ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-21T03:12:18.081Z | [ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8892 | 2024-12-21T03:12:18.081Z | [ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO STEP 20 (remove_files) COMPLETE |
8893 | 2024-12-21T03:12:18.081Z | [ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-21T03:12:18.134Z | [ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8895 | 2024-12-21T03:12:18.134Z | [ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.440 INFO STEP 21 (remove_files) COMPLETE |
8896 | 2024-12-21T03:12:18.134Z | [ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.440 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-21T03:12:18.193Z | [ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8898 | 2024-12-21T03:12:18.193Z | [ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.499 INFO STEP 22 (remove_files) COMPLETE |
8899 | 2024-12-21T03:12:18.193Z | [ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.499 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-21T03:12:18.255Z | [ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8901 | 2024-12-21T03:12:18.255Z | [ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO STEP 23 (remove_files) COMPLETE |
8902 | 2024-12-21T03:12:18.258Z | [ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-21T03:12:18.290Z | [ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8904 | 2024-12-21T03:12:18.290Z | [ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO STEP 24 (remove_files) COMPLETE |
8905 | 2024-12-21T03:12:18.293Z | [ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-21T03:12:18.308Z | [ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8907 | 2024-12-21T03:12:18.308Z | [ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO STEP 25 (remove_files) COMPLETE |
8908 | 2024-12-21T03:12:18.311Z | [ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-21T03:12:18.331Z | [ host-image] Dec 21 03:12:17.636 INFO O| Dec 21 03:12:17.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8910 | 2024-12-21T03:12:18.333Z | [ host-image] Dec 21 03:12:17.636 INFO O| Dec 21 03:12:17.636 INFO STEP 26 (remove_files) COMPLETE |
8911 | 2024-12-21T03:12:18.333Z | [ host-image] Dec 21 03:12:17.637 INFO O| Dec 21 03:12:17.636 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-21T03:12:18.351Z | [ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8913 | 2024-12-21T03:12:18.353Z | [ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO STEP 27 (remove_files) COMPLETE |
8914 | 2024-12-21T03:12:18.353Z | [ host-image] Dec 21 03:12:17.657 INFO O| Dec 21 03:12:17.656 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-21T03:12:18.368Z | [ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8916 | 2024-12-21T03:12:18.368Z | [ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO STEP 28 (remove_files) COMPLETE |
8917 | 2024-12-21T03:12:18.371Z | [ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-21T03:12:18.386Z | [ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8919 | 2024-12-21T03:12:18.386Z | [ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO STEP 29 (remove_files) COMPLETE |
8920 | 2024-12-21T03:12:18.386Z | [ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-21T03:12:18.405Z | [ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8922 | 2024-12-21T03:12:18.408Z | [ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO STEP 30 (remove_files) COMPLETE |
8923 | 2024-12-21T03:12:18.408Z | [ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-21T03:12:18.423Z | [ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8925 | 2024-12-21T03:12:18.423Z | [ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO STEP 31 (remove_files) COMPLETE |
8926 | 2024-12-21T03:12:18.423Z | [ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-21T03:12:18.447Z | [ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8928 | 2024-12-21T03:12:18.447Z | [ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO STEP 32 (remove_files) COMPLETE |
8929 | 2024-12-21T03:12:18.449Z | [ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-21T03:12:18.505Z | [ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8931 | 2024-12-21T03:12:18.505Z | [ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO STEP 33 (remove_files) COMPLETE |
8932 | 2024-12-21T03:12:18.505Z | [ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-21T03:12:18.563Z | [ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8934 | 2024-12-21T03:12:18.563Z | [ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO STEP 34 (remove_files) COMPLETE |
8935 | 2024-12-21T03:12:18.563Z | [ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-21T03:12:18.580Z | [ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8937 | 2024-12-21T03:12:18.581Z | [ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO STEP 35 (remove_files) COMPLETE |
8938 | 2024-12-21T03:12:18.581Z | [ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-21T03:12:18.599Z | [ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8940 | 2024-12-21T03:12:18.599Z | [ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO STEP 36 (remove_files) COMPLETE |
8941 | 2024-12-21T03:12:18.601Z | [ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-21T03:12:18.617Z | [ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8943 | 2024-12-21T03:12:18.617Z | [ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO STEP 37 (remove_files) COMPLETE |
8944 | 2024-12-21T03:12:18.621Z | [ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-21T03:12:18.636Z | [ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8946 | 2024-12-21T03:12:18.636Z | [ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO STEP 38 (remove_files) COMPLETE |
8947 | 2024-12-21T03:12:18.639Z | [ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-21T03:12:18.655Z | [ host-image] Dec 21 03:12:17.960 INFO O| Dec 21 03:12:17.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8949 | 2024-12-21T03:12:18.655Z | [ host-image] Dec 21 03:12:17.961 INFO O| Dec 21 03:12:17.961 INFO STEP 39 (remove_files) COMPLETE |
8950 | 2024-12-21T03:12:18.658Z | [ host-image] Dec 21 03:12:17.961 INFO O| Dec 21 03:12:17.961 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-21T03:12:18.673Z | [ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8952 | 2024-12-21T03:12:18.673Z | [ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO STEP 40 (remove_files) COMPLETE |
8953 | 2024-12-21T03:12:18.673Z | [ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-21T03:12:18.692Z | [ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8955 | 2024-12-21T03:12:18.692Z | [ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO STEP 41 (remove_files) COMPLETE |
8956 | 2024-12-21T03:12:18.692Z | [ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-21T03:12:18.712Z | [ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8958 | 2024-12-21T03:12:18.712Z | [ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.018 INFO STEP 42 (remove_files) COMPLETE |
8959 | 2024-12-21T03:12:18.712Z | [ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.018 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-21T03:12:18.731Z | [ host-image] Dec 21 03:12:18.036 INFO O| Dec 21 03:12:18.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8961 | 2024-12-21T03:12:18.731Z | [ host-image] Dec 21 03:12:18.037 INFO O| Dec 21 03:12:18.036 INFO STEP 43 (remove_files) COMPLETE |
8962 | 2024-12-21T03:12:18.734Z | [ host-image] Dec 21 03:12:18.037 INFO O| Dec 21 03:12:18.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-21T03:12:18.749Z | [ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8964 | 2024-12-21T03:12:18.749Z | [ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO STEP 44 (remove_files) COMPLETE |
8965 | 2024-12-21T03:12:18.749Z | [ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-21T03:12:18.766Z | [ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8967 | 2024-12-21T03:12:18.766Z | [ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO STEP 45 (remove_files) COMPLETE |
8968 | 2024-12-21T03:12:18.766Z | [ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-21T03:12:18.784Z | [ host-image] Dec 21 03:12:18.089 INFO O| Dec 21 03:12:18.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8970 | 2024-12-21T03:12:18.784Z | [ host-image] Dec 21 03:12:18.090 INFO O| Dec 21 03:12:18.089 INFO STEP 46 (remove_files) COMPLETE |
8971 | 2024-12-21T03:12:18.786Z | [ host-image] Dec 21 03:12:18.090 INFO O| Dec 21 03:12:18.090 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-21T03:12:18.802Z | [ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8973 | 2024-12-21T03:12:18.802Z | [ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO STEP 47 (remove_files) COMPLETE |
8974 | 2024-12-21T03:12:18.804Z | [ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-21T03:12:18.831Z | [ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8976 | 2024-12-21T03:12:18.831Z | [ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.137 INFO STEP 48 (remove_files) COMPLETE |
8977 | 2024-12-21T03:12:18.831Z | [ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.137 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-21T03:12:18.858Z | [ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8979 | 2024-12-21T03:12:18.858Z | [ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO STEP 49 (remove_files) COMPLETE |
8980 | 2024-12-21T03:12:18.858Z | [ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-21T03:12:18.913Z | [ host-image] Dec 21 03:12:18.218 INFO O| Dec 21 03:12:18.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8982 | 2024-12-21T03:12:18.916Z | [ host-image] Dec 21 03:12:18.218 INFO O| Dec 21 03:12:18.218 INFO STEP 50 (remove_files) COMPLETE |
8983 | 2024-12-21T03:12:18.916Z | [ host-image] Dec 21 03:12:18.219 INFO O| Dec 21 03:12:18.218 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-21T03:12:18.931Z | [ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8985 | 2024-12-21T03:12:18.934Z | [ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO STEP 51 (remove_files) COMPLETE |
8986 | 2024-12-21T03:12:18.934Z | [ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2024-12-21T03:12:18.948Z | [ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8988 | 2024-12-21T03:12:18.948Z | [ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO STEP 52 (remove_files) COMPLETE |
8989 | 2024-12-21T03:12:18.952Z | [ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-21T03:12:18.964Z | [ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8991 | 2024-12-21T03:12:18.966Z | [ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO STEP 53 (remove_files) COMPLETE |
8992 | 2024-12-21T03:12:18.966Z | [ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2024-12-21T03:12:18.979Z | [ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8994 | 2024-12-21T03:12:18.979Z | [ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO STEP 54 (remove_files) COMPLETE |
8995 | 2024-12-21T03:12:18.982Z | [ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-21T03:12:18.993Z | [ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8997 | 2024-12-21T03:12:18.993Z | [ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.299 INFO STEP 55 (remove_files) COMPLETE |
8998 | 2024-12-21T03:12:18.996Z | [ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.299 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-21T03:12:19.007Z | [ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9000 | 2024-12-21T03:12:19.007Z | [ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO STEP 56 (remove_files) COMPLETE |
9001 | 2024-12-21T03:12:19.007Z | [ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9002 | 2024-12-21T03:12:19.022Z | [ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9003 | 2024-12-21T03:12:19.022Z | [ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO STEP 57 (remove_files) COMPLETE |
9004 | 2024-12-21T03:12:19.022Z | [ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9005 | 2024-12-21T03:12:19.036Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9006 | 2024-12-21T03:12:19.036Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9007 | 2024-12-21T03:12:19.037Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9008 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9009 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9010 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9011 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO ok! |
9012 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO STEP 58 (ensure_file) COMPLETE |
9013 | 2024-12-21T03:12:19.041Z | [ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9014 | 2024-12-21T03:12:19.071Z | [ host-image] Dec 21 03:12:18.376 INFO O| Dec 21 03:12:18.376 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9015 | 2024-12-21T03:12:19.071Z | [ host-image] Dec 21 03:12:18.376 INFO O| Dec 21 03:12:18.376 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9016 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9017 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9018 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9019 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9020 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO ok! |
9021 | 2024-12-21T03:12:19.074Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO STEP 59 (ensure_file) COMPLETE |
9022 | 2024-12-21T03:12:19.075Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9023 | 2024-12-21T03:12:19.125Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9024 | 2024-12-21T03:12:19.125Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9025 | 2024-12-21T03:12:19.128Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9026 | 2024-12-21T03:12:19.128Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO ok! |
9027 | 2024-12-21T03:12:19.128Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO STEP 60 (ensure_file) COMPLETE |
9028 | 2024-12-21T03:12:19.128Z | [ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-21T03:12:19.143Z | [ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9030 | 2024-12-21T03:12:19.143Z | [ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9031 | 2024-12-21T03:12:19.143Z | [ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9032 | 2024-12-21T03:12:19.143Z | [ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO ok! |
9033 | 2024-12-21T03:12:19.143Z | [ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO STEP 61 (ensure_file) COMPLETE |
9034 | 2024-12-21T03:12:19.145Z | [ host-image] Dec 21 03:12:18.449 INFO O| Dec 21 03:12:18.448 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9035 | 2024-12-21T03:12:19.160Z | [ host-image] Dec 21 03:12:18.465 INFO O| Dec 21 03:12:18.465 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9036 | 2024-12-21T03:12:19.160Z | [ host-image] Dec 21 03:12:18.465 INFO O| Dec 21 03:12:18.465 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9037 | 2024-12-21T03:12:19.162Z | [ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9038 | 2024-12-21T03:12:19.162Z | [ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9039 | 2024-12-21T03:12:19.162Z | [ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO ok! |
9040 | 2024-12-21T03:12:19.162Z | [ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO STEP 62 (ensure_file) COMPLETE |
9041 | 2024-12-21T03:12:19.163Z | [ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2024-12-21T03:12:19.181Z | [ host-image] Dec 21 03:12:18.486 INFO O| Dec 21 03:12:18.486 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9043 | 2024-12-21T03:12:19.181Z | [ host-image] Dec 21 03:12:18.486 INFO O| Dec 21 03:12:18.486 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9044 | 2024-12-21T03:12:19.183Z | [ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9045 | 2024-12-21T03:12:19.183Z | [ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9046 | 2024-12-21T03:12:19.184Z | [ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO ok! |
9047 | 2024-12-21T03:12:19.184Z | [ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO STEP 63 (ensure_file) COMPLETE |
9048 | 2024-12-21T03:12:19.184Z | [ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9049 | 2024-12-21T03:12:19.214Z | [ host-image] Dec 21 03:12:18.519 INFO O| Dec 21 03:12:18.519 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9050 | 2024-12-21T03:12:19.214Z | [ host-image] Dec 21 03:12:18.519 INFO O| Dec 21 03:12:18.519 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9051 | 2024-12-21T03:12:19.217Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9052 | 2024-12-21T03:12:19.217Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.519 INFO ok! |
9053 | 2024-12-21T03:12:19.217Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 64 (assemble_files) COMPLETE |
9054 | 2024-12-21T03:12:19.217Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9055 | 2024-12-21T03:12:19.263Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9056 | 2024-12-21T03:12:19.266Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9057 | 2024-12-21T03:12:19.267Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9058 | 2024-12-21T03:12:19.267Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9059 | 2024-12-21T03:12:19.267Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO ok! |
9060 | 2024-12-21T03:12:19.267Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO STEP 65 (ensure_file) COMPLETE |
9061 | 2024-12-21T03:12:19.267Z | [ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9062 | 2024-12-21T03:12:19.301Z | [ host-image] Dec 21 03:12:18.606 INFO O| Dec 21 03:12:18.606 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9063 | 2024-12-21T03:12:19.304Z | [ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9064 | 2024-12-21T03:12:19.304Z | [ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9065 | 2024-12-21T03:12:19.304Z | [ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO STEP 66 (ensure_dir) COMPLETE |
9066 | 2024-12-21T03:12:19.304Z | [ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9067 | 2024-12-21T03:12:19.425Z | [ host-image] Dec 21 03:12:18.730 INFO O| Dec 21 03:12:18.730 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9068 | 2024-12-21T03:12:19.425Z | [ host-image] Dec 21 03:12:18.730 INFO O| Dec 21 03:12:18.730 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 ... |
9069 | 2024-12-21T03:12:19.435Z | [ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.740 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 |
9070 | 2024-12-21T03:12:19.435Z | [ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9071 | 2024-12-21T03:12:19.439Z | [ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO ok! |
9072 | 2024-12-21T03:12:19.439Z | [ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO STEP 67 (ensure_file) COMPLETE |
9073 | 2024-12-21T03:12:19.439Z | [ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9074 | 2024-12-21T03:12:19.465Z | [ host-image] Dec 21 03:12:18.770 INFO O| Dec 21 03:12:18.770 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9075 | 2024-12-21T03:12:19.465Z | [ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.770 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 ... |
9076 | 2024-12-21T03:12:19.467Z | [ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 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 |
9077 | 2024-12-21T03:12:19.467Z | [ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9078 | 2024-12-21T03:12:19.467Z | [ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO ok! |
9079 | 2024-12-21T03:12:19.467Z | [ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO STEP 68 (ensure_file) COMPLETE |
9080 | 2024-12-21T03:12:19.467Z | [ host-image] Dec 21 03:12:18.772 INFO O| Dec 21 03:12:18.771 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9081 | 2024-12-21T03:12:19.494Z | [ host-image] Dec 21 03:12:18.799 INFO O| Dec 21 03:12:18.799 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9082 | 2024-12-21T03:12:19.496Z | [ host-image] Dec 21 03:12:18.799 INFO O| Dec 21 03:12:18.799 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9083 | 2024-12-21T03:12:20.987Z | [ recovery-image] Dec 21 03:12:20.292 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s |
9084 | 2024-12-21T03:12:21.038Z | [ recovery-image] Dec 21 03:12:20.343 INFO building host image... |
9085 | 2024-12-21T03:12:21.041Z | [ recovery-image] Dec 21 03:12:20.344 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") |
9086 | 2024-12-21T03:12:21.881Z | [ recovery-image] Dec 21 03:12:21.186 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9087 | 2024-12-21T03:12:23.517Z | [ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO STEP 69 (pack_tar) COMPLETE |
9088 | 2024-12-21T03:12:23.519Z | [ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9089 | 2024-12-21T03:12:23.519Z | [ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9090 | 2024-12-21T03:12:24.066Z | [ host-image] Dec 21 03:12:23.371 INFO O| Dec 21 03:12:23.371 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9091 | 2024-12-21T03:12:24.165Z | [ host-image] Dec 21 03:12:23.469 INFO O| Dec 21 03:12:23.469 INFO completed processing gimlet/ramdisk-02-trim |
9092 | 2024-12-21T03:12:24.168Z | [ host-image] Dec 21 03:12:23.472 INFO image builder template: zfs... |
9093 | 2024-12-21T03:12:24.168Z | [ host-image] Dec 21 03:12:23.472 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/.tmpHfUgvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9094 | 2024-12-21T03:12:24.187Z | [ host-image] Dec 21 03:12:23.492 INFO O| Dec 21 03:12:23.491 INFO skip include "stress" because feature "stress" is not enabled |
9095 | 2024-12-21T03:12:24.237Z | [ host-image] Dec 21 03:12:23.541 INFO O| Dec 21 03:12:23.541 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9096 | 2024-12-21T03:12:24.245Z | [ recovery-image] Dec 21 03:12:23.549 INFO image complete! materials are in "/work/os-recovery" |
9097 | 2024-12-21T03:12:24.250Z | [ host-image] Dec 21 03:12:23.552 INFO O| Dec 21 03:12:23.552 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9098 | 2024-12-21T03:12:24.256Z | Dec 21 03:12:23.554[ recovery-image] |
9099 | 2024-12-21T03:12:24.256Z | INFO [recovery-image] process exited with exit status: 0 (729.54162603s) |
9100 | 2024-12-21T03:12:24.256Z | [ recovery-image] real 12:09.519877968 |
9101 | 2024-12-21T03:12:24.256Z | [ recovery-image] user 6:22.307396522 |
9102 | 2024-12-21T03:12:24.256Z | [ recovery-image] sys 1:02.398219634 |
9103 | 2024-12-21T03:12:24.256Z | [ recovery-image] trap 0.275672287 |
9104 | 2024-12-21T03:12:24.256Z | [ recovery-image] tflt 0.924098473 |
9105 | 2024-12-21T03:12:24.256Z | [ recovery-image] dflt 1.798034945 |
9106 | 2024-12-21T03:12:24.256Z | [ recovery-image] kflt 0.000070859 |
9107 | 2024-12-21T03:12:24.256Z | [ recovery-image] lock 26:21.386217811 |
9108 | 2024-12-21T03:12:24.256Z | [ recovery-image] slp 1:15:06.922468752 |
9109 | 2024-12-21T03:12:24.256Z | [ recovery-image] lat 3:37.598539207 |
9110 | 2024-12-21T03:12:24.256Z | [ recovery-image] stop 9.771505454 |
9111 | 2024-12-21T03:12:24.346Z | [ host-image] Dec 21 03:12:23.651 INFO O| Dec 21 03:12:23.651 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9112 | 2024-12-21T03:12:24.417Z | [ host-image] Dec 21 03:12:23.722 INFO O| Dec 21 03:12:23.722 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9113 | 2024-12-21T03:12:24.417Z | [ host-image] Dec 21 03:12:23.722 INFO O| Dec 21 03:12:23.722 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9114 | 2024-12-21T03:12:24.426Z | [ host-image] Dec 21 03:12:23.731 INFO O| Dec 21 03:12:23.731 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9115 | 2024-12-21T03:12:24.518Z | [ host-image] Dec 21 03:12:23.823 INFO O| Dec 21 03:12:23.823 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9116 | 2024-12-21T03:12:24.601Z | [ host-image] Dec 21 03:12:23.906 INFO O| Dec 21 03:12:23.905 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9117 | 2024-12-21T03:12:24.618Z | [ host-image] Dec 21 03:12:23.923 INFO O| Dec 21 03:12:23.923 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9118 | 2024-12-21T03:12:24.631Z | [ host-image] Dec 21 03:12:23.935 INFO O| Dec 21 03:12:23.935 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9119 | 2024-12-21T03:12:24.631Z | [ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.935 INFO no lofi found |
9120 | 2024-12-21T03:12:24.633Z | [ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.936 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9121 | 2024-12-21T03:12:24.633Z | [ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.936 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9122 | 2024-12-21T03:12:26.706Z | [ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9123 | 2024-12-21T03:12:26.709Z | [ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9124 | 2024-12-21T03:12:26.709Z | [ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 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"] |
9125 | 2024-12-21T03:12:26.867Z | [ host-image] Dec 21 03:12:26.171 INFO O| Dec 21 03:12:26.171 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9126 | 2024-12-21T03:12:26.867Z | [ host-image] Dec 21 03:12:26.171 INFO O| Dec 21 03:12:26.171 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9127 | 2024-12-21T03:12:26.902Z | [ host-image] Dec 21 03:12:26.206 INFO O| Dec 21 03:12:26.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9128 | 2024-12-21T03:12:27.004Z | [ host-image] Dec 21 03:12:26.308 INFO O| Dec 21 03:12:26.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9129 | 2024-12-21T03:12:27.062Z | [ host-image] Dec 21 03:12:26.367 INFO O| Dec 21 03:12:26.366 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9130 | 2024-12-21T03:12:27.091Z | [ host-image] Dec 21 03:12:26.395 INFO O| Dec 21 03:12:26.395 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9131 | 2024-12-21T03:12:27.111Z | [ host-image] Dec 21 03:12:26.415 INFO O| Dec 21 03:12:26.415 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9132 | 2024-12-21T03:12:27.189Z | [ host-image] Dec 21 03:12:26.493 INFO O| Dec 21 03:12:26.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9133 | 2024-12-21T03:12:27.191Z | [ host-image] Dec 21 03:12:26.493 INFO O| Dec 21 03:12:26.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9134 | 2024-12-21T03:12:27.201Z | [ host-image] Dec 21 03:12:26.505 INFO O| Dec 21 03:12:26.493 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9135 | 2024-12-21T03:12:27.220Z | [ host-image] Dec 21 03:12:26.524 INFO O| Dec 21 03:12:26.524 INFO boot environment UUID: 73070db8-8ff2-47ad-8906-6883078f4122 |
9136 | 2024-12-21T03:12:27.220Z | [ host-image] Dec 21 03:12:26.525 INFO O| Dec 21 03:12:26.524 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 73070db8-8ff2-47ad-8906-6883078f4122 |
9137 | 2024-12-21T03:12:27.242Z | [ host-image] Dec 21 03:12:26.546 INFO O| Dec 21 03:12:26.546 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9138 | 2024-12-21T03:12:27.272Z | [ host-image] Dec 21 03:12:26.576 INFO O| Dec 21 03:12:26.576 INFO STEP 0 (create_be) COMPLETE |
9139 | 2024-12-21T03:12:27.272Z | [ host-image] Dec 21 03:12:26.576 INFO O| Dec 21 03:12:26.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9140 | 2024-12-21T03:12:27.303Z | [ host-image] Dec 21 03:12:26.607 INFO O| Dec 21 03:12:26.607 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9141 | 2024-12-21T03:12:50.818Z | [ host-image] Dec 21 03:12:50.119 INFO O| Dec 21 03:12:50.119 INFO STEP 1 (unpack_tar) COMPLETE |
9142 | 2024-12-21T03:12:50.818Z | [ host-image] Dec 21 03:12:50.119 INFO O| Dec 21 03:12:50.119 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9143 | 2024-12-21T03:12:50.841Z | [ host-image] Dec 21 03:12:50.142 INFO O| Dec 21 03:12:50.142 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9144 | 2024-12-21T03:12:52.094Z | [ host-image] Dec 21 03:12:51.394 INFO O| Dec 21 03:12:51.394 INFO STEP 2 (devfsadm) COMPLETE |
9145 | 2024-12-21T03:12:52.094Z | [ host-image] Dec 21 03:12:51.394 INFO O| Dec 21 03:12:51.394 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9146 | 2024-12-21T03:12:52.112Z | [ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9147 | 2024-12-21T03:12:52.114Z | [ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9148 | 2024-12-21T03:12:52.114Z | [ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO STEP 3 (ensure_dir) COMPLETE |
9149 | 2024-12-21T03:12:52.114Z | [ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9150 | 2024-12-21T03:12:52.128Z | [ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9151 | 2024-12-21T03:12:52.128Z | [ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO STEP 4 (ensure_dir) COMPLETE |
9152 | 2024-12-21T03:12:52.131Z | [ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9153 | 2024-12-21T03:12:52.160Z | [ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9154 | 2024-12-21T03:12:52.160Z | [ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO STEP 5 (ensure_dir) COMPLETE |
9155 | 2024-12-21T03:12:52.160Z | [ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9156 | 2024-12-21T03:12:52.181Z | [ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9157 | 2024-12-21T03:12:52.181Z | [ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9158 | 2024-12-21T03:12:52.181Z | [ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO STEP 6 (ensure_dir) COMPLETE |
9159 | 2024-12-21T03:12:52.181Z | [ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9160 | 2024-12-21T03:12:52.199Z | [ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9161 | 2024-12-21T03:12:52.199Z | [ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9162 | 2024-12-21T03:12:52.199Z | [ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO STEP 7 (ensure_dir) COMPLETE |
9163 | 2024-12-21T03:12:52.202Z | [ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9164 | 2024-12-21T03:12:52.218Z | [ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9165 | 2024-12-21T03:12:52.221Z | [ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO STEP 8 (remove_files) COMPLETE |
9166 | 2024-12-21T03:12:52.221Z | [ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9167 | 2024-12-21T03:12:52.237Z | [ host-image] Dec 21 03:12:51.537 INFO O| Dec 21 03:12:51.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9168 | 2024-12-21T03:12:52.239Z | [ host-image] Dec 21 03:12:51.538 INFO O| Dec 21 03:12:51.538 INFO STEP 9 (remove_files) COMPLETE |
9169 | 2024-12-21T03:12:52.239Z | [ host-image] Dec 21 03:12:51.539 INFO O| Dec 21 03:12:51.538 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9170 | 2024-12-21T03:12:52.255Z | [ host-image] Dec 21 03:12:51.555 INFO O| Dec 21 03:12:51.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9171 | 2024-12-21T03:12:52.258Z | [ host-image] Dec 21 03:12:51.556 INFO O| Dec 21 03:12:51.556 INFO STEP 10 (remove_files) COMPLETE |
9172 | 2024-12-21T03:12:52.258Z | [ host-image] Dec 21 03:12:51.556 INFO O| Dec 21 03:12:51.556 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9173 | 2024-12-21T03:12:52.273Z | [ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9174 | 2024-12-21T03:12:52.273Z | [ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO STEP 11 (remove_files) COMPLETE |
9175 | 2024-12-21T03:12:52.273Z | [ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9176 | 2024-12-21T03:12:52.293Z | [ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9177 | 2024-12-21T03:12:52.293Z | [ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO STEP 12 (remove_files) COMPLETE |
9178 | 2024-12-21T03:12:52.293Z | [ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9179 | 2024-12-21T03:12:52.308Z | [ host-image] Dec 21 03:12:51.608 INFO O| Dec 21 03:12:51.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9180 | 2024-12-21T03:12:52.308Z | [ host-image] Dec 21 03:12:51.608 INFO O| Dec 21 03:12:51.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9181 | 2024-12-21T03:12:52.308Z | [ host-image] Dec 21 03:12:51.609 INFO O| Dec 21 03:12:51.608 INFO STEP 13 (ensure_dir) COMPLETE |
9182 | 2024-12-21T03:12:52.308Z | [ host-image] Dec 21 03:12:51.609 INFO O| Dec 21 03:12:51.608 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9183 | 2024-12-21T03:12:52.365Z | [ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9184 | 2024-12-21T03:12:52.365Z | [ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9185 | 2024-12-21T03:12:52.368Z | [ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9186 | 2024-12-21T03:12:52.368Z | [ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO STEP 14 (ensure_dir) COMPLETE |
9187 | 2024-12-21T03:12:52.369Z | [ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-21T03:12:52.383Z | [ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9189 | 2024-12-21T03:12:52.384Z | [ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9190 | 2024-12-21T03:12:52.384Z | [ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9191 | 2024-12-21T03:12:52.388Z | [ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO STEP 15 (ensure_dir) COMPLETE |
9192 | 2024-12-21T03:12:52.388Z | [ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9193 | 2024-12-21T03:12:52.402Z | [ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9194 | 2024-12-21T03:12:52.402Z | [ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9195 | 2024-12-21T03:12:52.402Z | [ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO STEP 16 (ensure_dir) COMPLETE |
9196 | 2024-12-21T03:12:52.402Z | [ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9197 | 2024-12-21T03:12:52.419Z | [ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9198 | 2024-12-21T03:12:52.419Z | [ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9199 | 2024-12-21T03:12:52.419Z | [ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO STEP 17 (ensure_dir) COMPLETE |
9200 | 2024-12-21T03:12:52.419Z | [ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9201 | 2024-12-21T03:12:52.438Z | [ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9202 | 2024-12-21T03:12:52.438Z | [ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9203 | 2024-12-21T03:12:52.438Z | [ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO ok! |
9204 | 2024-12-21T03:12:52.440Z | [ host-image] Dec 21 03:12:51.739 INFO O| Dec 21 03:12:51.738 INFO STEP 18 (ensure_symlink) COMPLETE |
9205 | 2024-12-21T03:12:52.440Z | [ host-image] Dec 21 03:12:51.739 INFO O| Dec 21 03:12:51.738 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9206 | 2024-12-21T03:12:52.457Z | [ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9207 | 2024-12-21T03:12:52.457Z | [ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9208 | 2024-12-21T03:12:52.457Z | [ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO ok! |
9209 | 2024-12-21T03:12:52.459Z | [ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO STEP 19 (ensure_file) COMPLETE |
9210 | 2024-12-21T03:12:52.459Z | [ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9211 | 2024-12-21T03:12:52.480Z | [ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9212 | 2024-12-21T03:12:52.480Z | [ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9213 | 2024-12-21T03:12:52.480Z | [ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9214 | 2024-12-21T03:12:52.482Z | [ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO ok! |
9215 | 2024-12-21T03:12:52.483Z | [ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO STEP 20 (ensure_symlink) COMPLETE |
9216 | 2024-12-21T03:12:52.483Z | [ host-image] Dec 21 03:12:51.781 INFO O| Dec 21 03:12:51.780 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9217 | 2024-12-21T03:12:52.496Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9218 | 2024-12-21T03:12:52.496Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9219 | 2024-12-21T03:12:52.499Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9220 | 2024-12-21T03:12:52.499Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO ok! |
9221 | 2024-12-21T03:12:52.499Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO STEP 21 (ensure_symlink) COMPLETE |
9222 | 2024-12-21T03:12:52.499Z | [ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9223 | 2024-12-21T03:12:52.512Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9224 | 2024-12-21T03:12:52.512Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9225 | 2024-12-21T03:12:52.512Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9226 | 2024-12-21T03:12:52.514Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO ok! |
9227 | 2024-12-21T03:12:52.514Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO STEP 22 (ensure_symlink) COMPLETE |
9228 | 2024-12-21T03:12:52.514Z | [ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9229 | 2024-12-21T03:12:52.528Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9230 | 2024-12-21T03:12:52.529Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9231 | 2024-12-21T03:12:52.531Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9232 | 2024-12-21T03:12:52.532Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO ok! |
9233 | 2024-12-21T03:12:52.532Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO STEP 23 (ensure_symlink) COMPLETE |
9234 | 2024-12-21T03:12:52.532Z | [ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9235 | 2024-12-21T03:12:52.547Z | [ host-image] Dec 21 03:12:51.847 INFO O| Dec 21 03:12:51.847 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9236 | 2024-12-21T03:12:52.550Z | [ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.847 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9237 | 2024-12-21T03:12:52.550Z | [ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9238 | 2024-12-21T03:12:52.550Z | [ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO ok! |
9239 | 2024-12-21T03:12:52.550Z | [ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO STEP 24 (ensure_file) COMPLETE |
9240 | 2024-12-21T03:12:52.550Z | [ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9241 | 2024-12-21T03:12:52.581Z | [ host-image] Dec 21 03:12:51.881 INFO O| Dec 21 03:12:51.881 INFO updating shadow file |
9242 | 2024-12-21T03:12:52.585Z | [ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9243 | 2024-12-21T03:12:52.585Z | [ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9244 | 2024-12-21T03:12:52.585Z | [ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO STEP 25 (shadow) COMPLETE |
9245 | 2024-12-21T03:12:52.585Z | [ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9246 | 2024-12-21T03:12:52.598Z | [ host-image] Dec 21 03:12:51.899 INFO O| Dec 21 03:12:51.899 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9247 | 2024-12-21T03:12:52.599Z | [ host-image] Dec 21 03:12:51.899 INFO O| Dec 21 03:12:51.899 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9248 | 2024-12-21T03:12:52.601Z | [ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9249 | 2024-12-21T03:12:52.601Z | [ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO ok! |
9250 | 2024-12-21T03:12:52.601Z | [ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO STEP 26 (ensure_file) COMPLETE |
9251 | 2024-12-21T03:12:52.601Z | [ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9252 | 2024-12-21T03:12:52.615Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9253 | 2024-12-21T03:12:52.615Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9254 | 2024-12-21T03:12:52.617Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9255 | 2024-12-21T03:12:52.617Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO ok! |
9256 | 2024-12-21T03:12:52.617Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO STEP 27 (ensure_file) COMPLETE |
9257 | 2024-12-21T03:12:52.617Z | [ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9258 | 2024-12-21T03:12:52.632Z | [ host-image] Dec 21 03:12:51.932 INFO O| Dec 21 03:12:51.932 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9259 | 2024-12-21T03:12:52.635Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.932 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9260 | 2024-12-21T03:12:52.635Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9261 | 2024-12-21T03:12:52.635Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9262 | 2024-12-21T03:12:52.635Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO ok! |
9263 | 2024-12-21T03:12:52.636Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO STEP 28 (ensure_file) COMPLETE |
9264 | 2024-12-21T03:12:52.636Z | [ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9265 | 2024-12-21T03:12:52.652Z | [ host-image] Dec 21 03:12:51.951 INFO O| Dec 21 03:12:51.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9266 | 2024-12-21T03:12:52.652Z | [ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9267 | 2024-12-21T03:12:52.654Z | [ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9268 | 2024-12-21T03:12:52.655Z | [ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO ok! |
9269 | 2024-12-21T03:12:52.655Z | [ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO STEP 29 (ensure_file) COMPLETE |
9270 | 2024-12-21T03:12:52.655Z | [ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9271 | 2024-12-21T03:12:52.756Z | [ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9272 | 2024-12-21T03:12:52.756Z | [ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9273 | 2024-12-21T03:12:52.758Z | [ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9274 | 2024-12-21T03:12:52.758Z | [ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO ok! |
9275 | 2024-12-21T03:12:52.758Z | [ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO STEP 30 (ensure_file) COMPLETE |
9276 | 2024-12-21T03:12:52.758Z | [ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9277 | 2024-12-21T03:12:52.777Z | [ host-image] Dec 21 03:12:52.078 INFO O| Dec 21 03:12:52.078 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9278 | 2024-12-21T03:12:52.777Z | [ host-image] Dec 21 03:12:52.078 INFO O| Dec 21 03:12:52.078 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9279 | 2024-12-21T03:12:52.781Z | [ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9280 | 2024-12-21T03:12:52.781Z | [ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9281 | 2024-12-21T03:12:52.781Z | [ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO ok! |
9282 | 2024-12-21T03:12:52.781Z | [ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO STEP 31 (ensure_file) COMPLETE |
9283 | 2024-12-21T03:12:52.781Z | [ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9284 | 2024-12-21T03:12:52.798Z | [ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9285 | 2024-12-21T03:12:52.801Z | [ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9286 | 2024-12-21T03:12:52.801Z | [ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9287 | 2024-12-21T03:12:52.801Z | [ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.099 INFO ok! |
9288 | 2024-12-21T03:12:52.801Z | [ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.100 INFO STEP 32 (ensure_file) COMPLETE |
9289 | 2024-12-21T03:12:52.801Z | [ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.100 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-21T03:12:52.820Z | [ host-image] Dec 21 03:12:52.120 INFO O| Dec 21 03:12:52.120 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9291 | 2024-12-21T03:12:52.820Z | [ host-image] Dec 21 03:12:52.120 INFO O| Dec 21 03:12:52.120 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9292 | 2024-12-21T03:12:52.823Z | [ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9293 | 2024-12-21T03:12:52.823Z | [ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO ok! |
9294 | 2024-12-21T03:12:52.823Z | [ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO STEP 33 (ensure_file) COMPLETE |
9295 | 2024-12-21T03:12:52.823Z | [ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9296 | 2024-12-21T03:12:52.840Z | [ host-image] Dec 21 03:12:52.140 INFO O| Dec 21 03:12:52.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9297 | 2024-12-21T03:12:52.842Z | [ host-image] Dec 21 03:12:52.140 INFO O| Dec 21 03:12:52.140 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9298 | 2024-12-21T03:12:52.842Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9299 | 2024-12-21T03:12:52.842Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9300 | 2024-12-21T03:12:52.842Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9301 | 2024-12-21T03:12:52.842Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9302 | 2024-12-21T03:12:52.843Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO ok! |
9303 | 2024-12-21T03:12:52.843Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO STEP 34 (ensure_file) COMPLETE |
9304 | 2024-12-21T03:12:52.843Z | [ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9305 | 2024-12-21T03:12:52.875Z | [ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9306 | 2024-12-21T03:12:52.878Z | [ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9307 | 2024-12-21T03:12:52.878Z | [ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9308 | 2024-12-21T03:12:52.878Z | [ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO STEP 35 (ensure_dir) COMPLETE |
9309 | 2024-12-21T03:12:52.879Z | [ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9310 | 2024-12-21T03:12:52.920Z | [ host-image] Dec 21 03:12:52.219 INFO O| Dec 21 03:12:52.219 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 |
9311 | 2024-12-21T03:12:52.920Z | [ host-image] Dec 21 03:12:52.219 INFO O| Dec 21 03:12:52.219 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 ... |
9312 | 2024-12-21T03:12:52.922Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.219 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 |
9313 | 2024-12-21T03:12:52.922Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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 |
9314 | 2024-12-21T03:12:52.922Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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 |
9315 | 2024-12-21T03:12:52.922Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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 |
9316 | 2024-12-21T03:12:52.923Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO ok! |
9317 | 2024-12-21T03:12:52.923Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO STEP 36 (ensure_file) COMPLETE |
9318 | 2024-12-21T03:12:52.923Z | [ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9319 | 2024-12-21T03:12:52.979Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9320 | 2024-12-21T03:12:52.979Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 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 ... |
9321 | 2024-12-21T03:12:52.979Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9322 | 2024-12-21T03:12:52.979Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO ok! |
9323 | 2024-12-21T03:12:52.981Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO STEP 37 (ensure_symlink) COMPLETE |
9324 | 2024-12-21T03:12:52.982Z | [ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9325 | 2024-12-21T03:12:52.997Z | [ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9326 | 2024-12-21T03:12:52.997Z | [ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9327 | 2024-12-21T03:12:52.997Z | [ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9328 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.297 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9329 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9330 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9331 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO ok! |
9332 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO STEP 38 (ensure_file) COMPLETE |
9333 | 2024-12-21T03:12:52.999Z | [ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9334 | 2024-12-21T03:12:53.016Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9335 | 2024-12-21T03:12:53.016Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 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 ... |
9336 | 2024-12-21T03:12:53.020Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 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 |
9337 | 2024-12-21T03:12:53.020Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9338 | 2024-12-21T03:12:53.020Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO ok! |
9339 | 2024-12-21T03:12:53.020Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO STEP 39 (ensure_file) COMPLETE |
9340 | 2024-12-21T03:12:53.020Z | [ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9341 | 2024-12-21T03:12:53.035Z | [ host-image] Dec 21 03:12:52.335 INFO O| Dec 21 03:12:52.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9342 | 2024-12-21T03:12:53.035Z | [ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.335 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9343 | 2024-12-21T03:12:53.038Z | [ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9344 | 2024-12-21T03:12:53.038Z | [ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO ok! |
9345 | 2024-12-21T03:12:53.038Z | [ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO STEP 40 (ensure_file) COMPLETE |
9346 | 2024-12-21T03:12:53.038Z | [ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9347 | 2024-12-21T03:12:53.054Z | [ host-image] Dec 21 03:12:52.354 INFO O| Dec 21 03:12:52.354 INFO updating shadow file |
9348 | 2024-12-21T03:12:53.057Z | [ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9349 | 2024-12-21T03:12:53.057Z | [ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO STEP 41 (shadow) COMPLETE |
9350 | 2024-12-21T03:12:53.057Z | [ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9351 | 2024-12-21T03:12:53.073Z | [ host-image] Dec 21 03:12:52.373 INFO O| Dec 21 03:12:52.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9352 | 2024-12-21T03:12:53.073Z | [ host-image] Dec 21 03:12:52.373 INFO O| Dec 21 03:12:52.373 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9353 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9354 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9355 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO ok! |
9356 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 42 (ensure_file) COMPLETE |
9357 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9358 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO skip step because feature "mfg" is not enabled |
9359 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9360 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO skip step because feature "mfg" is not enabled |
9361 | 2024-12-21T03:12:53.076Z | [ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9362 | 2024-12-21T03:12:53.116Z | [ host-image] Dec 21 03:12:52.416 INFO O| Dec 21 03:12:52.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9363 | 2024-12-21T03:12:53.116Z | [ host-image] Dec 21 03:12:52.416 INFO O| Dec 21 03:12:52.416 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9364 | 2024-12-21T03:12:53.971Z | [ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9365 | 2024-12-21T03:12:53.971Z | [ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9366 | 2024-12-21T03:12:53.971Z | [ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO ok! |
9367 | 2024-12-21T03:12:53.974Z | [ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO STEP 45 (ensure_file) COMPLETE |
9368 | 2024-12-21T03:12:53.974Z | [ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9369 | 2024-12-21T03:12:53.988Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9370 | 2024-12-21T03:12:53.989Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9371 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9372 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9373 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9374 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9375 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO ok! |
9376 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO STEP 46 (ensure_file) COMPLETE |
9377 | 2024-12-21T03:12:53.992Z | [ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9378 | 2024-12-21T03:12:54.006Z | [ host-image] Dec 21 03:12:53.306 INFO O| Dec 21 03:12:53.306 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9379 | 2024-12-21T03:12:54.006Z | [ host-image] Dec 21 03:12:53.306 INFO O| Dec 21 03:12:53.306 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 ... |
9380 | 2024-12-21T03:12:54.006Z | [ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.306 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 |
9381 | 2024-12-21T03:12:54.009Z | [ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9382 | 2024-12-21T03:12:54.009Z | [ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO ok! |
9383 | 2024-12-21T03:12:54.009Z | [ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO STEP 47 (ensure_file) COMPLETE |
9384 | 2024-12-21T03:12:54.009Z | [ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9385 | 2024-12-21T03:12:54.044Z | [ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9386 | 2024-12-21T03:12:54.045Z | [ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9387 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9388 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9389 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9390 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9391 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO ok! |
9392 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO STEP 48 (ensure_file) COMPLETE |
9393 | 2024-12-21T03:12:54.047Z | [ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9394 | 2024-12-21T03:12:54.065Z | [ host-image] Dec 21 03:12:53.365 INFO O| Dec 21 03:12:53.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9395 | 2024-12-21T03:12:54.065Z | [ host-image] Dec 21 03:12:53.365 INFO O| Dec 21 03:12:53.365 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 ... |
9396 | 2024-12-21T03:12:54.068Z | [ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 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 |
9397 | 2024-12-21T03:12:54.068Z | [ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9398 | 2024-12-21T03:12:54.068Z | [ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO ok! |
9399 | 2024-12-21T03:12:54.068Z | [ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO STEP 49 (ensure_file) COMPLETE |
9400 | 2024-12-21T03:12:54.068Z | [ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9401 | 2024-12-21T03:12:54.085Z | [ host-image] Dec 21 03:12:53.385 INFO O| Dec 21 03:12:53.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9402 | 2024-12-21T03:12:54.085Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9403 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9404 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9405 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9406 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9407 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO ok! |
9408 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO STEP 50 (ensure_file) COMPLETE |
9409 | 2024-12-21T03:12:54.088Z | [ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9410 | 2024-12-21T03:12:54.106Z | [ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9411 | 2024-12-21T03:12:54.106Z | [ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 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 ... |
9412 | 2024-12-21T03:12:54.108Z | [ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 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 |
9413 | 2024-12-21T03:12:54.108Z | [ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9414 | 2024-12-21T03:12:54.108Z | [ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO ok! |
9415 | 2024-12-21T03:12:54.108Z | [ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO STEP 51 (ensure_file) COMPLETE |
9416 | 2024-12-21T03:12:54.108Z | [ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9417 | 2024-12-21T03:12:54.127Z | [ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9418 | 2024-12-21T03:12:54.127Z | [ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 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 ... |
9419 | 2024-12-21T03:12:54.129Z | [ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 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 |
9420 | 2024-12-21T03:12:54.129Z | [ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9421 | 2024-12-21T03:12:54.129Z | [ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO ok! |
9422 | 2024-12-21T03:12:54.129Z | [ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO STEP 52 (ensure_file) COMPLETE |
9423 | 2024-12-21T03:12:54.129Z | [ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9424 | 2024-12-21T03:12:54.161Z | [ host-image] Dec 21 03:12:53.461 INFO O| Dec 21 03:12:53.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9425 | 2024-12-21T03:12:54.161Z | [ host-image] Dec 21 03:12:53.461 INFO O| Dec 21 03:12:53.461 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 ... |
9426 | 2024-12-21T03:12:54.163Z | [ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 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 |
9427 | 2024-12-21T03:12:54.164Z | [ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9428 | 2024-12-21T03:12:54.164Z | [ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO ok! |
9429 | 2024-12-21T03:12:54.164Z | [ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO STEP 53 (ensure_file) COMPLETE |
9430 | 2024-12-21T03:12:54.164Z | [ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9431 | 2024-12-21T03:12:54.182Z | [ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.482 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9432 | 2024-12-21T03:12:54.182Z | [ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.483 INFO STEP 54 (ensure_dir) COMPLETE |
9433 | 2024-12-21T03:12:54.185Z | [ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.483 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2024-12-21T03:12:54.203Z | [ host-image] Dec 21 03:12:53.503 INFO O| Dec 21 03:12:53.503 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9435 | 2024-12-21T03:12:54.203Z | [ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9436 | 2024-12-21T03:12:54.206Z | [ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO STEP 55 (ensure_dir) COMPLETE |
9437 | 2024-12-21T03:12:54.206Z | [ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-12-21T03:12:54.223Z | [ host-image] Dec 21 03:12:53.523 INFO O| Dec 21 03:12:53.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9439 | 2024-12-21T03:12:54.226Z | [ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9440 | 2024-12-21T03:12:54.226Z | [ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO STEP 56 (ensure_dir) COMPLETE |
9441 | 2024-12-21T03:12:54.226Z | [ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2024-12-21T03:12:54.243Z | [ host-image] Dec 21 03:12:53.543 INFO O| Dec 21 03:12:53.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9443 | 2024-12-21T03:12:54.243Z | [ host-image] Dec 21 03:12:53.543 INFO O| Dec 21 03:12:53.543 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9444 | 2024-12-21T03:12:54.273Z | [ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9445 | 2024-12-21T03:12:54.273Z | [ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO ok! |
9446 | 2024-12-21T03:12:54.273Z | [ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO STEP 57 (ensure_file) COMPLETE |
9447 | 2024-12-21T03:12:54.276Z | [ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2024-12-21T03:12:54.310Z | [ host-image] Dec 21 03:12:53.610 INFO O| Dec 21 03:12:53.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9449 | 2024-12-21T03:12:54.310Z | [ host-image] Dec 21 03:12:53.610 INFO O| Dec 21 03:12:53.610 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9450 | 2024-12-21T03:12:55.852Z | [ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9451 | 2024-12-21T03:12:55.852Z | [ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO ok! |
9452 | 2024-12-21T03:12:55.855Z | [ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO STEP 58 (ensure_file) COMPLETE |
9453 | 2024-12-21T03:12:55.855Z | [ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9454 | 2024-12-21T03:12:55.877Z | [ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9455 | 2024-12-21T03:12:55.877Z | [ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9456 | 2024-12-21T03:12:55.877Z | [ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO STEP 59 (ensure_dir) COMPLETE |
9457 | 2024-12-21T03:12:55.880Z | [ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-12-21T03:12:55.927Z | [ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9459 | 2024-12-21T03:12:55.927Z | [ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9460 | 2024-12-21T03:12:55.929Z | [ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9461 | 2024-12-21T03:12:55.929Z | [ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO ok! |
9462 | 2024-12-21T03:12:55.930Z | [ host-image] Dec 21 03:12:55.228 INFO O| Dec 21 03:12:55.227 INFO STEP 60 (ensure_file) COMPLETE |
9463 | 2024-12-21T03:12:55.930Z | [ host-image] Dec 21 03:12:55.228 INFO O| Dec 21 03:12:55.228 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-12-21T03:12:55.947Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9465 | 2024-12-21T03:12:55.947Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9466 | 2024-12-21T03:12:55.950Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9467 | 2024-12-21T03:12:55.950Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO ok! |
9468 | 2024-12-21T03:12:55.950Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO STEP 61 (ensure_file) COMPLETE |
9469 | 2024-12-21T03:12:55.950Z | [ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-12-21T03:12:55.965Z | [ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9471 | 2024-12-21T03:12:55.968Z | [ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9472 | 2024-12-21T03:12:55.968Z | [ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO STEP 62 (ensure_dir) COMPLETE |
9473 | 2024-12-21T03:12:55.968Z | [ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.285 INFO O| Dec 21 03:12:55.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9475 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.285 INFO O| Dec 21 03:12:55.285 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9476 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9477 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO ok! |
9478 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO STEP 63 (ensure_file) COMPLETE |
9479 | 2024-12-21T03:12:55.986Z | [ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9481 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9482 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9483 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ok! |
9484 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 64 (ensure_file) COMPLETE |
9485 | 2024-12-21T03:12:56.006Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-12-21T03:12:56.028Z | [ host-image] Dec 21 03:12:55.328 INFO O| Dec 21 03:12:55.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9487 | 2024-12-21T03:12:56.031Z | [ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9488 | 2024-12-21T03:12:56.031Z | [ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.329 INFO STEP 65 (ensure_dir) COMPLETE |
9489 | 2024-12-21T03:12:56.031Z | [ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.329 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9490 | 2024-12-21T03:12:56.048Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9491 | 2024-12-21T03:12:56.048Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.348 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9492 | 2024-12-21T03:12:56.051Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9493 | 2024-12-21T03:12:56.051Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO ok! |
9494 | 2024-12-21T03:12:56.051Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO STEP 66 (ensure_file) COMPLETE |
9495 | 2024-12-21T03:12:56.051Z | [ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.366 INFO O| Dec 21 03:12:55.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9497 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.366 INFO O| Dec 21 03:12:55.366 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9498 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9499 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO ok! |
9500 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO STEP 67 (ensure_file) COMPLETE |
9501 | 2024-12-21T03:12:56.067Z | [ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-21T03:12:56.103Z | [ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9503 | 2024-12-21T03:12:56.103Z | [ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9504 | 2024-12-21T03:12:56.103Z | [ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO STEP 68 (ensure_dir) COMPLETE |
9505 | 2024-12-21T03:12:56.103Z | [ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-12-21T03:12:56.119Z | [ host-image] Dec 21 03:12:55.419 INFO O| Dec 21 03:12:55.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9507 | 2024-12-21T03:12:56.119Z | [ host-image] Dec 21 03:12:55.419 INFO O| Dec 21 03:12:55.419 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9508 | 2024-12-21T03:12:57.551Z | [ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9509 | 2024-12-21T03:12:57.551Z | [ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO ok! |
9510 | 2024-12-21T03:12:57.553Z | [ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO STEP 69 (ensure_file) COMPLETE |
9511 | 2024-12-21T03:12:57.553Z | [ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-12-21T03:12:57.568Z | [ host-image] Dec 21 03:12:56.868 INFO O| Dec 21 03:12:56.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9513 | 2024-12-21T03:12:57.568Z | [ host-image] Dec 21 03:12:56.868 INFO O| Dec 21 03:12:56.868 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9514 | 2024-12-21T03:12:59.640Z | [ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9515 | 2024-12-21T03:12:59.640Z | [ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO ok! |
9516 | 2024-12-21T03:12:59.643Z | [ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO STEP 70 (ensure_file) COMPLETE |
9517 | 2024-12-21T03:12:59.643Z | [ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-21T03:12:59.659Z | [ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9519 | 2024-12-21T03:12:59.659Z | [ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9520 | 2024-12-21T03:12:59.659Z | [ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO STEP 71 (ensure_dir) COMPLETE |
9521 | 2024-12-21T03:12:59.661Z | [ host-image] Dec 21 03:12:58.959 INFO O| Dec 21 03:12:58.958 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-21T03:12:59.690Z | [ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9523 | 2024-12-21T03:12:59.690Z | [ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9524 | 2024-12-21T03:12:59.693Z | [ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9525 | 2024-12-21T03:12:59.693Z | [ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO ok! |
9526 | 2024-12-21T03:12:59.693Z | [ host-image] Dec 21 03:12:58.991 INFO O| Dec 21 03:12:58.990 INFO STEP 72 (ensure_file) COMPLETE |
9527 | 2024-12-21T03:12:59.693Z | [ host-image] Dec 21 03:12:58.991 INFO O| Dec 21 03:12:58.991 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-12-21T03:12:59.711Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9529 | 2024-12-21T03:12:59.711Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9530 | 2024-12-21T03:12:59.714Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9531 | 2024-12-21T03:12:59.714Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO ok! |
9532 | 2024-12-21T03:12:59.714Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO STEP 73 (ensure_file) COMPLETE |
9533 | 2024-12-21T03:12:59.714Z | [ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-12-21T03:12:59.733Z | [ host-image] Dec 21 03:12:59.032 INFO O| Dec 21 03:12:59.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9535 | 2024-12-21T03:12:59.733Z | [ host-image] Dec 21 03:12:59.032 INFO O| Dec 21 03:12:59.032 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9536 | 2024-12-21T03:12:59.735Z | [ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9537 | 2024-12-21T03:12:59.735Z | [ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO ok! |
9538 | 2024-12-21T03:12:59.735Z | [ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO STEP 74 (ensure_file) COMPLETE |
9539 | 2024-12-21T03:12:59.735Z | [ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-12-21T03:12:59.755Z | [ host-image] Dec 21 03:12:59.054 INFO O| Dec 21 03:12:59.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9541 | 2024-12-21T03:12:59.755Z | [ host-image] Dec 21 03:12:59.054 INFO O| Dec 21 03:12:59.054 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9542 | 2024-12-21T03:12:59.758Z | [ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9543 | 2024-12-21T03:12:59.758Z | [ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO ok! |
9544 | 2024-12-21T03:12:59.758Z | [ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO STEP 75 (ensure_file) COMPLETE |
9545 | 2024-12-21T03:12:59.759Z | [ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-12-21T03:12:59.777Z | [ host-image] Dec 21 03:12:59.076 INFO O| Dec 21 03:12:59.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9547 | 2024-12-21T03:12:59.779Z | [ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9548 | 2024-12-21T03:12:59.779Z | [ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO STEP 76 (ensure_dir) COMPLETE |
9549 | 2024-12-21T03:12:59.779Z | [ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-21T03:12:59.797Z | [ host-image] Dec 21 03:12:59.097 INFO O| Dec 21 03:12:59.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9551 | 2024-12-21T03:12:59.798Z | [ host-image] Dec 21 03:12:59.097 INFO O| Dec 21 03:12:59.097 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9552 | 2024-12-21T03:12:59.802Z | [ host-image] Dec 21 03:12:59.101 INFO O| Dec 21 03:12:59.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9553 | 2024-12-21T03:12:59.802Z | [ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO ok! |
9554 | 2024-12-21T03:12:59.804Z | [ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO STEP 77 (ensure_file) COMPLETE |
9555 | 2024-12-21T03:12:59.804Z | [ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2024-12-21T03:12:59.823Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9557 | 2024-12-21T03:12:59.823Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9558 | 2024-12-21T03:12:59.823Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9559 | 2024-12-21T03:12:59.826Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO ok! |
9560 | 2024-12-21T03:12:59.826Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO STEP 78 (ensure_file) COMPLETE |
9561 | 2024-12-21T03:12:59.826Z | [ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9562 | 2024-12-21T03:12:59.843Z | [ host-image] Dec 21 03:12:59.143 INFO O| Dec 21 03:12:59.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9563 | 2024-12-21T03:12:59.843Z | [ host-image] Dec 21 03:12:59.143 INFO O| Dec 21 03:12:59.143 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9564 | 2024-12-21T03:13:01.661Z | [ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9565 | 2024-12-21T03:13:01.661Z | [ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO ok! |
9566 | 2024-12-21T03:13:01.664Z | [ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO STEP 79 (ensure_file) COMPLETE |
9567 | 2024-12-21T03:13:01.664Z | [ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9568 | 2024-12-21T03:13:01.690Z | [ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9569 | 2024-12-21T03:13:01.690Z | [ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9570 | 2024-12-21T03:13:01.693Z | [ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO STEP 80 (ensure_dir) COMPLETE |
9571 | 2024-12-21T03:13:01.693Z | [ host-image] Dec 21 03:13:00.990 INFO O| Dec 21 03:13:00.990 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-21T03:13:01.735Z | [ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9573 | 2024-12-21T03:13:01.735Z | [ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9574 | 2024-12-21T03:13:01.735Z | [ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO STEP 81 (ensure_dir) COMPLETE |
9575 | 2024-12-21T03:13:01.737Z | [ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-12-21T03:13:01.772Z | [ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9577 | 2024-12-21T03:13:01.772Z | [ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9578 | 2024-12-21T03:13:01.772Z | [ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO STEP 82 (ensure_dir) COMPLETE |
9579 | 2024-12-21T03:13:01.772Z | [ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2024-12-21T03:13:01.791Z | [ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9581 | 2024-12-21T03:13:01.791Z | [ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9582 | 2024-12-21T03:13:01.791Z | [ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO STEP 83 (ensure_dir) COMPLETE |
9583 | 2024-12-21T03:13:01.791Z | [ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-21T03:13:01.810Z | [ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9585 | 2024-12-21T03:13:01.810Z | [ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9586 | 2024-12-21T03:13:01.810Z | [ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO STEP 84 (ensure_dir) COMPLETE |
9587 | 2024-12-21T03:13:01.813Z | [ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-12-21T03:13:01.829Z | [ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9589 | 2024-12-21T03:13:01.829Z | [ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9590 | 2024-12-21T03:13:01.831Z | [ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9591 | 2024-12-21T03:13:01.831Z | [ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO ok! |
9592 | 2024-12-21T03:13:01.833Z | [ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO STEP 85 (ensure_file) COMPLETE |
9593 | 2024-12-21T03:13:01.833Z | [ host-image] Dec 21 03:13:01.129 INFO O| Dec 21 03:13:01.128 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-12-21T03:13:01.860Z | [ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9595 | 2024-12-21T03:13:01.860Z | [ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9596 | 2024-12-21T03:13:01.860Z | [ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO STEP 86 (ensure_dir) COMPLETE |
9597 | 2024-12-21T03:13:01.863Z | [ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2024-12-21T03:13:01.911Z | [ host-image] Dec 21 03:13:01.210 INFO O| Dec 21 03:13:01.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9599 | 2024-12-21T03:13:01.911Z | [ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9600 | 2024-12-21T03:13:01.914Z | [ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9601 | 2024-12-21T03:13:01.914Z | [ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO ok! |
9602 | 2024-12-21T03:13:01.914Z | [ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO STEP 87 (ensure_file) COMPLETE |
9603 | 2024-12-21T03:13:01.914Z | [ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-21T03:13:01.938Z | [ host-image] Dec 21 03:13:01.238 INFO O| Dec 21 03:13:01.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9605 | 2024-12-21T03:13:01.938Z | [ host-image] Dec 21 03:13:01.238 INFO O| Dec 21 03:13:01.238 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9606 | 2024-12-21T03:13:02.522Z | [ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9607 | 2024-12-21T03:13:02.523Z | [ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO ok! |
9608 | 2024-12-21T03:13:02.523Z | [ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO STEP 88 (ensure_file) COMPLETE |
9609 | 2024-12-21T03:13:02.523Z | [ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2024-12-21T03:13:02.578Z | [ host-image] Dec 21 03:13:01.877 INFO O| Dec 21 03:13:01.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9611 | 2024-12-21T03:13:02.578Z | [ host-image] Dec 21 03:13:01.877 INFO O| Dec 21 03:13:01.877 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9612 | 2024-12-21T03:13:03.294Z | [ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9613 | 2024-12-21T03:13:03.294Z | [ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO ok! |
9614 | 2024-12-21T03:13:03.295Z | [ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO STEP 89 (ensure_file) COMPLETE |
9615 | 2024-12-21T03:13:03.298Z | [ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2024-12-21T03:13:03.313Z | [ host-image] Dec 21 03:13:02.612 INFO O| Dec 21 03:13:02.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9617 | 2024-12-21T03:13:03.313Z | [ host-image] Dec 21 03:13:02.612 INFO O| Dec 21 03:13:02.612 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9618 | 2024-12-21T03:13:03.313Z | [ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9619 | 2024-12-21T03:13:03.316Z | [ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.612 INFO ok! |
9620 | 2024-12-21T03:13:03.316Z | [ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.613 INFO STEP 90 (ensure_file) COMPLETE |
9621 | 2024-12-21T03:13:03.316Z | [ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.613 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2024-12-21T03:13:03.332Z | [ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9623 | 2024-12-21T03:13:03.332Z | [ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9624 | 2024-12-21T03:13:03.332Z | [ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO STEP 91 (ensure_dir) COMPLETE |
9625 | 2024-12-21T03:13:03.334Z | [ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2024-12-21T03:13:03.375Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9627 | 2024-12-21T03:13:03.375Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9628 | 2024-12-21T03:13:03.375Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9629 | 2024-12-21T03:13:03.376Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO ok! |
9630 | 2024-12-21T03:13:03.378Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO STEP 92 (ensure_file) COMPLETE |
9631 | 2024-12-21T03:13:03.378Z | [ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-21T03:13:03.393Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9633 | 2024-12-21T03:13:03.394Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.692 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9634 | 2024-12-21T03:13:03.394Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9635 | 2024-12-21T03:13:03.394Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO ok! |
9636 | 2024-12-21T03:13:03.396Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO STEP 93 (ensure_file) COMPLETE |
9637 | 2024-12-21T03:13:03.396Z | [ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9638 | 2024-12-21T03:13:03.411Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9639 | 2024-12-21T03:13:03.411Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9640 | 2024-12-21T03:13:03.411Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9641 | 2024-12-21T03:13:03.414Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO ok! |
9642 | 2024-12-21T03:13:03.414Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO STEP 94 (ensure_file) COMPLETE |
9643 | 2024-12-21T03:13:03.414Z | [ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9644 | 2024-12-21T03:13:03.428Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9645 | 2024-12-21T03:13:03.428Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9646 | 2024-12-21T03:13:03.428Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9647 | 2024-12-21T03:13:03.431Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO ok! |
9648 | 2024-12-21T03:13:03.431Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO STEP 95 (ensure_file) COMPLETE |
9649 | 2024-12-21T03:13:03.431Z | [ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2024-12-21T03:13:03.445Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9651 | 2024-12-21T03:13:03.445Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9652 | 2024-12-21T03:13:03.445Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9653 | 2024-12-21T03:13:03.448Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ok! |
9654 | 2024-12-21T03:13:03.448Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 96 (ensure_file) COMPLETE |
9655 | 2024-12-21T03:13:03.448Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2024-12-21T03:13:03.463Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9657 | 2024-12-21T03:13:03.463Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9658 | 2024-12-21T03:13:03.464Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9659 | 2024-12-21T03:13:03.467Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO ok! |
9660 | 2024-12-21T03:13:03.467Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO STEP 97 (ensure_file) COMPLETE |
9661 | 2024-12-21T03:13:03.467Z | [ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2024-12-21T03:13:03.500Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9663 | 2024-12-21T03:13:03.500Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9664 | 2024-12-21T03:13:03.500Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9665 | 2024-12-21T03:13:03.503Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO ok! |
9666 | 2024-12-21T03:13:03.503Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO STEP 98 (ensure_file) COMPLETE |
9667 | 2024-12-21T03:13:03.503Z | [ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2024-12-21T03:13:03.519Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9669 | 2024-12-21T03:13:03.519Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9670 | 2024-12-21T03:13:03.519Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9671 | 2024-12-21T03:13:03.522Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO ok! |
9672 | 2024-12-21T03:13:03.522Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO STEP 99 (ensure_file) COMPLETE |
9673 | 2024-12-21T03:13:03.522Z | [ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-21T03:13:03.537Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9675 | 2024-12-21T03:13:03.537Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9676 | 2024-12-21T03:13:03.540Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9677 | 2024-12-21T03:13:03.540Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO ok! |
9678 | 2024-12-21T03:13:03.540Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO STEP 100 (ensure_file) COMPLETE |
9679 | 2024-12-21T03:13:03.540Z | [ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-21T03:13:03.554Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9681 | 2024-12-21T03:13:03.554Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9682 | 2024-12-21T03:13:03.557Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9683 | 2024-12-21T03:13:03.557Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO ok! |
9684 | 2024-12-21T03:13:03.557Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO STEP 101 (ensure_file) COMPLETE |
9685 | 2024-12-21T03:13:03.557Z | [ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-21T03:13:03.571Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9687 | 2024-12-21T03:13:03.571Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9688 | 2024-12-21T03:13:03.571Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9689 | 2024-12-21T03:13:03.573Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO ok! |
9690 | 2024-12-21T03:13:03.574Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO STEP 102 (ensure_file) COMPLETE |
9691 | 2024-12-21T03:13:03.574Z | [ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-21T03:13:03.588Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9693 | 2024-12-21T03:13:03.588Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9694 | 2024-12-21T03:13:03.588Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9695 | 2024-12-21T03:13:03.588Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO ok! |
9696 | 2024-12-21T03:13:03.590Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO STEP 103 (ensure_file) COMPLETE |
9697 | 2024-12-21T03:13:03.591Z | [ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-21T03:13:03.604Z | [ host-image] Dec 21 03:13:02.903 INFO O| Dec 21 03:13:02.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9699 | 2024-12-21T03:13:03.604Z | [ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.903 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9700 | 2024-12-21T03:13:03.607Z | [ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9701 | 2024-12-21T03:13:03.607Z | [ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO ok! |
9702 | 2024-12-21T03:13:03.607Z | [ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO STEP 104 (ensure_file) COMPLETE |
9703 | 2024-12-21T03:13:03.607Z | [ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-21T03:13:03.642Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9705 | 2024-12-21T03:13:03.642Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9706 | 2024-12-21T03:13:03.642Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9707 | 2024-12-21T03:13:03.642Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO ok! |
9708 | 2024-12-21T03:13:03.645Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO STEP 105 (ensure_file) COMPLETE |
9709 | 2024-12-21T03:13:03.645Z | [ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-21T03:13:03.659Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9711 | 2024-12-21T03:13:03.659Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9712 | 2024-12-21T03:13:03.659Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9713 | 2024-12-21T03:13:03.659Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO ok! |
9714 | 2024-12-21T03:13:03.662Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO STEP 106 (ensure_file) COMPLETE |
9715 | 2024-12-21T03:13:03.662Z | [ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-21T03:13:03.675Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9717 | 2024-12-21T03:13:03.675Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9718 | 2024-12-21T03:13:03.675Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9719 | 2024-12-21T03:13:03.675Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO ok! |
9720 | 2024-12-21T03:13:03.678Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO STEP 107 (ensure_file) COMPLETE |
9721 | 2024-12-21T03:13:03.678Z | [ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-21T03:13:03.694Z | [ host-image] Dec 21 03:13:02.993 INFO O| Dec 21 03:13:02.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9723 | 2024-12-21T03:13:03.695Z | [ host-image] Dec 21 03:13:02.993 INFO O| Dec 21 03:13:02.993 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9724 | 2024-12-21T03:13:03.697Z | [ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9725 | 2024-12-21T03:13:03.697Z | [ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO ok! |
9726 | 2024-12-21T03:13:03.697Z | [ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO STEP 108 (ensure_file) COMPLETE |
9727 | 2024-12-21T03:13:03.697Z | [ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-21T03:13:03.715Z | [ host-image] Dec 21 03:13:03.013 INFO O| Dec 21 03:13:03.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9729 | 2024-12-21T03:13:03.716Z | [ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.013 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9730 | 2024-12-21T03:13:03.719Z | [ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9731 | 2024-12-21T03:13:03.719Z | [ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO ok! |
9732 | 2024-12-21T03:13:03.719Z | [ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO STEP 109 (ensure_file) COMPLETE |
9733 | 2024-12-21T03:13:03.719Z | [ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-21T03:13:03.740Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9735 | 2024-12-21T03:13:03.740Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9736 | 2024-12-21T03:13:03.743Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9737 | 2024-12-21T03:13:03.743Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO ok! |
9738 | 2024-12-21T03:13:03.743Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO STEP 110 (ensure_file) COMPLETE |
9739 | 2024-12-21T03:13:03.743Z | [ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-21T03:13:03.779Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9741 | 2024-12-21T03:13:03.779Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9742 | 2024-12-21T03:13:03.779Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9743 | 2024-12-21T03:13:03.783Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO ok! |
9744 | 2024-12-21T03:13:03.783Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO STEP 111 (ensure_file) COMPLETE |
9745 | 2024-12-21T03:13:03.783Z | [ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2024-12-21T03:13:03.796Z | [ host-image] Dec 21 03:13:03.095 INFO O| Dec 21 03:13:03.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9747 | 2024-12-21T03:13:03.796Z | [ host-image] Dec 21 03:13:03.095 INFO O| Dec 21 03:13:03.095 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9748 | 2024-12-21T03:13:03.799Z | [ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9749 | 2024-12-21T03:13:03.799Z | [ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO ok! |
9750 | 2024-12-21T03:13:03.799Z | [ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO STEP 112 (ensure_file) COMPLETE |
9751 | 2024-12-21T03:13:03.799Z | [ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-21T03:13:03.816Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9753 | 2024-12-21T03:13:03.816Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9754 | 2024-12-21T03:13:03.816Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9755 | 2024-12-21T03:13:03.819Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO ok! |
9756 | 2024-12-21T03:13:03.819Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO STEP 113 (ensure_file) COMPLETE |
9757 | 2024-12-21T03:13:03.819Z | [ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-21T03:13:03.835Z | [ host-image] Dec 21 03:13:03.134 INFO O| Dec 21 03:13:03.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9759 | 2024-12-21T03:13:03.835Z | [ host-image] Dec 21 03:13:03.134 INFO O| Dec 21 03:13:03.134 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9760 | 2024-12-21T03:13:03.838Z | [ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9761 | 2024-12-21T03:13:03.838Z | [ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO ok! |
9762 | 2024-12-21T03:13:03.838Z | [ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO STEP 114 (ensure_file) COMPLETE |
9763 | 2024-12-21T03:13:03.838Z | [ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-21T03:13:03.855Z | [ host-image] Dec 21 03:13:03.154 INFO O| Dec 21 03:13:03.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9765 | 2024-12-21T03:13:03.855Z | [ host-image] Dec 21 03:13:03.154 INFO O| Dec 21 03:13:03.154 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9766 | 2024-12-21T03:13:03.859Z | [ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9767 | 2024-12-21T03:13:03.859Z | [ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO ok! |
9768 | 2024-12-21T03:13:03.859Z | [ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO STEP 115 (ensure_file) COMPLETE |
9769 | 2024-12-21T03:13:03.859Z | [ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2024-12-21T03:13:03.885Z | [ host-image] Dec 21 03:13:03.184 INFO O| Dec 21 03:13:03.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9771 | 2024-12-21T03:13:03.886Z | [ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9772 | 2024-12-21T03:13:03.889Z | [ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9773 | 2024-12-21T03:13:03.889Z | [ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO ok! |
9774 | 2024-12-21T03:13:03.889Z | [ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO STEP 116 (ensure_file) COMPLETE |
9775 | 2024-12-21T03:13:03.889Z | [ host-image] Dec 21 03:13:03.186 INFO O| Dec 21 03:13:03.185 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2024-12-21T03:13:03.908Z | [ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9777 | 2024-12-21T03:13:03.908Z | [ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9778 | 2024-12-21T03:13:03.911Z | [ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9779 | 2024-12-21T03:13:03.911Z | [ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO ok! |
9780 | 2024-12-21T03:13:03.911Z | [ host-image] Dec 21 03:13:03.208 INFO O| Dec 21 03:13:03.208 INFO STEP 117 (ensure_file) COMPLETE |
9781 | 2024-12-21T03:13:03.911Z | [ host-image] Dec 21 03:13:03.208 INFO O| Dec 21 03:13:03.208 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2024-12-21T03:13:03.929Z | [ host-image] Dec 21 03:13:03.228 INFO O| Dec 21 03:13:03.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9783 | 2024-12-21T03:13:03.929Z | [ host-image] Dec 21 03:13:03.228 INFO O| Dec 21 03:13:03.228 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9784 | 2024-12-21T03:13:03.932Z | [ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9785 | 2024-12-21T03:13:03.932Z | [ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO ok! |
9786 | 2024-12-21T03:13:03.932Z | [ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO STEP 118 (ensure_file) COMPLETE |
9787 | 2024-12-21T03:13:03.932Z | [ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9788 | 2024-12-21T03:13:03.949Z | [ host-image] Dec 21 03:13:03.248 INFO O| Dec 21 03:13:03.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9789 | 2024-12-21T03:13:03.949Z | [ host-image] Dec 21 03:13:03.248 INFO O| Dec 21 03:13:03.248 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9790 | 2024-12-21T03:13:03.952Z | [ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9791 | 2024-12-21T03:13:03.952Z | [ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO ok! |
9792 | 2024-12-21T03:13:03.952Z | [ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO STEP 119 (ensure_file) COMPLETE |
9793 | 2024-12-21T03:13:03.952Z | [ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9794 | 2024-12-21T03:13:03.970Z | [ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9795 | 2024-12-21T03:13:03.970Z | [ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9796 | 2024-12-21T03:13:03.973Z | [ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9797 | 2024-12-21T03:13:03.973Z | [ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO ok! |
9798 | 2024-12-21T03:13:03.973Z | [ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO STEP 120 (ensure_file) COMPLETE |
9799 | 2024-12-21T03:13:03.973Z | [ host-image] Dec 21 03:13:03.269 INFO O| Dec 21 03:13:03.268 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9800 | 2024-12-21T03:13:03.992Z | [ host-image] Dec 21 03:13:03.291 INFO O| Dec 21 03:13:03.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9801 | 2024-12-21T03:13:03.992Z | [ host-image] Dec 21 03:13:03.291 INFO O| Dec 21 03:13:03.291 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9802 | 2024-12-21T03:13:15.621Z | [ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9803 | 2024-12-21T03:13:15.622Z | [ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO ok! |
9804 | 2024-12-21T03:13:15.622Z | [ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO STEP 121 (ensure_file) COMPLETE |
9805 | 2024-12-21T03:13:15.624Z | [ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9806 | 2024-12-21T03:13:15.643Z | [ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9807 | 2024-12-21T03:13:15.645Z | [ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO STEP 122 (ensure_dir) COMPLETE |
9808 | 2024-12-21T03:13:15.645Z | [ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9809 | 2024-12-21T03:13:15.685Z | [ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.981 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9810 | 2024-12-21T03:13:15.685Z | [ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.982 INFO STEP 123 (ensure_dir) COMPLETE |
9811 | 2024-12-21T03:13:15.688Z | [ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.982 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9812 | 2024-12-21T03:13:15.744Z | [ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9813 | 2024-12-21T03:13:15.744Z | [ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO STEP 124 (ensure_dir) COMPLETE |
9814 | 2024-12-21T03:13:15.744Z | [ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9815 | 2024-12-21T03:13:15.803Z | [ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9816 | 2024-12-21T03:13:15.804Z | [ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO STEP 125 (ensure_dir) COMPLETE |
9817 | 2024-12-21T03:13:15.807Z | [ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9818 | 2024-12-21T03:13:15.824Z | [ host-image] Dec 21 03:13:15.121 INFO O| Dec 21 03:13:15.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9819 | 2024-12-21T03:13:15.824Z | [ host-image] Dec 21 03:13:15.121 INFO O| Dec 21 03:13:15.121 INFO copying /tmp/.tmpHfUgvJ/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 ... |
9820 | 2024-12-21T03:13:15.824Z | [ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9821 | 2024-12-21T03:13:15.824Z | [ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO ok! |
9822 | 2024-12-21T03:13:15.827Z | [ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO STEP 126 (ensure_file) COMPLETE |
9823 | 2024-12-21T03:13:15.827Z | [ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9824 | 2024-12-21T03:13:15.855Z | [ host-image] Dec 21 03:13:15.152 INFO O| Dec 21 03:13:15.152 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9825 | 2024-12-21T03:13:15.855Z | [ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.152 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9826 | 2024-12-21T03:13:15.858Z | [ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9827 | 2024-12-21T03:13:15.858Z | [ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.153 INFO STEP 127 (ensure_dir) COMPLETE |
9828 | 2024-12-21T03:13:15.858Z | [ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.153 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9829 | 2024-12-21T03:13:15.878Z | [ host-image] Dec 21 03:13:15.175 INFO O| Dec 21 03:13:15.175 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9830 | 2024-12-21T03:13:15.878Z | [ host-image] Dec 21 03:13:15.175 INFO O| Dec 21 03:13:15.175 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9831 | 2024-12-21T03:13:15.881Z | [ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9832 | 2024-12-21T03:13:15.881Z | [ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO ok! |
9833 | 2024-12-21T03:13:15.881Z | [ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO STEP 128 (ensure_file) COMPLETE |
9834 | 2024-12-21T03:13:15.881Z | [ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-21T03:13:15.929Z | [ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9836 | 2024-12-21T03:13:15.932Z | [ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.227 INFO STEP 129 (remove_files) COMPLETE |
9837 | 2024-12-21T03:13:15.932Z | [ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.227 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-21T03:13:15.950Z | [ host-image] Dec 21 03:13:15.247 INFO O| Dec 21 03:13:15.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9839 | 2024-12-21T03:13:15.950Z | [ host-image] Dec 21 03:13:15.247 INFO O| Dec 21 03:13:15.247 INFO STEP 130 (remove_files) COMPLETE |
9840 | 2024-12-21T03:13:15.952Z | [ host-image] Dec 21 03:13:15.248 INFO O| Dec 21 03:13:15.247 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-21T03:13:15.970Z | [ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9842 | 2024-12-21T03:13:15.973Z | [ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.267 INFO STEP 131 (remove_files) COMPLETE |
9843 | 2024-12-21T03:13:15.973Z | [ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.267 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-21T03:13:15.988Z | [ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9845 | 2024-12-21T03:13:15.990Z | [ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO STEP 132 (remove_files) COMPLETE |
9846 | 2024-12-21T03:13:15.990Z | [ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-21T03:13:16.008Z | [ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.302 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9848 | 2024-12-21T03:13:16.011Z | [ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.303 INFO STEP 133 (remove_files) COMPLETE |
9849 | 2024-12-21T03:13:16.011Z | [ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.303 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-21T03:13:16.046Z | [ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9851 | 2024-12-21T03:13:16.048Z | [ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO STEP 134 (remove_files) COMPLETE |
9852 | 2024-12-21T03:13:16.049Z | [ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-21T03:13:16.065Z | [ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9854 | 2024-12-21T03:13:16.065Z | [ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO STEP 135 (remove_files) COMPLETE |
9855 | 2024-12-21T03:13:16.065Z | [ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-21T03:13:16.083Z | [ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9857 | 2024-12-21T03:13:16.083Z | [ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO STEP 136 (remove_files) COMPLETE |
9858 | 2024-12-21T03:13:16.083Z | [ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-21T03:13:16.102Z | [ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9860 | 2024-12-21T03:13:16.102Z | [ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO STEP 137 (remove_files) COMPLETE |
9861 | 2024-12-21T03:13:16.102Z | [ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-21T03:13:16.121Z | [ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.418 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9863 | 2024-12-21T03:13:16.121Z | [ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.419 INFO STEP 138 (remove_files) COMPLETE |
9864 | 2024-12-21T03:13:16.121Z | [ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.419 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-21T03:13:16.180Z | [ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9866 | 2024-12-21T03:13:16.182Z | [ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO STEP 139 (remove_files) COMPLETE |
9867 | 2024-12-21T03:13:16.182Z | [ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2024-12-21T03:13:16.207Z | [ host-image] Dec 21 03:13:15.504 INFO O| Dec 21 03:13:15.504 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9869 | 2024-12-21T03:13:16.210Z | [ host-image] Dec 21 03:13:15.505 INFO O| Dec 21 03:13:15.505 INFO STEP 140 (remove_files) COMPLETE |
9870 | 2024-12-21T03:13:16.210Z | [ host-image] Dec 21 03:13:15.505 INFO O| Dec 21 03:13:15.505 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9871 | 2024-12-21T03:13:16.225Z | [ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.522 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9872 | 2024-12-21T03:13:16.228Z | [ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.523 INFO STEP 141 (remove_files) COMPLETE |
9873 | 2024-12-21T03:13:16.228Z | [ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.523 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9874 | 2024-12-21T03:13:16.245Z | [ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9875 | 2024-12-21T03:13:16.247Z | [ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO STEP 142 (remove_files) COMPLETE |
9876 | 2024-12-21T03:13:16.248Z | [ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9877 | 2024-12-21T03:13:16.264Z | [ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9878 | 2024-12-21T03:13:16.264Z | [ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO STEP 143 (remove_files) COMPLETE |
9879 | 2024-12-21T03:13:16.264Z | [ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9880 | 2024-12-21T03:13:16.283Z | [ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9881 | 2024-12-21T03:13:16.283Z | [ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO STEP 144 (remove_files) COMPLETE |
9882 | 2024-12-21T03:13:16.283Z | [ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2024-12-21T03:13:16.301Z | [ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9884 | 2024-12-21T03:13:16.304Z | [ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.599 INFO STEP 145 (remove_files) COMPLETE |
9885 | 2024-12-21T03:13:16.304Z | [ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.599 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9886 | 2024-12-21T03:13:16.322Z | [ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9887 | 2024-12-21T03:13:16.322Z | [ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO STEP 146 (remove_files) COMPLETE |
9888 | 2024-12-21T03:13:16.322Z | [ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9889 | 2024-12-21T03:13:16.361Z | [ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9890 | 2024-12-21T03:13:16.361Z | [ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO STEP 147 (remove_files) COMPLETE |
9891 | 2024-12-21T03:13:16.362Z | [ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9892 | 2024-12-21T03:13:16.384Z | [ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9893 | 2024-12-21T03:13:16.384Z | [ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO STEP 148 (remove_files) COMPLETE |
9894 | 2024-12-21T03:13:16.384Z | [ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9895 | 2024-12-21T03:13:16.403Z | [ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9896 | 2024-12-21T03:13:16.405Z | [ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO STEP 149 (remove_files) COMPLETE |
9897 | 2024-12-21T03:13:16.405Z | [ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9898 | 2024-12-21T03:13:16.423Z | [ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9899 | 2024-12-21T03:13:16.425Z | [ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO STEP 150 (remove_files) COMPLETE |
9900 | 2024-12-21T03:13:16.425Z | [ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9901 | 2024-12-21T03:13:16.442Z | [ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9902 | 2024-12-21T03:13:16.442Z | [ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO STEP 151 (remove_files) COMPLETE |
9903 | 2024-12-21T03:13:16.442Z | [ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9904 | 2024-12-21T03:13:16.467Z | [ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9905 | 2024-12-21T03:13:16.467Z | [ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO STEP 152 (remove_files) COMPLETE |
9906 | 2024-12-21T03:13:16.468Z | [ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9907 | 2024-12-21T03:13:16.517Z | [ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9908 | 2024-12-21T03:13:16.517Z | [ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO STEP 153 (remove_files) COMPLETE |
9909 | 2024-12-21T03:13:16.517Z | [ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9910 | 2024-12-21T03:13:16.577Z | [ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9911 | 2024-12-21T03:13:16.577Z | [ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO STEP 154 (remove_files) COMPLETE |
9912 | 2024-12-21T03:13:16.577Z | [ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9913 | 2024-12-21T03:13:16.630Z | [ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9914 | 2024-12-21T03:13:16.630Z | [ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO STEP 155 (remove_files) COMPLETE |
9915 | 2024-12-21T03:13:16.634Z | [ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9916 | 2024-12-21T03:13:16.651Z | [ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9917 | 2024-12-21T03:13:16.651Z | [ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO STEP 156 (remove_files) COMPLETE |
9918 | 2024-12-21T03:13:16.651Z | [ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9919 | 2024-12-21T03:13:16.669Z | [ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9920 | 2024-12-21T03:13:16.669Z | [ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO STEP 157 (remove_files) COMPLETE |
9921 | 2024-12-21T03:13:16.669Z | [ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9922 | 2024-12-21T03:13:16.714Z | [ host-image] Dec 21 03:13:16.011 INFO O| Dec 21 03:13:16.011 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9923 | 2024-12-21T03:13:16.717Z | [ host-image] Dec 21 03:13:16.012 INFO O| Dec 21 03:13:16.011 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9924 | 2024-12-21T03:13:30.155Z | [ host-image] Dec 21 03:13:29.450 INFO O| Dec 21 03:13:29.450 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 |
9925 | 2024-12-21T03:13:30.158Z | [ host-image] Dec 21 03:13:29.450 INFO O| Dec 21 03:13:29.450 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9926 | 2024-12-21T03:13:30.182Z | [ host-image] Dec 21 03:13:29.476 INFO O| Dec 21 03:13:29.476 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9927 | 2024-12-21T03:13:30.319Z | [ host-image] Dec 21 03:13:29.614 INFO O| Dec 21 03:13:29.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9928 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.614 INFO O| Dec 21 03:13:29.613 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9929 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9930 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO ok! |
9931 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9932 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO STEP 158 (seed_smf) COMPLETE |
9933 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO steps complete; finalising image! |
9934 | 2024-12-21T03:13:30.323Z | [ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9935 | 2024-12-21T03:13:30.515Z | [ host-image] Dec 21 03:13:29.810 INFO O| Dec 21 03:13:29.810 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 03:13:29 2024) |
9936 | 2024-12-21T03:13:30.727Z | [ host-image] Dec 21 03:13:30.021 INFO O| Dec 21 03:13:30.021 INFO trim TEMPORARY-gimlet-zfs: (49% trimmed, started at Sat Dec 21 03:13:29 2024) |
9937 | 2024-12-21T03:13:30.938Z | [ host-image] Dec 21 03:13:30.233 INFO O| Dec 21 03:13:30.233 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Sat Dec 21 03:13:29 2024) |
9938 | 2024-12-21T03:13:31.172Z | [ host-image] Dec 21 03:13:30.467 INFO O| Dec 21 03:13:30.467 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9939 | 2024-12-21T03:13:31.172Z | [ host-image] Dec 21 03:13:30.468 INFO O| Dec 21 03:13:30.467 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9940 | 2024-12-21T03:13:31.600Z | [ host-image] Dec 21 03:13:30.895 INFO O| Dec 21 03:13:30.895 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9941 | 2024-12-21T03:13:31.601Z | [ host-image] Dec 21 03:13:30.895 INFO O| Dec 21 03:13:30.895 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9942 | 2024-12-21T03:13:33.090Z | [ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.384 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9943 | 2024-12-21T03:13:33.090Z | [ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9944 | 2024-12-21T03:13:33.092Z | [ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9945 | 2024-12-21T03:13:33.092Z | [ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO completed processing gimlet/zfs |
9946 | 2024-12-21T03:13:33.093Z | [ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9947 | 2024-12-21T03:13:41.727Z | [ host-image] Dec 21 03:13:41.020 INFO O| Dec 21 03:13:41.020 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9948 | 2024-12-21T03:13:41.836Z | [ host-image] Dec 21 03:13:41.129 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9949 | 2024-12-21T03:13:41.836Z | [ host-image] Dec 21 03:13:41.129 INFO expanded image name: "ci ec6f367/${os_short_commit} 2024-12-21 02:38" -> "ci ec6f367/37a4469 2024-12-21 02:38" |
9950 | 2024-12-21T03:13:41.839Z | [ host-image] Dec 21 03:13:41.129 INFO output artefacts stored in: "/work/os-host" |
9951 | 2024-12-21T03:13:41.839Z | [ host-image] Dec 21 03:13:41.129 INFO collecting git info from project "pinprick"... |
9952 | 2024-12-21T03:13:41.850Z | [ host-image] Dec 21 03:13:41.143 INFO collecting git info from project "bootserver"... |
9953 | 2024-12-21T03:13:41.858Z | [ host-image] Dec 21 03:13:41.151 INFO collecting git info from project "chelsio-t6-roms"... |
9954 | 2024-12-21T03:13:41.865Z | [ host-image] Dec 21 03:13:41.159 INFO collecting git info from project "phbl"... |
9955 | 2024-12-21T03:13:41.874Z | [ host-image] Dec 21 03:13:41.167 INFO collecting git info from project "amd-host-image-builder"... |
9956 | 2024-12-21T03:13:41.898Z | [ host-image] Dec 21 03:13:41.191 INFO collecting git info from project "pilot"... |
9957 | 2024-12-21T03:13:41.906Z | [ host-image] Dec 21 03:13:41.200 INFO collecting git info from project "image-builder"... |
9958 | 2024-12-21T03:13:41.914Z | [ host-image] Dec 21 03:13:41.207 INFO collecting git info from project "amd-firmware"... |
9959 | 2024-12-21T03:13:41.931Z | [ host-image] Dec 21 03:13:41.224 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9960 | 2024-12-21T03:13:42.457Z | [ host-image] Dec 21 03:13:41.751 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9961 | 2024-12-21T03:13:43.060Z | [ host-image] Dec 21 03:13:42.354 INFO creating Oxide boot image... |
9962 | 2024-12-21T03:13:43.060Z | [ host-image] Dec 21 03:13:42.354 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ec6f367/37a4469 2024-12-21 02:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9963 | 2024-12-21T03:13:44.287Z | [ host-image] Dec 21 03:13:43.580 INFO O| ok, image written! |
9964 | 2024-12-21T03:13:44.289Z | [ host-image] Dec 21 03:13:43.580 INFO O| ok, boot_image_csum file written! |
9965 | 2024-12-21T03:13:44.292Z | [ host-image] Dec 21 03:13:43.585 INFO creating boot archive (CPIO)... |
9966 | 2024-12-21T03:13:44.292Z | [ host-image] Dec 21 03:13:43.585 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 |
9967 | 2024-12-21T03:13:44.300Z | [ host-image] Dec 21 03:13:43.593 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9968 | 2024-12-21T03:13:44.300Z | [ host-image] Dec 21 03:13:43.593 INFO E| + outfile=/work/os-host/cpio |
9969 | 2024-12-21T03:13:44.300Z | [ host-image] Dec 21 03:13:43.593 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9970 | 2024-12-21T03:13:44.304Z | [ host-image] Dec 21 03:13:43.596 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9971 | 2024-12-21T03:13:44.304Z | [ host-image] Dec 21 03:13:43.596 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9972 | 2024-12-21T03:13:44.363Z | [ host-image] Dec 21 03:13:43.656 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9973 | 2024-12-21T03:13:44.363Z | [ host-image] Dec 21 03:13:43.656 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9974 | 2024-12-21T03:13:44.374Z | [ host-image] Dec 21 03:13:43.667 INFO creating compressed cpio/unix for nanobl-rs... |
9975 | 2024-12-21T03:13:44.374Z | [ host-image] Dec 21 03:13:43.667 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 |
9976 | 2024-12-21T03:13:44.738Z | [ host-image] Dec 21 03:13:44.031 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9977 | 2024-12-21T03:13:50.179Z | [ host-image] Dec 21 03:13:49.471 INFO creating reset image... |
9978 | 2024-12-21T03:13:50.180Z | [ host-image] Dec 21 03:13:49.471 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9979 | 2024-12-21T03:13:50.343Z | [ host-image] Dec 21 03:13:49.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9980 | 2024-12-21T03:13:50.351Z | [ host-image] Dec 21 03:13:49.637 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9981 | 2024-12-21T03:13:50.441Z | [ host-image] Dec 21 03:13:49.733 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9982 | 2024-12-21T03:13:53.946Z | [ host-image] Dec 21 03:13:53.237 INFO E| Finished `release` profile [optimized] target(s) in 3.56s |
9983 | 2024-12-21T03:13:53.964Z | [ host-image] Dec 21 03:13:53.255 INFO building host image... |
9984 | 2024-12-21T03:13:53.966Z | [ host-image] Dec 21 03:13:53.256 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") |
9985 | 2024-12-21T03:13:54.694Z | [ host-image] Dec 21 03:13:53.986 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9986 | 2024-12-21T03:14:57.896Z | [ host-image] Dec 21 03:14:57.178 INFO image complete! materials are in "/work/os-host" |
9987 | 2024-12-21T03:14:57.899Z | [ host-image] |
9988 | 2024-12-21T03:14:57.902Z | [ host-image] real 14:57.084760643 |
9989 | 2024-12-21T03:14:57.902Z | [ host-image] user 6:34.809799673 |
9990 | 2024-12-21T03:14:57.902Z | [ host-image] sys 1:09.524509027 |
9991 | 2024-12-21T03:14:57.902Z | [ host-image] trap 0.282625628 |
9992 | 2024-12-21T03:14:57.902Z | [ host-image] tflt 0.064951690 |
9993 | 2024-12-21T03:14:57.902Z | [ host-image] dflt 0.110867676 |
9994 | 2024-12-21T03:14:57.902Z | [ host-image] kflt 0.014710143 |
9995 | 2024-12-21T03:14:57.902Z | [ host-image] lock 15:19.699368526 |
9996 | 2024-12-21T03:14:57.902Z | [ host-image] slp 1:23:19.030158152 |
9997 | 2024-12-21T03:14:57.902Z | [ host-image] lat 2:32.045718887 |
9998 | 2024-12-21T03:14:57.902Z | [ host-image] stop 0.858000676 |
9999 | 2024-12-21T03:14:57.902Z | Dec 21 03:14:57.183 INFO [host-image] process exited with exit status: 0 (897.101483033s) |
10000 | 2024-12-21T03:14:57.903Z | Dec 21 03:14:57.183 INFO [tuf-repo] running task |
10001 | 2024-12-21T03:15:11.645Z | Dec 21 03:15:10.925 INFO assembling repository in `/tmp/tufaceousJLyXI3`, component: OmicronRepoAssembler |
10002 | 2024-12-21T03:15:21.666Z | Dec 21 03:15:20.946 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10003 | 2024-12-21T03:15:22.317Z | Dec 21 03:15:21.596 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10004 | 2024-12-21T03:15:31.202Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 13s |
10005 | 2024-12-21T03:15:31.617Z | Dec 21 03:15:30.895 INFO [verify-libraries] process exited with exit status: 0 (917.335878952s) |
10006 | 2024-12-21T03:15:35.349Z | Dec 21 03:15:34.626 INFO [tuf-repo] task succeeded (37.442560523s) |
10007 | 2024-12-21T03:15:35.349Z | Dec 21 03:15:34.626 INFO all jobs completed in 2247.955860741s |
10008 | 2024-12-21T03:15:35.956Z | process exited: duration 2995993 ms, exit code 0 |
|
10009 | 2024-12-21T03:15:35.971Z | found 33 output files |
10010 | 2024-12-21T03:15:35.971Z | uploading: /work/manifest.toml (8404 bytes) |
10011 | 2024-12-21T03:15:37.107Z | uploaded: /work/manifest.toml |
10012 | 2024-12-21T03:15:37.107Z | uploading: /work/repo.zip (1958623729 bytes) |
10013 | 2024-12-21T03:16:24.950Z | uploaded: /work/repo.zip |
10014 | 2024-12-21T03:16:24.950Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10015 | 2024-12-21T03:16:25.978Z | uploaded: /work/repo.zip.sha256.txt |
10016 | 2024-12-21T03:16:25.983Z | uploading: /work/helios-setup.log (66098 bytes) |
10017 | 2024-12-21T03:16:26.992Z | uploaded: /work/helios-setup.log |
10018 | 2024-12-21T03:16:26.992Z | uploading: /work/host-image.log (199801 bytes) |
10019 | 2024-12-21T03:16:28.006Z | uploaded: /work/host-image.log |
10020 | 2024-12-21T03:16:28.006Z | uploading: /work/host-package.log (22391 bytes) |
10021 | 2024-12-21T03:16:29.029Z | uploaded: /work/host-package.log |
10022 | 2024-12-21T03:16:29.029Z | uploading: /work/host-target.log (101 bytes) |
10023 | 2024-12-21T03:16:30.046Z | uploaded: /work/host-target.log |
10024 | 2024-12-21T03:16:30.046Z | uploading: /work/omicron-package.log (5712 bytes) |
10025 | 2024-12-21T03:16:31.064Z | uploaded: /work/omicron-package.log |
10026 | 2024-12-21T03:16:31.064Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10027 | 2024-12-21T03:16:32.074Z | uploaded: /work/phbl-toolchain.log |
10028 | 2024-12-21T03:16:32.074Z | uploading: /work/recovery-image.log (594455 bytes) |
10029 | 2024-12-21T03:16:33.104Z | uploaded: /work/recovery-image.log |
10030 | 2024-12-21T03:16:33.104Z | uploading: /work/recovery-package.log (321 bytes) |
10031 | 2024-12-21T03:16:34.137Z | uploaded: /work/recovery-package.log |
10032 | 2024-12-21T03:16:34.137Z | uploading: /work/recovery-target.log (98 bytes) |
10033 | 2024-12-21T03:16:35.162Z | uploaded: /work/recovery-target.log |
10034 | 2024-12-21T03:16:35.172Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10035 | 2024-12-21T03:16:36.180Z | uploaded: /work/stamp-clickhouse.log |
10036 | 2024-12-21T03:16:36.180Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10037 | 2024-12-21T03:16:37.197Z | uploaded: /work/stamp-clickhouse_keeper.log |
10038 | 2024-12-21T03:16:37.197Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10039 | 2024-12-21T03:16:38.215Z | uploaded: /work/stamp-cockroachdb.log |
10040 | 2024-12-21T03:16:38.215Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10041 | 2024-12-21T03:16:39.256Z | uploaded: /work/stamp-crucible-dtrace.log |
10042 | 2024-12-21T03:16:39.257Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10043 | 2024-12-21T03:16:40.268Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10044 | 2024-12-21T03:16:40.268Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10045 | 2024-12-21T03:16:41.276Z | uploaded: /work/stamp-crucible-zone.log |
10046 | 2024-12-21T03:16:41.276Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10047 | 2024-12-21T03:16:42.289Z | uploaded: /work/stamp-external-dns.log |
10048 | 2024-12-21T03:16:42.289Z | uploading: /work/stamp-installinator.log (103 bytes) |
10049 | 2024-12-21T03:16:43.309Z | uploaded: /work/stamp-installinator.log |
10050 | 2024-12-21T03:16:43.309Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10051 | 2024-12-21T03:16:44.354Z | uploaded: /work/stamp-internal-dns.log |
10052 | 2024-12-21T03:16:44.354Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10053 | 2024-12-21T03:16:45.370Z | uploaded: /work/stamp-mg-ddm-gz.log |
10054 | 2024-12-21T03:16:45.370Z | uploading: /work/stamp-nexus.log (112 bytes) |
10055 | 2024-12-21T03:16:46.382Z | uploaded: /work/stamp-nexus.log |
10056 | 2024-12-21T03:16:46.382Z | uploading: /work/stamp-ntp.log (110 bytes) |
10057 | 2024-12-21T03:16:47.396Z | uploaded: /work/stamp-ntp.log |
10058 | 2024-12-21T03:16:47.396Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10059 | 2024-12-21T03:16:48.436Z | uploaded: /work/stamp-omicron-sled-agent.log |
10060 | 2024-12-21T03:16:48.436Z | uploading: /work/stamp-overlay.log (114 bytes) |
10061 | 2024-12-21T03:16:49.450Z | uploaded: /work/stamp-overlay.log |
10062 | 2024-12-21T03:16:49.450Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10063 | 2024-12-21T03:16:50.496Z | uploaded: /work/stamp-oximeter.log |
10064 | 2024-12-21T03:16:50.496Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10065 | 2024-12-21T03:16:51.513Z | uploaded: /work/stamp-oxlog.log |
10066 | 2024-12-21T03:16:51.513Z | uploading: /work/stamp-probe.log (112 bytes) |
10067 | 2024-12-21T03:16:52.530Z | uploaded: /work/stamp-probe.log |
10068 | 2024-12-21T03:16:52.530Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10069 | 2024-12-21T03:16:55.845Z | uploaded: /work/stamp-propolis-server.log |
10070 | 2024-12-21T03:16:55.845Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10071 | 2024-12-21T03:16:56.897Z | uploaded: /work/stamp-pumpkind-gz.log |
10072 | 2024-12-21T03:16:56.898Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10073 | 2024-12-21T03:16:57.915Z | uploaded: /work/stamp-switch-asic.log |
10074 | 2024-12-21T03:16:57.915Z | uploading: /work/verify-libraries.log (5773 bytes) |
10075 | 2024-12-21T03:16:58.950Z | uploaded: /work/verify-libraries.log |