|
|
|
1 | 2024-10-03T19:45:36.035Z | job assigned to worker 01J99YKPW5BP1GXHRWRZ8V1G7A (queued for 2 m 43 s) |
|
2 | 2024-10-03T19:45:43.395Z | starting task 0: "setup" |
3 | 2024-10-03T19:45:43.404Z | ++ uname -s |
4 | 2024-10-03T19:45:43.406Z | + kern=SunOS |
5 | 2024-10-03T19:45:43.407Z | + case "$kern" in |
6 | 2024-10-03T19:45:43.407Z | + groupadd -g 12345 build |
7 | 2024-10-03T19:45:43.409Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-03T19:45:45.420Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-03T19:45:45.567Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-03T19:45:45.569Z | + home_fs=zfs |
11 | 2024-10-03T19:45:45.569Z | + [[ zfs == autofs ]] |
12 | 2024-10-03T19:45:45.569Z | + mkdir -p /home/build |
13 | 2024-10-03T19:45:45.572Z | + chown build:build /home/build /work |
14 | 2024-10-03T19:45:47.573Z | + chmod 0700 /home/build /work |
15 | 2024-10-03T19:45:47.575Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2024-10-03T19:45:47.580Z | starting task 1: "rust-toolchain" |
17 | 2024-10-03T19:45:47.585Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-03T19:45:47.585Z | ' 1.80.1 |
19 | 2024-10-03T19:45:47.585Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-03T19:45:47.585Z | * toolchain channel = "1.80.1" |
21 | 2024-10-03T19:45:47.585Z | ' default |
22 | 2024-10-03T19:45:47.585Z | * toolchain profile = "default" |
23 | 2024-10-03T19:45:47.588Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-03T19:45:47.588Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-03T19:45:47.704Z | info: downloading installer |
26 | 2024-10-03T19:45:49.011Z | info: profile set to 'default' |
27 | 2024-10-03T19:45:49.012Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-03T19:45:49.014Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-03T19:45:49.155Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-03T19:45:49.155Z | info: downloading component 'cargo' |
31 | 2024-10-03T19:45:49.953Z | info: downloading component 'clippy' |
32 | 2024-10-03T19:45:50.237Z | info: downloading component 'rust-docs' |
33 | 2024-10-03T19:45:51.348Z | info: downloading component 'rust-std' |
34 | 2024-10-03T19:45:52.903Z | info: downloading component 'rustc' |
35 | 2024-10-03T19:45:57.265Z | info: downloading component 'rustfmt' |
36 | 2024-10-03T19:45:57.500Z | info: installing component 'cargo' |
37 | 2024-10-03T19:45:58.316Z | info: installing component 'clippy' |
38 | 2024-10-03T19:45:58.681Z | info: installing component 'rust-docs' |
39 | 2024-10-03T19:46:00.334Z | info: installing component 'rust-std' |
40 | 2024-10-03T19:46:01.968Z | info: installing component 'rustc' |
41 | 2024-10-03T19:46:06.097Z | info: installing component 'rustfmt' |
42 | 2024-10-03T19:46:06.440Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-03T19:46:06.440Z | |
44 | 2024-10-03T19:46:06.735Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-03T19:46:06.735Z | |
46 | 2024-10-03T19:46:06.737Z | |
47 | 2024-10-03T19:46:06.737Z | Rust is installed now. Great! |
48 | 2024-10-03T19:46:06.737Z | |
49 | 2024-10-03T19:46:06.737Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-03T19:46:06.737Z | environment variable. This has not been done automatically. |
51 | 2024-10-03T19:46:06.738Z | |
52 | 2024-10-03T19:46:06.738Z | To configure your current shell, you need to source |
53 | 2024-10-03T19:46:06.738Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-03T19:46:06.738Z | |
55 | 2024-10-03T19:46:06.738Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-03T19:46:06.738Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-03T19:46:06.738Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-03T19:46:06.792Z | + rustc --version |
59 | 2024-10-03T19:46:06.854Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-03T19:46:06.857Z | process exited: duration 19275 ms, exit code 0 |
|
61 | 2024-10-03T19:46:06.862Z | starting task 2: "authentication" |
62 | 2024-10-03T19:46:06.882Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-03T19:46:06.887Z | starting task 3: "clone repository" |
64 | 2024-10-03T19:46:06.892Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-03T19:46:06.895Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-03T19:46:06.933Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-03T19:46:14.662Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-03T19:46:14.662Z | + git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313 |
69 | 2024-10-03T19:46:14.991Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-03T19:46:14.991Z | * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD |
71 | 2024-10-03T19:46:15.001Z | + [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
72 | 2024-10-03T19:46:15.005Z | ++ git branch --show-current |
73 | 2024-10-03T19:46:15.007Z | + current=main |
74 | 2024-10-03T19:46:15.007Z | + [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
75 | 2024-10-03T19:46:15.007Z | + git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313 |
76 | 2024-10-03T19:46:15.009Z | + git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap |
77 | 2024-10-03T19:46:15.168Z | Switched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap' |
78 | 2024-10-03T19:46:15.170Z | + git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313 |
79 | 2024-10-03T19:46:15.323Z | HEAD is now at 09053cabe [spr] initial version |
80 | 2024-10-03T19:46:15.326Z | process exited: duration 8436 ms, exit code 0 |
|
81 | 2024-10-03T19:46:15.333Z | starting task 4: "build" |
82 | 2024-10-03T19:46:15.337Z | + cargo --version |
83 | 2024-10-03T19:46:15.392Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-03T19:46:15.395Z | + rustc --version |
85 | 2024-10-03T19:46:15.451Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-03T19:46:15.453Z | + cargo tree --locked |
87 | 2024-10-03T19:46:15.706Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
88 | 2024-10-03T19:46:15.961Z | Updating crates.io index |
89 | 2024-10-03T19:46:15.964Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
90 | 2024-10-03T19:46:16.743Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
91 | 2024-10-03T19:46:16.994Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
92 | 2024-10-03T19:46:17.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
93 | 2024-10-03T19:46:17.483Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
94 | 2024-10-03T19:46:18.247Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2024-10-03T19:46:20.382Z | Updating git repository `https://github.com/oxidecomputer/opte` |
96 | 2024-10-03T19:46:21.384Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
97 | 2024-10-03T19:46:22.012Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
98 | 2024-10-03T19:46:22.283Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
99 | 2024-10-03T19:46:22.605Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
100 | 2024-10-03T19:46:23.126Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
101 | 2024-10-03T19:46:23.404Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
102 | 2024-10-03T19:46:23.730Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
103 | 2024-10-03T19:46:24.034Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
104 | 2024-10-03T19:46:24.334Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
105 | 2024-10-03T19:46:24.596Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
106 | 2024-10-03T19:46:24.838Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
107 | 2024-10-03T19:46:25.085Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
108 | 2024-10-03T19:46:25.371Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
109 | 2024-10-03T19:46:25.682Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
110 | 2024-10-03T19:46:25.955Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
111 | 2024-10-03T19:46:26.298Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
112 | 2024-10-03T19:46:26.665Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-03T19:46:27.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-10-03T19:46:27.322Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-10-03T19:46:27.832Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-10-03T19:46:28.188Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
117 | 2024-10-03T19:46:28.530Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
118 | 2024-10-03T19:46:28.817Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
119 | 2024-10-03T19:46:30.183Z | Downloading crates ... |
120 | 2024-10-03T19:46:30.293Z | Downloaded assert_matches v1.5.0 |
121 | 2024-10-03T19:46:30.300Z | Downloaded async-object-pool v0.1.5 |
122 | 2024-10-03T19:46:30.302Z | Downloaded assert-json-diff v2.0.2 |
123 | 2024-10-03T19:46:30.304Z | Downloaded anstyle v1.0.8 |
124 | 2024-10-03T19:46:30.306Z | Downloaded foreign-types v0.3.2 |
125 | 2024-10-03T19:46:30.307Z | Downloaded float-ord v0.3.2 |
126 | 2024-10-03T19:46:30.309Z | Downloaded fallible-streaming-iterator v0.1.9 |
127 | 2024-10-03T19:46:30.311Z | Downloaded approx v0.5.1 |
128 | 2024-10-03T19:46:30.311Z | Downloaded adler v1.0.2 |
129 | 2024-10-03T19:46:30.313Z | Downloaded anes v0.1.6 |
130 | 2024-10-03T19:46:30.316Z | Downloaded flagset v0.4.5 |
131 | 2024-10-03T19:46:30.318Z | Downloaded fatfs v0.3.6 |
132 | 2024-10-03T19:46:30.323Z | Downloaded cfg_aliases v0.1.1 |
133 | 2024-10-03T19:46:30.325Z | Downloaded http-body v1.0.0 |
134 | 2024-10-03T19:46:30.325Z | Downloaded fxhash v0.2.1 |
135 | 2024-10-03T19:46:30.327Z | Downloaded atomicwrites v0.4.4 |
136 | 2024-10-03T19:46:30.329Z | Downloaded async-bb8-diesel v0.2.1 |
137 | 2024-10-03T19:46:30.332Z | Downloaded async-stream v0.3.5 |
138 | 2024-10-03T19:46:30.334Z | Downloaded foreign-types-macros v0.2.3 |
139 | 2024-10-03T19:46:30.334Z | Downloaded async-signal v0.2.10 |
140 | 2024-10-03T19:46:30.337Z | Downloaded headers-core v0.3.0 |
141 | 2024-10-03T19:46:30.339Z | Downloaded http-range v0.1.5 |
142 | 2024-10-03T19:46:30.340Z | Downloaded async-task v4.7.1 |
143 | 2024-10-03T19:46:30.342Z | Downloaded async-process v2.2.4 |
144 | 2024-10-03T19:46:30.344Z | Downloaded guppy-workspace-hack v0.1.0 |
145 | 2024-10-03T19:46:30.347Z | Downloaded hubpack_derive v0.1.1 |
146 | 2024-10-03T19:46:30.347Z | Downloaded foreign-types-shared v0.3.1 |
147 | 2024-10-03T19:46:30.347Z | Downloaded block-buffer v0.10.4 |
148 | 2024-10-03T19:46:30.349Z | Downloaded autocfg v1.3.0 |
149 | 2024-10-03T19:46:30.351Z | Downloaded ident_case v1.0.1 |
150 | 2024-10-03T19:46:30.351Z | Downloaded castaway v0.2.3 |
151 | 2024-10-03T19:46:30.354Z | Downloaded hostname v0.4.0 |
152 | 2024-10-03T19:46:30.356Z | Downloaded ff v0.13.0 |
153 | 2024-10-03T19:46:30.358Z | Downloaded httpdate v1.0.3 |
154 | 2024-10-03T19:46:30.358Z | Downloaded home v0.5.9 |
155 | 2024-10-03T19:46:30.361Z | Downloaded ciborium-ll v0.2.2 |
156 | 2024-10-03T19:46:30.363Z | Downloaded futures-core v0.3.30 |
157 | 2024-10-03T19:46:30.363Z | Downloaded funty v2.0.0 |
158 | 2024-10-03T19:46:30.365Z | Downloaded heck v0.4.1 |
159 | 2024-10-03T19:46:30.367Z | Downloaded hash32 v0.2.1 |
160 | 2024-10-03T19:46:30.367Z | Downloaded argon2 v0.5.3 |
161 | 2024-10-03T19:46:30.370Z | Downloaded ghash v0.5.1 |
162 | 2024-10-03T19:46:30.372Z | Downloaded fixedbitset v0.4.2 |
163 | 2024-10-03T19:46:30.374Z | Downloaded foreign-types-shared v0.1.1 |
164 | 2024-10-03T19:46:30.374Z | Downloaded chacha20 v0.9.1 |
165 | 2024-10-03T19:46:30.377Z | Downloaded blowfish v0.9.1 |
166 | 2024-10-03T19:46:30.379Z | Downloaded bitflags v1.3.2 |
167 | 2024-10-03T19:46:30.381Z | Downloaded bitfield-struct v0.6.1 |
168 | 2024-10-03T19:46:30.383Z | Downloaded fragile v2.0.0 |
169 | 2024-10-03T19:46:30.385Z | Downloaded hyper-tls v0.6.0 |
170 | 2024-10-03T19:46:30.388Z | Downloaded float-cmp v0.9.0 |
171 | 2024-10-03T19:46:30.388Z | Downloaded ciborium-io v0.2.2 |
172 | 2024-10-03T19:46:30.390Z | Downloaded opaque-debug v0.3.1 |
173 | 2024-10-03T19:46:30.390Z | Downloaded atty v0.2.14 |
174 | 2024-10-03T19:46:30.392Z | Downloaded fd-lock v4.0.2 |
175 | 2024-10-03T19:46:30.394Z | Downloaded fastrand v2.1.0 |
176 | 2024-10-03T19:46:30.397Z | Downloaded cfg_aliases v0.2.1 |
177 | 2024-10-03T19:46:30.397Z | Downloaded cargo-platform v0.1.8 |
178 | 2024-10-03T19:46:30.399Z | Downloaded peg-runtime v0.8.3 |
179 | 2024-10-03T19:46:30.399Z | Downloaded hex v0.4.3 |
180 | 2024-10-03T19:46:30.401Z | Downloaded group v0.13.0 |
181 | 2024-10-03T19:46:30.404Z | Downloaded gethostname v0.5.0 |
182 | 2024-10-03T19:46:30.406Z | Downloaded hyper-rustls v0.27.3 |
183 | 2024-10-03T19:46:30.408Z | Downloaded bit-set v0.5.3 |
184 | 2024-10-03T19:46:30.411Z | Downloaded ciborium v0.2.2 |
185 | 2024-10-03T19:46:30.413Z | Downloaded phf_shared v0.10.0 |
186 | 2024-10-03T19:46:30.413Z | Downloaded cassowary v0.3.0 |
187 | 2024-10-03T19:46:30.416Z | Downloaded base64ct v1.6.0 |
188 | 2024-10-03T19:46:30.418Z | Downloaded async-stream-impl v0.3.5 |
189 | 2024-10-03T19:46:30.418Z | Downloaded ascii-canvas v3.0.0 |
190 | 2024-10-03T19:46:30.420Z | Downloaded arrayref v0.3.7 |
191 | 2024-10-03T19:46:30.420Z | Downloaded futures-executor v0.3.30 |
192 | 2024-10-03T19:46:30.422Z | Downloaded anstyle-parse v0.2.4 |
193 | 2024-10-03T19:46:30.425Z | Downloaded blake2b_simd v1.0.2 |
194 | 2024-10-03T19:46:30.427Z | Downloaded async-recursion v1.1.1 |
195 | 2024-10-03T19:46:30.430Z | Downloaded proc-macro-error-attr v1.0.4 |
196 | 2024-10-03T19:46:30.433Z | Downloaded iana-time-zone v0.1.60 |
197 | 2024-10-03T19:46:30.435Z | Downloaded plotters-svg v0.3.5 |
198 | 2024-10-03T19:46:30.437Z | Downloaded async-attributes v1.1.2 |
199 | 2024-10-03T19:46:30.437Z | Downloaded async-channel v1.9.0 |
200 | 2024-10-03T19:46:30.440Z | Downloaded piper v0.2.4 |
201 | 2024-10-03T19:46:30.442Z | Downloaded http-body v0.4.6 |
202 | 2024-10-03T19:46:30.442Z | Downloaded glob v0.3.1 |
203 | 2024-10-03T19:46:30.445Z | Downloaded bb8 v0.8.5 |
204 | 2024-10-03T19:46:30.445Z | Downloaded base16ct v0.2.0 |
205 | 2024-10-03T19:46:30.448Z | Downloaded cfg-if v1.0.0 |
206 | 2024-10-03T19:46:30.451Z | Downloaded cast v0.3.0 |
207 | 2024-10-03T19:46:30.451Z | Downloaded hashlink v0.9.1 |
208 | 2024-10-03T19:46:30.453Z | Downloaded globset v0.4.14 |
209 | 2024-10-03T19:46:30.455Z | Downloaded hyper-rustls v0.26.0 |
210 | 2024-10-03T19:46:30.458Z | Downloaded cbc v0.1.2 |
211 | 2024-10-03T19:46:30.460Z | Downloaded cargo_metadata v0.18.1 |
212 | 2024-10-03T19:46:30.464Z | Downloaded futures v0.3.30 |
213 | 2024-10-03T19:46:30.466Z | Downloaded block-padding v0.3.3 |
214 | 2024-10-03T19:46:30.469Z | Downloaded hash32 v0.3.1 |
215 | 2024-10-03T19:46:30.469Z | Downloaded fs-err v2.11.0 |
216 | 2024-10-03T19:46:30.471Z | Downloaded form_urlencoded v1.2.1 |
217 | 2024-10-03T19:46:30.474Z | Downloaded sigpipe v0.1.3 |
218 | 2024-10-03T19:46:30.474Z | Downloaded russh-cryptovec v0.7.2 |
219 | 2024-10-03T19:46:30.474Z | Downloaded bytecount v0.6.8 |
220 | 2024-10-03T19:46:30.476Z | Downloaded bitfield v0.14.0 |
221 | 2024-10-03T19:46:30.478Z | Downloaded swrite v0.1.0 |
222 | 2024-10-03T19:46:30.478Z | Downloaded password-hash v0.4.2 |
223 | 2024-10-03T19:46:30.481Z | Downloaded heck v0.3.3 |
224 | 2024-10-03T19:46:30.483Z | Downloaded heck v0.5.0 |
225 | 2024-10-03T19:46:30.485Z | Downloaded futures-sink v0.3.30 |
226 | 2024-10-03T19:46:30.485Z | Downloaded generic-array v0.14.7 |
227 | 2024-10-03T19:46:30.488Z | Downloaded cipher v0.4.4 |
228 | 2024-10-03T19:46:30.490Z | Downloaded ppv-lite86 v0.2.17 |
229 | 2024-10-03T19:46:30.490Z | Downloaded hostname v0.3.1 |
230 | 2024-10-03T19:46:30.493Z | Downloaded sqlparser_derive v0.2.2 |
231 | 2024-10-03T19:46:30.495Z | Downloaded futures-channel v0.3.30 |
232 | 2024-10-03T19:46:30.495Z | Downloaded camino-tempfile v1.1.1 |
233 | 2024-10-03T19:46:30.497Z | Downloaded futures-timer v3.0.3 |
234 | 2024-10-03T19:46:30.499Z | Downloaded humantime v2.1.0 |
235 | 2024-10-03T19:46:30.502Z | Downloaded r2d2 v0.8.10 |
236 | 2024-10-03T19:46:30.504Z | Downloaded ref-cast-impl v1.0.23 |
237 | 2024-10-03T19:46:30.504Z | Downloaded ref-cast v1.0.23 |
238 | 2024-10-03T19:46:30.507Z | Downloaded progenitor v0.8.0 |
239 | 2024-10-03T19:46:30.509Z | Downloaded futures-lite v2.3.0 |
240 | 2024-10-03T19:46:30.511Z | Downloaded cexpr v0.6.0 |
241 | 2024-10-03T19:46:30.513Z | Downloaded httparse v1.8.0 |
242 | 2024-10-03T19:46:30.516Z | Downloaded http-body-util v0.1.2 |
243 | 2024-10-03T19:46:30.518Z | Downloaded camino v1.1.9 |
244 | 2024-10-03T19:46:30.520Z | Downloaded assert_cmd v2.0.16 |
245 | 2024-10-03T19:46:30.523Z | Downloaded clang-sys v1.7.0 |
246 | 2024-10-03T19:46:30.525Z | Downloaded rustls-pki-types v1.7.0 |
247 | 2024-10-03T19:46:30.527Z | Downloaded cancel-safe-futures v0.1.5 |
248 | 2024-10-03T19:46:30.531Z | Downloaded zone_cfg_derive v0.3.0 |
249 | 2024-10-03T19:46:30.533Z | Downloaded vte_generate_state_changes v0.1.1 |
250 | 2024-10-03T19:46:30.533Z | Downloaded sec1 v0.7.3 |
251 | 2024-10-03T19:46:30.536Z | Downloaded rustc_version v0.1.7 |
252 | 2024-10-03T19:46:30.536Z | Downloaded serde_repr v0.1.19 |
253 | 2024-10-03T19:46:30.538Z | Downloaded serde_regex v1.1.0 |
254 | 2024-10-03T19:46:30.540Z | Downloaded stringprep v0.1.4 |
255 | 2024-10-03T19:46:30.543Z | Downloaded anyhow v1.0.89 |
256 | 2024-10-03T19:46:30.546Z | Downloaded ahash v0.8.11 |
257 | 2024-10-03T19:46:30.549Z | Downloaded signal-hook-registry v1.4.2 |
258 | 2024-10-03T19:46:30.551Z | Downloaded strsim v0.11.1 |
259 | 2024-10-03T19:46:30.554Z | Downloaded signal-hook-mio v0.2.4 |
260 | 2024-10-03T19:46:30.554Z | Downloaded shlex v1.3.0 |
261 | 2024-10-03T19:46:30.556Z | Downloaded signal-hook-tokio v0.3.1 |
262 | 2024-10-03T19:46:30.558Z | Downloaded thiserror-impl v1.0.64 |
263 | 2024-10-03T19:46:30.558Z | Downloaded thiserror v1.0.64 |
264 | 2024-10-03T19:46:30.563Z | Downloaded tui-tree-widget v0.22.0 |
265 | 2024-10-03T19:46:30.566Z | Downloaded matches v0.1.10 |
266 | 2024-10-03T19:46:30.568Z | Downloaded match_cfg v0.1.0 |
267 | 2024-10-03T19:46:30.568Z | Downloaded hyper-staticfile v0.10.1 |
268 | 2024-10-03T19:46:30.570Z | Downloaded partial-io v0.5.4 |
269 | 2024-10-03T19:46:30.573Z | Downloaded unarray v0.1.4 |
270 | 2024-10-03T19:46:30.576Z | Downloaded toml_datetime v0.6.8 |
271 | 2024-10-03T19:46:30.576Z | Downloaded parking_lot_core v0.8.6 |
272 | 2024-10-03T19:46:30.578Z | Downloaded ssh-cipher v0.2.0 |
273 | 2024-10-03T19:46:30.581Z | Downloaded version_check v0.9.5 |
274 | 2024-10-03T19:46:30.583Z | Downloaded strip-ansi-escapes v0.2.0 |
275 | 2024-10-03T19:46:30.583Z | Downloaded shell-words v1.1.0 |
276 | 2024-10-03T19:46:30.583Z | Downloaded peg-macros v0.8.4 |
277 | 2024-10-03T19:46:30.586Z | Downloaded hubpack v0.1.2 |
278 | 2024-10-03T19:46:30.588Z | Downloaded blake2 v0.10.6 |
279 | 2024-10-03T19:46:30.591Z | Downloaded bitflags v2.6.0 |
280 | 2024-10-03T19:46:30.594Z | Downloaded backoff v0.4.0 |
281 | 2024-10-03T19:46:30.597Z | Downloaded usdt-impl v0.5.0 |
282 | 2024-10-03T19:46:30.599Z | Downloaded cc v1.0.97 |
283 | 2024-10-03T19:46:30.601Z | Downloaded heapless v0.8.0 |
284 | 2024-10-03T19:46:30.606Z | Downloaded backtrace v0.3.71 |
285 | 2024-10-03T19:46:30.631Z | Downloaded concurrent-queue v2.5.0 |
286 | 2024-10-03T19:46:30.631Z | Downloaded parse-size v1.0.0 |
287 | 2024-10-03T19:46:30.631Z | Downloaded crc-catalog v2.4.0 |
288 | 2024-10-03T19:46:30.637Z | Downloaded signature v2.2.0 |
289 | 2024-10-03T19:46:30.637Z | Downloaded dirs-sys-next v0.1.2 |
290 | 2024-10-03T19:46:30.637Z | Downloaded defmt-parser v0.3.4 |
291 | 2024-10-03T19:46:30.637Z | Downloaded datatest-stable v0.2.9 |
292 | 2024-10-03T19:46:30.637Z | Downloaded highway v1.2.0 |
293 | 2024-10-03T19:46:30.637Z | Downloaded display-error-chain v0.2.1 |
294 | 2024-10-03T19:46:30.637Z | Downloaded rand_xorshift v0.3.0 |
295 | 2024-10-03T19:46:30.637Z | Downloaded inout v0.1.3 |
296 | 2024-10-03T19:46:30.637Z | Downloaded indoc v2.0.5 |
297 | 2024-10-03T19:46:30.637Z | Downloaded indoc v1.0.9 |
298 | 2024-10-03T19:46:30.637Z | Downloaded tracing-attributes v0.1.27 |
299 | 2024-10-03T19:46:30.640Z | Downloaded termtree v0.4.1 |
300 | 2024-10-03T19:46:30.640Z | Downloaded serde_plain v1.0.2 |
301 | 2024-10-03T19:46:30.642Z | Downloaded maplit v1.0.2 |
302 | 2024-10-03T19:46:30.642Z | Downloaded kstat-rs v0.2.4 |
303 | 2024-10-03T19:46:30.645Z | Downloaded pkcs1 v0.7.5 |
304 | 2024-10-03T19:46:30.648Z | Downloaded keccak v0.1.5 |
305 | 2024-10-03T19:46:30.648Z | Downloaded linear-map v1.2.0 |
306 | 2024-10-03T19:46:30.650Z | Downloaded itoa v1.0.11 |
307 | 2024-10-03T19:46:30.652Z | Downloaded tokio-rustls v0.24.1 |
308 | 2024-10-03T19:46:30.655Z | Downloaded proc-macro2 v1.0.86 |
309 | 2024-10-03T19:46:30.657Z | Downloaded headers v0.4.0 |
310 | 2024-10-03T19:46:30.662Z | Downloaded base64 v0.13.1 |
311 | 2024-10-03T19:46:30.666Z | Downloaded fancy-regex v0.13.0 |
312 | 2024-10-03T19:46:30.670Z | Downloaded criterion-plot v0.5.0 |
313 | 2024-10-03T19:46:30.672Z | Downloaded rustls-pemfile v2.1.3 |
314 | 2024-10-03T19:46:30.675Z | Downloaded olpc-cjson v0.1.3 |
315 | 2024-10-03T19:46:30.677Z | Downloaded proc-macro-crate v1.3.1 |
316 | 2024-10-03T19:46:30.680Z | Downloaded primeorder v0.13.6 |
317 | 2024-10-03T19:46:30.680Z | Downloaded vsss-rs v3.3.4 |
318 | 2024-10-03T19:46:30.682Z | Downloaded hashbrown v0.12.3 |
319 | 2024-10-03T19:46:30.687Z | Downloaded defmt v0.3.8 |
320 | 2024-10-03T19:46:30.690Z | Downloaded dirs-next v2.0.0 |
321 | 2024-10-03T19:46:30.694Z | Downloaded crc32fast v1.4.0 |
322 | 2024-10-03T19:46:30.697Z | Downloaded rustfmt-wrapper v0.2.1 |
323 | 2024-10-03T19:46:30.697Z | Downloaded plotters-backend v0.3.5 |
324 | 2024-10-03T19:46:30.699Z | Downloaded plain v0.2.3 |
325 | 2024-10-03T19:46:30.699Z | Downloaded pest_generator v2.7.10 |
326 | 2024-10-03T19:46:30.702Z | Downloaded proc-macro-crate v3.1.0 |
327 | 2024-10-03T19:46:30.702Z | Downloaded endian-type v0.1.2 |
328 | 2024-10-03T19:46:30.704Z | Downloaded serde_path_to_error v0.1.16 |
329 | 2024-10-03T19:46:30.706Z | Downloaded static_assertions v1.1.0 |
330 | 2024-10-03T19:46:30.707Z | Downloaded ecdsa v0.16.9 |
331 | 2024-10-03T19:46:30.709Z | Downloaded slog-dtrace v0.3.0 |
332 | 2024-10-03T19:46:30.711Z | Downloaded siphasher v0.3.11 |
333 | 2024-10-03T19:46:30.714Z | Downloaded hickory-server v0.24.1 |
334 | 2024-10-03T19:46:30.717Z | Downloaded vergen v8.3.2 |
335 | 2024-10-03T19:46:30.721Z | Downloaded impl-trait-for-tuples v0.2.2 |
336 | 2024-10-03T19:46:30.724Z | Downloaded equivalent v1.0.1 |
337 | 2024-10-03T19:46:30.727Z | Downloaded smawk v0.3.2 |
338 | 2024-10-03T19:46:30.730Z | Downloaded structmeta v0.2.0 |
339 | 2024-10-03T19:46:30.730Z | Downloaded p256 v0.13.2 |
340 | 2024-10-03T19:46:30.732Z | Downloaded smallvec v0.6.14 |
341 | 2024-10-03T19:46:30.735Z | Downloaded target-spec v3.2.1 |
342 | 2024-10-03T19:46:30.737Z | Downloaded rand_distr v0.4.3 |
343 | 2024-10-03T19:46:30.739Z | Downloaded salsa20 v0.10.2 |
344 | 2024-10-03T19:46:30.742Z | Downloaded nested v0.1.1 |
345 | 2024-10-03T19:46:30.744Z | Downloaded clap v4.5.18 |
346 | 2024-10-03T19:46:30.752Z | Downloaded cookie v0.18.1 |
347 | 2024-10-03T19:46:30.755Z | Downloaded escape8259 v0.5.2 |
348 | 2024-10-03T19:46:30.758Z | Downloaded zeroize_derive v1.4.2 |
349 | 2024-10-03T19:46:30.758Z | Downloaded num-complex v0.4.6 |
350 | 2024-10-03T19:46:30.760Z | Downloaded crc v3.2.1 |
351 | 2024-10-03T19:46:30.763Z | Downloaded parking_lot v0.11.2 |
352 | 2024-10-03T19:46:30.765Z | Downloaded path-slash v0.1.5 |
353 | 2024-10-03T19:46:30.768Z | Downloaded paste v1.0.15 |
354 | 2024-10-03T19:46:30.771Z | Downloaded data-encoding v2.6.0 |
355 | 2024-10-03T19:46:30.773Z | Downloaded ed25519 v2.2.3 |
356 | 2024-10-03T19:46:30.775Z | Downloaded usdt v0.5.0 |
357 | 2024-10-03T19:46:30.775Z | Downloaded slog-term v2.9.1 |
358 | 2024-10-03T19:46:30.778Z | Downloaded typify-macro v0.2.0 |
359 | 2024-10-03T19:46:30.781Z | Downloaded miniz_oxide v0.8.0 |
360 | 2024-10-03T19:46:30.783Z | Downloaded unsafe-libyaml v0.2.11 |
361 | 2024-10-03T19:46:30.785Z | Downloaded heapless v0.7.17 |
362 | 2024-10-03T19:46:30.790Z | Downloaded crypto-common v0.1.6 |
363 | 2024-10-03T19:46:30.792Z | Downloaded tempfile v3.10.1 |
364 | 2024-10-03T19:46:30.794Z | Downloaded target-lexicon v0.12.16 |
365 | 2024-10-03T19:46:30.797Z | Downloaded event-listener v5.3.1 |
366 | 2024-10-03T19:46:30.799Z | Downloaded errno v0.3.9 |
367 | 2024-10-03T19:46:30.801Z | Downloaded rand_seeder v0.3.0 |
368 | 2024-10-03T19:46:30.803Z | Downloaded password-hash v0.5.0 |
369 | 2024-10-03T19:46:30.806Z | Downloaded pretty_assertions v1.4.1 |
370 | 2024-10-03T19:46:30.810Z | Downloaded cpufeatures v0.2.12 |
371 | 2024-10-03T19:46:30.812Z | Downloaded difflib v0.4.0 |
372 | 2024-10-03T19:46:30.813Z | Downloaded multimap v0.10.0 |
373 | 2024-10-03T19:46:30.813Z | Downloaded tungstenite v0.21.0 |
374 | 2024-10-03T19:46:30.815Z | Downloaded smallvec v1.13.2 |
375 | 2024-10-03T19:46:30.817Z | Downloaded tower-service v0.3.2 |
376 | 2024-10-03T19:46:30.819Z | Downloaded num-iter v0.1.45 |
377 | 2024-10-03T19:46:30.822Z | Downloaded num-integer v0.1.46 |
378 | 2024-10-03T19:46:30.824Z | Downloaded digest v0.10.7 |
379 | 2024-10-03T19:46:30.826Z | Downloaded tinyvec_macros v0.1.1 |
380 | 2024-10-03T19:46:30.826Z | Downloaded num_cpus v1.16.0 |
381 | 2024-10-03T19:46:30.828Z | Downloaded take_mut v0.2.2 |
382 | 2024-10-03T19:46:30.830Z | Downloaded ipnetwork v0.20.0 |
383 | 2024-10-03T19:46:30.834Z | Downloaded event-listener-strategy v0.5.2 |
384 | 2024-10-03T19:46:30.834Z | Downloaded usdt-macro v0.5.0 |
385 | 2024-10-03T19:46:30.836Z | Downloaded usdt-attr-macro v0.5.0 |
386 | 2024-10-03T19:46:30.836Z | Downloaded universal-hash v0.5.1 |
387 | 2024-10-03T19:46:30.836Z | Downloaded semver v1.0.23 |
388 | 2024-10-03T19:46:30.839Z | Downloaded miniz_oxide v0.7.2 |
389 | 2024-10-03T19:46:30.841Z | Downloaded crunchy v0.2.2 |
390 | 2024-10-03T19:46:30.843Z | Downloaded phf_shared v0.11.2 |
391 | 2024-10-03T19:46:30.843Z | Downloaded typify v0.2.0 |
392 | 2024-10-03T19:46:30.847Z | Downloaded rtoolbox v0.0.2 |
393 | 2024-10-03T19:46:30.849Z | Downloaded quinn-udp v0.5.5 |
394 | 2024-10-03T19:46:30.851Z | Downloaded phf v0.11.2 |
395 | 2024-10-03T19:46:30.853Z | Downloaded pest_meta v2.7.10 |
396 | 2024-10-03T19:46:30.856Z | Downloaded resolv-conf v0.7.0 |
397 | 2024-10-03T19:46:30.858Z | Downloaded pem-rfc7468 v0.7.0 |
398 | 2024-10-03T19:46:30.860Z | Downloaded doc-comment v0.3.3 |
399 | 2024-10-03T19:46:30.861Z | Downloaded der_derive v0.7.2 |
400 | 2024-10-03T19:46:30.863Z | Downloaded hyper-util v0.1.9 |
401 | 2024-10-03T19:46:30.867Z | Downloaded ipnet v2.10.0 |
402 | 2024-10-03T19:46:30.869Z | Downloaded dyn-clone v1.0.17 |
403 | 2024-10-03T19:46:30.871Z | Downloaded openssl-macros v0.1.1 |
404 | 2024-10-03T19:46:30.874Z | Downloaded normalize-line-endings v0.3.0 |
405 | 2024-10-03T19:46:30.874Z | Downloaded libtest-mimic v0.7.3 |
406 | 2024-10-03T19:46:30.877Z | Downloaded schemars_derive v0.8.21 |
407 | 2024-10-03T19:46:30.879Z | Downloaded serde_urlencoded v0.7.1 |
408 | 2024-10-03T19:46:30.881Z | Downloaded scopeguard v1.2.0 |
409 | 2024-10-03T19:46:30.881Z | Downloaded slog-async v2.8.0 |
410 | 2024-10-03T19:46:30.884Z | Downloaded aes-gcm v0.10.3 |
411 | 2024-10-03T19:46:30.886Z | Downloaded rustls-pemfile v1.0.4 |
412 | 2024-10-03T19:46:30.889Z | Downloaded spki v0.7.3 |
413 | 2024-10-03T19:46:30.891Z | Downloaded hashbrown v0.13.2 |
414 | 2024-10-03T19:46:30.896Z | Downloaded subtle v2.5.0 |
415 | 2024-10-03T19:46:30.898Z | Downloaded num-rational v0.4.2 |
416 | 2024-10-03T19:46:30.900Z | Downloaded tokio-postgres v0.7.12 |
417 | 2024-10-03T19:46:30.904Z | Downloaded openssl-probe v0.1.5 |
418 | 2024-10-03T19:46:30.907Z | Downloaded untrusted v0.9.0 |
419 | 2024-10-03T19:46:30.909Z | Downloaded topological-sort v0.2.2 |
420 | 2024-10-03T19:46:30.909Z | Downloaded percent-encoding v2.3.1 |
421 | 2024-10-03T19:46:30.912Z | Downloaded ctr v0.9.2 |
422 | 2024-10-03T19:46:30.914Z | Downloaded pest_derive v2.7.10 |
423 | 2024-10-03T19:46:30.916Z | Downloaded diff v0.1.13 |
424 | 2024-10-03T19:46:30.918Z | Downloaded constant_time_eq v0.3.0 |
425 | 2024-10-03T19:46:30.921Z | Downloaded untrusted v0.7.1 |
426 | 2024-10-03T19:46:30.923Z | Downloaded clap_lex v0.7.0 |
427 | 2024-10-03T19:46:30.923Z | Downloaded rustls-native-certs v0.7.0 |
428 | 2024-10-03T19:46:30.926Z | Downloaded colored v2.1.0 |
429 | 2024-10-03T19:46:30.929Z | Downloaded peg v0.8.4 |
430 | 2024-10-03T19:46:30.932Z | Downloaded tabled_derive v0.7.0 |
431 | 2024-10-03T19:46:30.934Z | Downloaded fallible-iterator v0.3.0 |
432 | 2024-10-03T19:46:30.936Z | Downloaded dof v0.3.0 |
433 | 2024-10-03T19:46:30.936Z | Downloaded lock_api v0.4.12 |
434 | 2024-10-03T19:46:30.938Z | Downloaded trybuild v1.0.99 |
435 | 2024-10-03T19:46:30.942Z | Downloaded toolchain_find v0.4.0 |
436 | 2024-10-03T19:46:30.945Z | Downloaded enum-as-inner v0.5.1 |
437 | 2024-10-03T19:46:30.948Z | Downloaded samael v0.0.17 |
438 | 2024-10-03T19:46:30.952Z | Downloaded structmeta v0.3.0 |
439 | 2024-10-03T19:46:30.962Z | Downloaded num_enum_derive v0.5.11 |
440 | 2024-10-03T19:46:30.962Z | Downloaded mime v0.3.17 |
441 | 2024-10-03T19:46:30.962Z | Downloaded memoffset v0.9.1 |
442 | 2024-10-03T19:46:30.962Z | Downloaded predicates-core v1.0.6 |
443 | 2024-10-03T19:46:30.962Z | Downloaded parse-display v0.10.0 |
444 | 2024-10-03T19:46:30.963Z | Downloaded spin v0.9.8 |
445 | 2024-10-03T19:46:30.965Z | Downloaded maybe-uninit v2.0.0 |
446 | 2024-10-03T19:46:30.965Z | Downloaded fallible-iterator v0.2.0 |
447 | 2024-10-03T19:46:30.967Z | Downloaded enum-as-inner v0.6.0 |
448 | 2024-10-03T19:46:30.969Z | Downloaded slog v2.7.0 |
449 | 2024-10-03T19:46:30.971Z | Downloaded dtrace-parser v0.2.0 |
450 | 2024-10-03T19:46:30.974Z | Downloaded tokio-rustls v0.25.0 |
451 | 2024-10-03T19:46:30.976Z | Downloaded tokio-native-tls v0.3.1 |
452 | 2024-10-03T19:46:30.978Z | Downloaded tabwriter v1.4.0 |
453 | 2024-10-03T19:46:30.980Z | Downloaded oso-derive v0.27.3 |
454 | 2024-10-03T19:46:30.980Z | Downloaded is_terminal_polyfill v1.70.0 |
455 | 2024-10-03T19:46:30.982Z | Downloaded is_ci v1.2.0 |
456 | 2024-10-03T19:46:30.982Z | Downloaded mio v1.0.2 |
457 | 2024-10-03T19:46:30.988Z | Downloaded mio v0.8.11 |
458 | 2024-10-03T19:46:30.994Z | Downloaded radium v0.7.0 |
459 | 2024-10-03T19:46:30.997Z | Downloaded const_format_proc_macros v0.2.33 |
460 | 2024-10-03T19:46:30.999Z | Downloaded yasna v0.5.2 |
461 | 2024-10-03T19:46:31.001Z | Downloaded compact_str v0.8.0 |
462 | 2024-10-03T19:46:31.005Z | Downloaded tar v0.4.42 |
463 | 2024-10-03T19:46:31.008Z | Downloaded toml_edit v0.19.15 |
464 | 2024-10-03T19:46:31.026Z | Downloaded pin-utils v0.1.0 |
465 | 2024-10-03T19:46:31.028Z | Downloaded curve25519-dalek-derive v0.1.1 |
466 | 2024-10-03T19:46:31.030Z | Downloaded env_logger v0.11.5 |
467 | 2024-10-03T19:46:31.033Z | Downloaded memmap2 v0.9.4 |
468 | 2024-10-03T19:46:31.035Z | Downloaded utf8parse v0.2.1 |
469 | 2024-10-03T19:46:31.035Z | Downloaded thiserror-no-std v2.0.2 |
470 | 2024-10-03T19:46:31.039Z | Downloaded convert_case v0.4.0 |
471 | 2024-10-03T19:46:31.041Z | Downloaded pin-project-lite v0.2.14 |
472 | 2024-10-03T19:46:31.046Z | Downloaded mime_guess v2.0.4 |
473 | 2024-10-03T19:46:31.048Z | Downloaded progenitor-macro v0.8.0 |
474 | 2024-10-03T19:46:31.050Z | Downloaded num-bigint v0.4.5 |
475 | 2024-10-03T19:46:31.054Z | Downloaded parking_lot_core v0.9.10 |
476 | 2024-10-03T19:46:31.056Z | Downloaded dsl_auto_type v0.1.2 |
477 | 2024-10-03T19:46:31.059Z | Downloaded utf-8 v0.7.6 |
478 | 2024-10-03T19:46:31.061Z | Downloaded thread_local v1.1.8 |
479 | 2024-10-03T19:46:31.061Z | Downloaded thread-id v4.2.1 |
480 | 2024-10-03T19:46:31.063Z | Downloaded slog-stdlog v4.1.1 |
481 | 2024-10-03T19:46:31.065Z | Downloaded scrypt v0.11.0 |
482 | 2024-10-03T19:46:31.067Z | Downloaded diesel_table_macro_syntax v0.2.0 |
483 | 2024-10-03T19:46:31.067Z | Downloaded memmap v0.7.0 |
484 | 2024-10-03T19:46:31.070Z | Downloaded env_logger v0.10.2 |
485 | 2024-10-03T19:46:31.073Z | Downloaded rsa v0.9.6 |
486 | 2024-10-03T19:46:31.076Z | Downloaded rustc-hash v1.1.0 |
487 | 2024-10-03T19:46:31.078Z | Downloaded polyval v0.6.2 |
488 | 2024-10-03T19:46:31.081Z | Downloaded num v0.4.3 |
489 | 2024-10-03T19:46:31.081Z | Downloaded nibble_vec v0.1.0 |
490 | 2024-10-03T19:46:31.083Z | Downloaded path-tree v0.8.1 |
491 | 2024-10-03T19:46:31.085Z | Downloaded derive-where v1.2.7 |
492 | 2024-10-03T19:46:31.088Z | Downloaded pretty-hex v0.2.1 |
493 | 2024-10-03T19:46:31.090Z | Downloaded unicode-segmentation v1.11.0 |
494 | 2024-10-03T19:46:31.093Z | Downloaded serde_with_macros v3.9.0 |
495 | 2024-10-03T19:46:31.097Z | Downloaded rustversion v1.0.17 |
496 | 2024-10-03T19:46:31.100Z | Downloaded semver v0.1.20 |
497 | 2024-10-03T19:46:31.100Z | Downloaded pkg-config v0.3.30 |
498 | 2024-10-03T19:46:31.102Z | Downloaded des v0.8.1 |
499 | 2024-10-03T19:46:31.104Z | Downloaded zerocopy v0.6.6 |
500 | 2024-10-03T19:46:31.106Z | Downloaded pretty-hex v0.4.1 |
501 | 2024-10-03T19:46:31.108Z | Downloaded strum_macros v0.26.4 |
502 | 2024-10-03T19:46:31.111Z | Downloaded tls_codec_derive v0.4.1 |
503 | 2024-10-03T19:46:31.113Z | Downloaded uzers v0.11.3 |
504 | 2024-10-03T19:46:31.115Z | Downloaded unicode-linebreak v0.1.5 |
505 | 2024-10-03T19:46:31.115Z | Downloaded value-bag v1.9.0 |
506 | 2024-10-03T19:46:31.118Z | Downloaded csv-core v0.1.11 |
507 | 2024-10-03T19:46:31.120Z | Downloaded console v0.15.8 |
508 | 2024-10-03T19:46:31.123Z | Downloaded num-traits v0.2.19 |
509 | 2024-10-03T19:46:31.126Z | Downloaded sync_wrapper v0.1.2 |
510 | 2024-10-03T19:46:31.129Z | Downloaded zeroize v1.8.1 |
511 | 2024-10-03T19:46:31.129Z | Downloaded progenitor-impl v0.8.0 |
512 | 2024-10-03T19:46:31.131Z | Downloaded der v0.7.9 |
513 | 2024-10-03T19:46:31.137Z | Downloaded steno v0.4.1 |
514 | 2024-10-03T19:46:31.142Z | Downloaded sync_wrapper v1.0.1 |
515 | 2024-10-03T19:46:31.144Z | Downloaded want v0.3.1 |
516 | 2024-10-03T19:46:31.144Z | Downloaded pkcs5 v0.7.1 |
517 | 2024-10-03T19:46:31.148Z | Downloaded hashbrown v0.14.5 |
518 | 2024-10-03T19:46:31.154Z | Downloaded schemars v0.8.21 |
519 | 2024-10-03T19:46:31.167Z | Downloaded macaddr v1.0.1 |
520 | 2024-10-03T19:46:31.169Z | Downloaded md5 v0.7.0 |
521 | 2024-10-03T19:46:31.172Z | Downloaded poly1305 v0.8.0 |
522 | 2024-10-03T19:46:31.175Z | Downloaded pkcs8 v0.10.2 |
523 | 2024-10-03T19:46:31.177Z | Downloaded precomputed-hash v0.1.1 |
524 | 2024-10-03T19:46:31.178Z | Downloaded stable_deref_trait v1.2.0 |
525 | 2024-10-03T19:46:31.180Z | Downloaded sqlformat v0.2.6 |
526 | 2024-10-03T19:46:31.182Z | Downloaded tls_codec v0.4.1 |
527 | 2024-10-03T19:46:31.184Z | Downloaded rpassword v7.3.1 |
528 | 2024-10-03T19:46:31.184Z | Downloaded uuid v1.10.0 |
529 | 2024-10-03T19:46:31.188Z | Downloaded const-oid v0.9.6 |
530 | 2024-10-03T19:46:31.191Z | Downloaded tinytemplate v1.2.1 |
531 | 2024-10-03T19:46:31.194Z | Downloaded serde_derive_internals v0.29.1 |
532 | 2024-10-03T19:46:31.196Z | Downloaded portable-atomic v1.6.0 |
533 | 2024-10-03T19:46:31.201Z | Downloaded h2 v0.3.26 |
534 | 2024-10-03T19:46:31.208Z | Downloaded sha1 v0.10.6 |
535 | 2024-10-03T19:46:31.210Z | Downloaded zerocopy v0.7.34 |
536 | 2024-10-03T19:46:31.227Z | Downloaded serde_tokenstream v0.2.2 |
537 | 2024-10-03T19:46:31.229Z | Downloaded newline-converter v0.3.0 |
538 | 2024-10-03T19:46:31.232Z | Downloaded darling_macro v0.20.9 |
539 | 2024-10-03T19:46:31.232Z | Downloaded derive_builder_core v0.20.0 |
540 | 2024-10-03T19:46:31.234Z | Downloaded mockall v0.13.0 |
541 | 2024-10-03T19:46:31.236Z | Downloaded wyz v0.5.1 |
542 | 2024-10-03T19:46:31.236Z | Downloaded whoami v1.5.2 |
543 | 2024-10-03T19:46:31.239Z | Downloaded number_prefix v0.4.0 |
544 | 2024-10-03T19:46:31.241Z | Downloaded either v1.13.0 |
545 | 2024-10-03T19:46:31.244Z | Downloaded const_format v0.2.33 |
546 | 2024-10-03T19:46:31.247Z | Downloaded postcard v1.0.8 |
547 | 2024-10-03T19:46:31.250Z | Downloaded num_enum v0.5.11 |
548 | 2024-10-03T19:46:31.255Z | Downloaded serde_derive v1.0.210 |
549 | 2024-10-03T19:46:31.261Z | Downloaded oso v0.27.3 |
550 | 2024-10-03T19:46:31.263Z | Downloaded num_threads v0.1.7 |
551 | 2024-10-03T19:46:31.263Z | Downloaded strum v0.26.3 |
552 | 2024-10-03T19:46:31.266Z | Downloaded tracing v0.1.40 |
553 | 2024-10-03T19:46:31.269Z | Downloaded packed_struct v0.10.1 |
554 | 2024-10-03T19:46:31.272Z | Downloaded powerfmt v0.2.0 |
555 | 2024-10-03T19:46:31.274Z | Downloaded crossbeam-utils v0.8.19 |
556 | 2024-10-03T19:46:31.276Z | Downloaded tracing-core v0.1.32 |
557 | 2024-10-03T19:46:31.280Z | Downloaded threadpool v1.8.1 |
558 | 2024-10-03T19:46:31.283Z | Downloaded num-bigint-dig v0.8.4 |
559 | 2024-10-03T19:46:31.286Z | Downloaded hyper v0.14.30 |
560 | 2024-10-03T19:46:31.295Z | Downloaded num-conv v0.1.0 |
561 | 2024-10-03T19:46:31.297Z | Downloaded xz2 v0.1.7 |
562 | 2024-10-03T19:46:31.300Z | Downloaded relative-path v1.9.3 |
563 | 2024-10-03T19:46:31.300Z | Downloaded downcast v0.11.0 |
564 | 2024-10-03T19:46:31.302Z | Downloaded twox-hash v1.6.3 |
565 | 2024-10-03T19:46:31.304Z | Downloaded dhcproto v0.12.0 |
566 | 2024-10-03T19:46:31.306Z | Downloaded bindgen v0.69.4 |
567 | 2024-10-03T19:46:31.314Z | Downloaded zone_cfg_derive v0.1.2 |
568 | 2024-10-03T19:46:31.316Z | Downloaded libefi-sys v0.1.0 |
569 | 2024-10-03T19:46:31.319Z | Downloaded deranged v0.3.11 |
570 | 2024-10-03T19:46:31.319Z | Downloaded instability v0.3.2 |
571 | 2024-10-03T19:46:31.322Z | Downloaded derive_more v0.99.18 |
572 | 2024-10-03T19:46:31.325Z | Downloaded walkdir v2.5.0 |
573 | 2024-10-03T19:46:31.327Z | Downloaded ron v0.7.1 |
574 | 2024-10-03T19:46:31.332Z | Downloaded libxml v0.3.3 |
575 | 2024-10-03T19:46:31.339Z | Downloaded quick-error v1.2.3 |
576 | 2024-10-03T19:46:31.342Z | Downloaded try-lock v0.2.5 |
577 | 2024-10-03T19:46:31.342Z | Downloaded pbkdf2 v0.12.2 |
578 | 2024-10-03T19:46:31.344Z | Downloaded rustc_version v0.4.0 |
579 | 2024-10-03T19:46:31.344Z | Downloaded serde-big-array v0.5.1 |
580 | 2024-10-03T19:46:31.347Z | Downloaded crossbeam-epoch v0.9.18 |
581 | 2024-10-03T19:46:31.349Z | Downloaded ron v0.8.1 |
582 | 2024-10-03T19:46:31.354Z | Downloaded expectorate v1.1.0 |
583 | 2024-10-03T19:46:31.357Z | Downloaded pest v2.7.10 |
584 | 2024-10-03T19:46:31.363Z | Downloaded strum_macros v0.24.3 |
585 | 2024-10-03T19:46:31.365Z | Downloaded ed25519-dalek v2.1.1 |
586 | 2024-10-03T19:46:31.368Z | Downloaded supports-color v3.0.1 |
587 | 2024-10-03T19:46:31.370Z | Downloaded crossbeam-deque v0.8.5 |
588 | 2024-10-03T19:46:31.373Z | Downloaded zerocopy-derive v0.7.34 |
589 | 2024-10-03T19:46:31.376Z | Downloaded rustc-demangle v0.1.24 |
590 | 2024-10-03T19:46:31.378Z | Downloaded rust-argon2 v2.1.0 |
591 | 2024-10-03T19:46:31.380Z | Downloaded cobs v0.2.3 |
592 | 2024-10-03T19:46:31.383Z | Downloaded xattr v1.3.1 |
593 | 2024-10-03T19:46:31.385Z | Downloaded scheduled-thread-pool v0.2.7 |
594 | 2024-10-03T19:46:31.385Z | Downloaded oorandom v11.1.3 |
595 | 2024-10-03T19:46:31.387Z | Downloaded derive_builder_macro v0.20.0 |
596 | 2024-10-03T19:46:31.387Z | Downloaded spin v0.5.2 |
597 | 2024-10-03T19:46:31.389Z | Downloaded cstr-argument v0.1.2 |
598 | 2024-10-03T19:46:31.390Z | Downloaded derive_builder v0.20.0 |
599 | 2024-10-03T19:46:31.394Z | Downloaded crucible-workspace-hack v0.1.0 |
600 | 2024-10-03T19:46:31.396Z | Downloaded zone v0.1.8 |
601 | 2024-10-03T19:46:31.396Z | Downloaded darling v0.20.9 |
602 | 2024-10-03T19:46:31.400Z | Downloaded polling v3.7.3 |
603 | 2024-10-03T19:46:31.403Z | Downloaded zip v0.6.6 |
604 | 2024-10-03T19:46:31.408Z | Downloaded structmeta-derive v0.2.0 |
605 | 2024-10-03T19:46:31.411Z | Downloaded quote v1.0.37 |
606 | 2024-10-03T19:46:31.413Z | Downloaded plotters v0.3.5 |
607 | 2024-10-03T19:46:31.421Z | Downloaded packed_struct_codegen v0.10.1 |
608 | 2024-10-03T19:46:31.424Z | Downloaded time-core v0.1.2 |
609 | 2024-10-03T19:46:31.424Z | Downloaded pathdiff v0.2.1 |
610 | 2024-10-03T19:46:31.426Z | Downloaded progenitor-client v0.8.0 |
611 | 2024-10-03T19:46:31.426Z | Downloaded pbkdf2 v0.11.0 |
612 | 2024-10-03T19:46:31.429Z | Downloaded newtype-uuid v1.1.0 |
613 | 2024-10-03T19:46:31.431Z | Downloaded tough v0.17.1 |
614 | 2024-10-03T19:46:31.439Z | Downloaded rstest_macros v0.22.0 |
615 | 2024-10-03T19:46:31.442Z | Downloaded is-terminal v0.4.12 |
616 | 2024-10-03T19:46:31.444Z | Downloaded colorchoice v1.0.1 |
617 | 2024-10-03T19:46:31.446Z | Downloaded unicase v2.7.0 |
618 | 2024-10-03T19:46:31.446Z | Downloaded git2 v0.19.0 |
619 | 2024-10-03T19:46:31.455Z | Downloaded clap_derive v4.5.18 |
620 | 2024-10-03T19:46:31.457Z | Downloaded kv-log-macro v1.0.7 |
621 | 2024-10-03T19:46:31.459Z | Downloaded libloading v0.8.3 |
622 | 2024-10-03T19:46:31.462Z | Downloaded tokio-macros v2.4.0 |
623 | 2024-10-03T19:46:31.465Z | Downloaded owo-colors v4.1.0 |
624 | 2024-10-03T19:46:31.467Z | Downloaded toml v0.7.8 |
625 | 2024-10-03T19:46:31.469Z | Downloaded newtype_derive v0.1.6 |
626 | 2024-10-03T19:46:31.471Z | Downloaded zone v0.3.0 |
627 | 2024-10-03T19:46:31.471Z | Downloaded predicates-tree v1.0.9 |
628 | 2024-10-03T19:46:31.474Z | Downloaded bitvec v1.0.1 |
629 | 2024-10-03T19:46:31.488Z | Downloaded crc-any v2.5.0 |
630 | 2024-10-03T19:46:31.490Z | Downloaded indicatif v0.17.8 |
631 | 2024-10-03T19:46:31.494Z | Downloaded papergrid v0.11.0 |
632 | 2024-10-03T19:46:31.499Z | Downloaded openssl-sys v0.9.103 |
633 | 2024-10-03T19:46:31.504Z | Downloaded parse-display-derive v0.10.0 |
634 | 2024-10-03T19:46:31.507Z | Downloaded nodrop v0.1.14 |
635 | 2024-10-03T19:46:31.507Z | Downloaded quinn v0.11.5 |
636 | 2024-10-03T19:46:31.510Z | Downloaded winnow v0.6.18 |
637 | 2024-10-03T19:46:31.519Z | Downloaded reqwest v0.12.7 |
638 | 2024-10-03T19:46:31.527Z | Downloaded internet-checksum v0.2.1 |
639 | 2024-10-03T19:46:31.529Z | Downloaded md-5 v0.10.6 |
640 | 2024-10-03T19:46:31.532Z | Downloaded managed v0.8.0 |
641 | 2024-10-03T19:46:31.532Z | Downloaded sha2 v0.10.8 |
642 | 2024-10-03T19:46:31.534Z | Downloaded serde-hex v0.1.0 |
643 | 2024-10-03T19:46:31.537Z | Downloaded chrono v0.4.38 |
644 | 2024-10-03T19:46:31.542Z | Downloaded serde_spanned v0.6.7 |
645 | 2024-10-03T19:46:31.544Z | Downloaded slab v0.4.9 |
646 | 2024-10-03T19:46:31.547Z | Downloaded similar-asserts v1.5.0 |
647 | 2024-10-03T19:46:31.549Z | Downloaded psl-types v2.0.11 |
648 | 2024-10-03T19:46:31.549Z | Downloaded smf v0.2.3 |
649 | 2024-10-03T19:46:31.551Z | Downloaded time-macros v0.2.18 |
650 | 2024-10-03T19:46:31.553Z | Downloaded tokio-stream v0.1.16 |
651 | 2024-10-03T19:46:31.556Z | Downloaded darling_core v0.20.9 |
652 | 2024-10-03T19:46:31.561Z | Downloaded instant v0.1.12 |
653 | 2024-10-03T19:46:31.564Z | Downloaded multer v3.1.0 |
654 | 2024-10-03T19:46:31.566Z | Downloaded lazycell v1.3.0 |
655 | 2024-10-03T19:46:31.568Z | Downloaded slog-scope v4.4.0 |
656 | 2024-10-03T19:46:31.570Z | Downloaded rusty-fork v0.3.0 |
657 | 2024-10-03T19:46:31.570Z | Downloaded indent_write v2.2.0 |
658 | 2024-10-03T19:46:31.572Z | Downloaded tiny-keccak v2.0.2 |
659 | 2024-10-03T19:46:31.575Z | Downloaded tokio-tungstenite v0.23.1 |
660 | 2024-10-03T19:46:31.577Z | Downloaded ryu v1.0.18 |
661 | 2024-10-03T19:46:31.580Z | Downloaded predicates v3.1.2 |
662 | 2024-10-03T19:46:31.582Z | Downloaded serde_with v3.9.0 |
663 | 2024-10-03T19:46:31.590Z | Downloaded salty v0.3.0 |
664 | 2024-10-03T19:46:31.597Z | Downloaded slog-json v2.6.1 |
665 | 2024-10-03T19:46:31.599Z | Downloaded unicode-ident v1.0.13 |
666 | 2024-10-03T19:46:31.601Z | Downloaded test-strategy v0.3.1 |
667 | 2024-10-03T19:46:31.605Z | Downloaded socket2 v0.5.7 |
668 | 2024-10-03T19:46:31.608Z | Downloaded diesel_derives v2.2.2 |
669 | 2024-10-03T19:46:31.612Z | Downloaded rusqlite v0.32.1 |
670 | 2024-10-03T19:46:31.620Z | Downloaded p384 v0.13.0 |
671 | 2024-10-03T19:46:31.625Z | Downloaded postgres-types v0.2.8 |
672 | 2024-10-03T19:46:31.628Z | Downloaded mockall_derive v0.13.0 |
673 | 2024-10-03T19:46:31.630Z | Downloaded memchr v2.7.2 |
674 | 2024-10-03T19:46:31.635Z | Downloaded pin-project v1.1.5 |
675 | 2024-10-03T19:46:31.647Z | Downloaded unicode-normalization v0.1.23 |
676 | 2024-10-03T19:46:31.652Z | Downloaded parking_lot v0.12.2 |
677 | 2024-10-03T19:46:31.654Z | Downloaded itertools v0.10.5 |
678 | 2024-10-03T19:46:31.660Z | Downloaded syn v1.0.109 |
679 | 2024-10-03T19:46:31.670Z | Downloaded indexmap v1.9.3 |
680 | 2024-10-03T19:46:31.674Z | Downloaded prettyplease v0.2.22 |
681 | 2024-10-03T19:46:31.677Z | Downloaded similar v2.6.0 |
682 | 2024-10-03T19:46:31.682Z | Downloaded elliptic-curve v0.13.8 |
683 | 2024-10-03T19:46:31.686Z | Downloaded russh v0.45.0 |
684 | 2024-10-03T19:46:31.692Z | Downloaded ssh-key v0.6.6 |
685 | 2024-10-03T19:46:31.699Z | Downloaded itertools v0.12.1 |
686 | 2024-10-03T19:46:31.706Z | Downloaded idna v0.2.3 |
687 | 2024-10-03T19:46:31.713Z | Downloaded libm v0.2.8 |
688 | 2024-10-03T19:46:31.721Z | Downloaded typed-path v0.7.1 |
689 | 2024-10-03T19:46:31.727Z | Downloaded x509-cert v0.2.5 |
690 | 2024-10-03T19:46:31.734Z | Downloaded time v0.3.36 |
691 | 2024-10-03T19:46:31.741Z | Downloaded crypto-bigint v0.5.5 |
692 | 2024-10-03T19:46:31.747Z | Downloaded vcpkg v0.2.15 |
693 | 2024-10-03T19:46:31.787Z | Downloaded regex v1.10.6 |
694 | 2024-10-03T19:46:31.800Z | Downloaded crossbeam-channel v0.5.12 |
695 | 2024-10-03T19:46:31.805Z | Downloaded radix_trie v0.2.1 |
696 | 2024-10-03T19:46:31.809Z | Downloaded syn v2.0.79 |
697 | 2024-10-03T19:46:31.820Z | Downloaded rustls-webpki v0.102.4 |
698 | 2024-10-03T19:46:31.839Z | Downloaded tokio-util v0.7.12 |
699 | 2024-10-03T19:46:31.845Z | Downloaded itertools v0.13.0 |
700 | 2024-10-03T19:46:31.852Z | Downloaded p521 v0.13.3 |
701 | 2024-10-03T19:46:31.857Z | Downloaded rustyline v14.0.0 |
702 | 2024-10-03T19:46:31.862Z | Downloaded winnow v0.5.40 |
703 | 2024-10-03T19:46:31.871Z | Downloaded nom v7.1.3 |
704 | 2024-10-03T19:46:31.875Z | Downloaded curve25519-dalek v4.1.3 |
705 | 2024-10-03T19:46:31.884Z | Downloaded sqlparser v0.45.0 |
706 | 2024-10-03T19:46:31.890Z | Downloaded rustls v0.21.12 |
707 | 2024-10-03T19:46:31.902Z | Downloaded rayon v1.10.0 |
708 | 2024-10-03T19:46:31.911Z | Downloaded polar-core v0.27.3 |
709 | 2024-10-03T19:46:31.921Z | Downloaded crossterm v0.27.0 |
710 | 2024-10-03T19:46:31.927Z | Downloaded bstr v1.9.1 |
711 | 2024-10-03T19:46:31.938Z | Downloaded quick-xml v0.33.0 |
712 | 2024-10-03T19:46:31.945Z | Downloaded crossterm v0.28.1 |
713 | 2024-10-03T19:46:31.951Z | Downloaded openapiv3 v2.0.0 |
714 | 2024-10-03T19:46:31.963Z | Downloaded openssl v0.10.66 |
715 | 2024-10-03T19:46:31.973Z | Downloaded rustls-webpki v0.101.7 |
716 | 2024-10-03T19:46:31.988Z | Downloaded nix v0.29.0 |
717 | 2024-10-03T19:46:32.000Z | Downloaded regex-syntax v0.6.29 |
718 | 2024-10-03T19:46:32.007Z | Downloaded hickory-proto v0.24.1 |
719 | 2024-10-03T19:46:32.023Z | Downloaded idna v0.4.0 |
720 | 2024-10-03T19:46:32.029Z | Downloaded proptest v1.5.0 |
721 | 2024-10-03T19:46:32.039Z | Downloaded object v0.30.4 |
722 | 2024-10-03T19:46:32.049Z | Downloaded webpki-roots v0.26.3 |
723 | 2024-10-03T19:46:32.053Z | Downloaded idna v0.3.0 |
724 | 2024-10-03T19:46:32.059Z | Downloaded tabled v0.15.0 |
725 | 2024-10-03T19:46:32.076Z | Downloaded rustix v0.38.34 |
726 | 2024-10-03T19:46:32.098Z | Downloaded quinn-proto v0.11.8 |
727 | 2024-10-03T19:46:32.105Z | Downloaded regex-syntax v0.8.4 |
728 | 2024-10-03T19:46:32.113Z | Downloaded lalrpop v0.19.12 |
729 | 2024-10-03T19:46:32.124Z | Downloaded smoltcp v0.9.1 |
730 | 2024-10-03T19:46:32.135Z | Downloaded dropshot v0.10.1 |
731 | 2024-10-03T19:46:32.145Z | Downloaded idna v0.5.0 |
732 | 2024-10-03T19:46:32.152Z | Downloaded regress v0.10.1 |
733 | 2024-10-03T19:46:32.161Z | Downloaded nix v0.28.0 |
734 | 2024-10-03T19:46:32.173Z | Downloaded nix v0.27.1 |
735 | 2024-10-03T19:46:32.186Z | Downloaded diesel v2.2.4 |
736 | 2024-10-03T19:46:32.206Z | Downloaded typify-impl v0.2.0 |
737 | 2024-10-03T19:46:32.221Z | Downloaded rustls v0.22.4 |
738 | 2024-10-03T19:46:32.236Z | Downloaded sled v0.34.7 |
739 | 2024-10-03T19:46:32.247Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
740 | 2024-10-03T19:46:32.260Z | Downloaded finl_unicode v1.2.0 |
741 | 2024-10-03T19:46:32.273Z | Downloaded rustls v0.23.10 |
742 | 2024-10-03T19:46:32.291Z | Downloaded zerocopy-derive v0.6.6 |
743 | 2024-10-03T19:46:32.300Z | Downloaded unicode-width v0.1.13 |
744 | 2024-10-03T19:46:32.309Z | Downloaded ratatui v0.28.0 |
745 | 2024-10-03T19:46:32.329Z | Downloaded trust-dns-proto v0.22.0 |
746 | 2024-10-03T19:46:32.342Z | Downloaded dropshot v0.12.0 |
747 | 2024-10-03T19:46:32.363Z | Downloaded smoltcp v0.11.0 |
748 | 2024-10-03T19:46:32.375Z | Downloaded regex-automata v0.4.6 |
749 | 2024-10-03T19:46:32.394Z | Downloaded petgraph v0.6.5 |
750 | 2024-10-03T19:46:32.412Z | Downloaded sha3 v0.10.8 |
751 | 2024-10-03T19:46:32.416Z | Downloaded regress v0.9.1 |
752 | 2024-10-03T19:46:32.427Z | Downloaded gimli v0.28.1 |
753 | 2024-10-03T19:46:32.435Z | Downloaded lzma-sys v0.1.20 |
754 | 2024-10-03T19:46:32.466Z | Downloaded tokio v1.39.3 |
755 | 2024-10-03T19:46:32.504Z | Downloaded libc v0.2.159 |
756 | 2024-10-03T19:46:32.533Z | Downloaded csv v1.3.0 |
757 | 2024-10-03T19:46:32.555Z | Downloaded rand v0.8.5 |
758 | 2024-10-03T19:46:32.557Z | Downloaded publicsuffix v2.2.3 |
759 | 2024-10-03T19:46:32.559Z | Downloaded object v0.32.2 |
760 | 2024-10-03T19:46:32.570Z | Downloaded tungstenite v0.23.0 |
761 | 2024-10-03T19:46:32.574Z | Downloaded serde v1.0.210 |
762 | 2024-10-03T19:46:32.577Z | Downloaded clap_builder v4.5.18 |
763 | 2024-10-03T19:46:32.584Z | Downloaded lazy_static v1.5.0 |
764 | 2024-10-03T19:46:32.587Z | Downloaded cookie_store v0.21.0 |
765 | 2024-10-03T19:46:32.590Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2024-10-03T19:46:32.590Z | Downloaded async-std v1.13.0 |
767 | 2024-10-03T19:46:32.611Z | Downloaded ucd-trie v0.1.6 |
768 | 2024-10-03T19:46:32.614Z | Downloaded unicode_categories v0.1.1 |
769 | 2024-10-03T19:46:32.616Z | Downloaded minimal-lexical v0.2.1 |
770 | 2024-10-03T19:46:32.618Z | Downloaded typenum v1.17.0 |
771 | 2024-10-03T19:46:32.621Z | Downloaded snafu v0.8.2 |
772 | 2024-10-03T19:46:32.626Z | Downloaded indexmap v2.5.0 |
773 | 2024-10-03T19:46:32.631Z | Downloaded thiserror-impl-no-std v2.0.2 |
774 | 2024-10-03T19:46:32.634Z | Downloaded pin-project-internal v1.1.5 |
775 | 2024-10-03T19:46:32.635Z | Downloaded reqwest v0.11.27 |
776 | 2024-10-03T19:46:32.642Z | Downloaded dropshot_endpoint v0.10.1 |
777 | 2024-10-03T19:46:32.644Z | Downloaded httpmock v0.8.0-alpha.1 |
778 | 2024-10-03T19:46:32.663Z | Downloaded strum_macros v0.25.3 |
779 | 2024-10-03T19:46:32.665Z | Downloaded serde_json v1.0.128 |
780 | 2024-10-03T19:46:32.670Z | Downloaded hyper v1.4.1 |
781 | 2024-10-03T19:46:32.678Z | Downloaded scroll_derive v0.12.0 |
782 | 2024-10-03T19:46:32.681Z | Downloaded rand_chacha v0.3.1 |
783 | 2024-10-03T19:46:32.681Z | Downloaded log v0.4.22 |
784 | 2024-10-03T19:46:32.684Z | Downloaded dhcproto-macros v0.1.0 |
785 | 2024-10-03T19:46:32.684Z | Downloaded rand_core v0.6.4 |
786 | 2024-10-03T19:46:32.686Z | Downloaded toml_edit v0.21.1 |
787 | 2024-10-03T19:46:32.706Z | Downloaded goblin v0.8.2 |
788 | 2024-10-03T19:46:32.712Z | Downloaded subprocess v0.2.9 |
789 | 2024-10-03T19:46:32.714Z | Downloaded serde_yaml v0.9.34+deprecated |
790 | 2024-10-03T19:46:32.717Z | Downloaded new_debug_unreachable v1.0.6 |
791 | 2024-10-03T19:46:32.720Z | Downloaded which v4.4.2 |
792 | 2024-10-03T19:46:32.720Z | Downloaded unicode-xid v0.2.4 |
793 | 2024-10-03T19:46:32.723Z | Downloaded encoding_rs v0.8.34 |
794 | 2024-10-03T19:46:32.744Z | Downloaded tap v1.0.1 |
795 | 2024-10-03T19:46:32.746Z | Downloaded toml_edit v0.22.22 |
796 | 2024-10-03T19:46:32.767Z | Downloaded blake3 v1.5.1 |
797 | 2024-10-03T19:46:32.774Z | Downloaded dropshot_endpoint v0.12.0 |
798 | 2024-10-03T19:46:32.777Z | Downloaded futures-util v0.3.30 |
799 | 2024-10-03T19:46:32.789Z | Downloaded toml v0.8.19 |
800 | 2024-10-03T19:46:32.793Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
801 | 2024-10-03T19:46:32.851Z | Downloaded tokio-rustls v0.26.0 |
802 | 2024-10-03T19:46:32.853Z | Downloaded guppy v0.17.7 |
803 | 2024-10-03T19:46:32.859Z | Downloaded criterion v0.5.1 |
804 | 2024-10-03T19:46:32.866Z | Downloaded waitgroup v0.1.2 |
805 | 2024-10-03T19:46:32.868Z | Downloaded parking v2.2.1 |
806 | 2024-10-03T19:46:32.868Z | Downloaded socket2 v0.4.10 |
807 | 2024-10-03T19:46:32.870Z | Downloaded snafu-derive v0.8.2 |
808 | 2024-10-03T19:46:32.872Z | Downloaded rstest v0.22.0 |
809 | 2024-10-03T19:46:32.877Z | Downloaded lru-cache v0.1.2 |
810 | 2024-10-03T19:46:32.879Z | Downloaded lru v0.12.3 |
811 | 2024-10-03T19:46:32.879Z | Downloaded embedded-io v0.4.0 |
812 | 2024-10-03T19:46:32.881Z | Downloaded postgres-protocol v0.6.7 |
813 | 2024-10-03T19:46:32.883Z | Downloaded nu-ansi-term v0.50.0 |
814 | 2024-10-03T19:46:32.886Z | Downloaded aho-corasick v1.1.3 |
815 | 2024-10-03T19:46:32.891Z | Downloaded unicode-truncate v1.0.0 |
816 | 2024-10-03T19:46:32.893Z | Downloaded unicode-bidi v0.3.15 |
817 | 2024-10-03T19:46:32.895Z | Downloaded hkdf v0.12.4 |
818 | 2024-10-03T19:46:32.898Z | Downloaded h2 v0.4.6 |
819 | 2024-10-03T19:46:32.904Z | Downloaded ssh-encoding v0.2.0 |
820 | 2024-10-03T19:46:32.907Z | Downloaded slog-envlogger v2.2.0 |
821 | 2024-10-03T19:46:32.909Z | Downloaded slog-bunyan v2.5.0 |
822 | 2024-10-03T19:46:32.909Z | Downloaded scroll v0.12.0 |
823 | 2024-10-03T19:46:32.911Z | Downloaded yansi v1.0.1 |
824 | 2024-10-03T19:46:32.914Z | Downloaded url v2.5.2 |
825 | 2024-10-03T19:46:32.916Z | Downloaded reedline v0.33.0 |
826 | 2024-10-03T19:46:32.925Z | Downloaded structmeta-derive v0.3.0 |
827 | 2024-10-03T19:46:32.927Z | Downloaded rfc6979 v0.4.0 |
828 | 2024-10-03T19:46:32.927Z | Downloaded native-tls v0.2.11 |
829 | 2024-10-03T19:46:32.930Z | Downloaded libsw v3.3.1 |
830 | 2024-10-03T19:46:32.932Z | Downloaded russh-keys v0.45.0 |
831 | 2024-10-03T19:46:32.934Z | Downloaded aes v0.8.4 |
832 | 2024-10-03T19:46:32.937Z | Downloaded http v0.2.12 |
833 | 2024-10-03T19:46:32.943Z | Downloaded pem v3.0.4 |
834 | 2024-10-03T19:46:32.945Z | Downloaded linked-hash-map v0.5.6 |
835 | 2024-10-03T19:46:32.945Z | Downloaded lalrpop-util v0.19.12 |
836 | 2024-10-03T19:46:32.945Z | Downloaded omicron-zone-package v0.11.1 |
837 | 2024-10-03T19:46:32.948Z | Downloaded hickory-resolver v0.24.1 |
838 | 2024-10-03T19:46:32.952Z | Downloaded termios v0.3.3 |
839 | 2024-10-03T19:46:32.955Z | Downloaded termcolor v1.4.1 |
840 | 2024-10-03T19:46:32.957Z | Downloaded num-derive v0.4.2 |
841 | 2024-10-03T19:46:32.959Z | Downloaded http v1.1.0 |
842 | 2024-10-03T19:46:32.962Z | Downloaded nanorand v0.7.0 |
843 | 2024-10-03T19:46:32.965Z | Downloaded once_cell v1.19.0 |
844 | 2024-10-03T19:46:32.968Z | Downloaded jobserver v0.1.32 |
845 | 2024-10-03T19:46:32.970Z | Downloaded wait-timeout v0.2.0 |
846 | 2024-10-03T19:46:32.972Z | Downloaded terminal_size v0.3.0 |
847 | 2024-10-03T19:46:32.972Z | Downloaded stringmetrics v2.2.2 |
848 | 2024-10-03T19:46:32.975Z | Downloaded string_cache v0.8.7 |
849 | 2024-10-03T19:46:32.977Z | Downloaded vte v0.11.1 |
850 | 2024-10-03T19:46:32.979Z | Downloaded textwrap v0.16.1 |
851 | 2024-10-03T19:46:32.982Z | Downloaded flate2 v1.0.34 |
852 | 2024-10-03T19:46:32.986Z | Downloaded event-listener v2.5.3 |
853 | 2024-10-03T19:46:32.988Z | Downloaded tinyvec v1.6.0 |
854 | 2024-10-03T19:46:32.991Z | Downloaded signal-hook v0.3.17 |
855 | 2024-10-03T19:46:33.000Z | Downloaded rcgen v0.12.1 |
856 | 2024-10-03T19:46:33.002Z | Downloaded rayon-core v1.12.1 |
857 | 2024-10-03T19:46:33.006Z | Downloaded base64 v0.22.1 |
858 | 2024-10-03T19:46:33.010Z | Downloaded addr2line v0.21.0 |
859 | 2024-10-03T19:46:33.013Z | Downloaded allocator-api2 v0.2.18 |
860 | 2024-10-03T19:46:33.016Z | Downloaded proc-macro-error v1.0.4 |
861 | 2024-10-03T19:46:33.019Z | Downloaded env_filter v0.1.2 |
862 | 2024-10-03T19:46:33.022Z | Downloaded ena v0.14.3 |
863 | 2024-10-03T19:46:33.024Z | Downloaded defmt-macros v0.3.9 |
864 | 2024-10-03T19:46:33.026Z | Downloaded debug-ignore v1.0.5 |
865 | 2024-10-03T19:46:33.029Z | Downloaded term v0.7.0 |
866 | 2024-10-03T19:46:33.031Z | Downloaded half v2.4.1 |
867 | 2024-10-03T19:46:33.033Z | Downloaded arc-swap v1.7.1 |
868 | 2024-10-03T19:46:33.037Z | Downloaded sct v0.7.1 |
869 | 2024-10-03T19:46:33.041Z | Downloaded hmac v0.12.1 |
870 | 2024-10-03T19:46:33.043Z | Downloaded base64 v0.21.7 |
871 | 2024-10-03T19:46:33.046Z | Downloaded flume v0.11.0 |
872 | 2024-10-03T19:46:33.050Z | Downloaded chacha20poly1305 v0.10.1 |
873 | 2024-10-03T19:46:33.053Z | Downloaded cfg-expr v0.16.0 |
874 | 2024-10-03T19:46:33.055Z | Downloaded bytes v1.7.2 |
875 | 2024-10-03T19:46:33.061Z | Downloaded secrecy v0.8.0 |
876 | 2024-10-03T19:46:33.065Z | Downloaded same-file v1.0.6 |
877 | 2024-10-03T19:46:33.065Z | Downloaded getrandom v0.2.14 |
878 | 2024-10-03T19:46:33.069Z | Downloaded rustc-hash v2.0.0 |
879 | 2024-10-03T19:46:33.069Z | Downloaded bzip2 v0.4.4 |
880 | 2024-10-03T19:46:33.071Z | Downloaded anstream v0.6.14 |
881 | 2024-10-03T19:46:33.074Z | Downloaded async-lock v3.4.0 |
882 | 2024-10-03T19:46:33.076Z | Downloaded foreign-types v0.5.0 |
883 | 2024-10-03T19:46:33.076Z | Downloaded ring v0.17.8 |
884 | 2024-10-03T19:46:33.147Z | Downloaded byteorder v1.5.0 |
885 | 2024-10-03T19:46:33.149Z | Downloaded blocking v1.6.1 |
886 | 2024-10-03T19:46:33.152Z | Downloaded bit-vec v0.6.3 |
887 | 2024-10-03T19:46:33.152Z | Downloaded atomic-waker v1.1.2 |
888 | 2024-10-03T19:46:33.154Z | Downloaded hex-literal v0.4.1 |
889 | 2024-10-03T19:46:33.154Z | Downloaded async-io v2.3.4 |
890 | 2024-10-03T19:46:33.156Z | Downloaded async-global-executor v2.4.1 |
891 | 2024-10-03T19:46:33.158Z | Downloaded array-init v0.0.4 |
892 | 2024-10-03T19:46:33.161Z | Downloaded adler2 v2.0.0 |
893 | 2024-10-03T19:46:33.161Z | Downloaded httptest v0.16.1 |
894 | 2024-10-03T19:46:33.163Z | Downloaded hickory-client v0.24.1 |
895 | 2024-10-03T19:46:33.165Z | Downloaded bcs v0.1.6 |
896 | 2024-10-03T19:46:33.168Z | Downloaded async-trait v0.1.83 |
897 | 2024-10-03T19:46:33.170Z | Downloaded futures-task v0.3.30 |
898 | 2024-10-03T19:46:33.173Z | Downloaded futures-macro v0.3.30 |
899 | 2024-10-03T19:46:33.173Z | Downloaded futures-io v0.3.30 |
900 | 2024-10-03T19:46:33.173Z | Downloaded fnv v1.0.7 |
901 | 2024-10-03T19:46:33.175Z | Downloaded buf-list v1.0.3 |
902 | 2024-10-03T19:46:33.177Z | Downloaded bcrypt-pbkdf v0.10.0 |
903 | 2024-10-03T19:46:33.177Z | Downloaded filetime v0.2.25 |
904 | 2024-10-03T19:46:33.179Z | Downloaded async-channel v2.3.1 |
905 | 2024-10-03T19:46:33.180Z | Downloaded arrayvec v0.7.4 |
906 | 2024-10-03T19:46:33.182Z | Downloaded aead v0.5.2 |
907 | 2024-10-03T19:46:33.185Z | Downloaded async-executor v1.13.1 |
908 | 2024-10-03T19:46:33.187Z | Downloaded anstyle-query v1.0.3 |
909 | 2024-10-03T19:46:33.212Z | Downloaded libsqlite3-sys v0.30.1 |
910 | 2024-10-03T19:46:33.292Z | Downloaded libz-sys v1.1.16 |
911 | 2024-10-03T19:46:33.430Z | Downloaded ring v0.16.20 |
912 | 2024-10-03T19:46:33.778Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
913 | 2024-10-03T19:46:42.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
914 | 2024-10-03T19:46:45.323Z | Startup: Caching catalogs ... Done |
915 | 2024-10-03T19:46:49.536Z | Planning: Solver setup ... Done (3.582s) |
916 | 2024-10-03T19:46:49.595Z | Planning: Running solver ... Done (0.059s) |
917 | 2024-10-03T19:46:49.656Z | Planning: Finding local manifests ... Done (0.004s) |
918 | 2024-10-03T19:46:49.669Z | Planning: Fetching manifests: 0/5 0% complete |
919 | 2024-10-03T19:46:50.296Z | Planning: Fetching manifests: 5/5 100% complete |
920 | 2024-10-03T19:46:50.395Z | Planning: Package planning ... Done (0.099s) |
921 | 2024-10-03T19:46:50.451Z | Planning: Merging actions ... Done (0.056s) |
922 | 2024-10-03T19:46:50.789Z | Planning: Checking for conflicting actions ... Done (0.338s) |
923 | 2024-10-03T19:46:52.814Z | Planning: Consolidating action changes ... Done (2.024s) |
924 | 2024-10-03T19:46:53.251Z | Planning: Evaluating mediators ... Done (0.436s) |
925 | 2024-10-03T19:46:53.333Z | Planning: Planning completed in 7.93 seconds |
926 | 2024-10-03T19:46:53.349Z | Packages to install: 4 |
927 | 2024-10-03T19:46:53.349Z | Packages to update: 1 |
928 | 2024-10-03T19:46:53.351Z | Mediators to change: 2 |
929 | 2024-10-03T19:46:53.351Z | Services to change: 1 |
930 | 2024-10-03T19:46:53.351Z | Estimated space available: 155.48 GB |
931 | 2024-10-03T19:46:53.351Z | Estimated space to be consumed: 1.56 GB |
932 | 2024-10-03T19:46:53.351Z | Create boot environment: No |
933 | 2024-10-03T19:46:53.351Z | Create backup boot environment: Yes |
934 | 2024-10-03T19:46:53.351Z | Rebuild boot archive: No |
935 | 2024-10-03T19:46:53.351Z | |
936 | 2024-10-03T19:46:53.351Z | Changed mediators: |
937 | 2024-10-03T19:46:53.351Z | mediator clang: |
938 | 2024-10-03T19:46:53.351Z | version: None -> 15 (system default) |
939 | 2024-10-03T19:46:53.351Z | |
940 | 2024-10-03T19:46:53.351Z | mediator llvm: |
941 | 2024-10-03T19:46:53.351Z | version: 14 (system default) -> 15 (system default) |
942 | 2024-10-03T19:46:53.351Z | |
943 | 2024-10-03T19:46:53.352Z | Changed packages: |
944 | 2024-10-03T19:46:53.352Z | helios-dev |
945 | 2024-10-03T19:46:53.352Z | developer/build-essential |
946 | 2024-10-03T19:46:53.352Z | None -> 11-2.0 |
947 | 2024-10-03T19:46:53.352Z | library/libxmlsec1 |
948 | 2024-10-03T19:46:53.352Z | None -> 1.2.35-2.0 |
949 | 2024-10-03T19:46:53.352Z | ooce/developer/clang-15 |
950 | 2024-10-03T19:46:53.352Z | None -> 15.0.7-2.0 |
951 | 2024-10-03T19:46:53.352Z | ooce/developer/llvm-15 |
952 | 2024-10-03T19:46:53.352Z | None -> 15.0.7-2.0 |
953 | 2024-10-03T19:46:53.352Z | package/pkg |
954 | 2024-10-03T19:46:53.352Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
955 | 2024-10-03T19:46:53.352Z | |
956 | 2024-10-03T19:46:53.352Z | Services: |
957 | 2024-10-03T19:46:53.352Z | restart_fmri: |
958 | 2024-10-03T19:46:53.352Z | svc:/system/update-man-index:default |
959 | 2024-10-03T19:46:53.352Z | |
960 | 2024-10-03T19:46:53.352Z | Editable files to change: |
961 | 2024-10-03T19:46:53.352Z | Update: |
962 | 2024-10-03T19:46:53.352Z | usr/share/lib/pkg/web/config.shtml |
963 | 2024-10-03T19:46:53.430Z | |
964 | 2024-10-03T19:46:53.430Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
965 | 2024-10-03T19:46:58.430Z | Download: 1568/4281 items 117.6/220.6MB 53% complete (23.9M/s) |
966 | 2024-10-03T19:47:03.676Z | Download: 3245/4281 items 194.4/220.6MB 88% complete (19.6M/s) |
967 | 2024-10-03T19:47:08.026Z | Download: Completed 220.60 MB in 14.59 seconds (15.1M/s) |
968 | 2024-10-03T19:47:10.210Z | Actions: 1/5063 actions (Removing old actions) |
969 | 2024-10-03T19:47:10.231Z | Actions: 194/5063 actions (Installing new actions) |
970 | 2024-10-03T19:47:14.949Z | Actions: 4226/5063 actions (Updating modified actions) |
971 | 2024-10-03T19:47:15.267Z | Actions: Completed 5063 actions in 5.06 seconds. |
972 | 2024-10-03T19:47:15.452Z | Done (0.178s) |
973 | 2024-10-03T19:47:15.458Z | Done (0.000s) |
974 | 2024-10-03T19:47:15.899Z | Done (0.445s) |
975 | 2024-10-03T19:47:20.405Z | Done (4.313s) |
976 | 2024-10-03T19:47:20.492Z | Done (0.016s) |
977 | 2024-10-03T19:47:20.495Z | Done (0.000s) |
978 | 2024-10-03T19:47:20.674Z | Done (0.000s) |
979 | 2024-10-03T19:47:21.304Z | Planning: Evaluating mediator changes ... Done |
980 | 2024-10-03T19:47:21.465Z | Planning: Checking for conflicting actions ... Done |
981 | 2024-10-03T19:47:21.467Z | Planning: Consolidating action changes ... Done |
982 | 2024-10-03T19:47:21.731Z | Planning: Evaluating mediators ... Done |
983 | 2024-10-03T19:47:21.734Z | Planning: Planning completed in 0.43 seconds |
984 | 2024-10-03T19:47:21.771Z | Mediators to change: 2 |
985 | 2024-10-03T19:47:21.771Z | Create boot environment: No |
986 | 2024-10-03T19:47:21.773Z | Create backup boot environment: No |
987 | 2024-10-03T19:47:21.877Z | Done |
988 | 2024-10-03T19:47:21.877Z | Done |
989 | 2024-10-03T19:47:22.139Z | Done |
990 | 2024-10-03T19:47:25.728Z | Done |
991 | 2024-10-03T19:47:25.816Z | Done |
992 | 2024-10-03T19:47:25.819Z | Done |
993 | 2024-10-03T19:47:25.940Z | Done |
994 | 2024-10-03T19:47:26.550Z | Planning: Evaluating mediator changes ... Done |
995 | 2024-10-03T19:47:26.552Z | Planning: Merging actions ... Done |
996 | 2024-10-03T19:47:26.739Z | Planning: Checking for conflicting actions ... Done |
997 | 2024-10-03T19:47:26.743Z | Planning: Consolidating action changes ... Done |
998 | 2024-10-03T19:47:27.004Z | Planning: Evaluating mediators ... Done |
999 | 2024-10-03T19:47:27.060Z | Planning: Planning completed in 0.75 seconds |
1000 | 2024-10-03T19:47:27.100Z | Packages to change: 1 |
1001 | 2024-10-03T19:47:27.100Z | Mediators to change: 1 |
1002 | 2024-10-03T19:47:27.103Z | Services to change: 1 |
1003 | 2024-10-03T19:47:27.103Z | Create boot environment: No |
1004 | 2024-10-03T19:47:27.103Z | Create backup boot environment: Yes |
1005 | 2024-10-03T19:47:29.237Z | Actions: 1/6 actions (Updating modified actions) |
1006 | 2024-10-03T19:47:29.239Z | Actions: Completed 6 actions in 0.00 seconds. |
1007 | 2024-10-03T19:47:29.239Z | Done |
1008 | 2024-10-03T19:47:29.239Z | Done |
1009 | 2024-10-03T19:47:29.329Z | Done |
1010 | 2024-10-03T19:47:32.869Z | Done |
1011 | 2024-10-03T19:47:32.964Z | Done |
1012 | 2024-10-03T19:47:32.967Z | Done |
1013 | 2024-10-03T19:47:33.090Z | Done |
1014 | 2024-10-03T19:47:33.531Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1015 | 2024-10-03T19:47:33.531Z | clang system 15 system |
1016 | 2024-10-03T19:47:33.531Z | csh system system illumos |
1017 | 2024-10-03T19:47:33.531Z | ctags system system illumos |
1018 | 2024-10-03T19:47:33.531Z | gcc vendor 12 vendor |
1019 | 2024-10-03T19:47:33.531Z | gcc system 10 system |
1020 | 2024-10-03T19:47:33.531Z | gcc system 7 system |
1021 | 2024-10-03T19:47:33.531Z | go system 1.20 system |
1022 | 2024-10-03T19:47:33.531Z | go system 1.19 system |
1023 | 2024-10-03T19:47:33.531Z | llvm system 15 system |
1024 | 2024-10-03T19:47:33.531Z | llvm system 14 system |
1025 | 2024-10-03T19:47:33.531Z | mariadb system 10.6 system |
1026 | 2024-10-03T19:47:33.531Z | mta vendor vendor dma |
1027 | 2024-10-03T19:47:33.531Z | openjdk system 17 system |
1028 | 2024-10-03T19:47:33.531Z | openjdk system 11 system |
1029 | 2024-10-03T19:47:33.532Z | openjdk system 1.8 system |
1030 | 2024-10-03T19:47:33.532Z | openssl vendor 3 vendor |
1031 | 2024-10-03T19:47:33.532Z | perl system 5.36 system |
1032 | 2024-10-03T19:47:33.532Z | postgresql system 15 system |
1033 | 2024-10-03T19:47:33.532Z | postgresql system 13 system |
1034 | 2024-10-03T19:47:33.532Z | python vendor 3 vendor |
1035 | 2024-10-03T19:47:33.532Z | python system 2 system |
1036 | 2024-10-03T19:47:33.532Z | python3 system 3.11 system |
1037 | 2024-10-03T19:47:33.532Z | ruby system 3.0 system |
1038 | 2024-10-03T19:47:33.532Z | words vendor vendor american-english |
1039 | 2024-10-03T19:47:33.532Z | words system system australian-english |
1040 | 2024-10-03T19:47:33.532Z | words system system british-english |
1041 | 2024-10-03T19:47:33.532Z | words system system canadian-english |
1042 | 2024-10-03T19:47:33.532Z | words system system french |
1043 | 2024-10-03T19:47:33.532Z | words system system italian |
1044 | 2024-10-03T19:47:33.532Z | words system system ngerman |
1045 | 2024-10-03T19:47:33.532Z | words system system ogerman |
1046 | 2024-10-03T19:47:33.532Z | words system system spanish |
1047 | 2024-10-03T19:47:33.862Z | PUBLISHER TYPE STATUS P LOCATION |
1048 | 2024-10-03T19:47:33.862Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1049 | 2024-10-03T19:47:35.890Z | FMRI IFO |
1050 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1051 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1052 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1053 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1054 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1055 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1056 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1057 | 2024-10-03T19:47:35.890Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1058 | 2024-10-03T19:47:35.891Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1059 | 2024-10-03T19:47:35.891Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1060 | 2024-10-03T19:47:35.891Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1061 | 2024-10-03T19:47:35.891Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1062 | 2024-10-03T19:47:35.891Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1063 | 2024-10-03T19:47:36.877Z | Downloading crates ... |
1064 | 2024-10-03T19:47:36.978Z | Downloaded cargo_toml v0.20.5 |
1065 | 2024-10-03T19:47:37.114Z | Compiling proc-macro2 v1.0.86 |
1066 | 2024-10-03T19:47:37.114Z | Compiling unicode-ident v1.0.13 |
1067 | 2024-10-03T19:47:37.116Z | Compiling serde v1.0.210 |
1068 | 2024-10-03T19:47:37.116Z | Compiling version_check v0.9.5 |
1069 | 2024-10-03T19:47:37.116Z | Compiling thiserror v1.0.64 |
1070 | 2024-10-03T19:47:37.116Z | Compiling memchr v2.7.2 |
1071 | 2024-10-03T19:47:37.116Z | Compiling libc v0.2.159 |
1072 | 2024-10-03T19:47:37.116Z | Compiling itoa v1.0.11 |
1073 | 2024-10-03T19:47:37.360Z | Compiling ryu v1.0.18 |
1074 | 2024-10-03T19:47:37.372Z | Compiling ucd-trie v0.1.6 |
1075 | 2024-10-03T19:47:37.796Z | Compiling once_cell v1.19.0 |
1076 | 2024-10-03T19:47:37.912Z | Compiling byteorder v1.5.0 |
1077 | 2024-10-03T19:47:37.981Z | Compiling serde_json v1.0.128 |
1078 | 2024-10-03T19:47:37.993Z | Compiling rustix v0.38.34 |
1079 | 2024-10-03T19:47:38.367Z | Compiling bitflags v2.6.0 |
1080 | 2024-10-03T19:47:38.499Z | Compiling usdt-impl v0.5.0 |
1081 | 2024-10-03T19:47:38.667Z | Compiling quote v1.0.37 |
1082 | 2024-10-03T19:47:38.816Z | Compiling proc-macro-error-attr v1.0.4 |
1083 | 2024-10-03T19:47:38.832Z | Compiling syn v1.0.109 |
1084 | 2024-10-03T19:47:38.882Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-10-03T19:47:38.959Z | Compiling equivalent v1.0.1 |
1086 | 2024-10-03T19:47:39.059Z | Compiling syn v2.0.79 |
1087 | 2024-10-03T19:47:39.151Z | Compiling utf8parse v0.2.1 |
1088 | 2024-10-03T19:47:39.163Z | Compiling errno v0.3.9 |
1089 | 2024-10-03T19:47:39.364Z | Compiling plain v0.2.3 |
1090 | 2024-10-03T19:47:39.380Z | Compiling hashbrown v0.14.5 |
1091 | 2024-10-03T19:47:39.479Z | Compiling camino v1.1.9 |
1092 | 2024-10-03T19:47:39.502Z | Compiling log v0.4.22 |
1093 | 2024-10-03T19:47:39.632Z | Compiling thread-id v4.2.1 |
1094 | 2024-10-03T19:47:39.733Z | Compiling anstyle-parse v0.2.4 |
1095 | 2024-10-03T19:47:40.042Z | Compiling colorchoice v1.0.1 |
1096 | 2024-10-03T19:47:40.175Z | Compiling pretty-hex v0.4.1 |
1097 | 2024-10-03T19:47:40.193Z | Compiling winnow v0.6.18 |
1098 | 2024-10-03T19:47:40.324Z | Compiling is_terminal_polyfill v1.70.0 |
1099 | 2024-10-03T19:47:40.387Z | Compiling anstyle-query v1.0.3 |
1100 | 2024-10-03T19:47:40.440Z | Compiling unicode-width v0.1.13 |
1101 | 2024-10-03T19:47:40.511Z | Compiling anstyle v1.0.8 |
1102 | 2024-10-03T19:47:40.539Z | Compiling semver v1.0.23 |
1103 | 2024-10-03T19:47:40.664Z | Compiling indexmap v2.5.0 |
1104 | 2024-10-03T19:47:40.728Z | Compiling autocfg v1.3.0 |
1105 | 2024-10-03T19:47:40.983Z | Compiling anstream v0.6.14 |
1106 | 2024-10-03T19:47:41.356Z | Compiling terminal_size v0.3.0 |
1107 | 2024-10-03T19:47:41.542Z | Compiling cfg-if v1.0.0 |
1108 | 2024-10-03T19:47:41.629Z | Compiling strsim v0.11.1 |
1109 | 2024-10-03T19:47:41.692Z | Compiling fs-err v2.11.0 |
1110 | 2024-10-03T19:47:41.714Z | Compiling anyhow v1.0.89 |
1111 | 2024-10-03T19:47:41.970Z | Compiling fastrand v2.1.0 |
1112 | 2024-10-03T19:47:42.022Z | Compiling fnv v1.0.7 |
1113 | 2024-10-03T19:47:42.129Z | Compiling heck v0.5.0 |
1114 | 2024-10-03T19:47:42.147Z | Compiling heck v0.4.1 |
1115 | 2024-10-03T19:47:42.510Z | Compiling bytecount v0.6.8 |
1116 | 2024-10-03T19:47:42.551Z | Compiling clap_lex v0.7.0 |
1117 | 2024-10-03T19:47:42.628Z | Compiling papergrid v0.11.0 |
1118 | 2024-10-03T19:47:42.705Z | Compiling tempfile v3.10.1 |
1119 | 2024-10-03T19:47:42.800Z | Compiling clap_builder v4.5.18 |
1120 | 2024-10-03T19:47:43.077Z | Compiling memmap v0.7.0 |
1121 | 2024-10-03T19:47:43.123Z | Compiling smawk v0.3.2 |
1122 | 2024-10-03T19:47:43.327Z | Compiling unicode-linebreak v0.1.5 |
1123 | 2024-10-03T19:47:43.818Z | Compiling textwrap v0.16.1 |
1124 | 2024-10-03T19:47:44.017Z | Compiling swrite v0.1.0 |
1125 | 2024-10-03T19:47:45.185Z | Compiling tabled_derive v0.7.0 |
1126 | 2024-10-03T19:47:46.768Z | Compiling tabled v0.15.0 |
1127 | 2024-10-03T19:47:47.865Z | Compiling serde_derive v1.0.210 |
1128 | 2024-10-03T19:47:47.868Z | Compiling thiserror-impl v1.0.64 |
1129 | 2024-10-03T19:47:47.887Z | Compiling zerocopy-derive v0.7.34 |
1130 | 2024-10-03T19:47:47.898Z | Compiling scroll_derive v0.12.0 |
1131 | 2024-10-03T19:47:47.910Z | Compiling clap_derive v4.5.18 |
1132 | 2024-10-03T19:47:49.379Z | Compiling scroll v0.12.0 |
1133 | 2024-10-03T19:47:49.870Z | Compiling zerocopy v0.7.34 |
1134 | 2024-10-03T19:47:49.935Z | Compiling goblin v0.8.2 |
1135 | 2024-10-03T19:47:50.691Z | Compiling pest v2.7.10 |
1136 | 2024-10-03T19:47:51.908Z | Compiling clap v4.5.18 |
1137 | 2024-10-03T19:47:52.888Z | Compiling pest_meta v2.7.10 |
1138 | 2024-10-03T19:47:53.767Z | Compiling pest_generator v2.7.10 |
1139 | 2024-10-03T19:47:55.680Z | Compiling pest_derive v2.7.10 |
1140 | 2024-10-03T19:47:56.376Z | Compiling dtrace-parser v0.2.0 |
1141 | 2024-10-03T19:47:57.942Z | Compiling serde_tokenstream v0.2.2 |
1142 | 2024-10-03T19:47:58.187Z | Compiling serde_spanned v0.6.7 |
1143 | 2024-10-03T19:47:58.187Z | Compiling toml_datetime v0.6.8 |
1144 | 2024-10-03T19:47:58.468Z | Compiling toml_edit v0.22.22 |
1145 | 2024-10-03T19:47:58.505Z | Compiling cargo-platform v0.1.8 |
1146 | 2024-10-03T19:47:58.575Z | Compiling macaddr v1.0.1 |
1147 | 2024-10-03T19:47:58.795Z | Compiling camino-tempfile v1.1.1 |
1148 | 2024-10-03T19:47:59.359Z | Compiling dof v0.3.0 |
1149 | 2024-10-03T19:47:59.565Z | Compiling cargo_metadata v0.18.1 |
1150 | 2024-10-03T19:48:01.066Z | Compiling usdt-macro v0.5.0 |
1151 | 2024-10-03T19:48:01.066Z | Compiling usdt-attr-macro v0.5.0 |
1152 | 2024-10-03T19:48:01.217Z | Compiling toml v0.8.19 |
1153 | 2024-10-03T19:48:02.094Z | Compiling cargo_toml v0.20.5 |
1154 | 2024-10-03T19:48:02.428Z | Compiling usdt v0.5.0 |
1155 | 2024-10-03T19:48:06.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1156 | 2024-10-03T19:48:10.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s |
1157 | 2024-10-03T19:48:10.341Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1158 | 2024-10-03T19:48:11.208Z | Compiling serde v1.0.210 |
1159 | 2024-10-03T19:48:11.211Z | Compiling typenum v1.17.0 |
1160 | 2024-10-03T19:48:11.211Z | Compiling generic-array v0.14.7 |
1161 | 2024-10-03T19:48:11.211Z | Compiling lock_api v0.4.12 |
1162 | 2024-10-03T19:48:11.211Z | Compiling scopeguard v1.2.0 |
1163 | 2024-10-03T19:48:11.327Z | Compiling value-bag v1.9.0 |
1164 | 2024-10-03T19:48:11.340Z | Compiling syn v2.0.79 |
1165 | 2024-10-03T19:48:11.347Z | Compiling getrandom v0.2.14 |
1166 | 2024-10-03T19:48:11.451Z | Compiling subtle v2.5.0 |
1167 | 2024-10-03T19:48:11.638Z | Compiling rand_core v0.6.4 |
1168 | 2024-10-03T19:48:11.801Z | Compiling log v0.4.22 |
1169 | 2024-10-03T19:48:11.872Z | Compiling const-oid v0.9.6 |
1170 | 2024-10-03T19:48:11.915Z | Compiling jobserver v0.1.32 |
1171 | 2024-10-03T19:48:12.146Z | Compiling pin-project-lite v0.2.14 |
1172 | 2024-10-03T19:48:12.266Z | Compiling cc v1.0.97 |
1173 | 2024-10-03T19:48:12.358Z | Compiling smallvec v1.13.2 |
1174 | 2024-10-03T19:48:12.390Z | Compiling parking_lot_core v0.9.10 |
1175 | 2024-10-03T19:48:12.602Z | Compiling signal-hook-registry v1.4.2 |
1176 | 2024-10-03T19:48:12.761Z | Compiling futures-core v0.3.30 |
1177 | 2024-10-03T19:48:12.763Z | Compiling mio v1.0.2 |
1178 | 2024-10-03T19:48:13.025Z | Compiling ahash v0.8.11 |
1179 | 2024-10-03T19:48:13.403Z | Compiling parking_lot v0.12.2 |
1180 | 2024-10-03T19:48:13.425Z | Compiling futures-sink v0.3.30 |
1181 | 2024-10-03T19:48:13.570Z | Compiling cpufeatures v0.2.12 |
1182 | 2024-10-03T19:48:13.651Z | Compiling socket2 v0.5.7 |
1183 | 2024-10-03T19:48:13.673Z | Compiling slab v0.4.9 |
1184 | 2024-10-03T19:48:13.911Z | Compiling allocator-api2 v0.2.18 |
1185 | 2024-10-03T19:48:13.941Z | Compiling spin v0.9.8 |
1186 | 2024-10-03T19:48:14.041Z | Compiling tinyvec_macros v0.1.1 |
1187 | 2024-10-03T19:48:14.134Z | Compiling tinyvec v1.6.0 |
1188 | 2024-10-03T19:48:14.324Z | Compiling futures-channel v0.3.30 |
1189 | 2024-10-03T19:48:14.339Z | Compiling base64ct v1.6.0 |
1190 | 2024-10-03T19:48:14.400Z | Compiling pin-utils v0.1.0 |
1191 | 2024-10-03T19:48:14.493Z | Compiling futures-task v0.3.30 |
1192 | 2024-10-03T19:48:14.635Z | Compiling futures-io v0.3.30 |
1193 | 2024-10-03T19:48:14.721Z | Compiling serde_json v1.0.128 |
1194 | 2024-10-03T19:48:14.738Z | Compiling libm v0.2.8 |
1195 | 2024-10-03T19:48:14.788Z | Compiling pem-rfc7468 v0.7.0 |
1196 | 2024-10-03T19:48:14.918Z | Compiling num-traits v0.2.19 |
1197 | 2024-10-03T19:48:14.951Z | Compiling unicode-bidi v0.3.15 |
1198 | 2024-10-03T19:48:15.060Z | Compiling flagset v0.4.5 |
1199 | 2024-10-03T19:48:15.251Z | Compiling tracing-core v0.1.32 |
1200 | 2024-10-03T19:48:15.419Z | Compiling pkg-config v0.3.30 |
1201 | 2024-10-03T19:48:15.517Z | Compiling vcpkg v0.2.15 |
1202 | 2024-10-03T19:48:15.606Z | Compiling unicode-normalization v0.1.23 |
1203 | 2024-10-03T19:48:16.415Z | Compiling crossbeam-utils v0.8.19 |
1204 | 2024-10-03T19:48:16.464Z | Compiling ring v0.17.8 |
1205 | 2024-10-03T19:48:16.644Z | Compiling percent-encoding v2.3.1 |
1206 | 2024-10-03T19:48:16.684Z | Compiling httparse v1.8.0 |
1207 | 2024-10-03T19:48:16.935Z | Compiling ppv-lite86 v0.2.17 |
1208 | 2024-10-03T19:48:16.999Z | Compiling rustix v0.38.34 |
1209 | 2024-10-03T19:48:17.157Z | Compiling try-lock v0.2.5 |
1210 | 2024-10-03T19:48:17.311Z | Compiling rustls-pki-types v1.7.0 |
1211 | 2024-10-03T19:48:17.652Z | Compiling openssl-sys v0.9.103 |
1212 | 2024-10-03T19:48:17.701Z | Compiling rand_chacha v0.3.1 |
1213 | 2024-10-03T19:48:17.882Z | Compiling want v0.3.1 |
1214 | 2024-10-03T19:48:18.156Z | Compiling rand v0.8.5 |
1215 | 2024-10-03T19:48:18.338Z | Compiling foreign-types-shared v0.1.1 |
1216 | 2024-10-03T19:48:18.358Z | Compiling rustversion v1.0.17 |
1217 | 2024-10-03T19:48:18.442Z | Compiling time-core v0.1.2 |
1218 | 2024-10-03T19:48:18.599Z | Compiling atomic-waker v1.1.2 |
1219 | 2024-10-03T19:48:18.787Z | Compiling openssl v0.10.66 |
1220 | 2024-10-03T19:48:18.808Z | Compiling httpdate v1.0.3 |
1221 | 2024-10-03T19:48:18.839Z | Compiling untrusted v0.9.0 |
1222 | 2024-10-03T19:48:18.998Z | Compiling powerfmt v0.2.0 |
1223 | 2024-10-03T19:48:19.062Z | Compiling num-conv v0.1.0 |
1224 | 2024-10-03T19:48:19.296Z | Compiling deranged v0.3.11 |
1225 | 2024-10-03T19:48:19.318Z | Compiling time-macros v0.2.18 |
1226 | 2024-10-03T19:48:19.512Z | Compiling foreign-types v0.3.2 |
1227 | 2024-10-03T19:48:19.514Z | Compiling form_urlencoded v1.2.1 |
1228 | 2024-10-03T19:48:19.791Z | Compiling aho-corasick v1.1.3 |
1229 | 2024-10-03T19:48:19.948Z | Compiling native-tls v0.2.11 |
1230 | 2024-10-03T19:48:20.146Z | Compiling regex-syntax v0.8.4 |
1231 | 2024-10-03T19:48:20.293Z | Compiling siphasher v0.3.11 |
1232 | 2024-10-03T19:48:20.602Z | Compiling base64 v0.22.1 |
1233 | 2024-10-03T19:48:20.693Z | Compiling tower-service v0.3.2 |
1234 | 2024-10-03T19:48:20.815Z | Compiling rustls v0.23.10 |
1235 | 2024-10-03T19:48:21.071Z | Compiling num_threads v0.1.7 |
1236 | 2024-10-03T19:48:21.100Z | Compiling syn v1.0.109 |
1237 | 2024-10-03T19:48:21.357Z | Compiling crossbeam-epoch v0.9.18 |
1238 | 2024-10-03T19:48:21.785Z | Compiling idna v0.5.0 |
1239 | 2024-10-03T19:48:22.069Z | Compiling lazy_static v1.5.0 |
1240 | 2024-10-03T19:48:22.183Z | Compiling cookie v0.18.1 |
1241 | 2024-10-03T19:48:22.468Z | Compiling rayon-core v1.12.1 |
1242 | 2024-10-03T19:48:22.549Z | Compiling time v0.3.36 |
1243 | 2024-10-03T19:48:22.567Z | Compiling finl_unicode v1.2.0 |
1244 | 2024-10-03T19:48:22.731Z | Compiling openssl-probe v0.1.5 |
1245 | 2024-10-03T19:48:23.124Z | Compiling iana-time-zone v0.1.60 |
1246 | 2024-10-03T19:48:23.150Z | Compiling slog v2.7.0 |
1247 | 2024-10-03T19:48:23.373Z | Compiling either v1.13.0 |
1248 | 2024-10-03T19:48:23.577Z | Compiling regex-automata v0.4.6 |
1249 | 2024-10-03T19:48:23.763Z | Compiling stringprep v0.1.4 |
1250 | 2024-10-03T19:48:23.810Z | Compiling url v2.5.2 |
1251 | 2024-10-03T19:48:25.181Z | Compiling crossbeam-deque v0.8.5 |
1252 | 2024-10-03T19:48:25.437Z | Compiling serde_derive v1.0.210 |
1253 | 2024-10-03T19:48:25.480Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-10-03T19:48:25.693Z | Compiling zerocopy-derive v0.7.34 |
1255 | 2024-10-03T19:48:26.615Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-10-03T19:48:27.122Z | Compiling zeroize v1.8.1 |
1257 | 2024-10-03T19:48:27.148Z | Compiling futures-macro v0.3.30 |
1258 | 2024-10-03T19:48:27.852Z | Compiling der_derive v0.7.2 |
1259 | 2024-10-03T19:48:27.985Z | Compiling zerocopy v0.7.34 |
1260 | 2024-10-03T19:48:28.318Z | Compiling thiserror-impl v1.0.64 |
1261 | 2024-10-03T19:48:28.966Z | Compiling crypto-common v0.1.6 |
1262 | 2024-10-03T19:48:29.204Z | Compiling block-buffer v0.10.4 |
1263 | 2024-10-03T19:48:29.223Z | Compiling block-padding v0.3.3 |
1264 | 2024-10-03T19:48:29.460Z | Compiling digest v0.10.7 |
1265 | 2024-10-03T19:48:29.462Z | Compiling inout v0.1.3 |
1266 | 2024-10-03T19:48:29.747Z | Compiling cipher v0.4.4 |
1267 | 2024-10-03T19:48:29.948Z | Compiling hmac v0.12.1 |
1268 | 2024-10-03T19:48:30.194Z | Compiling hashbrown v0.14.5 |
1269 | 2024-10-03T19:48:30.259Z | Compiling sha2 v0.10.8 |
1270 | 2024-10-03T19:48:30.276Z | Compiling futures-util v0.3.30 |
1271 | 2024-10-03T19:48:30.538Z | Compiling der v0.7.9 |
1272 | 2024-10-03T19:48:31.580Z | Compiling salsa20 v0.10.2 |
1273 | 2024-10-03T19:48:31.695Z | Compiling thiserror v1.0.64 |
1274 | 2024-10-03T19:48:31.807Z | Compiling pbkdf2 v0.12.2 |
1275 | 2024-10-03T19:48:31.835Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-10-03T19:48:31.984Z | Compiling scrypt v0.11.0 |
1277 | 2024-10-03T19:48:32.560Z | Compiling aes v0.8.4 |
1278 | 2024-10-03T19:48:33.872Z | Compiling spki v0.7.3 |
1279 | 2024-10-03T19:48:33.956Z | Compiling cbc v0.1.2 |
1280 | 2024-10-03T19:48:34.196Z | Compiling pkcs5 v0.7.1 |
1281 | 2024-10-03T19:48:34.222Z | Compiling pest v2.7.10 |
1282 | 2024-10-03T19:48:35.459Z | Compiling pkcs8 v0.10.2 |
1283 | 2024-10-03T19:48:35.482Z | Compiling scroll_derive v0.12.0 |
1284 | 2024-10-03T19:48:35.664Z | Compiling tracing v0.1.40 |
1285 | 2024-10-03T19:48:36.176Z | Compiling openssl-macros v0.1.1 |
1286 | 2024-10-03T19:48:36.194Z | Compiling signature v2.2.0 |
1287 | 2024-10-03T19:48:36.431Z | Compiling rustls-webpki v0.102.4 |
1288 | 2024-10-03T19:48:36.453Z | Compiling md-5 v0.10.6 |
1289 | 2024-10-03T19:48:36.487Z | Compiling num-integer v0.1.46 |
1290 | 2024-10-03T19:48:36.688Z | Compiling pest_meta v2.7.10 |
1291 | 2024-10-03T19:48:36.941Z | Compiling idna v0.3.0 |
1292 | 2024-10-03T19:48:37.001Z | Compiling scroll v0.12.0 |
1293 | 2024-10-03T19:48:37.208Z | Compiling backtrace v0.3.71 |
1294 | 2024-10-03T19:48:37.259Z | Compiling ff v0.13.0 |
1295 | 2024-10-03T19:48:37.491Z | Compiling goblin v0.8.2 |
1296 | 2024-10-03T19:48:37.696Z | Compiling hash32 v0.2.1 |
1297 | 2024-10-03T19:48:38.124Z | Compiling pest_generator v2.7.10 |
1298 | 2024-10-03T19:48:38.540Z | Compiling stable_deref_trait v1.2.0 |
1299 | 2024-10-03T19:48:38.542Z | Compiling gimli v0.28.1 |
1300 | 2024-10-03T19:48:38.656Z | Compiling crc32fast v1.4.0 |
1301 | 2024-10-03T19:48:39.209Z | Compiling psl-types v2.0.11 |
1302 | 2024-10-03T19:48:39.380Z | Compiling portable-atomic v1.6.0 |
1303 | 2024-10-03T19:48:39.406Z | Compiling signal-hook v0.3.17 |
1304 | 2024-10-03T19:48:39.677Z | Compiling bytes v1.7.2 |
1305 | 2024-10-03T19:48:40.056Z | Compiling indexmap v2.5.0 |
1306 | 2024-10-03T19:48:40.104Z | Compiling bitflags v2.6.0 |
1307 | 2024-10-03T19:48:40.545Z | Compiling semver v1.0.23 |
1308 | 2024-10-03T19:48:41.006Z | Compiling tokio v1.39.3 |
1309 | 2024-10-03T19:48:41.300Z | Compiling rustc_version v0.4.0 |
1310 | 2024-10-03T19:48:41.521Z | Compiling http v1.1.0 |
1311 | 2024-10-03T19:48:41.715Z | Compiling pest_derive v2.7.10 |
1312 | 2024-10-03T19:48:42.535Z | Compiling dtrace-parser v0.2.0 |
1313 | 2024-10-03T19:48:43.427Z | Compiling http-body v1.0.0 |
1314 | 2024-10-03T19:48:43.486Z | Compiling dof v0.3.0 |
1315 | 2024-10-03T19:48:43.655Z | Compiling heapless v0.7.17 |
1316 | 2024-10-03T19:48:44.110Z | Compiling uuid v1.10.0 |
1317 | 2024-10-03T19:48:44.777Z | Compiling usdt-impl v0.5.0 |
1318 | 2024-10-03T19:48:45.657Z | Compiling curve25519-dalek v4.1.3 |
1319 | 2024-10-03T19:48:45.723Z | Compiling http v0.2.12 |
1320 | 2024-10-03T19:48:46.291Z | Compiling chrono v0.4.38 |
1321 | 2024-10-03T19:48:46.404Z | Compiling serde_tokenstream v0.2.2 |
1322 | 2024-10-03T19:48:47.028Z | Compiling toml_datetime v0.6.8 |
1323 | 2024-10-03T19:48:47.531Z | Compiling serde_spanned v0.6.7 |
1324 | 2024-10-03T19:48:47.607Z | Compiling num-bigint-dig v0.8.4 |
1325 | 2024-10-03T19:48:47.766Z | Compiling base16ct v0.2.0 |
1326 | 2024-10-03T19:48:47.916Z | Compiling adler v1.0.2 |
1327 | 2024-10-03T19:48:47.933Z | Compiling smoltcp v0.9.1 |
1328 | 2024-10-03T19:48:48.132Z | Compiling fallible-iterator v0.2.0 |
1329 | 2024-10-03T19:48:48.155Z | Compiling miniz_oxide v0.7.2 |
1330 | 2024-10-03T19:48:48.248Z | Compiling sec1 v0.7.3 |
1331 | 2024-10-03T19:48:48.828Z | Compiling postgres-protocol v0.6.7 |
1332 | 2024-10-03T19:48:48.850Z | Compiling terminal_size v0.3.0 |
1333 | 2024-10-03T19:48:48.931Z | Compiling http-body-util v0.1.2 |
1334 | 2024-10-03T19:48:49.034Z | Compiling addr2line v0.21.0 |
1335 | 2024-10-03T19:48:49.422Z | Compiling tokio-util v0.7.12 |
1336 | 2024-10-03T19:48:49.697Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-10-03T19:48:50.151Z | Compiling hubpack_derive v0.1.1 |
1338 | 2024-10-03T19:48:50.170Z | Compiling publicsuffix v2.2.3 |
1339 | 2024-10-03T19:48:50.281Z | Compiling group v0.13.0 |
1340 | 2024-10-03T19:48:50.415Z | Compiling h2 v0.4.6 |
1341 | 2024-10-03T19:48:50.609Z | Compiling tokio-native-tls v0.3.1 |
1342 | 2024-10-03T19:48:50.674Z | Compiling num-iter v0.1.45 |
1343 | 2024-10-03T19:48:50.823Z | Compiling hkdf v0.12.4 |
1344 | 2024-10-03T19:48:50.848Z | Compiling crypto-bigint v0.5.5 |
1345 | 2024-10-03T19:48:51.038Z | Compiling curve25519-dalek-derive v0.1.1 |
1346 | 2024-10-03T19:48:51.056Z | Compiling zerocopy-derive v0.6.6 |
1347 | 2024-10-03T19:48:51.339Z | Compiling async-trait v0.1.83 |
1348 | 2024-10-03T19:48:52.754Z | Compiling phf_shared v0.11.2 |
1349 | 2024-10-03T19:48:53.166Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-10-03T19:48:53.266Z | Compiling webpki-roots v0.26.3 |
1351 | 2024-10-03T19:48:53.485Z | Compiling object v0.32.2 |
1352 | 2024-10-03T19:48:53.487Z | Compiling fs-err v2.11.0 |
1353 | 2024-10-03T19:48:53.708Z | Compiling managed v0.8.0 |
1354 | 2024-10-03T19:48:53.806Z | Compiling schemars v0.8.21 |
1355 | 2024-10-03T19:48:54.160Z | Compiling adler2 v2.0.0 |
1356 | 2024-10-03T19:48:54.160Z | Compiling ipnet v2.10.0 |
1357 | 2024-10-03T19:48:54.222Z | Compiling bitflags v1.3.2 |
1358 | 2024-10-03T19:48:54.327Z | Compiling anyhow v1.0.89 |
1359 | 2024-10-03T19:48:54.351Z | Compiling rustc-demangle v0.1.24 |
1360 | 2024-10-03T19:48:54.962Z | Compiling winnow v0.5.40 |
1361 | 2024-10-03T19:48:55.354Z | Compiling clap_builder v4.5.18 |
1362 | 2024-10-03T19:48:55.905Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-10-03T19:48:56.223Z | Compiling miniz_oxide v0.8.0 |
1364 | 2024-10-03T19:48:56.938Z | Compiling console v0.15.8 |
1365 | 2024-10-03T19:48:57.691Z | Compiling hyper v1.4.1 |
1366 | 2024-10-03T19:48:57.793Z | Compiling elliptic-curve v0.13.8 |
1367 | 2024-10-03T19:48:58.532Z | Compiling toml_edit v0.19.15 |
1368 | 2024-10-03T19:48:58.814Z | Compiling zerocopy v0.6.6 |
1369 | 2024-10-03T19:48:58.834Z | Compiling cookie_store v0.21.0 |
1370 | 2024-10-03T19:48:59.281Z | Compiling phf v0.11.2 |
1371 | 2024-10-03T19:48:59.647Z | Compiling rayon v1.10.0 |
1372 | 2024-10-03T19:49:00.410Z | Compiling hyper-util v0.1.9 |
1373 | 2024-10-03T19:49:01.223Z | Compiling hubpack v0.1.2 |
1374 | 2024-10-03T19:49:01.944Z | Compiling h2 v0.3.26 |
1375 | 2024-10-03T19:49:03.599Z | Compiling hyper-rustls v0.27.3 |
1376 | 2024-10-03T19:49:04.109Z | Compiling hyper-tls v0.6.0 |
1377 | 2024-10-03T19:49:04.560Z | Compiling postgres-types v0.2.8 |
1378 | 2024-10-03T19:49:04.689Z | Compiling usdt-attr-macro v0.5.0 |
1379 | 2024-10-03T19:49:05.476Z | Compiling usdt-macro v0.5.0 |
1380 | 2024-10-03T19:49:05.941Z | Compiling http-body v0.4.6 |
1381 | 2024-10-03T19:49:06.055Z | Compiling serde_urlencoded v0.7.1 |
1382 | 2024-10-03T19:49:06.405Z | Compiling serde-big-array v0.5.1 |
1383 | 2024-10-03T19:49:06.426Z | Compiling ed25519 v2.2.3 |
1384 | 2024-10-03T19:49:06.590Z | Compiling futures-executor v0.3.30 |
1385 | 2024-10-03T19:49:06.594Z | Compiling pkcs1 v0.7.5 |
1386 | 2024-10-03T19:49:06.625Z | Compiling rfc6979 v0.4.0 |
1387 | 2024-10-03T19:49:06.806Z | Compiling regex v1.10.6 |
1388 | 2024-10-03T19:49:06.997Z | Compiling bstr v1.9.1 |
1389 | 2024-10-03T19:49:07.119Z | Compiling serde_repr v0.1.19 |
1390 | 2024-10-03T19:49:07.594Z | Compiling strum_macros v0.25.3 |
1391 | 2024-10-03T19:49:07.644Z | Compiling enum-as-inner v0.6.0 |
1392 | 2024-10-03T19:49:07.895Z | Compiling clap_derive v4.5.18 |
1393 | 2024-10-03T19:49:08.399Z | Compiling rustls-pemfile v2.1.3 |
1394 | 2024-10-03T19:49:08.434Z | Compiling phf_shared v0.10.0 |
1395 | 2024-10-03T19:49:08.791Z | Compiling float-cmp v0.9.0 |
1396 | 2024-10-03T19:49:08.838Z | Compiling idna v0.4.0 |
1397 | 2024-10-03T19:49:08.838Z | Compiling sync_wrapper v1.0.1 |
1398 | 2024-10-03T19:49:08.872Z | Compiling mio v0.8.11 |
1399 | 2024-10-03T19:49:08.999Z | Compiling socket2 v0.4.10 |
1400 | 2024-10-03T19:49:09.017Z | Compiling encoding_rs v0.8.34 |
1401 | 2024-10-03T19:49:09.915Z | Compiling normalize-line-endings v0.3.0 |
1402 | 2024-10-03T19:49:10.037Z | Compiling bit-vec v0.6.3 |
1403 | 2024-10-03T19:49:10.169Z | Compiling dyn-clone v1.0.17 |
1404 | 2024-10-03T19:49:10.362Z | Compiling data-encoding v2.6.0 |
1405 | 2024-10-03T19:49:10.387Z | Compiling fixedbitset v0.4.2 |
1406 | 2024-10-03T19:49:10.483Z | Compiling number_prefix v0.4.0 |
1407 | 2024-10-03T19:49:10.716Z | Compiling whoami v1.5.2 |
1408 | 2024-10-03T19:49:10.852Z | Compiling difflib v0.4.0 |
1409 | 2024-10-03T19:49:11.350Z | Compiling unicode-segmentation v1.11.0 |
1410 | 2024-10-03T19:49:11.739Z | Compiling static_assertions v1.1.0 |
1411 | 2024-10-03T19:49:11.842Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-10-03T19:49:12.211Z | Compiling mime v0.3.17 |
1413 | 2024-10-03T19:49:12.539Z | Compiling new_debug_unreachable v1.0.6 |
1414 | 2024-10-03T19:49:12.547Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-10-03T19:49:12.547Z | Compiling predicates-core v1.0.6 |
1416 | 2024-10-03T19:49:12.550Z | Compiling toml_edit v0.22.22 |
1417 | 2024-10-03T19:49:12.712Z | Compiling predicates v3.1.2 |
1418 | 2024-10-03T19:49:12.715Z | Compiling reqwest v0.12.7 |
1419 | 2024-10-03T19:49:12.808Z | Compiling string_cache v0.8.7 |
1420 | 2024-10-03T19:49:12.826Z | Compiling nom v7.1.3 |
1421 | 2024-10-03T19:49:13.043Z | Compiling clap v4.5.18 |
1422 | 2024-10-03T19:49:13.172Z | Compiling similar v2.6.0 |
1423 | 2024-10-03T19:49:13.301Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1424 | 2024-10-03T19:49:13.412Z | Compiling hickory-proto v0.24.1 |
1425 | 2024-10-03T19:49:14.505Z | Compiling tokio-postgres v0.7.12 |
1426 | 2024-10-03T19:49:15.577Z | Compiling indicatif v0.17.8 |
1427 | 2024-10-03T19:49:16.325Z | Compiling petgraph v0.6.5 |
1428 | 2024-10-03T19:49:16.569Z | Compiling bit-set v0.5.3 |
1429 | 2024-10-03T19:49:17.818Z | Compiling signal-hook-mio v0.2.4 |
1430 | 2024-10-03T19:49:17.998Z | Compiling hyper v0.14.30 |
1431 | 2024-10-03T19:49:20.185Z | Compiling usdt v0.5.0 |
1432 | 2024-10-03T19:49:20.214Z | Compiling rsa v0.9.6 |
1433 | 2024-10-03T19:49:20.357Z | Compiling futures v0.3.30 |
1434 | 2024-10-03T19:49:20.473Z | Compiling ecdsa v0.16.9 |
1435 | 2024-10-03T19:49:20.669Z | Compiling ed25519-dalek v2.1.1 |
1436 | 2024-10-03T19:49:20.688Z | Compiling flate2 v1.0.34 |
1437 | 2024-10-03T19:49:20.922Z | Compiling toml v0.7.8 |
1438 | 2024-10-03T19:49:21.929Z | Compiling tokio-stream v0.1.16 |
1439 | 2024-10-03T19:49:22.215Z | Compiling openapiv3 v2.0.0 |
1440 | 2024-10-03T19:49:22.553Z | Compiling hex v0.4.3 |
1441 | 2024-10-03T19:49:22.683Z | Compiling x509-cert v0.2.5 |
1442 | 2024-10-03T19:49:22.996Z | Compiling sha1 v0.10.6 |
1443 | 2024-10-03T19:49:23.172Z | Compiling itertools v0.12.1 |
1444 | 2024-10-03T19:49:23.452Z | Compiling itertools v0.10.5 |
1445 | 2024-10-03T19:49:23.737Z | Compiling dirs-sys-next v0.1.2 |
1446 | 2024-10-03T19:49:24.415Z | Compiling lalrpop-util v0.19.12 |
1447 | 2024-10-03T19:49:24.769Z | Compiling unicode-xid v0.2.4 |
1448 | 2024-10-03T19:49:24.953Z | Compiling peg-runtime v0.8.3 |
1449 | 2024-10-03T19:49:25.474Z | Compiling dirs-next v2.0.0 |
1450 | 2024-10-03T19:49:25.627Z | Compiling thread_local v1.1.8 |
1451 | 2024-10-03T19:49:25.672Z | Compiling slog-async v2.8.0 |
1452 | 2024-10-03T19:49:26.160Z | Compiling term v0.7.0 |
1453 | 2024-10-03T19:49:26.232Z | Compiling xattr v1.3.1 |
1454 | 2024-10-03T19:49:26.263Z | Compiling strum_macros v0.26.4 |
1455 | 2024-10-03T19:49:26.283Z | Compiling crossbeam-channel v0.5.12 |
1456 | 2024-10-03T19:49:26.493Z | Compiling is-terminal v0.4.12 |
1457 | 2024-10-03T19:49:26.589Z | Compiling filetime v0.2.25 |
1458 | 2024-10-03T19:49:26.623Z | Compiling take_mut v0.2.2 |
1459 | 2024-10-03T19:49:26.788Z | Compiling tar v0.4.42 |
1460 | 2024-10-03T19:49:26.897Z | Compiling slog-term v2.9.1 |
1461 | 2024-10-03T19:49:27.390Z | Compiling camino v1.1.9 |
1462 | 2024-10-03T19:49:28.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1463 | 2024-10-03T19:49:29.399Z | Compiling strum v0.26.3 |
1464 | 2024-10-03T19:49:29.476Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1465 | 2024-10-03T19:49:34.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1466 | 2024-10-03T19:49:34.654Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1467 | 2024-10-03T19:49:34.696Z | Oct 03 19:49:33.480 INFO Starting download, target: Clickhouse |
1468 | 2024-10-03T19:49:34.696Z | Oct 03 19:49:33.480 INFO Starting download, target: Cockroach |
1469 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.480 INFO Starting download, target: Console |
1470 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.480 INFO Starting download, target: DendriteOpenapi |
1471 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Starting download, target: DendriteStub |
1472 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Starting download, target: MaghemiteMgd |
1473 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Starting download, target: TransceiverControl |
1474 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1475 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1476 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.481 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1477 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.482 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1478 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.482 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1479 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.482 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1480 | 2024-10-03T19:49:34.698Z | Oct 03 19:49:33.482 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1481 | 2024-10-03T19:49:34.873Z | Oct 03 19:49:33.658 INFO Download complete, target: DendriteOpenapi |
1482 | 2024-10-03T19:49:35.009Z | Oct 03 19:49:33.793 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1483 | 2024-10-03T19:49:35.328Z | Oct 03 19:49:34.112 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1484 | 2024-10-03T19:49:35.377Z | Oct 03 19:49:34.161 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1485 | 2024-10-03T19:49:35.606Z | Oct 03 19:49:34.390 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1486 | 2024-10-03T19:49:35.707Z | Oct 03 19:49:34.492 INFO Download complete, target: Console |
1487 | 2024-10-03T19:49:35.764Z | Oct 03 19:49:34.549 INFO Download complete, target: TransceiverControl |
1488 | 2024-10-03T19:49:35.952Z | Oct 03 19:49:34.737 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1489 | 2024-10-03T19:49:35.952Z | Oct 03 19:49:34.737 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1490 | 2024-10-03T19:49:36.916Z | Oct 03 19:49:35.700 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1491 | 2024-10-03T19:49:38.492Z | Oct 03 19:49:37.277 INFO Download complete, target: DendriteStub |
1492 | 2024-10-03T19:49:38.752Z | Oct 03 19:49:37.537 INFO Download complete, target: MaghemiteMgd |
1493 | 2024-10-03T19:49:44.212Z | Oct 03 19:49:42.995 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1494 | 2024-10-03T19:49:44.529Z | Oct 03 19:49:43.312 INFO Checking that binary works, target: Cockroach |
1495 | 2024-10-03T19:49:44.690Z | Oct 03 19:49:43.473 INFO Download complete, target: Cockroach |
1496 | 2024-10-03T19:49:50.639Z | Oct 03 19:49:49.420 INFO Checking that binary works, target: Clickhouse |
1497 | 2024-10-03T19:49:50.792Z | Oct 03 19:49:49.576 INFO Download complete, target: Clickhouse |
1498 | 2024-10-03T19:49:50.800Z | All prerequisites installed successfully |
1499 | 2024-10-03T19:49:50.803Z | |
1500 | 2024-10-03T19:49:50.803Z | real 3:16.996645529 |
1501 | 2024-10-03T19:49:50.803Z | user 12:13.300538712 |
1502 | 2024-10-03T19:49:50.803Z | sys 2:30.276634114 |
1503 | 2024-10-03T19:49:50.803Z | trap 0.401195914 |
1504 | 2024-10-03T19:49:50.803Z | tflt 1.755757976 |
1505 | 2024-10-03T19:49:50.803Z | dflt 1.673955825 |
1506 | 2024-10-03T19:49:50.803Z | kflt 0.021104887 |
1507 | 2024-10-03T19:49:50.803Z | lock 25:56.795042367 |
1508 | 2024-10-03T19:49:50.803Z | slp 46:34.678817432 |
1509 | 2024-10-03T19:49:50.803Z | lat 40.593048946 |
1510 | 2024-10-03T19:49:50.803Z | stop 1:42.216216096 |
1511 | 2024-10-03T19:49:50.803Z | + source ./tools/include/force-git-over-https.sh |
1512 | 2024-10-03T19:49:50.803Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1513 | 2024-10-03T19:49:50.803Z | ++ (( i = 0 )) |
1514 | 2024-10-03T19:49:50.803Z | ++ (( i < 5 )) |
1515 | 2024-10-03T19:49:50.803Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1516 | 2024-10-03T19:49:50.806Z | ++ (( i++ )) |
1517 | 2024-10-03T19:49:50.806Z | ++ (( i < 5 )) |
1518 | 2024-10-03T19:49:50.806Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1519 | 2024-10-03T19:49:50.808Z | ++ (( i++ )) |
1520 | 2024-10-03T19:49:50.808Z | ++ (( i < 5 )) |
1521 | 2024-10-03T19:49:50.808Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1522 | 2024-10-03T19:49:50.811Z | ++ (( i++ )) |
1523 | 2024-10-03T19:49:50.811Z | ++ (( i < 5 )) |
1524 | 2024-10-03T19:49:50.811Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1525 | 2024-10-03T19:49:50.814Z | ++ (( i++ )) |
1526 | 2024-10-03T19:49:50.814Z | ++ (( i < 5 )) |
1527 | 2024-10-03T19:49:50.814Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1528 | 2024-10-03T19:49:50.817Z | ++ (( i++ )) |
1529 | 2024-10-03T19:49:50.817Z | ++ (( i < 5 )) |
1530 | 2024-10-03T19:49:50.819Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1531 | 2024-10-03T19:49:50.819Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1532 | 2024-10-03T19:49:50.819Z | + rc=0 |
1533 | 2024-10-03T19:49:50.819Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1534 | 2024-10-03T19:50:14.025Z | + case $rc in |
1535 | 2024-10-03T19:50:14.025Z | + pfexec zfs create -p rpool/images/build/host |
1536 | 2024-10-03T19:50:14.229Z | + pfexec zfs create -p rpool/images/build/recovery |
1537 | 2024-10-03T19:50:14.302Z | + cargo xtask releng --output-dir /work |
1538 | 2024-10-03T19:50:14.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1539 | 2024-10-03T19:50:14.887Z | Running `target/debug/xtask releng --output-dir /work` |
1540 | 2024-10-03T19:50:15.822Z | Compiling proc-macro2 v1.0.86 |
1541 | 2024-10-03T19:50:15.822Z | Compiling unicode-ident v1.0.13 |
1542 | 2024-10-03T19:50:15.822Z | Compiling libc v0.2.159 |
1543 | 2024-10-03T19:50:15.825Z | Compiling serde v1.0.210 |
1544 | 2024-10-03T19:50:15.825Z | Compiling version_check v0.9.5 |
1545 | 2024-10-03T19:50:15.825Z | Compiling autocfg v1.3.0 |
1546 | 2024-10-03T19:50:15.825Z | Compiling cfg-if v1.0.0 |
1547 | 2024-10-03T19:50:15.825Z | Compiling once_cell v1.19.0 |
1548 | 2024-10-03T19:50:16.275Z | Compiling typenum v1.17.0 |
1549 | 2024-10-03T19:50:16.425Z | Compiling memchr v2.7.2 |
1550 | 2024-10-03T19:50:16.645Z | Compiling lock_api v0.4.12 |
1551 | 2024-10-03T19:50:16.648Z | Compiling generic-array v0.14.7 |
1552 | 2024-10-03T19:50:16.663Z | Compiling ahash v0.8.11 |
1553 | 2024-10-03T19:50:16.970Z | Compiling parking_lot_core v0.9.10 |
1554 | 2024-10-03T19:50:17.005Z | Compiling serde_json v1.0.128 |
1555 | 2024-10-03T19:50:17.173Z | Compiling byteorder v1.5.0 |
1556 | 2024-10-03T19:50:17.391Z | Compiling libm v0.2.8 |
1557 | 2024-10-03T19:50:17.710Z | Compiling quote v1.0.37 |
1558 | 2024-10-03T19:50:17.759Z | Compiling num-traits v0.2.19 |
1559 | 2024-10-03T19:50:17.804Z | Compiling itoa v1.0.11 |
1560 | 2024-10-03T19:50:17.843Z | Compiling value-bag v1.9.0 |
1561 | 2024-10-03T19:50:18.055Z | Compiling getrandom v0.2.14 |
1562 | 2024-10-03T19:50:18.077Z | Compiling syn v2.0.79 |
1563 | 2024-10-03T19:50:18.188Z | Compiling jobserver v0.1.32 |
1564 | 2024-10-03T19:50:18.488Z | Compiling log v0.4.22 |
1565 | 2024-10-03T19:50:18.624Z | Compiling cc v1.0.97 |
1566 | 2024-10-03T19:50:18.684Z | Compiling slab v0.4.9 |
1567 | 2024-10-03T19:50:18.723Z | Compiling scopeguard v1.2.0 |
1568 | 2024-10-03T19:50:19.371Z | Compiling thiserror v1.0.64 |
1569 | 2024-10-03T19:50:19.611Z | Compiling rand_core v0.6.4 |
1570 | 2024-10-03T19:50:19.705Z | Compiling subtle v2.5.0 |
1571 | 2024-10-03T19:50:19.935Z | Compiling semver v1.0.23 |
1572 | 2024-10-03T19:50:20.224Z | Compiling pin-project-lite v0.2.14 |
1573 | 2024-10-03T19:50:20.364Z | Compiling pkg-config v0.3.30 |
1574 | 2024-10-03T19:50:20.437Z | Compiling smallvec v1.13.2 |
1575 | 2024-10-03T19:50:20.695Z | Compiling const-oid v0.9.6 |
1576 | 2024-10-03T19:50:20.745Z | Compiling allocator-api2 v0.2.18 |
1577 | 2024-10-03T19:50:21.108Z | Compiling ryu v1.0.18 |
1578 | 2024-10-03T19:50:21.615Z | Compiling httparse v1.8.0 |
1579 | 2024-10-03T19:50:21.734Z | Compiling futures-core v0.3.30 |
1580 | 2024-10-03T19:50:21.994Z | Compiling signal-hook-registry v1.4.2 |
1581 | 2024-10-03T19:50:22.049Z | Compiling ring v0.17.8 |
1582 | 2024-10-03T19:50:22.075Z | Compiling vcpkg v0.2.15 |
1583 | 2024-10-03T19:50:22.678Z | Compiling parking_lot v0.12.2 |
1584 | 2024-10-03T19:50:22.698Z | Compiling mio v1.0.2 |
1585 | 2024-10-03T19:50:22.759Z | Compiling fnv v1.0.7 |
1586 | 2024-10-03T19:50:23.047Z | Compiling socket2 v0.5.7 |
1587 | 2024-10-03T19:50:23.750Z | Compiling spin v0.9.8 |
1588 | 2024-10-03T19:50:23.926Z | Compiling openssl-sys v0.9.103 |
1589 | 2024-10-03T19:50:24.639Z | Compiling futures-sink v0.3.30 |
1590 | 2024-10-03T19:50:24.860Z | Compiling rustix v0.38.34 |
1591 | 2024-10-03T19:50:24.953Z | Compiling equivalent v1.0.1 |
1592 | 2024-10-03T19:50:25.017Z | Compiling crossbeam-utils v0.8.19 |
1593 | 2024-10-03T19:50:25.065Z | Compiling schemars v0.8.21 |
1594 | 2024-10-03T19:50:25.125Z | Compiling heck v0.5.0 |
1595 | 2024-10-03T19:50:25.819Z | Compiling serde_derive_internals v0.29.1 |
1596 | 2024-10-03T19:50:26.525Z | Compiling time-core v0.1.2 |
1597 | 2024-10-03T19:50:26.703Z | Compiling cpufeatures v0.2.12 |
1598 | 2024-10-03T19:50:26.814Z | Compiling num-conv v0.1.0 |
1599 | 2024-10-03T19:50:26.899Z | Compiling futures-channel v0.3.30 |
1600 | 2024-10-03T19:50:27.026Z | Compiling openssl v0.10.66 |
1601 | 2024-10-03T19:50:27.305Z | Compiling time-macros v0.2.18 |
1602 | 2024-10-03T19:50:27.366Z | Compiling futures-task v0.3.30 |
1603 | 2024-10-03T19:50:27.396Z | Compiling pin-utils v0.1.0 |
1604 | 2024-10-03T19:50:27.537Z | Compiling tinyvec_macros v0.1.1 |
1605 | 2024-10-03T19:50:27.560Z | Compiling futures-io v0.3.30 |
1606 | 2024-10-03T19:50:27.646Z | Compiling tinyvec v1.6.0 |
1607 | 2024-10-03T19:50:27.868Z | Compiling rustls v0.23.10 |
1608 | 2024-10-03T19:50:27.931Z | Compiling native-tls v0.2.11 |
1609 | 2024-10-03T19:50:28.273Z | Compiling ucd-trie v0.1.6 |
1610 | 2024-10-03T19:50:28.609Z | Compiling unicode-bidi v0.3.15 |
1611 | 2024-10-03T19:50:28.645Z | Compiling base64ct v1.6.0 |
1612 | 2024-10-03T19:50:28.730Z | Compiling iana-time-zone v0.1.60 |
1613 | 2024-10-03T19:50:29.189Z | Compiling pem-rfc7468 v0.7.0 |
1614 | 2024-10-03T19:50:29.324Z | Compiling unicode-normalization v0.1.23 |
1615 | 2024-10-03T19:50:29.600Z | Compiling tracing-core v0.1.32 |
1616 | 2024-10-03T19:50:29.899Z | Compiling cookie v0.18.1 |
1617 | 2024-10-03T19:50:30.439Z | Compiling slog v2.7.0 |
1618 | 2024-10-03T19:50:30.944Z | Compiling flagset v0.4.5 |
1619 | 2024-10-03T19:50:31.002Z | Compiling syn v1.0.109 |
1620 | 2024-10-03T19:50:31.164Z | Compiling aho-corasick v1.1.3 |
1621 | 2024-10-03T19:50:31.207Z | Compiling regex-syntax v0.8.4 |
1622 | 2024-10-03T19:50:31.584Z | Compiling serde_derive v1.0.210 |
1623 | 2024-10-03T19:50:31.658Z | Compiling zeroize_derive v1.4.2 |
1624 | 2024-10-03T19:50:31.695Z | Compiling zerocopy-derive v0.7.34 |
1625 | 2024-10-03T19:50:31.817Z | Compiling tokio-macros v2.4.0 |
1626 | 2024-10-03T19:50:31.902Z | Compiling thiserror-impl v1.0.64 |
1627 | 2024-10-03T19:50:33.263Z | Compiling zeroize v1.8.1 |
1628 | 2024-10-03T19:50:33.734Z | Compiling zerocopy v0.7.34 |
1629 | 2024-10-03T19:50:33.857Z | Compiling futures-macro v0.3.30 |
1630 | 2024-10-03T19:50:35.492Z | Compiling crypto-common v0.1.6 |
1631 | 2024-10-03T19:50:35.681Z | Compiling tracing-attributes v0.1.27 |
1632 | 2024-10-03T19:50:36.033Z | Compiling der_derive v0.7.2 |
1633 | 2024-10-03T19:50:36.533Z | Compiling hashbrown v0.14.5 |
1634 | 2024-10-03T19:50:37.292Z | Compiling block-buffer v0.10.4 |
1635 | 2024-10-03T19:50:37.558Z | Compiling digest v0.10.7 |
1636 | 2024-10-03T19:50:38.020Z | Compiling schemars_derive v0.8.21 |
1637 | 2024-10-03T19:50:38.080Z | Compiling hmac v0.12.1 |
1638 | 2024-10-03T19:50:38.127Z | Compiling futures-util v0.3.30 |
1639 | 2024-10-03T19:50:38.320Z | Compiling block-padding v0.3.3 |
1640 | 2024-10-03T19:50:38.515Z | Compiling openssl-macros v0.1.1 |
1641 | 2024-10-03T19:50:38.619Z | Compiling inout v0.1.3 |
1642 | 2024-10-03T19:50:38.925Z | Compiling cipher v0.4.4 |
1643 | 2024-10-03T19:50:39.364Z | Compiling sha2 v0.10.8 |
1644 | 2024-10-03T19:50:39.448Z | Compiling scroll_derive v0.12.0 |
1645 | 2024-10-03T19:50:39.473Z | Compiling pest v2.7.10 |
1646 | 2024-10-03T19:50:41.304Z | Compiling tracing v0.1.40 |
1647 | 2024-10-03T19:50:41.446Z | Compiling der v0.7.9 |
1648 | 2024-10-03T19:50:42.134Z | Compiling pest_meta v2.7.10 |
1649 | 2024-10-03T19:50:44.132Z | Compiling spki v0.7.3 |
1650 | 2024-10-03T19:50:44.659Z | Compiling pest_generator v2.7.10 |
1651 | 2024-10-03T19:50:44.832Z | Compiling salsa20 v0.10.2 |
1652 | 2024-10-03T19:50:45.098Z | Compiling pbkdf2 v0.12.2 |
1653 | 2024-10-03T19:50:45.435Z | Compiling bytes v1.7.2 |
1654 | 2024-10-03T19:50:46.742Z | Compiling tokio v1.39.3 |
1655 | 2024-10-03T19:50:46.979Z | Compiling bitflags v2.6.0 |
1656 | 2024-10-03T19:50:47.270Z | Compiling indexmap v2.5.0 |
1657 | 2024-10-03T19:50:47.740Z | Compiling rustc_version v0.4.0 |
1658 | 2024-10-03T19:50:48.912Z | Compiling serde_tokenstream v0.2.2 |
1659 | 2024-10-03T19:50:49.220Z | Compiling uuid v1.10.0 |
1660 | 2024-10-03T19:50:49.250Z | Compiling http v1.1.0 |
1661 | 2024-10-03T19:50:49.553Z | Compiling chrono v0.4.38 |
1662 | 2024-10-03T19:50:52.354Z | Compiling regex-automata v0.4.6 |
1663 | 2024-10-03T19:50:54.387Z | Compiling percent-encoding v2.3.1 |
1664 | 2024-10-03T19:50:54.976Z | Compiling crc32fast v1.4.0 |
1665 | 2024-10-03T19:50:55.054Z | Compiling rayon-core v1.12.1 |
1666 | 2024-10-03T19:50:55.398Z | Compiling dyn-clone v1.0.17 |
1667 | 2024-10-03T19:50:56.357Z | Compiling tokio-util v0.7.12 |
1668 | 2024-10-03T19:50:57.427Z | Compiling pest_derive v2.7.10 |
1669 | 2024-10-03T19:50:59.124Z | Compiling scrypt v0.11.0 |
1670 | 2024-10-03T19:50:59.461Z | Compiling aes v0.8.4 |
1671 | 2024-10-03T19:50:59.595Z | Compiling cbc v0.1.2 |
1672 | 2024-10-03T19:50:59.728Z | Compiling usdt-impl v0.5.0 |
1673 | 2024-10-03T19:50:59.769Z | Compiling untrusted v0.9.0 |
1674 | 2024-10-03T19:50:59.820Z | Compiling try-lock v0.2.5 |
1675 | 2024-10-03T19:50:59.969Z | Compiling heck v0.4.1 |
1676 | 2024-10-03T19:51:00.053Z | Compiling rustls-pki-types v1.7.0 |
1677 | 2024-10-03T19:51:00.121Z | Compiling want v0.3.1 |
1678 | 2024-10-03T19:51:00.454Z | Compiling pkcs5 v0.7.1 |
1679 | 2024-10-03T19:51:00.715Z | Compiling heapless v0.7.17 |
1680 | 2024-10-03T19:51:01.246Z | Compiling scroll v0.12.0 |
1681 | 2024-10-03T19:51:01.561Z | Compiling zerocopy-derive v0.6.6 |
1682 | 2024-10-03T19:51:01.952Z | Compiling backtrace v0.3.71 |
1683 | 2024-10-03T19:51:02.006Z | Compiling errno v0.3.9 |
1684 | 2024-10-03T19:51:02.494Z | Compiling plain v0.2.3 |
1685 | 2024-10-03T19:51:02.620Z | Compiling powerfmt v0.2.0 |
1686 | 2024-10-03T19:51:02.731Z | Compiling num-bigint-dig v0.8.4 |
1687 | 2024-10-03T19:51:02.830Z | Compiling ppv-lite86 v0.2.17 |
1688 | 2024-10-03T19:51:03.051Z | Compiling httpdate v1.0.3 |
1689 | 2024-10-03T19:51:03.192Z | Compiling deranged v0.3.11 |
1690 | 2024-10-03T19:51:03.666Z | Compiling rand_chacha v0.3.1 |
1691 | 2024-10-03T19:51:03.881Z | Compiling goblin v0.8.2 |
1692 | 2024-10-03T19:51:04.256Z | Compiling pkcs8 v0.10.2 |
1693 | 2024-10-03T19:51:05.015Z | Compiling regex v1.10.6 |
1694 | 2024-10-03T19:51:05.037Z | Compiling form_urlencoded v1.2.1 |
1695 | 2024-10-03T19:51:05.980Z | Compiling async-trait v0.1.83 |
1696 | 2024-10-03T19:51:06.322Z | Compiling strsim v0.11.1 |
1697 | 2024-10-03T19:51:07.357Z | Compiling tower-service v0.3.2 |
1698 | 2024-10-03T19:51:07.519Z | Compiling rustversion v1.0.17 |
1699 | 2024-10-03T19:51:08.323Z | Compiling pretty-hex v0.4.1 |
1700 | 2024-10-03T19:51:08.486Z | Compiling atomic-waker v1.1.2 |
1701 | 2024-10-03T19:51:08.710Z | Compiling base64 v0.22.1 |
1702 | 2024-10-03T19:51:08.730Z | Compiling num_threads v0.1.7 |
1703 | 2024-10-03T19:51:08.853Z | Compiling time v0.3.36 |
1704 | 2024-10-03T19:51:09.913Z | Compiling rand v0.8.5 |
1705 | 2024-10-03T19:51:09.954Z | Compiling dof v0.3.0 |
1706 | 2024-10-03T19:51:10.355Z | Compiling rustls-webpki v0.102.4 |
1707 | 2024-10-03T19:51:11.584Z | Compiling dtrace-parser v0.2.0 |
1708 | 2024-10-03T19:51:11.737Z | Compiling http-body v1.0.0 |
1709 | 2024-10-03T19:51:12.151Z | Compiling curve25519-dalek v4.1.3 |
1710 | 2024-10-03T19:51:12.974Z | Compiling thread-id v4.2.1 |
1711 | 2024-10-03T19:51:13.486Z | Compiling smoltcp v0.9.1 |
1712 | 2024-10-03T19:51:13.949Z | Compiling signal-hook v0.3.17 |
1713 | 2024-10-03T19:51:14.239Z | Compiling portable-atomic v1.6.0 |
1714 | 2024-10-03T19:51:14.633Z | Compiling anyhow v1.0.89 |
1715 | 2024-10-03T19:51:14.979Z | Compiling foreign-types-shared v0.1.1 |
1716 | 2024-10-03T19:51:15.160Z | Compiling foreign-types v0.3.2 |
1717 | 2024-10-03T19:51:15.332Z | Compiling h2 v0.4.6 |
1718 | 2024-10-03T19:51:22.948Z | Compiling clap_derive v4.5.18 |
1719 | 2024-10-03T19:51:24.279Z | Compiling idna v0.5.0 |
1720 | 2024-10-03T19:51:27.324Z | Compiling siphasher v0.3.11 |
1721 | 2024-10-03T19:51:27.756Z | Compiling url v2.5.2 |
1722 | 2024-10-03T19:51:28.572Z | Compiling hyper v1.4.1 |
1723 | 2024-10-03T19:51:29.736Z | Compiling crossbeam-epoch v0.9.18 |
1724 | 2024-10-03T19:51:33.021Z | Compiling hubpack_derive v0.1.1 |
1725 | 2024-10-03T19:51:34.012Z | Compiling openapiv3 v2.0.0 |
1726 | 2024-10-03T19:51:34.057Z | Compiling signature v2.2.0 |
1727 | 2024-10-03T19:51:34.377Z | Compiling curve25519-dalek-derive v0.1.1 |
1728 | 2024-10-03T19:51:35.418Z | Compiling lazy_static v1.5.0 |
1729 | 2024-10-03T19:51:35.880Z | Compiling fs-err v2.11.0 |
1730 | 2024-10-03T19:51:35.973Z | Compiling encoding_rs v0.8.34 |
1731 | 2024-10-03T19:51:36.052Z | Compiling openssl-probe v0.1.5 |
1732 | 2024-10-03T19:51:36.356Z | Compiling anstyle v1.0.8 |
1733 | 2024-10-03T19:51:36.418Z | Compiling mime v0.3.17 |
1734 | 2024-10-03T19:51:36.938Z | Compiling utf8parse v0.2.1 |
1735 | 2024-10-03T19:51:37.047Z | Compiling finl_unicode v1.2.0 |
1736 | 2024-10-03T19:51:37.105Z | Compiling either v1.13.0 |
1737 | 2024-10-03T19:51:37.744Z | Compiling stringprep v0.1.4 |
1738 | 2024-10-03T19:51:37.791Z | Compiling anstyle-parse v0.2.4 |
1739 | 2024-10-03T19:51:38.844Z | Compiling hyper-util v0.1.9 |
1740 | 2024-10-03T19:51:44.532Z | Compiling crossbeam-deque v0.8.5 |
1741 | 2024-10-03T19:51:44.953Z | Compiling usdt-attr-macro v0.5.0 |
1742 | 2024-10-03T19:51:45.391Z | Compiling usdt-macro v0.5.0 |
1743 | 2024-10-03T19:51:46.865Z | Compiling serde_urlencoded v0.7.1 |
1744 | 2024-10-03T19:51:47.051Z | Compiling http v0.2.12 |
1745 | 2024-10-03T19:51:47.333Z | Compiling toml_datetime v0.6.8 |
1746 | 2024-10-03T19:51:47.657Z | Compiling serde_spanned v0.6.7 |
1747 | 2024-10-03T19:51:47.736Z | Compiling md-5 v0.10.6 |
1748 | 2024-10-03T19:51:47.807Z | Compiling regress v0.10.1 |
1749 | 2024-10-03T19:51:47.913Z | Compiling idna v0.3.0 |
1750 | 2024-10-03T19:51:48.144Z | Compiling num-integer v0.1.46 |
1751 | 2024-10-03T19:51:49.042Z | Compiling ff v0.13.0 |
1752 | 2024-10-03T19:51:49.344Z | Compiling hash32 v0.2.1 |
1753 | 2024-10-03T19:51:49.495Z | Compiling ipnet v2.10.0 |
1754 | 2024-10-03T19:51:49.621Z | Compiling base16ct v0.2.0 |
1755 | 2024-10-03T19:51:49.915Z | Compiling fallible-iterator v0.2.0 |
1756 | 2024-10-03T19:51:50.475Z | Compiling adler v1.0.2 |
1757 | 2024-10-03T19:51:50.715Z | Compiling is_terminal_polyfill v1.70.0 |
1758 | 2024-10-03T19:51:50.778Z | Compiling psl-types v2.0.11 |
1759 | 2024-10-03T19:51:50.853Z | Compiling gimli v0.28.1 |
1760 | 2024-10-03T19:51:51.002Z | Compiling stable_deref_trait v1.2.0 |
1761 | 2024-10-03T19:51:51.168Z | Compiling anstyle-query v1.0.3 |
1762 | 2024-10-03T19:51:51.569Z | Compiling colorchoice v1.0.1 |
1763 | 2024-10-03T19:51:51.757Z | Compiling anstream v0.6.14 |
1764 | 2024-10-03T19:51:52.284Z | Compiling typify-impl v0.2.0 |
1765 | 2024-10-03T19:51:53.086Z | Compiling publicsuffix v2.2.3 |
1766 | 2024-10-03T19:51:53.374Z | Compiling postgres-protocol v0.6.7 |
1767 | 2024-10-03T19:51:53.816Z | Compiling miniz_oxide v0.7.2 |
1768 | 2024-10-03T19:51:54.552Z | Compiling sec1 v0.7.3 |
1769 | 2024-10-03T19:51:55.113Z | Compiling tokio-rustls v0.26.0 |
1770 | 2024-10-03T19:51:55.590Z | Compiling addr2line v0.21.0 |
1771 | 2024-10-03T19:51:55.592Z | Compiling group v0.13.0 |
1772 | 2024-10-03T19:51:55.926Z | Compiling num-iter v0.1.45 |
1773 | 2024-10-03T19:51:57.002Z | Compiling terminal_size v0.3.0 |
1774 | 2024-10-03T19:51:57.215Z | Compiling tokio-native-tls v0.3.1 |
1775 | 2024-10-03T19:51:57.394Z | Compiling phf_shared v0.11.2 |
1776 | 2024-10-03T19:51:57.509Z | Compiling strum_macros v0.25.3 |
1777 | 2024-10-03T19:51:57.867Z | Compiling http-body-util v0.1.2 |
1778 | 2024-10-03T19:51:58.409Z | Compiling webpki-roots v0.26.3 |
1779 | 2024-10-03T19:51:58.534Z | Compiling enum-as-inner v0.6.0 |
1780 | 2024-10-03T19:51:58.866Z | Compiling hkdf v0.12.4 |
1781 | 2024-10-03T19:51:59.107Z | Compiling crypto-bigint v0.5.5 |
1782 | 2024-10-03T19:51:59.320Z | Compiling serde_repr v0.1.19 |
1783 | 2024-10-03T19:52:00.446Z | Compiling object v0.32.2 |
1784 | 2024-10-03T19:52:01.481Z | Compiling rustc-demangle v0.1.24 |
1785 | 2024-10-03T19:52:02.362Z | Compiling winnow v0.5.40 |
1786 | 2024-10-03T19:52:02.695Z | Compiling bitflags v1.3.2 |
1787 | 2024-10-03T19:52:02.831Z | Compiling adler2 v2.0.0 |
1788 | 2024-10-03T19:52:03.027Z | Compiling managed v0.8.0 |
1789 | 2024-10-03T19:52:03.484Z | Compiling unicode-width v0.1.13 |
1790 | 2024-10-03T19:52:04.204Z | Compiling clap_lex v0.7.0 |
1791 | 2024-10-03T19:52:04.268Z | Compiling console v0.15.8 |
1792 | 2024-10-03T19:52:04.493Z | Compiling typify-macro v0.2.0 |
1793 | 2024-10-03T19:52:04.642Z | Compiling clap_builder v4.5.18 |
1794 | 2024-10-03T19:52:05.553Z | Compiling miniz_oxide v0.8.0 |
1795 | 2024-10-03T19:52:06.144Z | Compiling toml_edit v0.19.15 |
1796 | 2024-10-03T19:52:06.846Z | Compiling elliptic-curve v0.13.8 |
1797 | 2024-10-03T19:52:08.212Z | Compiling hyper-rustls v0.27.3 |
1798 | 2024-10-03T19:52:08.783Z | Compiling hyper-tls v0.6.0 |
1799 | 2024-10-03T19:52:11.178Z | Compiling phf v0.11.2 |
1800 | 2024-10-03T19:52:11.489Z | Compiling rayon v1.10.0 |
1801 | 2024-10-03T19:52:11.511Z | Compiling cookie_store v0.21.0 |
1802 | 2024-10-03T19:52:11.835Z | Compiling postgres-types v0.2.8 |
1803 | 2024-10-03T19:52:11.892Z | Compiling http-body v0.4.6 |
1804 | 2024-10-03T19:52:11.895Z | Compiling h2 v0.3.26 |
1805 | 2024-10-03T19:52:12.505Z | Compiling ed25519 v2.2.3 |
1806 | 2024-10-03T19:52:12.857Z | Compiling hubpack v0.1.2 |
1807 | 2024-10-03T19:52:12.961Z | Compiling phf_shared v0.10.0 |
1808 | 2024-10-03T19:52:13.016Z | Compiling rustls-pemfile v2.1.3 |
1809 | 2024-10-03T19:52:13.524Z | Compiling pkcs1 v0.7.5 |
1810 | 2024-10-03T19:52:13.647Z | Compiling zerocopy v0.6.6 |
1811 | 2024-10-03T19:52:14.439Z | Compiling bstr v1.9.1 |
1812 | 2024-10-03T19:52:14.461Z | Compiling futures-executor v0.3.30 |
1813 | 2024-10-03T19:52:14.512Z | Compiling serde-big-array v0.5.1 |
1814 | 2024-10-03T19:52:14.553Z | Compiling rfc6979 v0.4.0 |
1815 | 2024-10-03T19:52:14.758Z | Compiling idna v0.4.0 |
1816 | 2024-10-03T19:52:15.019Z | Compiling float-cmp v0.9.0 |
1817 | 2024-10-03T19:52:15.038Z | Compiling sync_wrapper v1.0.1 |
1818 | 2024-10-03T19:52:15.254Z | Compiling mio v0.8.11 |
1819 | 2024-10-03T19:52:15.351Z | Compiling memmap v0.7.0 |
1820 | 2024-10-03T19:52:15.703Z | Compiling socket2 v0.4.10 |
1821 | 2024-10-03T19:52:16.159Z | Compiling difflib v0.4.0 |
1822 | 2024-10-03T19:52:16.331Z | Compiling predicates-core v1.0.6 |
1823 | 2024-10-03T19:52:16.410Z | Compiling whoami v1.5.2 |
1824 | 2024-10-03T19:52:16.487Z | Compiling static_assertions v1.1.0 |
1825 | 2024-10-03T19:52:16.639Z | Compiling new_debug_unreachable v1.0.6 |
1826 | 2024-10-03T19:52:16.742Z | Compiling winnow v0.6.18 |
1827 | 2024-10-03T19:52:16.774Z | Compiling number_prefix v0.4.0 |
1828 | 2024-10-03T19:52:16.927Z | Compiling bit-vec v0.6.3 |
1829 | 2024-10-03T19:52:17.015Z | Compiling precomputed-hash v0.1.1 |
1830 | 2024-10-03T19:52:17.146Z | Compiling data-encoding v2.6.0 |
1831 | 2024-10-03T19:52:17.328Z | Compiling fixedbitset v0.4.2 |
1832 | 2024-10-03T19:52:17.348Z | Compiling unicode-segmentation v1.11.0 |
1833 | 2024-10-03T19:52:17.746Z | Compiling normalize-line-endings v0.3.0 |
1834 | 2024-10-03T19:52:18.141Z | Compiling minimal-lexical v0.2.1 |
1835 | 2024-10-03T19:52:18.433Z | Compiling reqwest v0.12.7 |
1836 | 2024-10-03T19:52:18.650Z | Compiling nom v7.1.3 |
1837 | 2024-10-03T19:52:18.849Z | Compiling hyper v0.14.30 |
1838 | 2024-10-03T19:52:19.438Z | Compiling similar v2.6.0 |
1839 | 2024-10-03T19:52:20.424Z | Compiling toml_edit v0.22.22 |
1840 | 2024-10-03T19:52:21.457Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-03T19:52:21.638Z | Compiling predicates v3.1.2 |
1842 | 2024-10-03T19:52:22.271Z | Compiling petgraph v0.6.5 |
1843 | 2024-10-03T19:52:23.133Z | Compiling bit-set v0.5.3 |
1844 | 2024-10-03T19:52:23.431Z | Compiling string_cache v0.8.7 |
1845 | 2024-10-03T19:52:23.842Z | Compiling indicatif v0.17.8 |
1846 | 2024-10-03T19:52:25.685Z | Compiling tokio-postgres v0.7.12 |
1847 | 2024-10-03T19:52:27.330Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1848 | 2024-10-03T19:52:27.604Z | Compiling signal-hook-mio v0.2.4 |
1849 | 2024-10-03T19:52:27.798Z | Compiling usdt v0.5.0 |
1850 | 2024-10-03T19:52:28.281Z | Compiling ecdsa v0.16.9 |
1851 | 2024-10-03T19:52:28.502Z | Compiling futures v0.3.30 |
1852 | 2024-10-03T19:52:29.107Z | Compiling rsa v0.9.6 |
1853 | 2024-10-03T19:52:30.333Z | Compiling ed25519-dalek v2.1.1 |
1854 | 2024-10-03T19:52:30.766Z | Compiling toml v0.7.8 |
1855 | 2024-10-03T19:52:30.916Z | Compiling flate2 v1.0.34 |
1856 | 2024-10-03T19:52:30.991Z | Compiling clap v4.5.18 |
1857 | 2024-10-03T19:52:31.127Z | Compiling itertools v0.12.1 |
1858 | 2024-10-03T19:52:31.147Z | Compiling itertools v0.10.5 |
1859 | 2024-10-03T19:52:33.446Z | Compiling tokio-stream v0.1.16 |
1860 | 2024-10-03T19:52:34.151Z | Compiling hex v0.4.3 |
1861 | 2024-10-03T19:52:34.505Z | Compiling x509-cert v0.2.5 |
1862 | 2024-10-03T19:52:34.813Z | Compiling sha1 v0.10.6 |
1863 | 2024-10-03T19:52:35.221Z | Compiling unicode-xid v0.2.4 |
1864 | 2024-10-03T19:52:35.433Z | Compiling camino v1.1.9 |
1865 | 2024-10-03T19:52:36.020Z | Compiling peg-runtime v0.8.3 |
1866 | 2024-10-03T19:52:36.916Z | Compiling radium v0.7.0 |
1867 | 2024-10-03T19:52:37.357Z | Compiling lalrpop-util v0.19.12 |
1868 | 2024-10-03T19:52:38.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1869 | 2024-10-03T19:52:42.427Z | Compiling is-terminal v0.4.12 |
1870 | 2024-10-03T19:52:42.575Z | Compiling maybe-uninit v2.0.0 |
1871 | 2024-10-03T19:52:43.314Z | Compiling ident_case v1.0.1 |
1872 | 2024-10-03T19:52:44.128Z | Compiling tap v1.0.1 |
1873 | 2024-10-03T19:52:51.075Z | Compiling wyz v0.5.1 |
1874 | 2024-10-03T19:52:53.032Z | Compiling darling_core v0.20.9 |
1875 | 2024-10-03T19:53:03.384Z | Compiling typify v0.2.0 |
1876 | 2024-10-03T19:53:07.134Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1877 | 2024-10-03T19:53:07.651Z | Compiling dirs-sys-next v0.1.2 |
1878 | 2024-10-03T19:53:08.141Z | Compiling packed_struct v0.10.1 |
1879 | 2024-10-03T19:53:08.571Z | Compiling base64 v0.21.7 |
1880 | 2024-10-03T19:53:08.740Z | Compiling funty v2.0.0 |
1881 | 2024-10-03T19:53:09.108Z | Compiling paste v1.0.15 |
1882 | 2024-10-03T19:53:09.742Z | Compiling unsafe-libyaml v0.2.11 |
1883 | 2024-10-03T19:53:10.134Z | Compiling rustls v0.22.4 |
1884 | 2024-10-03T19:53:11.236Z | Compiling serde_yaml v0.9.34+deprecated |
1885 | 2024-10-03T19:53:13.513Z | Compiling bitvec v1.0.1 |
1886 | 2024-10-03T19:53:15.110Z | Compiling dirs-next v2.0.0 |
1887 | 2024-10-03T19:53:21.933Z | Compiling progenitor-impl v0.8.0 |
1888 | 2024-10-03T19:53:22.933Z | Compiling darling_macro v0.20.9 |
1889 | 2024-10-03T19:53:24.707Z | Compiling packed_struct_codegen v0.10.1 |
1890 | 2024-10-03T19:53:27.265Z | Compiling structmeta-derive v0.3.0 |
1891 | 2024-10-03T19:53:28.724Z | Compiling thread_local v1.1.8 |
1892 | 2024-10-03T19:53:29.387Z | Compiling multer v3.1.0 |
1893 | 2024-10-03T19:53:29.436Z | Compiling indexmap v1.9.3 |
1894 | 2024-10-03T19:53:29.515Z | Compiling match_cfg v0.1.0 |
1895 | 2024-10-03T19:53:29.713Z | Compiling fastrand v2.1.0 |
1896 | 2024-10-03T19:53:29.788Z | Compiling nodrop v0.1.14 |
1897 | 2024-10-03T19:53:29.927Z | Compiling slog-async v2.8.0 |
1898 | 2024-10-03T19:53:30.065Z | Compiling crc-catalog v2.4.0 |
1899 | 2024-10-03T19:53:30.229Z | Compiling crc v3.2.1 |
1900 | 2024-10-03T19:53:30.416Z | Compiling tempfile v3.10.1 |
1901 | 2024-10-03T19:53:30.473Z | Compiling structmeta v0.3.0 |
1902 | 2024-10-03T19:53:30.822Z | Compiling array-init v0.0.4 |
1903 | 2024-10-03T19:53:32.124Z | Compiling hostname v0.3.1 |
1904 | 2024-10-03T19:53:32.188Z | Compiling progenitor-macro v0.8.0 |
1905 | 2024-10-03T19:53:36.047Z | Compiling darling v0.20.9 |
1906 | 2024-10-03T19:53:36.066Z | Compiling smallvec v0.6.14 |
1907 | 2024-10-03T19:53:36.290Z | Compiling term v0.7.0 |
1908 | 2024-10-03T19:53:37.441Z | Compiling progenitor-client v0.8.0 |
1909 | 2024-10-03T19:53:40.332Z | Compiling slog-json v2.6.1 |
1910 | 2024-10-03T19:53:40.774Z | Compiling crossbeam-channel v0.5.12 |
1911 | 2024-10-03T19:53:41.302Z | Compiling pin-project-internal v1.1.5 |
1912 | 2024-10-03T19:53:41.631Z | Compiling async-stream-impl v0.3.5 |
1913 | 2024-10-03T19:53:42.877Z | Compiling dropshot v0.12.0 |
1914 | 2024-10-03T19:53:45.393Z | Compiling take_mut v0.2.2 |
1915 | 2024-10-03T19:53:45.577Z | Compiling same-file v1.0.6 |
1916 | 2024-10-03T19:53:45.856Z | Compiling bitfield v0.14.0 |
1917 | 2024-10-03T19:53:46.154Z | Compiling termcolor v1.4.1 |
1918 | 2024-10-03T19:53:47.009Z | Compiling hashbrown v0.12.3 |
1919 | 2024-10-03T19:53:47.155Z | Compiling progenitor v0.8.0 |
1920 | 2024-10-03T19:53:47.174Z | Compiling env_logger v0.10.2 |
1921 | 2024-10-03T19:53:49.444Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1922 | 2024-10-03T19:53:50.118Z | Compiling walkdir v2.5.0 |
1923 | 2024-10-03T19:54:00.702Z | Compiling pin-project v1.1.5 |
1924 | 2024-10-03T19:54:01.641Z | Compiling async-stream v0.3.5 |
1925 | 2024-10-03T19:54:01.708Z | Compiling tokio-rustls v0.25.0 |
1926 | 2024-10-03T19:54:03.295Z | Compiling slog-bunyan v2.5.0 |
1927 | 2024-10-03T19:54:03.704Z | Compiling slog-term v2.9.1 |
1928 | 2024-10-03T19:54:04.498Z | Compiling serde-hex v0.1.0 |
1929 | 2024-10-03T19:54:05.192Z | Compiling bzip2 v0.4.4 |
1930 | 2024-10-03T19:54:05.652Z | Compiling serde_with_macros v3.9.0 |
1931 | 2024-10-03T19:54:07.008Z | Compiling parse-display-derive v0.10.0 |
1932 | 2024-10-03T19:54:07.632Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1933 | 2024-10-03T19:54:07.973Z | Compiling toml v0.8.19 |
1934 | 2024-10-03T19:54:08.300Z | Compiling ron v0.8.1 |
1935 | 2024-10-03T19:54:10.879Z | Compiling strum_macros v0.26.4 |
1936 | 2024-10-03T19:54:12.664Z | Compiling ipnetwork v0.20.0 |
1937 | 2024-10-03T19:54:12.809Z | Compiling newtype-uuid v1.1.0 |
1938 | 2024-10-03T19:54:13.171Z | Compiling xattr v1.3.1 |
1939 | 2024-10-03T19:54:13.504Z | Compiling waitgroup v0.1.2 |
1940 | 2024-10-03T19:54:13.764Z | Compiling snafu-derive v0.8.2 |
1941 | 2024-10-03T19:54:14.824Z | Compiling dropshot_endpoint v0.12.0 |
1942 | 2024-10-03T19:54:15.422Z | Compiling serde_path_to_error v0.1.16 |
1943 | 2024-10-03T19:54:15.536Z | Compiling hashbrown v0.13.2 |
1944 | 2024-10-03T19:54:15.554Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1945 | 2024-10-03T19:54:16.329Z | Compiling ring v0.16.20 |
1946 | 2024-10-03T19:54:16.362Z | Compiling blake3 v1.5.1 |
1947 | 2024-10-03T19:54:16.401Z | Compiling hostname v0.4.0 |
1948 | 2024-10-03T19:54:16.677Z | Compiling filetime v0.2.25 |
1949 | 2024-10-03T19:54:16.894Z | Compiling instant v0.1.12 |
1950 | 2024-10-03T19:54:16.919Z | Compiling debug-ignore v1.0.5 |
1951 | 2024-10-03T19:54:17.016Z | Compiling sync_wrapper v0.1.2 |
1952 | 2024-10-03T19:54:17.066Z | Compiling buf-list v1.0.3 |
1953 | 2024-10-03T19:54:17.165Z | Compiling crc-any v2.5.0 |
1954 | 2024-10-03T19:54:17.516Z | Compiling reqwest v0.11.27 |
1955 | 2024-10-03T19:54:17.668Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1956 | 2024-10-03T19:54:18.097Z | Compiling backoff v0.4.0 |
1957 | 2024-10-03T19:54:18.460Z | Compiling tar v0.4.42 |
1958 | 2024-10-03T19:54:18.579Z | Compiling snafu v0.8.2 |
1959 | 2024-10-03T19:54:18.754Z | Compiling object v0.30.4 |
1960 | 2024-10-03T19:54:19.869Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1961 | 2024-10-03T19:54:20.089Z | Compiling strum v0.26.3 |
1962 | 2024-10-03T19:54:20.284Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1963 | 2024-10-03T19:54:23.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1964 | 2024-10-03T19:54:23.747Z | Compiling parse-display v0.10.0 |
1965 | 2024-10-03T19:54:23.891Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1966 | 2024-10-03T19:54:24.063Z | Compiling serde_with v3.9.0 |
1967 | 2024-10-03T19:54:25.584Z | Compiling zip v0.6.6 |
1968 | 2024-10-03T19:54:25.701Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1969 | 2024-10-03T19:54:26.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1970 | 2024-10-03T19:54:28.262Z | Compiling camino-tempfile v1.1.1 |
1971 | 2024-10-03T19:54:28.534Z | Compiling globset v0.4.14 |
1972 | 2024-10-03T19:54:29.029Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1973 | 2024-10-03T19:54:29.229Z | Compiling pem v3.0.4 |
1974 | 2024-10-03T19:54:30.756Z | Compiling olpc-cjson v0.1.3 |
1975 | 2024-10-03T19:54:31.091Z | Compiling serde_plain v1.0.2 |
1976 | 2024-10-03T19:54:31.547Z | Compiling macaddr v1.0.1 |
1977 | 2024-10-03T19:54:31.622Z | Compiling regress v0.9.1 |
1978 | 2024-10-03T19:54:32.174Z | Compiling async-recursion v1.1.1 |
1979 | 2024-10-03T19:54:32.188Z | Compiling memmap2 v0.9.4 |
1980 | 2024-10-03T19:54:32.769Z | Compiling arrayref v0.3.7 |
1981 | 2024-10-03T19:54:32.890Z | Compiling path-slash v0.1.5 |
1982 | 2024-10-03T19:54:33.132Z | Compiling untrusted v0.7.1 |
1983 | 2024-10-03T19:54:33.347Z | Compiling typed-path v0.7.1 |
1984 | 2024-10-03T19:54:33.608Z | Compiling spin v0.5.2 |
1985 | 2024-10-03T19:54:33.872Z | Compiling constant_time_eq v0.3.0 |
1986 | 2024-10-03T19:54:34.065Z | Compiling arrayvec v0.7.4 |
1987 | 2024-10-03T19:54:36.037Z | Compiling tough v0.17.1 |
1988 | 2024-10-03T19:54:37.256Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1989 | 2024-10-03T19:54:40.038Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1990 | 2024-10-03T19:54:41.259Z | Compiling itertools v0.13.0 |
1991 | 2024-10-03T19:54:42.302Z | Compiling cargo-platform v0.1.8 |
1992 | 2024-10-03T19:54:43.442Z | Compiling topological-sort v0.2.2 |
1993 | 2024-10-03T19:54:43.723Z | Compiling parse-size v1.0.0 |
1994 | 2024-10-03T19:54:44.023Z | Compiling omicron-zone-package v0.11.1 |
1995 | 2024-10-03T19:54:44.755Z | Compiling cargo_metadata v0.18.1 |
1996 | 2024-10-03T19:54:44.971Z | Compiling shell-words v1.1.0 |
1997 | 2024-10-03T19:54:50.071Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1998 | 2024-10-03T19:55:05.018Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1999 | 2024-10-03T19:55:19.745Z | Finished `release` profile [optimized] target(s) in 5m 04s |
2000 | 2024-10-03T19:55:19.898Z | Running `target/release/omicron-releng --output-dir /work` |
2001 | 2024-10-03T19:55:19.941Z | Oct 03 19:55:18.685 DEBG changing working directory to /work/oxidecomputer/omicron |
2002 | 2024-10-03T19:55:20.034Z | Oct 03 19:55:18.780 DEBG running: git rev-parse HEAD |
2003 | 2024-10-03T19:55:20.040Z | Oct 03 19:55:18.787 DEBG process exited with exit status: 0 (6.479234ms) |
2004 | 2024-10-03T19:55:20.041Z | Oct 03 19:55:18.787 INFO version: 11.0.0-0.ci+git09053cabe90 |
2005 | 2024-10-03T19:55:20.081Z | Oct 03 19:55:18.827 INFO cloning helios to /work/oxidecomputer/helios |
2006 | 2024-10-03T19:55:20.081Z | Oct 03 19:55:18.827 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2007 | 2024-10-03T19:55:20.086Z | Cloning into '/work/oxidecomputer/helios'... |
2008 | 2024-10-03T19:55:20.635Z | Oct 03 19:55:19.380 DEBG process exited with exit status: 0 (553.227155ms) |
2009 | 2024-10-03T19:55:20.635Z | Oct 03 19:55:19.380 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2010 | 2024-10-03T19:55:20.642Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
2011 | 2024-10-03T19:55:20.642Z | # branch.head master |
2012 | 2024-10-03T19:55:20.642Z | # branch.upstream origin/master |
2013 | 2024-10-03T19:55:20.642Z | # branch.ab +0 -0 |
2014 | 2024-10-03T19:55:20.644Z | Oct 03 19:55:19.389 DEBG process exited with exit status: 0 (8.370274ms) |
2015 | 2024-10-03T19:55:20.644Z | Oct 03 19:55:19.389 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2016 | 2024-10-03T19:55:21.389Z | Oct 03 19:55:20.135 DEBG process exited with exit status: 0 (745.671571ms) |
2017 | 2024-10-03T19:55:21.389Z | Oct 03 19:55:20.135 DEBG running: zfs list rpool/images/build/host |
2018 | 2024-10-03T19:55:21.395Z | NAME USED AVAIL REFER MOUNTPOINT |
2019 | 2024-10-03T19:55:21.395Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2020 | 2024-10-03T19:55:21.398Z | Oct 03 19:55:20.142 DEBG process exited with exit status: 0 (7.211694ms) |
2021 | 2024-10-03T19:55:21.398Z | Oct 03 19:55:20.142 DEBG running: zfs list rpool/images/build/recovery |
2022 | 2024-10-03T19:55:21.402Z | NAME USED AVAIL REFER MOUNTPOINT |
2023 | 2024-10-03T19:55:21.402Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2024 | 2024-10-03T19:55:21.404Z | Oct 03 19:55:20.149 DEBG process exited with exit status: 0 (6.489743ms) |
2025 | 2024-10-03T19:55:21.404Z | Oct 03 19:55:20.150 INFO [hubris-production] running task |
2026 | 2024-10-03T19:55:21.404Z | Oct 03 19:55:20.150 INFO [hubris-staging] running task |
2027 | 2024-10-03T19:55:21.405Z | Oct 03 19:55:20.150 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2028 | 2024-10-03T19:55:21.407Z | Oct 03 19:55:20.153 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2029 | 2024-10-03T19:55:21.473Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2030 | 2024-10-03T19:55:21.928Z | [ omicron-package] Blocking waiting for file lock on package cache |
2031 | 2024-10-03T19:55:22.480Z | [ omicron-package] Blocking waiting for file lock on package cache |
2032 | 2024-10-03T19:55:22.743Z | [ omicron-package] Blocking waiting for file lock on package cache |
2033 | 2024-10-03T19:55:23.096Z | Oct 03 19:55:21.842 INFO [hubris-production] task succeeded (1.691846962s) |
2034 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2035 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling heapless v0.8.0 |
2036 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling hash32 v0.3.1 |
2037 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2038 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2039 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2040 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling embedded-io v0.4.0 |
2041 | 2024-10-03T19:55:23.545Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2042 | 2024-10-03T19:55:24.508Z | [ omicron-package] Compiling cobs v0.2.3 |
2043 | 2024-10-03T19:55:24.619Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2044 | 2024-10-03T19:55:24.884Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2045 | 2024-10-03T19:55:25.114Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2046 | 2024-10-03T19:55:25.297Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2047 | 2024-10-03T19:55:25.540Z | [ omicron-package] Compiling postcard v1.0.8 |
2048 | 2024-10-03T19:55:25.639Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2049 | 2024-10-03T19:55:25.692Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2050 | 2024-10-03T19:55:26.446Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2051 | 2024-10-03T19:55:26.446Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2024-10-03T19:55:26.497Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2053 | 2024-10-03T19:55:26.727Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2054 | 2024-10-03T19:55:27.390Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2055 | 2024-10-03T19:55:27.472Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2056 | 2024-10-03T19:55:28.067Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2057 | 2024-10-03T19:55:28.229Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2058 | 2024-10-03T19:55:28.344Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2024-10-03T19:55:28.456Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2024-10-03T19:55:28.624Z | [ omicron-package] Compiling colored v2.1.0 |
2061 | 2024-10-03T19:55:29.151Z | [ omicron-package] Compiling num_enum v0.5.11 |
2062 | 2024-10-03T19:55:29.291Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2063 | 2024-10-03T19:55:29.484Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2064 | 2024-10-03T19:55:29.518Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2065 | 2024-10-03T19:55:29.985Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2066 | 2024-10-03T19:55:30.172Z | [ omicron-package] Compiling num-derive v0.4.2 |
2067 | 2024-10-03T19:55:30.448Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2068 | 2024-10-03T19:55:30.450Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2069 | 2024-10-03T19:55:30.513Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2070 | 2024-10-03T19:55:30.890Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-10-03T19:55:31.225Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2072 | 2024-10-03T19:55:31.603Z | Oct 03 19:55:30.345 INFO [hubris-staging] task succeeded (10.195129142s) |
2073 | 2024-10-03T19:55:31.649Z | [ omicron-package] Compiling smf v0.2.3 |
2074 | 2024-10-03T19:55:31.693Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2075 | 2024-10-03T19:55:32.479Z | [ omicron-package] Compiling zone v0.3.0 |
2076 | 2024-10-03T19:55:32.581Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
2077 | 2024-10-03T19:55:34.570Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2078 | 2024-10-03T19:55:34.980Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2079 | 2024-10-03T19:55:35.546Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2080 | 2024-10-03T19:55:36.486Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2081 | 2024-10-03T19:55:36.799Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2082 | 2024-10-03T19:55:36.857Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-10-03T19:55:37.129Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2084 | 2024-10-03T19:55:37.677Z | [ omicron-package] Compiling gethostname v0.5.0 |
2085 | 2024-10-03T19:55:40.128Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2086 | 2024-10-03T19:55:41.829Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2087 | 2024-10-03T19:55:44.676Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2088 | 2024-10-03T19:55:45.203Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2089 | 2024-10-03T19:55:46.751Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2090 | 2024-10-03T19:56:01.068Z | [ helios-setup] Oct 03 19:55:59.809 INFO helios repository root is: /work/oxidecomputer/helios |
2091 | 2024-10-03T19:56:01.071Z | [ helios-setup] Oct 03 19:55:59.811 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 |
2092 | 2024-10-03T19:56:01.071Z | [ helios-setup] Oct 03 19:55:59.811 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2093 | 2024-10-03T19:56:01.073Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2094 | 2024-10-03T19:56:01.717Z | [ helios-setup] Oct 03 19:56:00.458 INFO clone ok!, project: phbl |
2095 | 2024-10-03T19:56:01.720Z | [ helios-setup] Oct 03 19:56:00.459 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 |
2096 | 2024-10-03T19:56:01.720Z | [ helios-setup] Oct 03 19:56:00.459 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2097 | 2024-10-03T19:56:01.722Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2098 | 2024-10-03T19:56:02.627Z | [ helios-setup] Oct 03 19:56:01.368 INFO clone ok!, project: bootserver |
2099 | 2024-10-03T19:56:02.630Z | [ helios-setup] Oct 03 19:56:01.368 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 |
2100 | 2024-10-03T19:56:02.630Z | [ helios-setup] Oct 03 19:56:01.368 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2101 | 2024-10-03T19:56:02.632Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2102 | 2024-10-03T19:56:03.813Z | [ helios-setup] Oct 03 19:56:02.553 INFO clone ok!, project: chelsio-t6-roms |
2103 | 2024-10-03T19:56:03.815Z | [ helios-setup] Oct 03 19:56:02.553 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2104 | 2024-10-03T19:56:03.816Z | [ helios-setup] Oct 03 19:56:02.553 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2105 | 2024-10-03T19:56:03.816Z | [ helios-setup] Oct 03 19:56:02.553 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 |
2106 | 2024-10-03T19:56:03.816Z | [ helios-setup] Oct 03 19:56:02.553 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2107 | 2024-10-03T19:56:03.820Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2108 | 2024-10-03T19:56:04.821Z | [ helios-setup] Oct 03 19:56:03.562 INFO clone ok!, project: pilot |
2109 | 2024-10-03T19:56:04.824Z | [ helios-setup] Oct 03 19:56:03.563 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 |
2110 | 2024-10-03T19:56:04.824Z | [ helios-setup] Oct 03 19:56:03.563 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2111 | 2024-10-03T19:56:04.826Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2112 | 2024-10-03T19:56:05.405Z | [ helios-setup] Oct 03 19:56:04.146 INFO clone ok!, project: image-builder |
2113 | 2024-10-03T19:56:05.408Z | [ helios-setup] Oct 03 19:56:04.146 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2114 | 2024-10-03T19:56:05.408Z | [ helios-setup] Oct 03 19:56:04.146 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 |
2115 | 2024-10-03T19:56:05.408Z | [ helios-setup] Oct 03 19:56:04.147 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2116 | 2024-10-03T19:56:05.411Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2117 | 2024-10-03T19:56:06.965Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.54s |
2118 | 2024-10-03T19:56:07.203Z | [ omicron-package] |
2119 | 2024-10-03T19:56:07.203Z | [ omicron-package] real 45.747808155 |
2120 | 2024-10-03T19:56:07.203Z | [ omicron-package] user 2:35.255952061 |
2121 | 2024-10-03T19:56:07.206Z | [ omicron-package] sys 21.649928048 |
2122 | 2024-10-03T19:56:07.206Z | [ omicron-package] trap 0.174399079 |
2123 | 2024-10-03T19:56:07.206Z | [ omicron-package] tflt 0.830838670 |
2124 | 2024-10-03T19:56:07.206Z | [ omicron-package] dflt 0.565762165 |
2125 | 2024-10-03T19:56:07.206Z | [ omicron-package] kflt 0.000154095 |
2126 | 2024-10-03T19:56:07.206Z | [ omicron-package] lock 5:28.464300655 |
2127 | 2024-10-03T19:56:07.206Z | [ omicron-package] slp 8:08.264348458 |
2128 | 2024-10-03T19:56:07.206Z | [ omicron-package] lat 1:32.347514066 |
2129 | 2024-10-03T19:56:07.207Z | [ omicron-package] stop 55.149072446 |
2130 | 2024-10-03T19:56:07.207Z | Oct 03 19:56:05.945 INFO [omicron-package] process exited with exit status: 0 (45.791747604s) |
2131 | 2024-10-03T19:56:07.207Z | Oct 03 19:56:05.945 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2132 | 2024-10-03T19:56:07.275Z | Oct 03 19:56:06.016 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2133 | 2024-10-03T19:56:07.287Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2134 | 2024-10-03T19:56:07.291Z | [ host-target] Created new build target 'host' and set it as active |
2135 | 2024-10-03T19:56:07.291Z | Oct 03 19:56:06.030 INFO [host-target] process exited with exit status: 0 (84.644135ms) |
2136 | 2024-10-03T19:56:07.291Z | Oct 03 19:56:06.030 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2137 | 2024-10-03T19:56:07.297Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2138 | 2024-10-03T19:56:07.297Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2139 | 2024-10-03T19:56:07.301Z | Oct 03 19:56:06.040 INFO [recovery-target] process exited with exit status: 0 (24.497859ms) |
2140 | 2024-10-03T19:56:07.308Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2141 | 2024-10-03T19:56:08.532Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2142 | 2024-10-03T19:56:08.532Z | [ host-package] Compiling convert_case v0.4.0 |
2143 | 2024-10-03T19:56:08.534Z | [ host-package] Compiling camino v1.1.9 |
2144 | 2024-10-03T19:56:08.534Z | [ host-package] Compiling newline-converter v0.3.0 |
2145 | 2024-10-03T19:56:08.534Z | [ host-package] Compiling password-hash v0.5.0 |
2146 | 2024-10-03T19:56:08.534Z | [ host-package] Compiling blake2 v0.10.6 |
2147 | 2024-10-03T19:56:08.677Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2148 | 2024-10-03T19:56:08.744Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2149 | 2024-10-03T19:56:08.893Z | [ host-package] Compiling expectorate v1.1.0 |
2150 | 2024-10-03T19:56:08.920Z | [ host-package] Compiling owo-colors v4.1.0 |
2151 | 2024-10-03T19:56:09.103Z | [ host-package] Compiling derive-where v1.2.7 |
2152 | 2024-10-03T19:56:09.312Z | [ host-package] Compiling argon2 v0.5.3 |
2153 | 2024-10-03T19:56:09.403Z | [ host-package] Compiling derive_more v0.99.18 |
2154 | 2024-10-03T19:56:09.629Z | [ host-package] Compiling libsw v3.3.1 |
2155 | 2024-10-03T19:56:09.964Z | [ host-package] Compiling indent_write v2.2.0 |
2156 | 2024-10-03T19:56:10.061Z | [ host-package] Compiling swrite v0.1.0 |
2157 | 2024-10-03T19:56:10.115Z | [ host-package] Compiling linear-map v1.2.0 |
2158 | 2024-10-03T19:56:10.241Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2159 | 2024-10-03T19:56:10.352Z | [ host-package] Compiling toml v0.8.19 |
2160 | 2024-10-03T19:56:10.546Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2161 | 2024-10-03T19:56:10.823Z | [ host-package] Compiling progenitor-client v0.8.0 |
2162 | 2024-10-03T19:56:10.996Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2163 | 2024-10-03T19:56:11.380Z | [ helios-setup] Oct 03 19:56:10.119 INFO clone ok!, project: amd-firmware |
2164 | 2024-10-03T19:56:11.382Z | [ helios-setup] Oct 03 19:56:10.120 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 |
2165 | 2024-10-03T19:56:11.382Z | [ helios-setup] Oct 03 19:56:10.120 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 |
2166 | 2024-10-03T19:56:11.386Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2167 | 2024-10-03T19:56:11.394Z | [ host-package] Compiling progenitor v0.8.0 |
2168 | 2024-10-03T19:56:11.637Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2169 | 2024-10-03T19:56:11.891Z | [ host-package] Compiling num-rational v0.4.2 |
2170 | 2024-10-03T19:56:11.935Z | [ host-package] Compiling num-complex v0.4.6 |
2171 | 2024-10-03T19:56:12.408Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2172 | 2024-10-03T19:56:12.690Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
2173 | 2024-10-03T19:56:12.693Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2174 | 2024-10-03T19:56:12.703Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2175 | 2024-10-03T19:56:13.205Z | [ host-package] Compiling num v0.4.3 |
2176 | 2024-10-03T19:56:13.264Z | [ host-package] Compiling dirs-next v2.0.0 |
2177 | 2024-10-03T19:56:13.335Z | [ host-package] Compiling float-ord v0.3.2 |
2178 | 2024-10-03T19:56:13.468Z | [ host-package] Compiling term v0.7.0 |
2179 | 2024-10-03T19:56:13.512Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2180 | 2024-10-03T19:56:14.429Z | [ host-package] Compiling atomicwrites v0.4.4 |
2181 | 2024-10-03T19:56:14.801Z | [ host-package] Compiling semver v0.1.20 |
2182 | 2024-10-03T19:56:15.047Z | [ host-package] Compiling prettyplease v0.2.22 |
2183 | 2024-10-03T19:56:15.420Z | [ host-package] Compiling rustc_version v0.1.7 |
2184 | 2024-10-03T19:56:15.449Z | [ host-package] Compiling is-terminal v0.4.12 |
2185 | 2024-10-03T19:56:15.645Z | [ host-package] Compiling utf-8 v0.7.6 |
2186 | 2024-10-03T19:56:15.834Z | [ host-package] Compiling newtype_derive v0.1.6 |
2187 | 2024-10-03T19:56:16.042Z | [ host-package] Compiling highway v1.2.0 |
2188 | 2024-10-03T19:56:16.292Z | [ host-package] Compiling humantime v2.1.0 |
2189 | 2024-10-03T19:56:16.328Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2190 | 2024-10-03T19:56:17.374Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2191 | 2024-10-03T19:56:17.542Z | [ host-package] Compiling steno v0.4.1 |
2192 | 2024-10-03T19:56:17.563Z | [ host-package] Compiling quick-error v1.2.3 |
2193 | 2024-10-03T19:56:17.751Z | [ host-package] Compiling home v0.5.9 |
2194 | 2024-10-03T19:56:17.821Z | [ host-package] Compiling lru-cache v0.1.2 |
2195 | 2024-10-03T19:56:18.014Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2024-10-03T19:56:18.066Z | [ host-package] Compiling resolv-conf v0.7.0 |
2197 | 2024-10-03T19:56:20.078Z | [ host-package] Compiling rustls v0.22.4 |
2198 | 2024-10-03T19:56:20.113Z | [ host-package] Compiling thread_local v1.1.8 |
2199 | 2024-10-03T19:56:20.723Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2200 | 2024-10-03T19:56:20.736Z | [ helios-setup] Oct 03 19:56:19.475 INFO clone ok!, project: amd-host-image-builder |
2201 | 2024-10-03T19:56:20.739Z | [ helios-setup] Oct 03 19:56:19.476 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 |
2202 | 2024-10-03T19:56:20.739Z | [ helios-setup] Oct 03 19:56:19.476 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2203 | 2024-10-03T19:56:20.744Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2204 | 2024-10-03T19:56:20.793Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2205 | 2024-10-03T19:56:21.059Z | [ host-package] Compiling match_cfg v0.1.0 |
2206 | 2024-10-03T19:56:21.173Z | [ host-package] Compiling hostname v0.3.1 |
2207 | 2024-10-03T19:56:21.538Z | [ helios-setup] Oct 03 19:56:20.276 INFO clone ok!, project: pinprick |
2208 | 2024-10-03T19:56:21.541Z | [ helios-setup] Oct 03 19:56:20.276 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2209 | 2024-10-03T19:56:21.709Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2210 | 2024-10-03T19:56:22.580Z | [ helios-setup] Oct 03 19:56:21.319 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2211 | 2024-10-03T19:56:23.214Z | [ helios-setup] Oct 03 19:56:21.953 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2212 | 2024-10-03T19:56:23.217Z | [ helios-setup] Oct 03 19:56:21.953 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2213 | 2024-10-03T19:56:23.771Z | [ helios-setup] Oct 03 19:56:22.510 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2214 | 2024-10-03T19:56:24.298Z | [ helios-setup] Oct 03 19:56:23.037 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2215 | 2024-10-03T19:56:24.300Z | [ helios-setup] Oct 03 19:56:23.037 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2216 | 2024-10-03T19:56:24.813Z | [ helios-setup] Oct 03 19:56:23.551 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2217 | 2024-10-03T19:56:25.337Z | [ helios-setup] Oct 03 19:56:24.075 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2218 | 2024-10-03T19:56:25.337Z | [ helios-setup] Oct 03 19:56:24.075 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2219 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2220 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO ok! |
2221 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2222 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2223 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO ok! |
2224 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2225 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2226 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO ok! |
2227 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.075 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2228 | 2024-10-03T19:56:25.340Z | [ helios-setup] Oct 03 19:56:24.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2229 | 2024-10-03T19:56:25.693Z | [ helios-setup] Oct 03 19:56:24.432 INFO E| Downloading crates ... |
2230 | 2024-10-03T19:56:25.830Z | [ helios-setup] Oct 03 19:56:24.568 INFO E| Downloaded block-buffer v0.10.3 |
2231 | 2024-10-03T19:56:25.863Z | [ helios-setup] Oct 03 19:56:24.602 INFO E| Downloaded unicode-width v0.1.10 |
2232 | 2024-10-03T19:56:25.866Z | [ helios-setup] Oct 03 19:56:24.604 INFO E| Downloaded sha2 v0.10.5 |
2233 | 2024-10-03T19:56:25.869Z | [ helios-setup] Oct 03 19:56:24.608 INFO E| Downloaded digest v0.10.3 |
2234 | 2024-10-03T19:56:25.872Z | [ helios-setup] Oct 03 19:56:24.611 INFO E| Downloaded generic-array v0.14.6 |
2235 | 2024-10-03T19:56:25.875Z | [ helios-setup] Oct 03 19:56:24.613 INFO E| Downloaded cpufeatures v0.2.5 |
2236 | 2024-10-03T19:56:25.877Z | [ helios-setup] Oct 03 19:56:24.616 INFO E| Downloaded anyhow v1.0.62 |
2237 | 2024-10-03T19:56:25.884Z | [ helios-setup] Oct 03 19:56:24.623 INFO E| Downloaded miniz_oxide v0.6.2 |
2238 | 2024-10-03T19:56:25.887Z | [ helios-setup] Oct 03 19:56:24.626 INFO E| Downloaded typenum v1.15.0 |
2239 | 2024-10-03T19:56:25.890Z | [ helios-setup] Oct 03 19:56:24.629 INFO E| Downloaded flate2 v1.0.25 |
2240 | 2024-10-03T19:56:25.897Z | [ helios-setup] Oct 03 19:56:24.636 INFO E| Downloaded bytes v1.2.1 |
2241 | 2024-10-03T19:56:26.102Z | [ helios-setup] Oct 03 19:56:24.840 INFO E| Compiling typenum v1.15.0 |
2242 | 2024-10-03T19:56:26.333Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling version_check v0.9.4 |
2243 | 2024-10-03T19:56:26.333Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling cfg-if v1.0.0 |
2244 | 2024-10-03T19:56:26.333Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling crc32fast v1.3.2 |
2245 | 2024-10-03T19:56:26.336Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling anyhow v1.0.62 |
2246 | 2024-10-03T19:56:26.336Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling adler v1.0.2 |
2247 | 2024-10-03T19:56:26.336Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling cpufeatures v0.2.5 |
2248 | 2024-10-03T19:56:26.336Z | [ helios-setup] Oct 03 19:56:24.959 INFO E| Compiling unicode-width v0.1.10 |
2249 | 2024-10-03T19:56:26.473Z | [ host-package] Compiling multer v3.1.0 |
2250 | 2024-10-03T19:56:26.497Z | [ helios-setup] Oct 03 19:56:25.235 INFO E| Compiling bitflags v1.3.2 |
2251 | 2024-10-03T19:56:26.631Z | [ helios-setup] Oct 03 19:56:25.369 INFO E| Compiling miniz_oxide v0.6.2 |
2252 | 2024-10-03T19:56:26.634Z | [ host-package] Compiling slog-async v2.8.0 |
2253 | 2024-10-03T19:56:26.729Z | [ helios-setup] Oct 03 19:56:25.468 INFO E| Compiling getopts v0.2.21 |
2254 | 2024-10-03T19:56:26.746Z | [ host-package] Compiling slog-json v2.6.1 |
2255 | 2024-10-03T19:56:26.887Z | [ helios-setup] Oct 03 19:56:25.625 INFO E| Compiling bytes v1.2.1 |
2256 | 2024-10-03T19:56:27.424Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2257 | 2024-10-03T19:56:27.581Z | [ helios-setup] Oct 03 19:56:26.319 INFO E| Compiling generic-array v0.14.6 |
2258 | 2024-10-03T19:56:28.661Z | [ helios-setup] Oct 03 19:56:27.399 INFO E| Compiling flate2 v1.0.25 |
2259 | 2024-10-03T19:56:29.583Z | [ host-package] Compiling take_mut v0.2.2 |
2260 | 2024-10-03T19:56:29.641Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2261 | 2024-10-03T19:56:31.449Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2262 | 2024-10-03T19:56:31.489Z | [ host-package] Compiling slog-term v2.9.1 |
2263 | 2024-10-03T19:56:31.930Z | [ host-package] Compiling dropshot v0.12.0 |
2264 | 2024-10-03T19:56:32.058Z | [ host-package] Compiling async-stream v0.3.5 |
2265 | 2024-10-03T19:56:32.243Z | [ helios-setup] Oct 03 19:56:30.981 INFO E| Compiling block-buffer v0.10.3 |
2266 | 2024-10-03T19:56:32.243Z | [ helios-setup] Oct 03 19:56:30.981 INFO E| Compiling crypto-common v0.1.6 |
2267 | 2024-10-03T19:56:32.476Z | [ host-package] Compiling waitgroup v0.1.2 |
2268 | 2024-10-03T19:56:32.487Z | [ helios-setup] Oct 03 19:56:31.225 INFO E| Compiling digest v0.10.3 |
2269 | 2024-10-03T19:56:32.707Z | [ host-package] Compiling ipnetwork v0.20.0 |
2270 | 2024-10-03T19:56:32.823Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2271 | 2024-10-03T19:56:32.883Z | [ helios-setup] Oct 03 19:56:31.621 INFO E| Compiling sha2 v0.10.5 |
2272 | 2024-10-03T19:56:32.898Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2273 | 2024-10-03T19:56:33.223Z | [ host-package] Compiling hostname v0.4.0 |
2274 | 2024-10-03T19:56:33.361Z | [ helios-setup] Oct 03 19:56:32.098 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2275 | 2024-10-03T19:56:33.537Z | [ host-package] Compiling instant v0.1.12 |
2276 | 2024-10-03T19:56:33.564Z | [ host-package] Compiling debug-ignore v1.0.5 |
2277 | 2024-10-03T19:56:33.726Z | [ host-package] Compiling backoff v0.4.0 |
2278 | 2024-10-03T19:56:33.904Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2279 | 2024-10-03T19:56:34.192Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2280 | 2024-10-03T19:56:34.672Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2281 | 2024-10-03T19:56:34.796Z | [ host-package] Compiling parse-display v0.10.0 |
2282 | 2024-10-03T19:56:35.559Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2283 | 2024-10-03T19:56:35.771Z | [ host-package] Compiling strum v0.26.3 |
2284 | 2024-10-03T19:56:36.162Z | [ host-package] Compiling serde_with v3.9.0 |
2285 | 2024-10-03T19:56:37.815Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2286 | 2024-10-03T19:56:39.077Z | [ helios-setup] Oct 03 19:56:37.814 INFO E| Finished `release` profile [optimized] target(s) in 13.65s |
2287 | 2024-10-03T19:56:39.091Z | [ helios-setup] Oct 03 19:56:37.828 INFO building project "bootserver" ok (13 seconds) |
2288 | 2024-10-03T19:56:39.091Z | [ helios-setup] Oct 03 19:56:37.829 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2289 | 2024-10-03T19:56:39.094Z | [ helios-setup] Oct 03 19:56:37.829 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2290 | 2024-10-03T19:56:39.415Z | [ helios-setup] Oct 03 19:56:38.152 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2291 | 2024-10-03T19:56:40.699Z | [ helios-setup] Oct 03 19:56:39.436 INFO E| From https://github.com/oxidecomputer/progenitor |
2292 | 2024-10-03T19:56:40.702Z | [ helios-setup] Oct 03 19:56:39.436 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2293 | 2024-10-03T19:56:40.732Z | [ helios-setup] Oct 03 19:56:39.469 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2294 | 2024-10-03T19:56:40.732Z | [ helios-setup] Oct 03 19:56:39.469 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2295 | 2024-10-03T19:56:40.881Z | [ helios-setup] Oct 03 19:56:39.617 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2296 | 2024-10-03T19:56:41.114Z | [ host-package] Compiling regress v0.9.1 |
2297 | 2024-10-03T19:56:41.137Z | [ host-package] Compiling macaddr v1.0.1 |
2298 | 2024-10-03T19:56:41.367Z | [ helios-setup] Oct 03 19:56:40.103 INFO E| From https://github.com/jclulow/hiercmd |
2299 | 2024-10-03T19:56:41.367Z | [ helios-setup] Oct 03 19:56:40.103 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2300 | 2024-10-03T19:56:41.388Z | [ helios-setup] Oct 03 19:56:40.125 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2301 | 2024-10-03T19:56:41.587Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2302 | 2024-10-03T19:56:41.862Z | [ helios-setup] Oct 03 19:56:40.599 INFO E| From https://github.com/jclulow/network-interface |
2303 | 2024-10-03T19:56:41.862Z | [ helios-setup] Oct 03 19:56:40.599 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2304 | 2024-10-03T19:56:41.909Z | [ helios-setup] Oct 03 19:56:40.646 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2305 | 2024-10-03T19:56:42.448Z | [ helios-setup] Oct 03 19:56:41.184 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2306 | 2024-10-03T19:56:42.448Z | [ helios-setup] Oct 03 19:56:41.185 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2307 | 2024-10-03T19:56:42.484Z | [ helios-setup] Oct 03 19:56:41.221 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2308 | 2024-10-03T19:56:43.549Z | [ helios-setup] Oct 03 19:56:42.285 INFO E| From https://github.com/oxidecomputer/facade |
2309 | 2024-10-03T19:56:43.549Z | [ helios-setup] Oct 03 19:56:42.285 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2310 | 2024-10-03T19:56:43.591Z | [ helios-setup] Oct 03 19:56:42.327 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2311 | 2024-10-03T19:56:43.677Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2312 | 2024-10-03T19:56:43.792Z | [ host-package] Compiling display-error-chain v0.2.1 |
2313 | 2024-10-03T19:56:43.975Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2314 | 2024-10-03T19:56:43.997Z | [ host-package] Compiling half v2.4.1 |
2315 | 2024-10-03T19:56:44.502Z | [ helios-setup] Oct 03 19:56:43.238 INFO E| From https://github.com/oxidecomputer/dropshot |
2316 | 2024-10-03T19:56:44.502Z | [ helios-setup] Oct 03 19:56:43.238 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2317 | 2024-10-03T19:56:44.537Z | [ helios-setup] Oct 03 19:56:43.273 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2318 | 2024-10-03T19:56:44.537Z | [ helios-setup] Oct 03 19:56:43.273 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2319 | 2024-10-03T19:56:44.539Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2320 | 2024-10-03T19:56:44.539Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2321 | 2024-10-03T19:56:44.539Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2322 | 2024-10-03T19:56:44.540Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2323 | 2024-10-03T19:56:44.540Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2324 | 2024-10-03T19:56:44.540Z | [ helios-setup] Oct 03 19:56:43.274 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2325 | 2024-10-03T19:56:44.585Z | [ helios-setup] Oct 03 19:56:43.321 INFO E| Updating crates.io index |
2326 | 2024-10-03T19:56:44.697Z | [ helios-setup] Oct 03 19:56:43.430 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2327 | 2024-10-03T19:56:44.746Z | [ host-package] Compiling ciborium-io v0.2.2 |
2328 | 2024-10-03T19:56:44.796Z | [ host-package] Compiling tungstenite v0.21.0 |
2329 | 2024-10-03T19:56:44.919Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2330 | 2024-10-03T19:56:45.115Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2331 | 2024-10-03T19:56:45.430Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2332 | 2024-10-03T19:56:45.820Z | [ helios-setup] Oct 03 19:56:44.556 INFO E| From https://github.com/oxidecomputer/typify |
2333 | 2024-10-03T19:56:45.820Z | [ helios-setup] Oct 03 19:56:44.556 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2334 | 2024-10-03T19:56:45.851Z | [ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2335 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2336 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2337 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2338 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.587 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2339 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.588 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2340 | 2024-10-03T19:56:45.853Z | [ helios-setup] Oct 03 19:56:44.588 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2341 | 2024-10-03T19:56:46.060Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2342 | 2024-10-03T19:56:46.373Z | [ helios-setup] Oct 03 19:56:45.109 INFO E| Downloading crates ... |
2343 | 2024-10-03T19:56:46.511Z | [ helios-setup] Oct 03 19:56:45.247 INFO E| Downloaded ahash v0.7.6 |
2344 | 2024-10-03T19:56:46.521Z | [ helios-setup] Oct 03 19:56:45.257 INFO E| Downloaded concolor-override v1.0.0 |
2345 | 2024-10-03T19:56:46.534Z | [ helios-setup] Oct 03 19:56:45.270 INFO E| Downloaded project-root v0.2.2 |
2346 | 2024-10-03T19:56:46.537Z | [ helios-setup] Oct 03 19:56:45.273 INFO E| Downloaded const-random v0.1.15 |
2347 | 2024-10-03T19:56:46.539Z | [ helios-setup] Oct 03 19:56:45.275 INFO E| Downloaded anstyle v0.3.5 |
2348 | 2024-10-03T19:56:46.542Z | [ helios-setup] Oct 03 19:56:45.278 INFO E| Downloaded aho-corasick v0.7.20 |
2349 | 2024-10-03T19:56:46.548Z | [ helios-setup] Oct 03 19:56:45.284 INFO E| Downloaded schemars v0.8.12 |
2350 | 2024-10-03T19:56:46.573Z | [ helios-setup] Oct 03 19:56:45.309 INFO E| Downloaded serde_spanned v0.6.1 |
2351 | 2024-10-03T19:56:46.576Z | [ helios-setup] Oct 03 19:56:45.311 INFO E| Downloaded want v0.3.0 |
2352 | 2024-10-03T19:56:46.579Z | [ helios-setup] Oct 03 19:56:45.313 INFO E| Downloaded num_enum v0.5.7 |
2353 | 2024-10-03T19:56:46.585Z | [ helios-setup] Oct 03 19:56:45.321 INFO E| Downloaded either v1.8.0 |
2354 | 2024-10-03T19:56:46.587Z | [ helios-setup] Oct 03 19:56:45.323 INFO E| Downloaded proc-macro-crate v1.2.1 |
2355 | 2024-10-03T19:56:46.589Z | [ helios-setup] Oct 03 19:56:45.326 INFO E| Downloaded paste v1.0.12 |
2356 | 2024-10-03T19:56:46.595Z | [ helios-setup] Oct 03 19:56:45.331 INFO E| Downloaded pkg-config v0.3.26 |
2357 | 2024-10-03T19:56:46.598Z | [ helios-setup] Oct 03 19:56:45.334 INFO E| Downloaded toolchain_find v0.2.0 |
2358 | 2024-10-03T19:56:46.600Z | [ helios-setup] Oct 03 19:56:45.336 INFO E| Downloaded strsim v0.10.0 |
2359 | 2024-10-03T19:56:46.602Z | [ helios-setup] Oct 03 19:56:45.339 INFO E| Downloaded smawk v0.3.1 |
2360 | 2024-10-03T19:56:46.605Z | [ helios-setup] Oct 03 19:56:45.341 INFO E| Downloaded scopeguard v1.1.0 |
2361 | 2024-10-03T19:56:46.607Z | [ helios-setup] Oct 03 19:56:45.343 INFO E| Downloaded sha1 v0.10.5 |
2362 | 2024-10-03T19:56:46.610Z | [ helios-setup] Oct 03 19:56:45.346 INFO E| Downloaded is-terminal v0.4.7 |
2363 | 2024-10-03T19:56:46.612Z | [ helios-setup] Oct 03 19:56:45.348 INFO E| Downloaded terminal_size v0.2.6 |
2364 | 2024-10-03T19:56:46.614Z | [ helios-setup] Oct 03 19:56:45.350 INFO E| Downloaded thiserror-impl v1.0.38 |
2365 | 2024-10-03T19:56:46.616Z | [ helios-setup] Oct 03 19:56:45.353 INFO E| Downloaded slog-bunyan v2.4.0 |
2366 | 2024-10-03T19:56:46.619Z | [ helios-setup] Oct 03 19:56:45.355 INFO E| Downloaded serde_derive v1.0.204 |
2367 | 2024-10-03T19:56:46.624Z | [ helios-setup] Oct 03 19:56:45.360 INFO E| Downloaded slog-async v2.7.0 |
2368 | 2024-10-03T19:56:46.626Z | [ helios-setup] Oct 03 19:56:45.363 INFO E| Downloaded semver v0.11.0 |
2369 | 2024-10-03T19:56:46.630Z | [ helios-setup] Oct 03 19:56:45.366 INFO E| Downloaded thiserror v1.0.38 |
2370 | 2024-10-03T19:56:46.638Z | [ helios-setup] Oct 03 19:56:45.374 INFO E| Downloaded semver-parser v0.10.2 |
2371 | 2024-10-03T19:56:46.643Z | [ helios-setup] Oct 03 19:56:45.378 INFO E| Downloaded toml_datetime v0.6.1 |
2372 | 2024-10-03T19:56:46.645Z | [ helios-setup] Oct 03 19:56:45.381 INFO E| Downloaded tokio-macros v2.0.0 |
2373 | 2024-10-03T19:56:46.648Z | [ helios-setup] Oct 03 19:56:45.383 INFO E| Downloaded time v0.1.45 |
2374 | 2024-10-03T19:56:46.651Z | [ helios-setup] Oct 03 19:56:45.386 INFO E| Downloaded tokio-rustls v0.24.0 |
2375 | 2024-10-03T19:56:46.654Z | [ helios-setup] Oct 03 19:56:45.390 INFO E| Downloaded sct v0.7.0 |
2376 | 2024-10-03T19:56:46.668Z | [ helios-setup] Oct 03 19:56:45.397 INFO E| Downloaded socket2 v0.4.9 |
2377 | 2024-10-03T19:56:46.668Z | [ helios-setup] Oct 03 19:56:45.400 INFO E| Downloaded walkdir v2.3.3 |
2378 | 2024-10-03T19:56:46.671Z | [ helios-setup] Oct 03 19:56:45.404 INFO E| Downloaded smallvec v1.10.0 |
2379 | 2024-10-03T19:56:46.674Z | [ helios-setup] Oct 03 19:56:45.408 INFO E| Downloaded unicode-ident v1.0.8 |
2380 | 2024-10-03T19:56:46.678Z | [ helios-setup] Oct 03 19:56:45.413 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2381 | 2024-10-03T19:56:46.680Z | [ helios-setup] Oct 03 19:56:45.416 INFO E| Downloaded unicode-bidi v0.3.13 |
2382 | 2024-10-03T19:56:46.684Z | [ helios-setup] Oct 03 19:56:45.420 INFO E| Downloaded tungstenite v0.18.0 |
2383 | 2024-10-03T19:56:46.690Z | [ helios-setup] Oct 03 19:56:45.425 INFO E| Downloaded toml v0.5.11 |
2384 | 2024-10-03T19:56:46.694Z | [ helios-setup] Oct 03 19:56:45.430 INFO E| Downloaded uuid v1.3.0 |
2385 | 2024-10-03T19:56:46.701Z | [ helios-setup] Oct 03 19:56:45.437 INFO E| Downloaded url v2.3.1 |
2386 | 2024-10-03T19:56:46.707Z | [ helios-setup] Oct 03 19:56:45.443 INFO E| Downloaded unicode-linebreak v0.1.4 |
2387 | 2024-10-03T19:56:46.711Z | [ helios-setup] Oct 03 19:56:45.447 INFO E| Downloaded toml_edit v0.19.8 |
2388 | 2024-10-03T19:56:46.741Z | [ helios-setup] Oct 03 19:56:45.477 INFO E| Downloaded unicode-normalization v0.1.22 |
2389 | 2024-10-03T19:56:46.747Z | [ helios-setup] Oct 03 19:56:45.483 INFO E| Downloaded winnow v0.4.1 |
2390 | 2024-10-03T19:56:46.761Z | [ helios-setup] Oct 03 19:56:45.497 INFO E| Downloaded syn v2.0.72 |
2391 | 2024-10-03T19:56:46.781Z | [ helios-setup] Oct 03 19:56:45.518 INFO E| Downloaded syn v1.0.107 |
2392 | 2024-10-03T19:56:46.800Z | [ helios-setup] Oct 03 19:56:45.536 INFO E| Downloaded rustls-webpki v0.100.1 |
2393 | 2024-10-03T19:56:46.811Z | [ helios-setup] Oct 03 19:56:45.547 INFO E| Downloaded tokio v1.27.0 |
2394 | 2024-10-03T19:56:46.866Z | [ helios-setup] Oct 03 19:56:45.602 INFO E| Downloaded bytes v1.4.0 |
2395 | 2024-10-03T19:56:46.872Z | [ helios-setup] Oct 03 19:56:45.608 INFO E| Downloaded mio v0.8.5 |
2396 | 2024-10-03T19:56:46.880Z | [ helios-setup] Oct 03 19:56:45.617 INFO E| Downloaded crossbeam-channel v0.5.6 |
2397 | 2024-10-03T19:56:46.887Z | [ helios-setup] Oct 03 19:56:45.624 INFO E| Downloaded memchr v2.5.0 |
2398 | 2024-10-03T19:56:46.894Z | [ helios-setup] Oct 03 19:56:45.630 INFO E| Downloaded ryu v1.0.13 |
2399 | 2024-10-03T19:56:46.899Z | [ helios-setup] Oct 03 19:56:45.635 INFO E| Downloaded pest v2.5.7 |
2400 | 2024-10-03T19:56:46.906Z | [ helios-setup] Oct 03 19:56:45.642 INFO E| Downloaded iana-time-zone v0.1.56 |
2401 | 2024-10-03T19:56:46.909Z | [ helios-setup] Oct 03 19:56:45.646 INFO E| Downloaded http v0.2.9 |
2402 | 2024-10-03T19:56:46.915Z | [ helios-setup] Oct 03 19:56:45.651 INFO E| Downloaded futures v0.3.28 |
2403 | 2024-10-03T19:56:46.923Z | [ helios-setup] Oct 03 19:56:45.659 INFO E| Downloaded rayon-core v1.10.2 |
2404 | 2024-10-03T19:56:46.929Z | [ helios-setup] Oct 03 19:56:45.666 INFO E| Downloaded crossbeam-utils v0.8.14 |
2405 | 2024-10-03T19:56:46.933Z | [ helios-setup] Oct 03 19:56:45.670 INFO E| Downloaded cc v1.0.78 |
2406 | 2024-10-03T19:56:46.938Z | [ helios-setup] Oct 03 19:56:45.674 INFO E| Downloaded cargo-lock v8.0.3 |
2407 | 2024-10-03T19:56:46.942Z | [ helios-setup] Oct 03 19:56:45.678 INFO E| Downloaded rhai_codegen v1.5.0 |
2408 | 2024-10-03T19:56:46.955Z | [ helios-setup] Oct 03 19:56:45.691 INFO E| Downloaded quote v1.0.36 |
2409 | 2024-10-03T19:56:46.959Z | [ helios-setup] Oct 03 19:56:45.696 INFO E| Downloaded futures-util v0.3.28 |
2410 | 2024-10-03T19:56:46.980Z | [ helios-setup] Oct 03 19:56:45.715 INFO E| Downloaded pin-project-lite v0.2.9 |
2411 | 2024-10-03T19:56:46.985Z | [ helios-setup] Oct 03 19:56:45.721 INFO E| Downloaded parking_lot_core v0.9.6 |
2412 | 2024-10-03T19:56:46.988Z | [ helios-setup] Oct 03 19:56:45.724 INFO E| Downloaded anyhow v1.0.68 |
2413 | 2024-10-03T19:56:46.993Z | [ helios-setup] Oct 03 19:56:45.729 INFO E| Downloaded base64 v0.21.0 |
2414 | 2024-10-03T19:56:46.998Z | [ helios-setup] Oct 03 19:56:45.734 INFO E| Downloaded serde_json v1.0.95 |
2415 | 2024-10-03T19:56:47.007Z | [ helios-setup] Oct 03 19:56:45.744 INFO E| Downloaded clap_builder v4.2.1 |
2416 | 2024-10-03T19:56:47.016Z | [ helios-setup] Oct 03 19:56:45.753 INFO E| Downloaded reqwest v0.11.16 |
2417 | 2024-10-03T19:56:47.027Z | [ helios-setup] Oct 03 19:56:45.763 INFO E| Downloaded rayon v1.6.1 |
2418 | 2024-10-03T19:56:47.039Z | [ helios-setup] Oct 03 19:56:45.775 INFO E| Downloaded hyper v0.14.25 |
2419 | 2024-10-03T19:56:47.050Z | [ helios-setup] Oct 03 19:56:45.786 INFO E| Downloaded h2 v0.3.16 |
2420 | 2024-10-03T19:56:47.059Z | [ helios-setup] Oct 03 19:56:45.795 INFO E| Downloaded regex v1.7.3 |
2421 | 2024-10-03T19:56:47.071Z | [ helios-setup] Oct 03 19:56:45.807 INFO E| Downloaded chrono v0.4.24 |
2422 | 2024-10-03T19:56:47.082Z | [ helios-setup] Oct 03 19:56:45.819 INFO E| Downloaded regress v0.5.0 |
2423 | 2024-10-03T19:56:47.096Z | [ helios-setup] Oct 03 19:56:45.832 INFO E| Downloaded rustls v0.21.0 |
2424 | 2024-10-03T19:56:47.115Z | [ helios-setup] Oct 03 19:56:45.851 INFO E| Downloaded git2 v0.16.1 |
2425 | 2024-10-03T19:56:47.129Z | [ helios-setup] Oct 03 19:56:45.865 INFO E| Downloaded rustix v0.37.3 |
2426 | 2024-10-03T19:56:47.162Z | [ helios-setup] Oct 03 19:56:45.898 INFO E| Downloaded rhai v1.14.0 |
2427 | 2024-10-03T19:56:47.183Z | [ helios-setup] Oct 03 19:56:45.919 INFO E| Downloaded openapiv3 v1.0.2 |
2428 | 2024-10-03T19:56:47.236Z | [ helios-setup] Oct 03 19:56:45.972 INFO E| Downloaded log v0.4.17 |
2429 | 2024-10-03T19:56:47.240Z | [ helios-setup] Oct 03 19:56:45.976 INFO E| Downloaded ipnet v2.7.2 |
2430 | 2024-10-03T19:56:47.243Z | [ helios-setup] Oct 03 19:56:45.979 INFO E| Downloaded getrandom v0.2.8 |
2431 | 2024-10-03T19:56:47.247Z | [ helios-setup] Oct 03 19:56:45.984 INFO E| Downloaded futures-executor v0.3.28 |
2432 | 2024-10-03T19:56:47.250Z | [ helios-setup] Oct 03 19:56:45.986 INFO E| Downloaded futures-channel v0.3.28 |
2433 | 2024-10-03T19:56:47.253Z | [ helios-setup] Oct 03 19:56:45.989 INFO E| Downloaded anstyle-parse v0.1.1 |
2434 | 2024-10-03T19:56:47.255Z | [ helios-setup] Oct 03 19:56:45.992 INFO E| Downloaded ahash v0.8.3 |
2435 | 2024-10-03T19:56:47.259Z | [ helios-setup] Oct 03 19:56:45.996 INFO E| Downloaded tracing v0.1.37 |
2436 | 2024-10-03T19:56:47.266Z | [ helios-setup] Oct 03 19:56:46.002 INFO E| Downloaded tokio-util v0.7.7 |
2437 | 2024-10-03T19:56:47.274Z | [ host-package] Compiling ciborium v0.2.2 |
2438 | 2024-10-03T19:56:47.276Z | [ helios-setup] Oct 03 19:56:46.012 INFO E| Downloaded parking_lot v0.12.1 |
2439 | 2024-10-03T19:56:47.280Z | [ helios-setup] Oct 03 19:56:46.016 INFO E| Downloaded num-traits v0.2.15 |
2440 | 2024-10-03T19:56:47.284Z | [ helios-setup] Oct 03 19:56:46.020 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2441 | 2024-10-03T19:56:47.288Z | [ helios-setup] Oct 03 19:56:46.024 INFO E| Downloaded clap v4.2.1 |
2442 | 2024-10-03T19:56:47.305Z | [ helios-setup] Oct 03 19:56:46.040 INFO E| Downloaded libc v0.2.139 |
2443 | 2024-10-03T19:56:47.347Z | [ helios-setup] Oct 03 19:56:46.083 INFO E| Downloaded serde_yaml v0.9.21 |
2444 | 2024-10-03T19:56:47.353Z | [ helios-setup] Oct 03 19:56:46.089 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2445 | 2024-10-03T19:56:47.359Z | [ helios-setup] Oct 03 19:56:46.095 INFO E| Downloaded tracing-core v0.1.30 |
2446 | 2024-10-03T19:56:47.364Z | [ helios-setup] Oct 03 19:56:46.100 INFO E| Downloaded serde v1.0.204 |
2447 | 2024-10-03T19:56:47.371Z | [ helios-setup] Oct 03 19:56:46.107 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2448 | 2024-10-03T19:56:47.375Z | [ helios-setup] Oct 03 19:56:46.110 INFO E| Downloaded textwrap v0.16.0 |
2449 | 2024-10-03T19:56:47.378Z | [ helios-setup] Oct 03 19:56:46.115 INFO E| Downloaded num_cpus v1.15.0 |
2450 | 2024-10-03T19:56:47.383Z | [ helios-setup] Oct 03 19:56:46.119 INFO E| Downloaded schemars_derive v0.8.12 |
2451 | 2024-10-03T19:56:47.387Z | [ helios-setup] Oct 03 19:56:46.123 INFO E| Downloaded rustls-pemfile v1.0.2 |
2452 | 2024-10-03T19:56:47.390Z | [ helios-setup] Oct 03 19:56:46.127 INFO E| Downloaded percent-encoding v2.2.0 |
2453 | 2024-10-03T19:56:47.393Z | [ helios-setup] Oct 03 19:56:46.128 INFO E| Downloaded num-integer v0.1.45 |
2454 | 2024-10-03T19:56:47.395Z | [ helios-setup] Oct 03 19:56:46.132 INFO E| Downloaded ucd-trie v0.1.5 |
2455 | 2024-10-03T19:56:47.399Z | [ helios-setup] Oct 03 19:56:46.135 INFO E| Downloaded toml v0.7.3 |
2456 | 2024-10-03T19:56:47.405Z | [ helios-setup] Oct 03 19:56:46.141 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2457 | 2024-10-03T19:56:47.409Z | [ helios-setup] Oct 03 19:56:46.145 INFO E| Downloaded num_enum_derive v0.5.7 |
2458 | 2024-10-03T19:56:47.411Z | [ helios-setup] Oct 03 19:56:46.147 INFO E| Downloaded memoffset v0.7.1 |
2459 | 2024-10-03T19:56:47.414Z | [ helios-setup] Oct 03 19:56:46.149 INFO E| Downloaded itoa v1.0.6 |
2460 | 2024-10-03T19:56:47.416Z | [ helios-setup] Oct 03 19:56:46.152 INFO E| Downloaded futures-task v0.3.28 |
2461 | 2024-10-03T19:56:47.419Z | [ helios-setup] Oct 03 19:56:46.155 INFO E| Downloaded futures-macro v0.3.28 |
2462 | 2024-10-03T19:56:47.421Z | [ helios-setup] Oct 03 19:56:46.157 INFO E| Downloaded fastrand v1.9.0 |
2463 | 2024-10-03T19:56:47.424Z | [ helios-setup] Oct 03 19:56:46.159 INFO E| Downloaded crossbeam-deque v0.8.2 |
2464 | 2024-10-03T19:56:47.426Z | [ helios-setup] Oct 03 19:56:46.162 INFO E| Downloaded typenum v1.16.0 |
2465 | 2024-10-03T19:56:47.430Z | [ helios-setup] Oct 03 19:56:46.167 INFO E| Downloaded semver v1.0.17 |
2466 | 2024-10-03T19:56:47.436Z | [ helios-setup] Oct 03 19:56:46.172 INFO E| Downloaded lazy_static v1.4.0 |
2467 | 2024-10-03T19:56:47.438Z | [ helios-setup] Oct 03 19:56:46.174 INFO E| Downloaded httpdate v1.0.2 |
2468 | 2024-10-03T19:56:47.441Z | [ helios-setup] Oct 03 19:56:46.176 INFO E| Downloaded form_urlencoded v1.1.0 |
2469 | 2024-10-03T19:56:47.444Z | [ helios-setup] Oct 03 19:56:46.178 INFO E| Downloaded clap_lex v0.4.1 |
2470 | 2024-10-03T19:56:47.444Z | [ helios-setup] Oct 03 19:56:46.180 INFO E| Downloaded bincode v1.3.3 |
2471 | 2024-10-03T19:56:47.471Z | [ helios-setup] Oct 03 19:56:46.207 INFO E| Downloaded slab v0.4.7 |
2472 | 2024-10-03T19:56:47.474Z | [ helios-setup] Oct 03 19:56:46.210 INFO E| Downloaded concolor-query v0.3.3 |
2473 | 2024-10-03T19:56:47.476Z | [ helios-setup] Oct 03 19:56:46.212 INFO E| Downloaded camino v1.1.4 |
2474 | 2024-10-03T19:56:47.480Z | [ helios-setup] Oct 03 19:56:46.215 INFO E| Downloaded tempfile v3.5.0 |
2475 | 2024-10-03T19:56:47.483Z | [ helios-setup] Oct 03 19:56:46.219 INFO E| Downloaded smartstring v1.0.1 |
2476 | 2024-10-03T19:56:47.491Z | [ helios-setup] Oct 03 19:56:46.223 INFO E| Downloaded serde_derive_internals v0.26.0 |
2477 | 2024-10-03T19:56:47.491Z | [ helios-setup] Oct 03 19:56:46.226 INFO E| Downloaded lock_api v0.4.9 |
2478 | 2024-10-03T19:56:47.495Z | [ helios-setup] Oct 03 19:56:46.229 INFO E| Downloaded io-lifetimes v1.0.10 |
2479 | 2024-10-03T19:56:47.497Z | [ helios-setup] Oct 03 19:56:46.234 INFO E| Downloaded encoding_rs v0.8.32 |
2480 | 2024-10-03T19:56:47.558Z | [ helios-setup] Oct 03 19:56:46.294 INFO E| Downloaded once_cell v1.17.0 |
2481 | 2024-10-03T19:56:47.561Z | [ helios-setup] Oct 03 19:56:46.298 INFO E| Downloaded futures-sink v0.3.28 |
2482 | 2024-10-03T19:56:47.564Z | [ helios-setup] Oct 03 19:56:46.299 INFO E| Downloaded clap_derive v4.2.0 |
2483 | 2024-10-03T19:56:47.567Z | [ helios-setup] Oct 03 19:56:46.302 INFO E| Downloaded byteorder v1.4.3 |
2484 | 2024-10-03T19:56:47.569Z | [ helios-setup] Oct 03 19:56:46.304 INFO E| Downloaded built v0.6.0 |
2485 | 2024-10-03T19:56:47.572Z | [ helios-setup] Oct 03 19:56:46.307 INFO E| Downloaded async-trait v0.1.68 |
2486 | 2024-10-03T19:56:47.575Z | [ helios-setup] Oct 03 19:56:46.311 INFO E| Downloaded signal-hook-registry v1.4.0 |
2487 | 2024-10-03T19:56:47.577Z | [ helios-setup] Oct 03 19:56:46.313 INFO E| Downloaded serde_path_to_error v0.1.11 |
2488 | 2024-10-03T19:56:47.580Z | [ helios-setup] Oct 03 19:56:46.316 INFO E| Downloaded const-random-macro v0.1.15 |
2489 | 2024-10-03T19:56:47.583Z | [ helios-setup] Oct 03 19:56:46.317 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2490 | 2024-10-03T19:56:47.668Z | [ helios-setup] Oct 03 19:56:46.404 INFO E| Downloaded sha2 v0.10.6 |
2491 | 2024-10-03T19:56:47.692Z | [ helios-setup] Oct 03 19:56:46.427 INFO E| Downloaded serde_tokenstream v0.2.0 |
2492 | 2024-10-03T19:56:47.697Z | [ helios-setup] Oct 03 19:56:46.432 INFO E| Downloaded autocfg v1.1.0 |
2493 | 2024-10-03T19:56:47.701Z | [ helios-setup] Oct 03 19:56:46.434 INFO E| Downloaded anstream v0.2.6 |
2494 | 2024-10-03T19:56:47.703Z | [ helios-setup] Oct 03 19:56:46.437 INFO E| Downloaded errno v0.3.1 |
2495 | 2024-10-03T19:56:47.703Z | [ helios-setup] Oct 03 19:56:46.439 INFO E| Downloaded jobserver v0.1.26 |
2496 | 2024-10-03T19:56:47.706Z | [ helios-setup] Oct 03 19:56:46.441 INFO E| Downloaded http-body v0.4.5 |
2497 | 2024-10-03T19:56:47.708Z | [ helios-setup] Oct 03 19:56:46.444 INFO E| Downloaded home v0.5.4 |
2498 | 2024-10-03T19:56:47.711Z | [ helios-setup] Oct 03 19:56:46.445 INFO E| Downloaded futures-core v0.3.28 |
2499 | 2024-10-03T19:56:47.714Z | [ helios-setup] Oct 03 19:56:46.447 INFO E| Downloaded dyn-clone v1.0.11 |
2500 | 2024-10-03T19:56:47.718Z | [ helios-setup] Oct 03 19:56:46.450 INFO E| Downloaded try-lock v0.2.4 |
2501 | 2024-10-03T19:56:47.718Z | [ helios-setup] Oct 03 19:56:46.451 INFO E| Downloaded libz-sys v1.1.8 |
2502 | 2024-10-03T19:56:47.796Z | [ helios-setup] Oct 03 19:56:46.532 INFO E| Downloaded futures-io v0.3.28 |
2503 | 2024-10-03T19:56:47.798Z | [ helios-setup] Oct 03 19:56:46.534 INFO E| Downloaded digest v0.10.6 |
2504 | 2024-10-03T19:56:48.128Z | [ helios-setup] Oct 03 19:56:46.864 INFO E| Compiling proc-macro2 v1.0.86 |
2505 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling libc v0.2.139 |
2506 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling unicode-ident v1.0.8 |
2507 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling autocfg v1.1.0 |
2508 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling cfg-if v1.0.0 |
2509 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.865 INFO E| Compiling version_check v0.9.4 |
2510 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.866 INFO E| Compiling serde v1.0.204 |
2511 | 2024-10-03T19:56:48.131Z | [ helios-setup] Oct 03 19:56:46.866 INFO E| Compiling syn v1.0.107 |
2512 | 2024-10-03T19:56:48.736Z | [ helios-setup] Oct 03 19:56:47.472 INFO E| Compiling memchr v2.5.0 |
2513 | 2024-10-03T19:56:48.993Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2514 | 2024-10-03T19:56:49.122Z | [ helios-setup] Oct 03 19:56:47.857 INFO E| Compiling once_cell v1.17.0 |
2515 | 2024-10-03T19:56:49.744Z | [ helios-setup] Oct 03 19:56:48.480 INFO E| Compiling thiserror v1.0.38 |
2516 | 2024-10-03T19:56:49.889Z | [ helios-setup] Oct 03 19:56:48.624 INFO E| Compiling log v0.4.17 |
2517 | 2024-10-03T19:56:50.506Z | [ host-package] Compiling fastrand v2.1.0 |
2518 | 2024-10-03T19:56:50.577Z | [ helios-setup] Oct 03 19:56:49.312 INFO E| Compiling serde_json v1.0.95 |
2519 | 2024-10-03T19:56:51.047Z | [ helios-setup] Oct 03 19:56:49.783 INFO E| Compiling itoa v1.0.6 |
2520 | 2024-10-03T19:56:51.544Z | [ host-package] Compiling same-file v1.0.6 |
2521 | 2024-10-03T19:56:51.610Z | [ host-package] Compiling tempfile v3.10.1 |
2522 | 2024-10-03T19:56:51.762Z | [ helios-setup] Oct 03 19:56:50.498 INFO E| Compiling getrandom v0.2.8 |
2523 | 2024-10-03T19:56:51.922Z | [ helios-setup] Oct 03 19:56:50.658 INFO E| Compiling indexmap v1.9.3 |
2524 | 2024-10-03T19:56:52.042Z | [ helios-setup] Oct 03 19:56:50.777 INFO E| Compiling scopeguard v1.1.0 |
2525 | 2024-10-03T19:56:52.239Z | [ host-package] Compiling walkdir v2.5.0 |
2526 | 2024-10-03T19:56:52.326Z | [ helios-setup] Oct 03 19:56:51.061 INFO E| Compiling pin-project-lite v0.2.9 |
2527 | 2024-10-03T19:56:52.431Z | [ helios-setup] Oct 03 19:56:51.167 INFO E| Compiling quote v1.0.36 |
2528 | 2024-10-03T19:56:52.497Z | [ helios-setup] Oct 03 19:56:51.232 INFO E| Compiling num-integer v0.1.45 |
2529 | 2024-10-03T19:56:52.565Z | [ helios-setup] Oct 03 19:56:51.300 INFO E| Compiling futures-core v0.3.28 |
2530 | 2024-10-03T19:56:52.797Z | [ helios-setup] Oct 03 19:56:51.533 INFO E| Compiling bytes v1.4.0 |
2531 | 2024-10-03T19:56:52.823Z | [ host-package] Compiling blake3 v1.5.1 |
2532 | 2024-10-03T19:56:53.519Z | [ helios-setup] Oct 03 19:56:52.253 INFO E| Compiling syn v2.0.72 |
2533 | 2024-10-03T19:56:53.608Z | [ host-package] Compiling ring v0.16.20 |
2534 | 2024-10-03T19:56:53.623Z | [ helios-setup] Oct 03 19:56:52.358 INFO E| Compiling jobserver v0.1.26 |
2535 | 2024-10-03T19:56:53.854Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2536 | 2024-10-03T19:56:53.959Z | [ helios-setup] Oct 03 19:56:52.695 INFO E| Compiling ryu v1.0.13 |
2537 | 2024-10-03T19:56:54.403Z | [ helios-setup] Oct 03 19:56:53.138 INFO E| Compiling cc v1.0.78 |
2538 | 2024-10-03T19:56:55.406Z | [ helios-setup] Oct 03 19:56:54.141 INFO E| Compiling lock_api v0.4.9 |
2539 | 2024-10-03T19:56:55.503Z | [ helios-setup] Oct 03 19:56:54.238 INFO E| Compiling typenum v1.16.0 |
2540 | 2024-10-03T19:56:55.551Z | [ helios-setup] Oct 03 19:56:54.286 INFO E| Compiling bitflags v1.3.2 |
2541 | 2024-10-03T19:56:55.722Z | [ helios-setup] Oct 03 19:56:54.457 INFO E| Compiling parking_lot_core v0.9.6 |
2542 | 2024-10-03T19:56:56.072Z | [ helios-setup] Oct 03 19:56:54.807 INFO E| Compiling num_cpus v1.15.0 |
2543 | 2024-10-03T19:56:56.385Z | [ helios-setup] Oct 03 19:56:55.120 INFO E| Compiling generic-array v0.14.6 |
2544 | 2024-10-03T19:56:56.566Z | [ helios-setup] Oct 03 19:56:55.301 INFO E| Compiling slab v0.4.7 |
2545 | 2024-10-03T19:56:57.180Z | [ helios-setup] Oct 03 19:56:55.915 INFO E| Compiling futures-channel v0.3.28 |
2546 | 2024-10-03T19:56:57.281Z | [ helios-setup] Oct 03 19:56:56.015 INFO E| Compiling futures-task v0.3.28 |
2547 | 2024-10-03T19:56:57.431Z | [ helios-setup] Oct 03 19:56:56.166 INFO E| Compiling futures-sink v0.3.28 |
2548 | 2024-10-03T19:56:58.103Z | [ helios-setup] Oct 03 19:56:56.837 INFO E| Compiling tokio v1.27.0 |
2549 | 2024-10-03T19:56:58.297Z | [ helios-setup] Oct 03 19:56:57.032 INFO E| Compiling futures-util v0.3.28 |
2550 | 2024-10-03T19:56:58.451Z | [ helios-setup] Oct 03 19:56:57.186 INFO E| Compiling schemars v0.8.12 |
2551 | 2024-10-03T19:56:59.311Z | [ helios-setup] Oct 03 19:56:58.046 INFO E| Compiling mio v0.8.5 |
2552 | 2024-10-03T19:56:59.421Z | [ host-package] Compiling xattr v1.3.1 |
2553 | 2024-10-03T19:56:59.529Z | [ helios-setup] Oct 03 19:56:58.264 INFO E| Compiling signal-hook-registry v1.4.0 |
2554 | 2024-10-03T19:56:59.529Z | [ helios-setup] Oct 03 19:56:58.264 INFO E| Compiling socket2 v0.4.9 |
2555 | 2024-10-03T19:56:59.980Z | [ helios-setup] Oct 03 19:56:58.714 INFO E| Compiling ahash v0.7.6 |
2556 | 2024-10-03T19:57:00.366Z | [ helios-setup] Oct 03 19:56:59.100 INFO E| Compiling num-traits v0.2.15 |
2557 | 2024-10-03T19:57:00.369Z | [ host-package] Compiling filetime v0.2.25 |
2558 | 2024-10-03T19:57:00.813Z | [ host-package] Compiling memmap2 v0.9.4 |
2559 | 2024-10-03T19:57:01.097Z | [ helios-setup] Oct 03 19:56:59.831 INFO E| Compiling pin-utils v0.1.0 |
2560 | 2024-10-03T19:57:01.106Z | [ host-package] Compiling arrayvec v0.7.4 |
2561 | 2024-10-03T19:57:01.400Z | [ helios-setup] Oct 03 19:57:00.134 INFO E| Compiling io-lifetimes v1.0.10 |
2562 | 2024-10-03T19:57:02.013Z | [ host-package] Compiling spin v0.5.2 |
2563 | 2024-10-03T19:57:02.113Z | [ helios-setup] Oct 03 19:57:00.848 INFO E| Compiling crunchy v0.2.2 |
2564 | 2024-10-03T19:57:02.138Z | [ host-package] Compiling arrayref v0.3.7 |
2565 | 2024-10-03T19:57:02.325Z | [ host-package] Compiling keccak v0.1.5 |
2566 | 2024-10-03T19:57:02.357Z | [ helios-setup] Oct 03 19:57:01.092 INFO E| Compiling futures-io v0.3.28 |
2567 | 2024-10-03T19:57:02.451Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2568 | 2024-10-03T19:57:03.138Z | [ host-package] Compiling untrusted v0.7.1 |
2569 | 2024-10-03T19:57:03.321Z | [ helios-setup] Oct 03 19:57:02.055 INFO E| Compiling ahash v0.8.3 |
2570 | 2024-10-03T19:57:03.566Z | [ helios-setup] Oct 03 19:57:02.297 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2571 | 2024-10-03T19:57:03.630Z | [ helios-setup] Oct 03 19:57:02.365 INFO E| Compiling rustix v0.37.3 |
2572 | 2024-10-03T19:57:03.818Z | [ helios-setup] Oct 03 19:57:02.484 INFO E| Compiling hashbrown v0.12.3 |
2573 | 2024-10-03T19:57:04.075Z | [ helios-setup] Oct 03 19:57:02.810 INFO E| Compiling tiny-keccak v2.0.2 |
2574 | 2024-10-03T19:57:04.251Z | [ host-package] Compiling sha3 v0.10.8 |
2575 | 2024-10-03T19:57:04.533Z | [ helios-setup] Oct 03 19:57:03.267 INFO E| Compiling serde_derive_internals v0.26.0 |
2576 | 2024-10-03T19:57:05.420Z | [ helios-setup] Oct 03 19:57:04.154 INFO E| Compiling crypto-common v0.1.6 |
2577 | 2024-10-03T19:57:05.849Z | [ helios-setup] Oct 03 19:57:04.583 INFO E| Compiling block-buffer v0.10.3 |
2578 | 2024-10-03T19:57:06.550Z | [ helios-setup] Oct 03 19:57:05.283 INFO E| Compiling errno v0.3.1 |
2579 | 2024-10-03T19:57:06.678Z | [ helios-setup] Oct 03 19:57:05.412 INFO E| Compiling fnv v1.0.7 |
2580 | 2024-10-03T19:57:06.763Z | [ helios-setup] Oct 03 19:57:05.496 INFO E| Compiling pkg-config v0.3.26 |
2581 | 2024-10-03T19:57:07.139Z | [ helios-setup] Oct 03 19:57:05.873 INFO E| Compiling slog v2.7.0 |
2582 | 2024-10-03T19:57:07.262Z | [ helios-setup] Oct 03 19:57:05.996 INFO E| Compiling crossbeam-utils v0.8.14 |
2583 | 2024-10-03T19:57:08.378Z | [ helios-setup] Oct 03 19:57:07.109 INFO E| Compiling http v0.2.9 |
2584 | 2024-10-03T19:57:09.284Z | [ helios-setup] Oct 03 19:57:08.017 INFO E| Compiling digest v0.10.6 |
2585 | 2024-10-03T19:57:09.685Z | [ host-package] Compiling tar v0.4.42 |
2586 | 2024-10-03T19:57:10.190Z | [ host-package] Compiling toolchain_find v0.4.0 |
2587 | 2024-10-03T19:57:10.476Z | [ helios-setup] Oct 03 19:57:09.210 INFO E| Compiling aho-corasick v0.7.20 |
2588 | 2024-10-03T19:57:11.171Z | [ helios-setup] Oct 03 19:57:09.904 INFO E| Compiling cpufeatures v0.2.5 |
2589 | 2024-10-03T19:57:11.415Z | [ helios-setup] Oct 03 19:57:10.148 INFO E| Compiling regex-syntax v0.6.29 |
2590 | 2024-10-03T19:57:11.559Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2591 | 2024-10-03T19:57:11.722Z | [ helios-setup] Oct 03 19:57:10.456 INFO E| Compiling unicode-width v0.1.10 |
2592 | 2024-10-03T19:57:12.242Z | [ helios-setup] Oct 03 19:57:10.976 INFO E| Compiling httparse v1.8.0 |
2593 | 2024-10-03T19:57:12.527Z | [ host-package] Compiling nibble_vec v0.1.0 |
2594 | 2024-10-03T19:57:13.052Z | [ host-package] Compiling glob v0.3.1 |
2595 | 2024-10-03T19:57:13.078Z | [ helios-setup] Oct 03 19:57:11.811 INFO E| Compiling percent-encoding v2.2.0 |
2596 | 2024-10-03T19:57:13.796Z | [ helios-setup] Oct 03 19:57:12.528 INFO E| Compiling anyhow v1.0.68 |
2597 | 2024-10-03T19:57:13.805Z | [ host-package] Compiling endian-type v0.1.2 |
2598 | 2024-10-03T19:57:13.866Z | [ helios-setup] Oct 03 19:57:12.600 INFO E| Compiling tinyvec_macros v0.1.1 |
2599 | 2024-10-03T19:57:14.229Z | [ helios-setup] Oct 03 19:57:12.961 INFO E| Compiling heck v0.4.1 |
2600 | 2024-10-03T19:57:14.402Z | [ host-package] Compiling crunchy v0.2.2 |
2601 | 2024-10-03T19:57:14.495Z | [ helios-setup] Oct 03 19:57:13.228 INFO E| Compiling tinyvec v1.6.0 |
2602 | 2024-10-03T19:57:14.664Z | [ host-package] Compiling maplit v1.0.2 |
2603 | 2024-10-03T19:57:14.811Z | [ helios-setup] Oct 03 19:57:13.544 INFO E| Compiling thiserror-impl v1.0.38 |
2604 | 2024-10-03T19:57:15.146Z | [ helios-setup] Oct 03 19:57:13.879 INFO E| Compiling schemars_derive v0.8.12 |
2605 | 2024-10-03T19:57:15.222Z | [ host-package] Compiling topological-sort v0.2.2 |
2606 | 2024-10-03T19:57:15.571Z | [ host-package] Compiling clang-sys v1.7.0 |
2607 | 2024-10-03T19:57:16.341Z | [ helios-setup] Oct 03 19:57:15.074 INFO E| Compiling const-random-macro v0.1.15 |
2608 | 2024-10-03T19:57:16.587Z | [ helios-setup] Oct 03 19:57:15.320 INFO E| Compiling serde_derive v1.0.204 |
2609 | 2024-10-03T19:57:17.200Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2610 | 2024-10-03T19:57:17.273Z | [ helios-setup] Oct 03 19:57:16.006 INFO E| Compiling futures-macro v0.3.28 |
2611 | 2024-10-03T19:57:17.823Z | [ helios-setup] Oct 03 19:57:16.555 INFO E| Compiling tokio-macros v2.0.0 |
2612 | 2024-10-03T19:57:18.068Z | [ host-package] Compiling radix_trie v0.2.1 |
2613 | 2024-10-03T19:57:18.348Z | [ helios-setup] Oct 03 19:57:17.081 INFO E| Compiling form_urlencoded v1.1.0 |
2614 | 2024-10-03T19:57:18.553Z | [ helios-setup] Oct 03 19:57:17.286 INFO E| Compiling regex v1.7.3 |
2615 | 2024-10-03T19:57:19.215Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2616 | 2024-10-03T19:57:19.492Z | [ helios-setup] Oct 03 19:57:18.224 INFO E| Compiling hashbrown v0.13.2 |
2617 | 2024-10-03T19:57:20.035Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2618 | 2024-10-03T19:57:20.686Z | [ helios-setup] Oct 03 19:57:19.418 INFO E| Compiling chrono v0.4.24 |
2619 | 2024-10-03T19:57:20.865Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2620 | 2024-10-03T19:57:20.975Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2621 | 2024-10-03T19:57:21.974Z | [ helios-setup] Oct 03 19:57:20.706 INFO E| Compiling libz-sys v1.1.8 |
2622 | 2024-10-03T19:57:22.283Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2623 | 2024-10-03T19:57:23.126Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2624 | 2024-10-03T19:57:23.849Z | [ host-package] Compiling secrecy v0.8.0 |
2625 | 2024-10-03T19:57:24.106Z | [ helios-setup] Oct 03 19:57:22.838 INFO E| Compiling uuid v1.3.0 |
2626 | 2024-10-03T19:57:24.460Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2627 | 2024-10-03T19:57:24.819Z | [ host-package] Compiling arc-swap v1.7.1 |
2628 | 2024-10-03T19:57:24.888Z | [ helios-setup] Oct 03 19:57:23.620 INFO E| Compiling dyn-clone v1.0.11 |
2629 | 2024-10-03T19:57:24.972Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2630 | 2024-10-03T19:57:25.155Z | [ helios-setup] Oct 03 19:57:23.887 INFO E| Compiling regress v0.5.0 |
2631 | 2024-10-03T19:57:25.289Z | [ helios-setup] Oct 03 19:57:24.021 INFO E| Compiling const-random v0.1.15 |
2632 | 2024-10-03T19:57:25.654Z | [ helios-setup] Oct 03 19:57:24.385 INFO E| Compiling unicode-normalization v0.1.22 |
2633 | 2024-10-03T19:57:25.684Z | [ host-package] Compiling diesel_derives v2.2.2 |
2634 | 2024-10-03T19:57:25.910Z | [ host-package] Compiling slog-scope v4.4.0 |
2635 | 2024-10-03T19:57:26.510Z | [ host-package] Compiling r2d2 v0.8.10 |
2636 | 2024-10-03T19:57:27.294Z | [ helios-setup] Oct 03 19:57:26.020 INFO E| Compiling getopts v0.2.21 |
2637 | 2024-10-03T19:57:27.513Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-10-03T19:57:27.715Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2639 | 2024-10-03T19:57:27.842Z | [ helios-setup] Oct 03 19:57:26.573 INFO E| Compiling tracing-core v0.1.30 |
2640 | 2024-10-03T19:57:28.039Z | [ helios-setup] Oct 03 19:57:26.771 INFO E| Compiling memoffset v0.7.1 |
2641 | 2024-10-03T19:57:28.366Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2642 | 2024-10-03T19:57:28.808Z | [ helios-setup] Oct 03 19:57:27.539 INFO E| Compiling powerfmt v0.2.0 |
2643 | 2024-10-03T19:57:28.993Z | [ helios-setup] Oct 03 19:57:27.724 INFO E| Compiling num-conv v0.1.0 |
2644 | 2024-10-03T19:57:29.549Z | [ helios-setup] Oct 03 19:57:28.280 INFO E| Compiling ucd-trie v0.1.5 |
2645 | 2024-10-03T19:57:29.608Z | [ host-package] Compiling universal-hash v0.5.1 |
2646 | 2024-10-03T19:57:29.738Z | [ helios-setup] Oct 03 19:57:28.469 INFO E| Compiling unicode-bidi v0.3.13 |
2647 | 2024-10-03T19:57:30.185Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2648 | 2024-10-03T19:57:31.448Z | [ helios-setup] Oct 03 19:57:30.179 INFO E| Compiling time-core v0.1.2 |
2649 | 2024-10-03T19:57:31.768Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2650 | 2024-10-03T19:57:32.372Z | [ helios-setup] Oct 03 19:57:31.103 INFO E| Compiling time-macros v0.2.18 |
2651 | 2024-10-03T19:57:32.611Z | [ helios-setup] Oct 03 19:57:31.342 INFO E| Compiling idna v0.3.0 |
2652 | 2024-10-03T19:57:32.873Z | [ host-package] Compiling ena v0.14.3 |
2653 | 2024-10-03T19:57:33.801Z | [ helios-setup] Oct 03 19:57:32.532 INFO E| Compiling pest v2.5.7 |
2654 | 2024-10-03T19:57:33.861Z | [ host-package] Compiling libloading v0.8.3 |
2655 | 2024-10-03T19:57:34.631Z | [ host-package] Compiling diff v0.1.13 |
2656 | 2024-10-03T19:57:35.284Z | [ host-package] Compiling bindgen v0.69.4 |
2657 | 2024-10-03T19:57:35.656Z | [ host-package] Compiling regex-syntax v0.6.29 |
2658 | 2024-10-03T19:57:36.045Z | [ helios-setup] Oct 03 19:57:34.775 INFO E| Compiling tracing v0.1.37 |
2659 | 2024-10-03T19:57:36.208Z | [ helios-setup] Oct 03 19:57:34.938 INFO E| Compiling deranged v0.3.11 |
2660 | 2024-10-03T19:57:36.432Z | [ host-package] Compiling opaque-debug v0.3.1 |
2661 | 2024-10-03T19:57:36.674Z | [ host-package] Compiling poly1305 v0.8.0 |
2662 | 2024-10-03T19:57:39.052Z | [ helios-setup] Oct 03 19:57:37.782 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2663 | 2024-10-03T19:57:39.857Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2664 | 2024-10-03T19:57:40.207Z | [ helios-setup] Oct 03 19:57:38.937 INFO E| Compiling time v0.1.45 |
2665 | 2024-10-03T19:57:40.367Z | [ helios-setup] Oct 03 19:57:39.089 INFO E| Compiling crossbeam-epoch v0.9.13 |
2666 | 2024-10-03T19:57:41.156Z | [ helios-setup] Oct 03 19:57:39.885 INFO E| Compiling iana-time-zone v0.1.56 |
2667 | 2024-10-03T19:57:41.331Z | [ helios-setup] Oct 03 19:57:40.060 INFO E| Compiling num_threads v0.1.6 |
2668 | 2024-10-03T19:57:41.479Z | [ helios-setup] Oct 03 19:57:40.209 INFO E| Compiling semver v1.0.17 |
2669 | 2024-10-03T19:57:42.027Z | [ helios-setup] Oct 03 19:57:40.756 INFO E| Compiling toml v0.5.11 |
2670 | 2024-10-03T19:57:42.664Z | [ helios-setup] Oct 03 19:57:41.394 INFO E| Compiling serde_tokenstream v0.2.0 |
2671 | 2024-10-03T19:57:43.521Z | [ helios-setup] Oct 03 19:57:42.251 INFO E| Compiling smallvec v1.10.0 |
2672 | 2024-10-03T19:57:45.659Z | [ helios-setup] Oct 03 19:57:44.388 INFO E| Compiling parking_lot v0.12.1 |
2673 | 2024-10-03T19:57:45.817Z | [ host-package] Compiling lalrpop v0.19.12 |
2674 | 2024-10-03T19:57:47.828Z | [ helios-setup] Oct 03 19:57:46.557 INFO E| Compiling time v0.3.36 |
2675 | 2024-10-03T19:57:48.982Z | [ host-package] Compiling diesel v2.2.4 |
2676 | 2024-10-03T19:57:50.585Z | [ helios-setup] Oct 03 19:57:49.314 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2677 | 2024-10-03T19:57:52.989Z | [ helios-setup] Oct 03 19:57:51.717 INFO E| Compiling semver-parser v0.10.2 |
2678 | 2024-10-03T19:57:55.360Z | [ helios-setup] Oct 03 19:57:54.088 INFO E| Compiling url v2.3.1 |
2679 | 2024-10-03T19:57:58.102Z | [ helios-setup] Oct 03 19:57:56.830 INFO E| Compiling crossbeam-channel v0.5.6 |
2680 | 2024-10-03T19:57:59.151Z | [ helios-setup] Oct 03 19:57:57.879 INFO E| Compiling dirs-sys-next v0.1.2 |
2681 | 2024-10-03T19:58:01.407Z | [ helios-setup] Oct 03 19:58:00.135 INFO E| Compiling crc32fast v1.3.2 |
2682 | 2024-10-03T19:58:01.563Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2683 | 2024-10-03T19:58:01.774Z | [ helios-setup] Oct 03 19:58:00.502 INFO E| Compiling same-file v1.0.6 |
2684 | 2024-10-03T19:58:02.399Z | [ helios-setup] Oct 03 19:58:01.127 INFO E| Compiling try-lock v0.2.4 |
2685 | 2024-10-03T19:58:02.478Z | [ helios-setup] Oct 03 19:58:01.206 INFO E| Compiling walkdir v2.3.3 |
2686 | 2024-10-03T19:58:02.767Z | [ helios-setup] Oct 03 19:58:01.494 INFO E| Compiling want v0.3.0 |
2687 | 2024-10-03T19:58:03.518Z | [ helios-setup] Oct 03 19:58:02.246 INFO E| Compiling tokio-util v0.7.7 |
2688 | 2024-10-03T19:58:03.830Z | [ helios-setup] Oct 03 19:58:02.557 INFO E| Compiling dirs-next v2.0.0 |
2689 | 2024-10-03T19:58:04.735Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2690 | 2024-10-03T19:58:05.341Z | [ helios-setup] Oct 03 19:58:04.069 INFO E| Compiling semver v0.11.0 |
2691 | 2024-10-03T19:58:06.340Z | [ host-package] Compiling which v4.4.2 |
2692 | 2024-10-03T19:58:06.504Z | [ helios-setup] Oct 03 19:58:05.231 INFO E| Compiling h2 v0.3.16 |
2693 | 2024-10-03T19:58:07.192Z | [ host-package] Compiling tungstenite v0.23.0 |
2694 | 2024-10-03T19:58:07.583Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2695 | 2024-10-03T19:58:07.897Z | [ helios-setup] Oct 03 19:58:06.623 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2696 | 2024-10-03T19:58:08.434Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2697 | 2024-10-03T19:58:09.031Z | [ helios-setup] Oct 03 19:58:07.758 INFO E| Compiling proc-macro-crate v1.2.1 |
2698 | 2024-10-03T19:58:09.398Z | [ host-package] Compiling chacha20 v0.9.1 |
2699 | 2024-10-03T19:58:10.424Z | [ host-package] Compiling cexpr v0.6.0 |
2700 | 2024-10-03T19:58:10.855Z | [ helios-setup] Oct 03 19:58:09.582 INFO E| Compiling futures-executor v0.3.28 |
2701 | 2024-10-03T19:58:12.564Z | [ helios-setup] Oct 03 19:58:11.291 INFO E| Compiling http-body v0.4.5 |
2702 | 2024-10-03T19:58:13.331Z | [ helios-setup] Oct 03 19:58:12.055 INFO E| Compiling ring v0.16.20 |
2703 | 2024-10-03T19:58:13.662Z | [ host-package] Compiling aead v0.5.2 |
2704 | 2024-10-03T19:58:14.247Z | [ helios-setup] Oct 03 19:58:12.973 INFO E| Compiling rand_core v0.6.4 |
2705 | 2024-10-03T19:58:14.552Z | [ host-package] Compiling rustc-hash v1.1.0 |
2706 | 2024-10-03T19:58:15.116Z | [ host-package] Compiling shlex v1.3.0 |
2707 | 2024-10-03T19:58:15.248Z | [ helios-setup] Oct 03 19:58:13.974 INFO E| Compiling thread_local v1.1.7 |
2708 | 2024-10-03T19:58:15.630Z | [ helios-setup] Oct 03 19:58:14.356 INFO E| Compiling base64 v0.21.0 |
2709 | 2024-10-03T19:58:16.153Z | [ host-package] Compiling ref-cast v1.0.23 |
2710 | 2024-10-03T19:58:16.849Z | [ helios-setup] Oct 03 19:58:15.575 INFO E| Compiling fastrand v1.9.0 |
2711 | 2024-10-03T19:58:17.219Z | [ helios-setup] Oct 03 19:58:15.945 INFO E| Compiling utf8parse v0.2.1 |
2712 | 2024-10-03T19:58:17.299Z | [ host-package] Compiling lazycell v1.3.0 |
2713 | 2024-10-03T19:58:17.660Z | [ helios-setup] Oct 03 19:58:16.386 INFO E| Compiling httpdate v1.0.2 |
2714 | 2024-10-03T19:58:17.783Z | [ helios-setup] Oct 03 19:58:16.509 INFO E| Compiling adler v1.0.2 |
2715 | 2024-10-03T19:58:17.864Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2716 | 2024-10-03T19:58:18.243Z | [ helios-setup] Oct 03 19:58:16.969 INFO E| Compiling ppv-lite86 v0.2.17 |
2717 | 2024-10-03T19:58:18.429Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2718 | 2024-10-03T19:58:18.557Z | [ helios-setup] Oct 03 19:58:17.282 INFO E| Compiling home v0.5.4 |
2719 | 2024-10-03T19:58:19.259Z | [ helios-setup] Oct 03 19:58:17.985 INFO E| Compiling tower-service v0.3.2 |
2720 | 2024-10-03T19:58:19.495Z | [ helios-setup] Oct 03 19:58:18.218 INFO E| Compiling rayon-core v1.10.2 |
2721 | 2024-10-03T19:58:19.561Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2722 | 2024-10-03T19:58:19.564Z | [ helios-setup] Oct 03 19:58:18.290 INFO E| Compiling lazy_static v1.4.0 |
2723 | 2024-10-03T19:58:19.710Z | [ host-package] Compiling vsss-rs v3.3.4 |
2724 | 2024-10-03T19:58:19.983Z | [ helios-setup] Oct 03 19:58:18.708 INFO E| Compiling rand_chacha v0.3.1 |
2725 | 2024-10-03T19:58:20.160Z | [ helios-setup] Oct 03 19:58:18.885 INFO E| Compiling toolchain_find v0.2.0 |
2726 | 2024-10-03T19:58:20.518Z | [ helios-setup] Oct 03 19:58:19.244 INFO E| Compiling hyper v0.14.25 |
2727 | 2024-10-03T19:58:23.637Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2728 | 2024-10-03T19:58:23.888Z | [ helios-setup] Oct 03 19:58:22.613 INFO E| Compiling miniz_oxide v0.6.2 |
2729 | 2024-10-03T19:58:24.264Z | [ helios-setup] Oct 03 19:58:22.989 INFO E| Compiling anstyle-parse v0.1.1 |
2730 | 2024-10-03T19:58:24.627Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2731 | 2024-10-03T19:58:24.849Z | [ helios-setup] Oct 03 19:58:23.574 INFO E| Compiling tempfile v3.5.0 |
2732 | 2024-10-03T19:58:28.996Z | [ host-package] Compiling headers-core v0.3.0 |
2733 | 2024-10-03T19:58:29.212Z | [ host-package] Compiling fxhash v0.2.1 |
2734 | 2024-10-03T19:58:29.408Z | [ host-package] Compiling libxml v0.3.3 |
2735 | 2024-10-03T19:58:29.988Z | [ helios-setup] Oct 03 19:58:28.712 INFO E| Compiling futures v0.3.28 |
2736 | 2024-10-03T19:58:30.399Z | [ helios-setup] Oct 03 19:58:29.122 INFO E| Compiling num_enum_derive v0.5.7 |
2737 | 2024-10-03T19:58:30.411Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2738 | 2024-10-03T19:58:30.883Z | [ host-package] Compiling headers v0.4.0 |
2739 | 2024-10-03T19:58:33.402Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2740 | 2024-10-03T19:58:35.961Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2741 | 2024-10-03T19:58:36.889Z | [ helios-setup] Oct 03 19:58:35.613 INFO E| Compiling cargo-lock v8.0.3 |
2742 | 2024-10-03T19:58:38.554Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2743 | 2024-10-03T19:58:39.648Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2744 | 2024-10-03T19:58:40.364Z | [ host-package] Compiling polar-core v0.27.3 |
2745 | 2024-10-03T19:58:42.396Z | [ host-package] Compiling kstat-rs v0.2.4 |
2746 | 2024-10-03T19:58:42.924Z | [ helios-setup] Oct 03 19:58:41.647 INFO E| Compiling crossbeam-deque v0.8.2 |
2747 | 2024-10-03T19:58:43.923Z | [ helios-setup] Oct 03 19:58:42.646 INFO E| Compiling term v0.7.0 |
2748 | 2024-10-03T19:58:44.398Z | [ host-package] Compiling strum_macros v0.24.3 |
2749 | 2024-10-03T19:58:45.153Z | [ helios-setup] Oct 03 19:58:43.875 INFO E| Compiling serde_urlencoded v0.7.1 |
2750 | 2024-10-03T19:58:45.219Z | [ helios-setup] Oct 03 19:58:43.941 INFO E| Compiling is-terminal v0.4.7 |
2751 | 2024-10-03T19:58:45.459Z | [ helios-setup] Oct 03 19:58:44.182 INFO E| Compiling sha1 v0.10.5 |
2752 | 2024-10-03T19:58:46.378Z | [ helios-setup] Oct 03 19:58:45.101 INFO E| Compiling sha2 v0.10.6 |
2753 | 2024-10-03T19:58:46.433Z | [ helios-setup] Oct 03 19:58:45.155 INFO E| Compiling atty v0.2.14 |
2754 | 2024-10-03T19:58:46.657Z | [ host-package] Compiling samael v0.0.17 |
2755 | 2024-10-03T19:58:46.985Z | [ helios-setup] Oct 03 19:58:45.708 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2756 | 2024-10-03T19:58:47.813Z | [ helios-setup] Oct 03 19:58:46.536 INFO E| Compiling concolor-query v0.3.3 |
2757 | 2024-10-03T19:58:48.279Z | [ helios-setup] Oct 03 19:58:47.002 INFO E| Compiling anstyle v0.3.5 |
2758 | 2024-10-03T19:58:49.206Z | [ helios-setup] Oct 03 19:58:47.928 INFO E| Compiling concolor-override v1.0.0 |
2759 | 2024-10-03T19:58:49.259Z | [ host-package] Compiling unicase v2.7.0 |
2760 | 2024-10-03T19:58:49.933Z | [ host-package] Compiling dropshot v0.10.1 |
2761 | 2024-10-03T19:58:49.936Z | [ helios-setup] Oct 03 19:58:48.657 INFO E| Compiling anstream v0.2.6 |
2762 | 2024-10-03T19:58:50.372Z | [ host-package] Compiling indoc v1.0.9 |
2763 | 2024-10-03T19:58:51.115Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2764 | 2024-10-03T19:58:52.359Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2765 | 2024-10-03T19:58:52.800Z | [ helios-setup] Oct 03 19:58:51.522 INFO E| Compiling slog-term v2.9.0 |
2766 | 2024-10-03T19:58:53.278Z | [ helios-setup] Oct 03 19:58:52.000 INFO E| Compiling flate2 v1.0.25 |
2767 | 2024-10-03T19:58:54.891Z | [ helios-setup] Oct 03 19:58:53.613 INFO E| Compiling num_enum v0.5.7 |
2768 | 2024-10-03T19:58:55.412Z | [ helios-setup] Oct 03 19:58:54.134 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2769 | 2024-10-03T19:58:55.961Z | [ helios-setup] Oct 03 19:58:54.683 INFO E| Compiling rand v0.8.5 |
2770 | 2024-10-03T19:58:56.690Z | [ helios-setup] Oct 03 19:58:55.412 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2771 | 2024-10-03T19:58:57.035Z | [ helios-setup] Oct 03 19:58:55.755 INFO E| Compiling openapiv3 v1.0.2 |
2772 | 2024-10-03T19:58:59.935Z | [ helios-setup] Oct 03 19:58:58.657 INFO E| Compiling encoding_rs v0.8.32 |
2773 | 2024-10-03T19:58:59.951Z | [ host-package] Compiling derive_builder v0.20.0 |
2774 | 2024-10-03T19:59:00.264Z | [ helios-setup] Oct 03 19:58:58.985 INFO E| Compiling unsafe-libyaml v0.2.8 |
2775 | 2024-10-03T19:59:02.564Z | [ helios-setup] Oct 03 19:59:01.285 INFO E| Compiling byteorder v1.4.3 |
2776 | 2024-10-03T19:59:03.815Z | [ helios-setup] Oct 03 19:59:02.536 INFO E| Compiling strsim v0.10.0 |
2777 | 2024-10-03T19:59:03.932Z | [ helios-setup] Oct 03 19:59:02.653 INFO E| Compiling ipnet v2.7.2 |
2778 | 2024-10-03T19:59:04.867Z | [ helios-setup] Oct 03 19:59:03.587 INFO E| Compiling either v1.8.0 |
2779 | 2024-10-03T19:59:05.428Z | [ helios-setup] Oct 03 19:59:04.149 INFO E| Compiling clap_lex v0.4.1 |
2780 | 2024-10-03T19:59:05.884Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2781 | 2024-10-03T19:59:06.580Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2782 | 2024-10-03T19:59:07.026Z | [ helios-setup] Oct 03 19:59:05.747 INFO E| Compiling untrusted v0.7.1 |
2783 | 2024-10-03T19:59:07.412Z | [ helios-setup] Oct 03 19:59:06.132 INFO E| Compiling utf-8 v0.7.6 |
2784 | 2024-10-03T19:59:07.694Z | [ host-package] Compiling crossterm v0.28.1 |
2785 | 2024-10-03T19:59:07.913Z | [ helios-setup] Oct 03 19:59:06.633 INFO E| Compiling project-root v0.2.2 |
2786 | 2024-10-03T19:59:08.421Z | [ helios-setup] Oct 03 19:59:07.141 INFO E| Compiling base64 v0.13.1 |
2787 | 2024-10-03T19:59:08.474Z | [ helios-setup] Oct 03 19:59:07.193 INFO E| Compiling mime v0.3.17 |
2788 | 2024-10-03T19:59:08.899Z | [ helios-setup] Oct 03 19:59:07.619 INFO E| Compiling spin v0.5.2 |
2789 | 2024-10-03T19:59:09.418Z | [ helios-setup] Oct 03 19:59:08.138 INFO E| Compiling clap_builder v4.2.1 |
2790 | 2024-10-03T19:59:09.557Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2791 | 2024-10-03T19:59:10.188Z | [ helios-setup] Oct 03 19:59:08.908 INFO E| Compiling reqwest v0.11.16 |
2792 | 2024-10-03T19:59:10.288Z | [ helios-setup] Oct 03 19:59:09.007 INFO E| Compiling tungstenite v0.18.0 |
2793 | 2024-10-03T19:59:10.800Z | [ helios-setup] Oct 03 19:59:09.520 INFO E| Compiling rayon v1.6.1 |
2794 | 2024-10-03T19:59:18.313Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
2795 | 2024-10-03T19:59:20.776Z | [ helios-setup] Oct 03 19:59:19.495 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2796 | 2024-10-03T19:59:20.911Z | [ helios-setup] Oct 03 19:59:19.630 INFO E| Compiling serde_yaml v0.9.21 |
2797 | 2024-10-03T19:59:22.888Z | [ helios-setup] Oct 03 19:59:21.607 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2798 | 2024-10-03T19:59:23.684Z | [ host-package] Compiling oso-derive v0.27.3 |
2799 | 2024-10-03T19:59:24.067Z | [ host-package] Compiling libz-sys v1.1.16 |
2800 | 2024-10-03T19:59:25.675Z | [ helios-setup] Oct 03 19:59:24.393 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2801 | 2024-10-03T19:59:25.835Z | [ host-package] Compiling quick-xml v0.33.0 |
2802 | 2024-10-03T19:59:25.879Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2803 | 2024-10-03T19:59:26.930Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2804 | 2024-10-03T19:59:27.092Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2805 | 2024-10-03T19:59:27.401Z | [ host-package] Compiling nix v0.28.0 |
2806 | 2024-10-03T19:59:28.139Z | [ host-package] Compiling oso v0.27.3 |
2807 | 2024-10-03T19:59:30.502Z | [ helios-setup] Oct 03 19:59:29.220 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2808 | 2024-10-03T19:59:30.556Z | [ helios-setup] Oct 03 19:59:29.273 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2809 | 2024-10-03T19:59:31.757Z | [ helios-setup] Oct 03 19:59:30.475 INFO E| Compiling clap_derive v4.2.0 |
2810 | 2024-10-03T19:59:35.192Z | [ helios-setup] Oct 03 19:59:33.909 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2811 | 2024-10-03T19:59:35.467Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2812 | 2024-10-03T19:59:38.682Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2813 | 2024-10-03T19:59:41.205Z | [ helios-setup] Oct 03 19:59:39.921 INFO E| Compiling clap v4.2.1 |
2814 | 2024-10-03T19:59:42.986Z | [ helios-setup] Oct 03 19:59:41.702 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2815 | 2024-10-03T19:59:49.330Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2816 | 2024-10-03T19:59:50.286Z | [ host-package] Compiling bb8 v0.8.5 |
2817 | 2024-10-03T19:59:51.908Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2818 | 2024-10-03T19:59:55.670Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2819 | 2024-10-03T19:59:57.229Z | [ host-package] Compiling vte v0.11.1 |
2820 | 2024-10-03T19:59:58.616Z | [ helios-setup] Oct 03 19:59:57.330 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2821 | 2024-10-03T20:00:00.216Z | [ host-package] Compiling const_format v0.2.33 |
2822 | 2024-10-03T20:00:01.095Z | [ helios-setup] Oct 03 19:59:59.809 INFO E| Compiling tokio-tungstenite v0.18.0 |
2823 | 2024-10-03T20:00:02.218Z | [ helios-setup] Oct 03 20:00:00.931 INFO E| Compiling smartstring v1.0.1 |
2824 | 2024-10-03T20:00:02.351Z | [ helios-setup] Oct 03 20:00:01.063 INFO E| Compiling rustls v0.21.0 |
2825 | 2024-10-03T20:00:02.639Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2826 | 2024-10-03T20:00:03.534Z | [ helios-setup] Oct 03 20:00:02.248 INFO E| Compiling serde_spanned v0.6.1 |
2827 | 2024-10-03T20:00:03.936Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2828 | 2024-10-03T20:00:04.374Z | [ helios-setup] Oct 03 20:00:03.088 INFO E| Compiling toml_datetime v0.6.1 |
2829 | 2024-10-03T20:00:04.520Z | [ helios-setup] Oct 03 20:00:03.234 INFO E| Compiling static_assertions v1.1.0 |
2830 | 2024-10-03T20:00:04.860Z | [ helios-setup] Oct 03 20:00:03.573 INFO E| Compiling paste v1.0.12 |
2831 | 2024-10-03T20:00:05.776Z | [ helios-setup] Oct 03 20:00:04.490 INFO E| Compiling winnow v0.4.1 |
2832 | 2024-10-03T20:00:06.393Z | [ helios-setup] Oct 03 20:00:05.107 INFO E| Compiling camino v1.1.4 |
2833 | 2024-10-03T20:00:07.460Z | [ host-package] Compiling fd-lock v4.0.2 |
2834 | 2024-10-03T20:00:07.995Z | [ helios-setup] Oct 03 20:00:06.709 INFO E| Compiling async-trait v0.1.68 |
2835 | 2024-10-03T20:00:08.306Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2836 | 2024-10-03T20:00:09.119Z | [ helios-setup] Oct 03 20:00:07.832 INFO E| Compiling match_cfg v0.1.0 |
2837 | 2024-10-03T20:00:09.164Z | [ helios-setup] Oct 03 20:00:07.877 INFO E| Compiling slog-async v2.7.0 |
2838 | 2024-10-03T20:00:09.384Z | [ helios-setup] Oct 03 20:00:08.097 INFO E| Compiling hostname v0.3.1 |
2839 | 2024-10-03T20:00:10.412Z | [ host-package] Compiling atty v0.2.14 |
2840 | 2024-10-03T20:00:10.753Z | [ helios-setup] Oct 03 20:00:09.466 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2841 | 2024-10-03T20:00:10.931Z | [ host-package] Compiling bytecount v0.6.8 |
2842 | 2024-10-03T20:00:11.622Z | [ host-package] Compiling salty v0.3.0 |
2843 | 2024-10-03T20:00:12.481Z | [ helios-setup] Oct 03 20:00:11.124 INFO E| Compiling slog-json v2.6.1 |
2844 | 2024-10-03T20:00:12.836Z | [ helios-setup] Oct 03 20:00:11.549 INFO E| Compiling unicode-linebreak v0.1.4 |
2845 | 2024-10-03T20:00:13.108Z | [ host-package] Compiling papergrid v0.11.0 |
2846 | 2024-10-03T20:00:13.497Z | [ helios-setup] Oct 03 20:00:12.210 INFO E| Compiling toml_edit v0.19.8 |
2847 | 2024-10-03T20:00:13.574Z | [ helios-setup] Oct 03 20:00:12.286 INFO E| Compiling async-stream-impl v0.3.5 |
2848 | 2024-10-03T20:00:16.743Z | [ helios-setup] Oct 03 20:00:15.456 INFO E| Compiling rhai_codegen v1.5.0 |
2849 | 2024-10-03T20:00:18.223Z | [ helios-setup] Oct 03 20:00:16.935 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2850 | 2024-10-03T20:00:19.014Z | [ helios-setup] Oct 03 20:00:17.726 INFO E| Compiling take_mut v0.2.2 |
2851 | 2024-10-03T20:00:20.940Z | [ helios-setup] Oct 03 20:00:19.652 INFO E| Compiling toml v0.7.3 |
2852 | 2024-10-03T20:00:21.935Z | [ helios-setup] Oct 03 20:00:20.646 INFO E| Compiling rhai v1.14.0 |
2853 | 2024-10-03T20:00:23.764Z | [ helios-setup] Oct 03 20:00:22.476 INFO E| Compiling async-stream v0.3.5 |
2854 | 2024-10-03T20:00:24.579Z | [ helios-setup] Oct 03 20:00:23.291 INFO E| Compiling slog-bunyan v2.4.0 |
2855 | 2024-10-03T20:00:27.542Z | [ helios-setup] Oct 03 20:00:26.253 INFO E| Compiling sct v0.7.0 |
2856 | 2024-10-03T20:00:27.805Z | [ helios-setup] Oct 03 20:00:26.516 INFO E| Compiling rustls-webpki v0.100.1 |
2857 | 2024-10-03T20:00:32.012Z | [ helios-setup] Oct 03 20:00:30.722 INFO E| Compiling rustls-pemfile v1.0.2 |
2858 | 2024-10-03T20:00:32.025Z | [ helios-setup] Oct 03 20:00:30.735 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2859 | 2024-10-03T20:00:33.423Z | [ helios-setup] Oct 03 20:00:32.134 INFO E| Compiling serde_path_to_error v0.1.11 |
2860 | 2024-10-03T20:00:33.881Z | [ helios-setup] Oct 03 20:00:32.592 INFO E| Compiling bincode v1.3.3 |
2861 | 2024-10-03T20:00:36.105Z | [ helios-setup] Oct 03 20:00:34.815 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2862 | 2024-10-03T20:00:36.348Z | [ helios-setup] Oct 03 20:00:35.058 INFO E| Compiling terminal_size v0.2.6 |
2863 | 2024-10-03T20:00:36.627Z | [ helios-setup] Oct 03 20:00:35.338 INFO E| Compiling smawk v0.3.1 |
2864 | 2024-10-03T20:00:36.997Z | [ helios-setup] Oct 03 20:00:35.707 INFO E| Compiling textwrap v0.16.0 |
2865 | 2024-10-03T20:00:37.433Z | [ host-package] Compiling parking_lot v0.11.2 |
2866 | 2024-10-03T20:00:43.316Z | [ helios-setup] Oct 03 20:00:42.024 INFO E| Compiling tokio-rustls v0.24.0 |
2867 | 2024-10-03T20:00:53.353Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2868 | 2024-10-03T20:00:55.445Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2869 | 2024-10-03T20:01:01.210Z | [ host-package] Compiling tabled_derive v0.7.0 |
2870 | 2024-10-03T20:01:04.202Z | [ host-package] Compiling crossterm v0.27.0 |
2871 | 2024-10-03T20:01:06.322Z | [ host-package] Compiling peg-macros v0.8.4 |
2872 | 2024-10-03T20:01:11.270Z | [ helios-setup] Oct 03 20:01:09.977 INFO E| Compiling git2 v0.16.1 |
2873 | 2024-10-03T20:01:12.110Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2874 | 2024-10-03T20:01:12.795Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2875 | 2024-10-03T20:01:13.587Z | [ host-package] Compiling unicode_categories v0.1.1 |
2876 | 2024-10-03T20:01:14.016Z | [ host-package] Compiling sqlformat v0.2.6 |
2877 | 2024-10-03T20:01:14.059Z | [ host-package] Compiling rustyline v14.0.0 |
2878 | 2024-10-03T20:01:14.185Z | [ host-package] Compiling sqlparser v0.45.0 |
2879 | 2024-10-03T20:01:15.323Z | [ host-package] Compiling reedline v0.33.0 |
2880 | 2024-10-03T20:01:16.149Z | [ helios-setup] Oct 03 20:01:14.854 INFO E| Compiling built v0.6.0 |
2881 | 2024-10-03T20:01:16.810Z | [ host-package] Compiling peg v0.8.4 |
2882 | 2024-10-03T20:01:16.961Z | [ host-package] Compiling tabled v0.15.0 |
2883 | 2024-10-03T20:01:19.075Z | [ helios-setup] Oct 03 20:01:17.780 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2884 | 2024-10-03T20:01:20.767Z | [ helios-setup] Oct 03 20:01:19.472 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2885 | 2024-10-03T20:01:21.430Z | [ helios-setup] Oct 03 20:01:20.135 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2886 | 2024-10-03T20:01:28.166Z | [ host-package] Compiling sled v0.34.7 |
2887 | 2024-10-03T20:01:28.830Z | [ host-package] Compiling mime_guess v2.0.4 |
2888 | 2024-10-03T20:01:34.411Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2889 | 2024-10-03T20:01:34.529Z | [ host-package] Compiling hickory-client v0.24.1 |
2890 | 2024-10-03T20:01:37.744Z | [ helios-setup] Oct 03 20:01:36.447 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2891 | 2024-10-03T20:01:38.814Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2892 | 2024-10-03T20:01:39.063Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2893 | 2024-10-03T20:01:39.965Z | [ helios-setup] Oct 03 20:01:38.668 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2894 | 2024-10-03T20:01:42.256Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2895 | 2024-10-03T20:01:46.085Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2896 | 2024-10-03T20:01:47.956Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2897 | 2024-10-03T20:01:48.474Z | [ host-package] Compiling hickory-server v0.24.1 |
2898 | 2024-10-03T20:01:55.127Z | [ host-package] Compiling primeorder v0.13.6 |
2899 | 2024-10-03T20:01:55.135Z | [ host-package] Compiling bcs v0.1.6 |
2900 | 2024-10-03T20:01:55.342Z | [ host-package] Compiling vergen v8.3.2 |
2901 | 2024-10-03T20:01:56.230Z | [ host-package] Compiling env_filter v0.1.2 |
2902 | 2024-10-03T20:01:58.723Z | [ host-package] Compiling cargo-platform v0.1.8 |
2903 | 2024-10-03T20:01:59.198Z | [ host-package] Compiling nanorand v0.7.0 |
2904 | 2024-10-03T20:01:59.969Z | [ host-package] Compiling memoffset v0.9.1 |
2905 | 2024-10-03T20:02:00.029Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2906 | 2024-10-03T20:02:00.673Z | [ host-package] Compiling flume v0.11.0 |
2907 | 2024-10-03T20:02:01.405Z | [ host-package] Compiling env_logger v0.11.5 |
2908 | 2024-10-03T20:02:02.332Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2909 | 2024-10-03T20:02:03.855Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2910 | 2024-10-03T20:02:05.979Z | [ host-package] Compiling p384 v0.13.0 |
2911 | 2024-10-03T20:02:18.365Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2912 | 2024-10-03T20:02:18.519Z | [ host-package] Compiling git2 v0.19.0 |
2913 | 2024-10-03T20:02:24.555Z | [ helios-setup] Oct 03 20:02:23.253 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2914 | 2024-10-03T20:02:29.540Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2915 | 2024-10-03T20:02:31.168Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2916 | 2024-10-03T20:02:32.660Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2917 | 2024-10-03T20:02:34.847Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2918 | 2024-10-03T20:02:35.575Z | [ host-package] Compiling lzma-sys v0.1.20 |
2919 | 2024-10-03T20:02:35.844Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2920 | 2024-10-03T20:02:35.996Z | [ host-package] Compiling rustls v0.21.12 |
2921 | 2024-10-03T20:02:36.469Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2922 | 2024-10-03T20:02:36.690Z | [ host-package] Compiling nix v0.29.0 |
2923 | 2024-10-03T20:02:37.907Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2924 | 2024-10-03T20:02:42.240Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2925 | 2024-10-03T20:02:43.884Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2926 | 2024-10-03T20:02:45.542Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2927 | 2024-10-03T20:02:45.976Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2928 | 2024-10-03T20:02:46.299Z | [ host-package] Compiling sct v0.7.1 |
2929 | 2024-10-03T20:02:47.162Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2930 | 2024-10-03T20:02:52.750Z | [ host-package] Compiling heck v0.3.3 |
2931 | 2024-10-03T20:02:53.576Z | [ host-package] Compiling castaway v0.2.3 |
2932 | 2024-10-03T20:02:53.851Z | [ host-package] Compiling rand_seeder v0.3.0 |
2933 | 2024-10-03T20:02:54.050Z | [ host-package] Compiling csv-core v0.1.11 |
2934 | 2024-10-03T20:02:54.161Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2935 | 2024-10-03T20:02:54.446Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2936 | 2024-10-03T20:02:55.277Z | [ host-package] Compiling http-range v0.1.5 |
2937 | 2024-10-03T20:02:55.711Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2938 | 2024-10-03T20:02:56.572Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-10-03T20:02:58.194Z | [ host-package] Compiling csv v1.3.0 |
2940 | 2024-10-03T20:02:59.954Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2941 | 2024-10-03T20:03:00.356Z | [ host-package] Compiling compact_str v0.8.0 |
2942 | 2024-10-03T20:03:01.324Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2943 | 2024-10-03T20:03:05.451Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2944 | 2024-10-03T20:03:07.267Z | [ host-package] Compiling nix v0.27.1 |
2945 | 2024-10-03T20:03:08.113Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2946 | 2024-10-03T20:03:14.451Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2947 | 2024-10-03T20:03:17.947Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2948 | 2024-10-03T20:03:18.721Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2949 | 2024-10-03T20:03:25.069Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2950 | 2024-10-03T20:03:28.245Z | [ helios-setup] Oct 03 20:03:26.936 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s |
2951 | 2024-10-03T20:03:28.266Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2952 | 2024-10-03T20:03:28.359Z | [ helios-setup] Oct 03 20:03:27.050 INFO building project "pilot" ok (409 seconds) |
2953 | 2024-10-03T20:03:28.359Z | [ helios-setup] Oct 03 20:03:27.050 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2954 | 2024-10-03T20:03:28.363Z | [ helios-setup] Oct 03 20:03:27.050 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2955 | 2024-10-03T20:03:28.637Z | [ helios-setup] Oct 03 20:03:27.328 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2956 | 2024-10-03T20:03:28.691Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2957 | 2024-10-03T20:03:28.887Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2958 | 2024-10-03T20:03:29.052Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2959 | 2024-10-03T20:03:29.127Z | [ helios-setup] Oct 03 20:03:27.816 INFO E| From https://github.com/jclulow/rust-jmclib |
2960 | 2024-10-03T20:03:29.130Z | [ helios-setup] Oct 03 20:03:27.816 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2961 | 2024-10-03T20:03:29.196Z | [ helios-setup] Oct 03 20:03:27.886 INFO E| Updating crates.io index |
2962 | 2024-10-03T20:03:29.264Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2963 | 2024-10-03T20:03:29.363Z | [ host-package] Compiling hashlink v0.9.1 |
2964 | 2024-10-03T20:03:29.451Z | [ helios-setup] Oct 03 20:03:28.141 INFO E| Downloading crates ... |
2965 | 2024-10-03T20:03:29.576Z | [ helios-setup] Oct 03 20:03:28.266 INFO E| Downloaded opaque-debug v0.3.0 |
2966 | 2024-10-03T20:03:29.580Z | [ helios-setup] Oct 03 20:03:28.268 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2967 | 2024-10-03T20:03:29.580Z | [ helios-setup] Oct 03 20:03:28.269 INFO E| Downloaded digest v0.9.0 |
2968 | 2024-10-03T20:03:29.580Z | [ helios-setup] Oct 03 20:03:28.271 INFO E| Downloaded block-buffer v0.9.0 |
2969 | 2024-10-03T20:03:29.583Z | [ helios-setup] Oct 03 20:03:28.272 INFO E| Downloaded bitflags v2.3.3 |
2970 | 2024-10-03T20:03:29.586Z | [ helios-setup] Oct 03 20:03:28.277 INFO E| Downloaded anyhow v1.0.72 |
2971 | 2024-10-03T20:03:29.592Z | [ helios-setup] Oct 03 20:03:28.283 INFO E| Downloaded cpufeatures v0.2.9 |
2972 | 2024-10-03T20:03:29.623Z | [ helios-setup] Oct 03 20:03:28.314 INFO E| Downloaded uuid v0.8.2 |
2973 | 2024-10-03T20:03:29.629Z | [ helios-setup] Oct 03 20:03:28.320 INFO E| Downloaded tempfile v3.7.0 |
2974 | 2024-10-03T20:03:29.634Z | [ helios-setup] Oct 03 20:03:28.325 INFO E| Downloaded sha-1 v0.9.8 |
2975 | 2024-10-03T20:03:29.639Z | [ helios-setup] Oct 03 20:03:28.328 INFO E| Downloaded unicode-ident v1.0.11 |
2976 | 2024-10-03T20:03:29.643Z | [ helios-setup] Oct 03 20:03:28.333 INFO E| Downloaded serde_derive v1.0.193 |
2977 | 2024-10-03T20:03:29.649Z | [ helios-setup] Oct 03 20:03:28.339 INFO E| Downloaded serde v1.0.193 |
2978 | 2024-10-03T20:03:29.654Z | [ helios-setup] Oct 03 20:03:28.345 INFO E| Downloaded proc-macro2 v1.0.66 |
2979 | 2024-10-03T20:03:29.658Z | [ helios-setup] Oct 03 20:03:28.349 INFO E| Downloaded serde_json v1.0.103 |
2980 | 2024-10-03T20:03:29.672Z | [ helios-setup] Oct 03 20:03:28.363 INFO E| Downloaded ryu v1.0.15 |
2981 | 2024-10-03T20:03:29.677Z | [ helios-setup] Oct 03 20:03:28.368 INFO E| Downloaded syn v2.0.32 |
2982 | 2024-10-03T20:03:29.694Z | [ helios-setup] Oct 03 20:03:28.385 INFO E| Downloaded quote v1.0.31 |
2983 | 2024-10-03T20:03:29.702Z | [ helios-setup] Oct 03 20:03:28.389 INFO E| Downloaded rustix v0.38.4 |
2984 | 2024-10-03T20:03:29.730Z | [ helios-setup] Oct 03 20:03:28.420 INFO E| Downloaded once_cell v1.18.0 |
2985 | 2024-10-03T20:03:29.733Z | [ helios-setup] Oct 03 20:03:28.424 INFO E| Downloaded md-5 v0.9.1 |
2986 | 2024-10-03T20:03:29.736Z | [ helios-setup] Oct 03 20:03:28.426 INFO E| Downloaded libc v0.2.147 |
2987 | 2024-10-03T20:03:29.776Z | [ helios-setup] Oct 03 20:03:28.462 INFO E| Downloaded itoa v1.0.9 |
2988 | 2024-10-03T20:03:29.776Z | [ helios-setup] Oct 03 20:03:28.464 INFO E| Downloaded getrandom v0.2.10 |
2989 | 2024-10-03T20:03:29.778Z | [ helios-setup] Oct 03 20:03:28.468 INFO E| Downloaded fastrand v2.0.0 |
2990 | 2024-10-03T20:03:29.839Z | [ host-package] Compiling lru v0.12.3 |
2991 | 2024-10-03T20:03:29.928Z | [ host-package] Compiling instability v0.3.2 |
2992 | 2024-10-03T20:03:29.965Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling libc v0.2.147 |
2993 | 2024-10-03T20:03:29.965Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling proc-macro2 v1.0.66 |
2994 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling cfg-if v1.0.0 |
2995 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling unicode-ident v1.0.11 |
2996 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling version_check v0.9.4 |
2997 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling typenum v1.16.0 |
2998 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling serde v1.0.193 |
2999 | 2024-10-03T20:03:29.968Z | [ helios-setup] Oct 03 20:03:28.655 INFO E| Compiling slog v2.7.0 |
3000 | 2024-10-03T20:03:30.225Z | [ host-package] Compiling cassowary v0.3.0 |
3001 | 2024-10-03T20:03:30.300Z | [ host-package] Compiling base64 v0.13.1 |
3002 | 2024-10-03T20:03:30.531Z | [ helios-setup] Oct 03 20:03:29.222 INFO E| Compiling time-core v0.1.2 |
3003 | 2024-10-03T20:03:30.603Z | [ helios-setup] Oct 03 20:03:29.292 INFO E| Compiling itoa v1.0.9 |
3004 | 2024-10-03T20:03:30.996Z | [ helios-setup] Oct 03 20:03:29.686 INFO E| Compiling rustix v0.38.4 |
3005 | 2024-10-03T20:03:31.052Z | [ helios-setup] Oct 03 20:03:29.742 INFO E| Compiling num-conv v0.1.0 |
3006 | 2024-10-03T20:03:31.577Z | [ helios-setup] Oct 03 20:03:30.266 INFO E| Compiling powerfmt v0.2.0 |
3007 | 2024-10-03T20:03:31.714Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3008 | 2024-10-03T20:03:31.776Z | [ helios-setup] Oct 03 20:03:30.466 INFO E| Compiling time-macros v0.2.18 |
3009 | 2024-10-03T20:03:31.843Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3010 | 2024-10-03T20:03:31.871Z | [ helios-setup] Oct 03 20:03:30.552 INFO E| Compiling generic-array v0.14.7 |
3011 | 2024-10-03T20:03:31.960Z | [ helios-setup] Oct 03 20:03:30.650 INFO E| Compiling bitflags v2.3.3 |
3012 | 2024-10-03T20:03:32.427Z | [ host-package] Compiling ratatui v0.28.0 |
3013 | 2024-10-03T20:03:32.447Z | [ helios-setup] Oct 03 20:03:31.121 INFO E| Compiling deranged v0.3.11 |
3014 | 2024-10-03T20:03:32.502Z | [ helios-setup] Oct 03 20:03:31.192 INFO E| Compiling once_cell v1.18.0 |
3015 | 2024-10-03T20:03:32.541Z | [ helios-setup] Oct 03 20:03:31.231 INFO E| Compiling num_threads v0.1.6 |
3016 | 2024-10-03T20:03:32.796Z | [ helios-setup] Oct 03 20:03:31.487 INFO E| Compiling quote v1.0.31 |
3017 | 2024-10-03T20:03:33.560Z | [ helios-setup] Oct 03 20:03:32.250 INFO E| Compiling syn v2.0.32 |
3018 | 2024-10-03T20:03:33.820Z | [ helios-setup] Oct 03 20:03:32.510 INFO E| Compiling dirs-sys-next v0.1.2 |
3019 | 2024-10-03T20:03:33.984Z | [ host-package] Compiling rusqlite v0.32.1 |
3020 | 2024-10-03T20:03:34.228Z | [ helios-setup] Oct 03 20:03:32.907 INFO E| Compiling dirs-next v2.0.0 |
3021 | 2024-10-03T20:03:34.447Z | [ helios-setup] Oct 03 20:03:33.136 INFO E| Compiling errno v0.3.1 |
3022 | 2024-10-03T20:03:34.545Z | [ helios-setup] Oct 03 20:03:33.234 INFO E| Compiling term v0.7.0 |
3023 | 2024-10-03T20:03:34.954Z | [ helios-setup] Oct 03 20:03:33.644 INFO E| Compiling atty v0.2.14 |
3024 | 2024-10-03T20:03:35.258Z | [ helios-setup] Oct 03 20:03:33.948 INFO E| Compiling thread_local v1.1.7 |
3025 | 2024-10-03T20:03:35.587Z | [ helios-setup] Oct 03 20:03:34.274 INFO E| Compiling anyhow v1.0.72 |
3026 | 2024-10-03T20:03:36.597Z | [ helios-setup] Oct 03 20:03:35.287 INFO E| Compiling serde_json v1.0.103 |
3027 | 2024-10-03T20:03:36.975Z | [ helios-setup] Oct 03 20:03:35.664 INFO E| Compiling opaque-debug v0.3.0 |
3028 | 2024-10-03T20:03:37.142Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3029 | 2024-10-03T20:03:37.398Z | [ helios-setup] Oct 03 20:03:36.076 INFO E| Compiling fastrand v2.0.0 |
3030 | 2024-10-03T20:03:37.603Z | [ helios-setup] Oct 03 20:03:36.278 INFO E| Compiling digest v0.9.0 |
3031 | 2024-10-03T20:03:37.725Z | [ helios-setup] Oct 03 20:03:36.415 INFO E| Compiling block-buffer v0.9.0 |
3032 | 2024-10-03T20:03:37.976Z | [ helios-setup] Oct 03 20:03:36.666 INFO E| Compiling time v0.3.36 |
3033 | 2024-10-03T20:03:38.119Z | [ helios-setup] Oct 03 20:03:36.801 INFO E| Compiling getrandom v0.2.10 |
3034 | 2024-10-03T20:03:38.130Z | [ helios-setup] Oct 03 20:03:36.819 INFO E| Compiling ryu v1.0.15 |
3035 | 2024-10-03T20:03:38.153Z | [ helios-setup] Oct 03 20:03:36.843 INFO E| Compiling cpufeatures v0.2.9 |
3036 | 2024-10-03T20:03:38.254Z | [ helios-setup] Oct 03 20:03:36.944 INFO E| Compiling tempfile v3.7.0 |
3037 | 2024-10-03T20:03:38.316Z | [ helios-setup] Oct 03 20:03:37.004 INFO E| Compiling unicode-width v0.1.10 |
3038 | 2024-10-03T20:03:38.672Z | [ helios-setup] Oct 03 20:03:37.362 INFO E| Compiling same-file v1.0.6 |
3039 | 2024-10-03T20:03:38.686Z | [ helios-setup] Oct 03 20:03:37.375 INFO E| Compiling getopts v0.2.21 |
3040 | 2024-10-03T20:03:38.776Z | [ helios-setup] Oct 03 20:03:37.466 INFO E| Compiling sha-1 v0.9.8 |
3041 | 2024-10-03T20:03:39.316Z | [ helios-setup] Oct 03 20:03:38.005 INFO E| Compiling walkdir v2.3.3 |
3042 | 2024-10-03T20:03:39.403Z | [ helios-setup] Oct 03 20:03:38.093 INFO E| Compiling md-5 v0.9.1 |
3043 | 2024-10-03T20:03:39.846Z | [ helios-setup] Oct 03 20:03:38.535 INFO E| Compiling libdevinfo-sys v1.0.0 |
3044 | 2024-10-03T20:03:40.053Z | [ helios-setup] Oct 03 20:03:38.741 INFO E| Compiling glob v0.3.1 |
3045 | 2024-10-03T20:03:42.023Z | [ helios-setup] Oct 03 20:03:40.712 INFO E| Compiling slog-term v2.9.0 |
3046 | 2024-10-03T20:03:42.369Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3047 | 2024-10-03T20:03:43.085Z | [ helios-setup] Oct 03 20:03:41.774 INFO E| Compiling serde_derive v1.0.193 |
3048 | 2024-10-03T20:03:44.993Z | [ host-package] Compiling ron v0.7.1 |
3049 | 2024-10-03T20:03:47.368Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3050 | 2024-10-03T20:03:48.353Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3051 | 2024-10-03T20:03:50.163Z | [ host-package] Compiling xz2 v0.1.7 |
3052 | 2024-10-03T20:03:51.172Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3053 | 2024-10-03T20:03:52.053Z | [ host-package] Compiling zone v0.1.8 |
3054 | 2024-10-03T20:03:57.743Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3055 | 2024-10-03T20:03:57.792Z | [ helios-setup] Oct 03 20:03:56.249 INFO E| Compiling toml v0.5.11 |
3056 | 2024-10-03T20:03:57.792Z | [ helios-setup] Oct 03 20:03:56.249 INFO E| Compiling uuid v0.8.2 |
3057 | 2024-10-03T20:03:59.940Z | [ helios-setup] Oct 03 20:03:58.627 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3058 | 2024-10-03T20:04:03.686Z | [ helios-setup] Oct 03 20:04:02.373 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3059 | 2024-10-03T20:04:08.740Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3060 | 2024-10-03T20:04:09.070Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3061 | 2024-10-03T20:04:12.819Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3062 | 2024-10-03T20:04:13.176Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3063 | 2024-10-03T20:04:14.123Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3064 | 2024-10-03T20:04:14.686Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3065 | 2024-10-03T20:04:16.610Z | [ helios-setup] Oct 03 20:04:15.296 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s |
3066 | 2024-10-03T20:04:16.644Z | [ helios-setup] Oct 03 20:04:15.330 INFO building project "image-builder" ok (48 seconds) |
3067 | 2024-10-03T20:04:16.644Z | [ helios-setup] Oct 03 20:04:15.330 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3068 | 2024-10-03T20:04:16.645Z | [ helios-setup] Oct 03 20:04:15.330 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3069 | 2024-10-03T20:04:16.654Z | [ helios-setup] Oct 03 20:04:15.340 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3070 | 2024-10-03T20:04:16.836Z | [ helios-setup] Oct 03 20:04:15.522 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3071 | 2024-10-03T20:04:16.836Z | [ helios-setup] Oct 03 20:04:15.522 INFO E| info: downloading component 'cargo' |
3072 | 2024-10-03T20:04:17.005Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3073 | 2024-10-03T20:04:17.193Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3074 | 2024-10-03T20:04:17.427Z | [ host-package] Compiling twox-hash v1.6.3 |
3075 | 2024-10-03T20:04:18.398Z | [ host-package] Compiling yasna v0.5.2 |
3076 | 2024-10-03T20:04:18.453Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3077 | 2024-10-03T20:04:18.575Z | [ helios-setup] Oct 03 20:04:17.261 INFO E| info: downloading component 'clippy' |
3078 | 2024-10-03T20:04:18.768Z | [ helios-setup] Oct 03 20:04:17.453 INFO E| info: downloading component 'rust-docs' |
3079 | 2024-10-03T20:04:19.022Z | [ host-package] Compiling smawk v0.3.2 |
3080 | 2024-10-03T20:04:19.302Z | [ host-package] Compiling is_ci v1.2.0 |
3081 | 2024-10-03T20:04:19.660Z | [ host-package] Compiling rcgen v0.12.1 |
3082 | 2024-10-03T20:04:19.972Z | [ host-package] Compiling supports-color v3.0.1 |
3083 | 2024-10-03T20:04:20.416Z | [ host-package] Compiling textwrap v0.16.1 |
3084 | 2024-10-03T20:04:20.467Z | [ helios-setup] Oct 03 20:04:19.152 INFO E| info: downloading component 'rust-src' |
3085 | 2024-10-03T20:04:20.615Z | [ helios-setup] Oct 03 20:04:19.300 INFO E| info: downloading component 'rust-std' |
3086 | 2024-10-03T20:04:22.015Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
3087 | 2024-10-03T20:04:22.515Z | [ helios-setup] Oct 03 20:04:21.200 INFO E| info: downloading component 'rustc' |
3088 | 2024-10-03T20:04:24.300Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3089 | 2024-10-03T20:04:27.842Z | [ helios-setup] Oct 03 20:04:26.526 INFO E| info: downloading component 'rustfmt' |
3090 | 2024-10-03T20:04:28.548Z | [ helios-setup] Oct 03 20:04:27.232 INFO E| info: installing component 'cargo' |
3091 | 2024-10-03T20:04:30.008Z | [ helios-setup] Oct 03 20:04:28.692 INFO E| info: installing component 'clippy' |
3092 | 2024-10-03T20:04:30.105Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3093 | 2024-10-03T20:04:30.466Z | [ helios-setup] Oct 03 20:04:29.150 INFO E| info: installing component 'rust-docs' |
3094 | 2024-10-03T20:04:36.206Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3095 | 2024-10-03T20:04:36.263Z | [ helios-setup] Oct 03 20:04:34.946 INFO E| info: installing component 'rust-src' |
3096 | 2024-10-03T20:04:36.902Z | [ helios-setup] Oct 03 20:04:35.585 INFO E| info: installing component 'rust-std' |
3097 | 2024-10-03T20:04:39.453Z | [ helios-setup] Oct 03 20:04:38.136 INFO E| info: installing component 'rustc' |
3098 | 2024-10-03T20:04:43.549Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3099 | 2024-10-03T20:04:46.045Z | [ helios-setup] Oct 03 20:04:44.727 INFO E| info: installing component 'rustfmt' |
3100 | 2024-10-03T20:04:46.612Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3101 | 2024-10-03T20:04:46.986Z | [ helios-setup] Oct 03 20:04:45.668 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3102 | 2024-10-03T20:04:47.860Z | [ helios-setup] Oct 03 20:04:46.542 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3103 | 2024-10-03T20:04:47.860Z | [ helios-setup] Oct 03 20:04:46.542 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
3104 | 2024-10-03T20:04:47.863Z | [ helios-setup] Oct 03 20:04:46.542 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3105 | 2024-10-03T20:04:47.892Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3106 | 2024-10-03T20:04:47.892Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3107 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3108 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3109 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3110 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3111 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3112 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.574 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3113 | 2024-10-03T20:04:47.895Z | [ helios-setup] Oct 03 20:04:46.575 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3114 | 2024-10-03T20:04:47.950Z | [ helios-setup] Oct 03 20:04:46.632 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3115 | 2024-10-03T20:04:48.704Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3116 | 2024-10-03T20:04:48.781Z | [ helios-setup] Oct 03 20:04:47.462 INFO E| From https://github.com/oxidecomputer/amd-efs |
3117 | 2024-10-03T20:04:48.781Z | [ helios-setup] Oct 03 20:04:47.462 INFO E| * [new branch] empty -> origin/empty |
3118 | 2024-10-03T20:04:48.783Z | [ helios-setup] Oct 03 20:04:47.462 INFO E| * [new branch] issue-117 -> origin/issue-117 |
3119 | 2024-10-03T20:04:48.783Z | [ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3120 | 2024-10-03T20:04:48.783Z | [ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] main -> origin/main |
3121 | 2024-10-03T20:04:48.783Z | [ helios-setup] Oct 03 20:04:47.463 INFO E| * [new branch] review -> origin/review |
3122 | 2024-10-03T20:04:48.783Z | [ helios-setup] Oct 03 20:04:47.463 INFO E| * [new ref] -> origin/HEAD |
3123 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.463 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3124 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3125 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3126 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3127 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3128 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3129 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3130 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.464 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3131 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3132 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3133 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3134 | 2024-10-03T20:04:48.784Z | [ helios-setup] Oct 03 20:04:47.465 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3135 | 2024-10-03T20:04:48.805Z | [ helios-setup] Oct 03 20:04:47.487 INFO E| Updating crates.io index |
3136 | 2024-10-03T20:04:49.128Z | [ helios-setup] Oct 03 20:04:47.810 INFO E| Downloading crates ... |
3137 | 2024-10-03T20:04:49.275Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3138 | 2024-10-03T20:04:49.294Z | [ helios-setup] Oct 03 20:04:47.976 INFO E| Downloaded unic-ucd-version v0.9.0 |
3139 | 2024-10-03T20:04:49.297Z | [ helios-setup] Oct 03 20:04:47.979 INFO E| Downloaded structopt-derive v0.4.18 |
3140 | 2024-10-03T20:04:49.300Z | [ helios-setup] Oct 03 20:04:47.981 INFO E| Downloaded unic-common v0.9.0 |
3141 | 2024-10-03T20:04:49.302Z | [ helios-setup] Oct 03 20:04:47.983 INFO E| Downloaded unic-char-property v0.9.0 |
3142 | 2024-10-03T20:04:49.304Z | [ helios-setup] Oct 03 20:04:47.985 INFO E| Downloaded memoffset v0.5.6 |
3143 | 2024-10-03T20:04:49.307Z | [ helios-setup] Oct 03 20:04:47.987 INFO E| Downloaded strsim v0.8.0 |
3144 | 2024-10-03T20:04:49.310Z | [ helios-setup] Oct 03 20:04:47.990 INFO E| Downloaded strum v0.23.0 |
3145 | 2024-10-03T20:04:49.310Z | [ helios-setup] Oct 03 20:04:47.991 INFO E| Downloaded scroll_derive v0.10.5 |
3146 | 2024-10-03T20:04:49.313Z | [ helios-setup] Oct 03 20:04:47.993 INFO E| Downloaded unic-char-range v0.9.0 |
3147 | 2024-10-03T20:04:49.316Z | [ helios-setup] Oct 03 20:04:47.995 INFO E| Downloaded fletcher v0.1.0 |
3148 | 2024-10-03T20:04:49.316Z | [ helios-setup] Oct 03 20:04:47.997 INFO E| Downloaded strum_macros v0.23.1 |
3149 | 2024-10-03T20:04:49.319Z | [ helios-setup] Oct 03 20:04:48.000 INFO E| Downloaded vec_map v0.8.2 |
3150 | 2024-10-03T20:04:49.321Z | [ helios-setup] Oct 03 20:04:48.002 INFO E| Downloaded pre v0.2.1 |
3151 | 2024-10-03T20:04:49.324Z | [ helios-setup] Oct 03 20:04:48.004 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3152 | 2024-10-03T20:04:49.326Z | [ helios-setup] Oct 03 20:04:48.006 INFO E| Downloaded semver-parser v0.7.0 |
3153 | 2024-10-03T20:04:49.327Z | [ helios-setup] Oct 03 20:04:48.008 INFO E| Downloaded cpufeatures v0.2.14 |
3154 | 2024-10-03T20:04:49.329Z | [ helios-setup] Oct 03 20:04:48.010 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3155 | 2024-10-03T20:04:49.331Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3156 | 2024-10-03T20:04:49.331Z | [ helios-setup] Oct 03 20:04:48.013 INFO E| Downloaded rustc_version v0.2.3 |
3157 | 2024-10-03T20:04:49.338Z | [ helios-setup] Oct 03 20:04:48.015 INFO E| Downloaded textwrap v0.11.0 |
3158 | 2024-10-03T20:04:49.341Z | [ helios-setup] Oct 03 20:04:48.018 INFO E| Downloaded scroll v0.10.2 |
3159 | 2024-10-03T20:04:49.341Z | [ helios-setup] Oct 03 20:04:48.021 INFO E| Downloaded pre-proc-macro v0.2.1 |
3160 | 2024-10-03T20:04:49.353Z | [ helios-setup] Oct 03 20:04:48.035 INFO E| Downloaded structopt v0.3.26 |
3161 | 2024-10-03T20:04:49.366Z | [ helios-setup] Oct 03 20:04:48.048 INFO E| Downloaded ucd-trie v0.1.7 |
3162 | 2024-10-03T20:04:49.368Z | [ helios-setup] Oct 03 20:04:48.051 INFO E| Downloaded modular-bitfield v0.11.2 |
3163 | 2024-10-03T20:04:49.390Z | [ helios-setup] Oct 03 20:04:48.072 INFO E| Downloaded unicode-segmentation v1.12.0 |
3164 | 2024-10-03T20:04:49.395Z | [ helios-setup] Oct 03 20:04:48.077 INFO E| Downloaded pest v2.7.13 |
3165 | 2024-10-03T20:04:49.404Z | [ helios-setup] Oct 03 20:04:48.086 INFO E| Downloaded portable-atomic v1.9.0 |
3166 | 2024-10-03T20:04:49.433Z | [ helios-setup] Oct 03 20:04:48.115 INFO E| Downloaded goblin v0.4.3 |
3167 | 2024-10-03T20:04:49.454Z | [ helios-setup] Oct 03 20:04:48.136 INFO E| Downloaded clap v2.34.0 |
3168 | 2024-10-03T20:04:49.465Z | [ helios-setup] Oct 03 20:04:48.147 INFO E| Downloaded pest_meta v2.7.13 |
3169 | 2024-10-03T20:04:49.468Z | [ helios-setup] Oct 03 20:04:48.150 INFO E| Downloaded pest_generator v2.7.13 |
3170 | 2024-10-03T20:04:49.470Z | [ helios-setup] Oct 03 20:04:48.152 INFO E| Downloaded once_cell v1.20.1 |
3171 | 2024-10-03T20:04:49.475Z | [ helios-setup] Oct 03 20:04:48.156 INFO E| Downloaded autocfg v1.4.0 |
3172 | 2024-10-03T20:04:49.486Z | [ helios-setup] Oct 03 20:04:48.159 INFO E| Downloaded bytesize v1.3.0 |
3173 | 2024-10-03T20:04:49.486Z | [ helios-setup] Oct 03 20:04:48.160 INFO E| Downloaded ansi_term v0.12.1 |
3174 | 2024-10-03T20:04:49.486Z | [ helios-setup] Oct 03 20:04:48.162 INFO E| Downloaded semver v0.9.0 |
3175 | 2024-10-03T20:04:49.488Z | [ helios-setup] Oct 03 20:04:48.164 INFO E| Downloaded four-cc v0.3.0 |
3176 | 2024-10-03T20:04:49.488Z | [ helios-setup] Oct 03 20:04:48.165 INFO E| Downloaded parse_int v0.6.0 |
3177 | 2024-10-03T20:04:49.488Z | [ helios-setup] Oct 03 20:04:48.166 INFO E| Downloaded proc-macro-crate v0.1.5 |
3178 | 2024-10-03T20:04:49.488Z | [ helios-setup] Oct 03 20:04:48.167 INFO E| Downloaded pest_derive v2.7.13 |
3179 | 2024-10-03T20:04:49.495Z | [ helios-setup] Oct 03 20:04:48.177 INFO E| Downloaded cfg-if v0.1.10 |
3180 | 2024-10-03T20:04:49.642Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling proc-macro2 v1.0.86 |
3181 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling unicode-ident v1.0.13 |
3182 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling syn v1.0.109 |
3183 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling version_check v0.9.5 |
3184 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling memchr v2.7.4 |
3185 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling thiserror v1.0.64 |
3186 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling semver-parser v0.7.0 |
3187 | 2024-10-03T20:04:49.645Z | [ helios-setup] Oct 03 20:04:48.324 INFO E| Compiling autocfg v1.4.0 |
3188 | 2024-10-03T20:04:49.703Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3189 | 2024-10-03T20:04:50.430Z | [ helios-setup] Oct 03 20:04:49.112 INFO E| Compiling serde v1.0.210 |
3190 | 2024-10-03T20:04:50.728Z | [ helios-setup] Oct 03 20:04:49.410 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3191 | 2024-10-03T20:04:51.451Z | [ helios-setup] Oct 03 20:04:50.131 INFO E| Compiling semver v0.9.0 |
3192 | 2024-10-03T20:04:51.578Z | [ helios-setup] Oct 03 20:04:50.260 INFO E| Compiling proc-macro-error v1.0.4 |
3193 | 2024-10-03T20:04:51.844Z | [ helios-setup] Oct 03 20:04:50.525 INFO E| Compiling serde_json v1.0.128 |
3194 | 2024-10-03T20:04:52.245Z | [ helios-setup] Oct 03 20:04:50.926 INFO E| Compiling rustc_version v0.2.3 |
3195 | 2024-10-03T20:04:52.311Z | [ helios-setup] Oct 03 20:04:50.992 INFO E| Compiling num-traits v0.2.19 |
3196 | 2024-10-03T20:04:52.524Z | [ helios-setup] Oct 03 20:04:51.205 INFO E| Compiling unicode-segmentation v1.12.0 |
3197 | 2024-10-03T20:04:52.690Z | [ helios-setup] Oct 03 20:04:51.371 INFO E| Compiling ryu v1.0.18 |
3198 | 2024-10-03T20:04:52.720Z | [ helios-setup] Oct 03 20:04:51.401 INFO E| Compiling schemars v0.8.21 |
3199 | 2024-10-03T20:04:53.076Z | [ helios-setup] Oct 03 20:04:51.757 INFO E| Compiling itoa v1.0.11 |
3200 | 2024-10-03T20:04:53.377Z | [ helios-setup] Oct 03 20:04:52.058 INFO E| Compiling pre-proc-macro v0.2.1 |
3201 | 2024-10-03T20:04:53.426Z | [ helios-setup] Oct 03 20:04:52.099 INFO E| Compiling memoffset v0.5.6 |
3202 | 2024-10-03T20:04:53.528Z | [ helios-setup] Oct 03 20:04:52.206 INFO E| Compiling libc v0.2.159 |
3203 | 2024-10-03T20:04:53.701Z | [ helios-setup] Oct 03 20:04:52.382 INFO E| Compiling paste v1.0.15 |
3204 | 2024-10-03T20:04:53.808Z | [ helios-setup] Oct 03 20:04:52.486 INFO E| Compiling ucd-trie v0.1.7 |
3205 | 2024-10-03T20:04:54.182Z | [ helios-setup] Oct 03 20:04:52.862 INFO E| Compiling quote v1.0.37 |
3206 | 2024-10-03T20:04:54.214Z | [ helios-setup] Oct 03 20:04:52.894 INFO E| Compiling heck v0.3.3 |
3207 | 2024-10-03T20:04:54.739Z | [ helios-setup] Oct 03 20:04:53.420 INFO E| Compiling lazy_static v1.5.0 |
3208 | 2024-10-03T20:04:54.897Z | [ helios-setup] Oct 03 20:04:53.577 INFO E| Compiling syn v2.0.79 |
3209 | 2024-10-03T20:04:55.047Z | [ helios-setup] Oct 03 20:04:53.728 INFO E| Compiling dyn-clone v1.0.17 |
3210 | 2024-10-03T20:04:55.252Z | [ helios-setup] Oct 03 20:04:53.932 INFO E| Compiling rustversion v1.0.17 |
3211 | 2024-10-03T20:04:55.653Z | [ helios-setup] Oct 03 20:04:54.320 INFO E| Compiling pre v0.2.1 |
3212 | 2024-10-03T20:04:55.673Z | [ helios-setup] Oct 03 20:04:54.353 INFO E| Compiling cfg-if v0.1.10 |
3213 | 2024-10-03T20:04:55.765Z | [ helios-setup] Oct 03 20:04:54.446 INFO E| Compiling byteorder v1.5.0 |
3214 | 2024-10-03T20:04:56.579Z | [ helios-setup] Oct 03 20:04:55.259 INFO E| Compiling static_assertions v1.1.0 |
3215 | 2024-10-03T20:04:56.674Z | [ helios-setup] Oct 03 20:04:55.355 INFO E| Compiling once_cell v1.20.1 |
3216 | 2024-10-03T20:04:57.298Z | [ helios-setup] Oct 03 20:04:55.979 INFO E| Compiling unicode-width v0.1.14 |
3217 | 2024-10-03T20:04:58.407Z | [ helios-setup] Oct 03 20:04:57.088 INFO E| Compiling textwrap v0.11.0 |
3218 | 2024-10-03T20:04:59.212Z | [ helios-setup] Oct 03 20:04:57.893 INFO E| Compiling atty v0.2.14 |
3219 | 2024-10-03T20:04:59.433Z | [ helios-setup] Oct 03 20:04:58.113 INFO E| Compiling strum v0.23.0 |
3220 | 2024-10-03T20:04:59.658Z | [ helios-setup] Oct 03 20:04:58.338 INFO E| Compiling parse_int v0.6.0 |
3221 | 2024-10-03T20:04:59.827Z | [ helios-setup] Oct 03 20:04:58.508 INFO E| Compiling fletcher v0.1.0 |
3222 | 2024-10-03T20:04:59.879Z | [ helios-setup] Oct 03 20:04:58.560 INFO E| Compiling ansi_term v0.12.1 |
3223 | 2024-10-03T20:04:59.886Z | [ helios-setup] Oct 03 20:04:58.566 INFO E| Compiling strsim v0.8.0 |
3224 | 2024-10-03T20:04:59.906Z | [ helios-setup] Oct 03 20:04:58.587 INFO E| Compiling bitflags v1.3.2 |
3225 | 2024-10-03T20:05:00.005Z | [ helios-setup] Oct 03 20:04:58.686 INFO E| Compiling vec_map v0.8.2 |
3226 | 2024-10-03T20:05:00.064Z | [ helios-setup] Oct 03 20:04:58.744 INFO E| Compiling unic-char-range v0.9.0 |
3227 | 2024-10-03T20:05:00.239Z | [ helios-setup] Oct 03 20:04:58.919 INFO E| Compiling unic-common v0.9.0 |
3228 | 2024-10-03T20:05:00.453Z | [ helios-setup] Oct 03 20:04:59.133 INFO E| Compiling clap v2.34.0 |
3229 | 2024-10-03T20:05:00.480Z | [ helios-setup] Oct 03 20:04:59.161 INFO E| Compiling unic-ucd-version v0.9.0 |
3230 | 2024-10-03T20:05:00.520Z | [ helios-setup] Oct 03 20:04:59.201 INFO E| Compiling unic-char-property v0.9.0 |
3231 | 2024-10-03T20:05:00.597Z | [ helios-setup] Oct 03 20:04:59.278 INFO E| Compiling plain v0.2.3 |
3232 | 2024-10-03T20:05:00.829Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3233 | 2024-10-03T20:05:00.831Z | [ helios-setup] Oct 03 20:04:59.507 INFO E| Compiling log v0.4.22 |
3234 | 2024-10-03T20:05:00.859Z | [ helios-setup] Oct 03 20:04:59.540 INFO E| Compiling unic-ucd-ident v0.9.0 |
3235 | 2024-10-03T20:05:00.927Z | [ helios-setup] Oct 03 20:04:59.608 INFO E| Compiling bytesize v1.3.0 |
3236 | 2024-10-03T20:05:03.911Z | [ helios-setup] Oct 03 20:05:02.591 INFO E| Compiling serde_derive_internals v0.29.1 |
3237 | 2024-10-03T20:05:05.576Z | [ helios-setup] Oct 03 20:05:04.256 INFO E| Compiling toml v0.5.11 |
3238 | 2024-10-03T20:05:08.139Z | [ host-package] Compiling fatfs v0.3.6 |
3239 | 2024-10-03T20:05:08.951Z | [ helios-setup] Oct 03 20:05:07.630 INFO E| Compiling thiserror-impl v1.0.64 |
3240 | 2024-10-03T20:05:09.099Z | [ helios-setup] Oct 03 20:05:07.779 INFO E| Compiling serde_derive v1.0.210 |
3241 | 2024-10-03T20:05:09.581Z | [ helios-setup] Oct 03 20:05:08.260 INFO E| Compiling schemars_derive v0.8.21 |
3242 | 2024-10-03T20:05:11.626Z | [ helios-setup] Oct 03 20:05:10.305 INFO E| Compiling zerocopy-derive v0.6.6 |
3243 | 2024-10-03T20:05:11.696Z | [ helios-setup] Oct 03 20:05:10.375 INFO E| Compiling proc-macro-crate v0.1.5 |
3244 | 2024-10-03T20:05:12.440Z | [ helios-setup] Oct 03 20:05:11.119 INFO E| Compiling num-derive v0.4.2 |
3245 | 2024-10-03T20:05:13.225Z | [ host-package] Compiling rtoolbox v0.0.2 |
3246 | 2024-10-03T20:05:14.362Z | [ host-package] Compiling subprocess v0.2.9 |
3247 | 2024-10-03T20:05:15.075Z | [ helios-setup] Oct 03 20:05:13.754 INFO E| Compiling pest v2.7.13 |
3248 | 2024-10-03T20:05:15.333Z | [ helios-setup] Oct 03 20:05:14.012 INFO E| Compiling zerocopy v0.6.6 |
3249 | 2024-10-03T20:05:16.223Z | [ host-package] Compiling assert_matches v1.5.0 |
3250 | 2024-10-03T20:05:17.844Z | [ helios-setup] Oct 03 20:05:16.523 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3251 | 2024-10-03T20:05:18.227Z | [ helios-setup] Oct 03 20:05:16.905 INFO E| Compiling scroll_derive v0.10.5 |
3252 | 2024-10-03T20:05:18.337Z | [ helios-setup] Oct 03 20:05:17.015 INFO E| Compiling strum_macros v0.23.1 |
3253 | 2024-10-03T20:05:18.573Z | [ helios-setup] Oct 03 20:05:17.251 INFO E| Compiling structopt-derive v0.4.18 |
3254 | 2024-10-03T20:05:20.854Z | [ helios-setup] Oct 03 20:05:19.532 INFO E| Compiling pest_meta v2.7.13 |
3255 | 2024-10-03T20:05:21.764Z | [ helios-setup] Oct 03 20:05:20.442 INFO E| Compiling scroll v0.10.2 |
3256 | 2024-10-03T20:05:22.885Z | [ helios-setup] Oct 03 20:05:21.563 INFO E| Compiling goblin v0.4.3 |
3257 | 2024-10-03T20:05:22.942Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3258 | 2024-10-03T20:05:23.309Z | [ helios-setup] Oct 03 20:05:21.987 INFO E| Compiling modular-bitfield v0.11.2 |
3259 | 2024-10-03T20:05:23.395Z | [ host-package] Compiling rpassword v7.3.1 |
3260 | 2024-10-03T20:05:23.566Z | [ helios-setup] Oct 03 20:05:22.244 INFO E| Compiling pest_generator v2.7.13 |
3261 | 2024-10-03T20:05:24.146Z | [ helios-setup] Oct 03 20:05:22.824 INFO E| Compiling structopt v0.3.26 |
3262 | 2024-10-03T20:05:25.210Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3263 | 2024-10-03T20:05:29.184Z | [ helios-setup] Oct 03 20:05:27.862 INFO E| Compiling pest_derive v2.7.13 |
3264 | 2024-10-03T20:05:30.909Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3265 | 2024-10-03T20:05:32.982Z | [ helios-setup] Oct 03 20:05:31.659 INFO E| Compiling json5 v0.4.1 |
3266 | 2024-10-03T20:05:33.997Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3267 | 2024-10-03T20:05:34.682Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3268 | 2024-10-03T20:05:38.761Z | [ helios-setup] Oct 03 20:05:37.437 INFO E| Compiling four-cc v0.3.0 |
3269 | 2024-10-03T20:05:38.761Z | [ helios-setup] Oct 03 20:05:37.437 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
3270 | 2024-10-03T20:05:38.945Z | [ helios-setup] Oct 03 20:05:37.622 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
3271 | 2024-10-03T20:05:40.135Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3272 | 2024-10-03T20:05:50.361Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3273 | 2024-10-03T20:05:56.104Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3274 | 2024-10-03T20:05:56.605Z | [ host-package] Compiling uzers v0.11.3 |
3275 | 2024-10-03T20:05:58.904Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3276 | 2024-10-03T20:05:59.616Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3277 | 2024-10-03T20:06:01.486Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3278 | 2024-10-03T20:06:01.848Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3279 | 2024-10-03T20:06:21.589Z | [ helios-setup] Oct 03 20:06:20.260 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3280 | 2024-10-03T20:06:40.805Z | [ helios-setup] Oct 03 20:06:39.474 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3281 | 2024-10-03T20:06:43.384Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3282 | 2024-10-03T20:06:55.344Z | [ host-package] Compiling multimap v0.10.0 |
3283 | 2024-10-03T20:07:35.437Z | [ helios-setup] Oct 03 20:07:34.100 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s |
3284 | 2024-10-03T20:07:35.480Z | [ helios-setup] Oct 03 20:07:34.144 INFO building project "amd-host-image-builder" ok (198 seconds) |
3285 | 2024-10-03T20:07:35.483Z | [ helios-setup] Oct 03 20:07:34.144 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3286 | 2024-10-03T20:07:35.483Z | [ helios-setup] Oct 03 20:07:34.144 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3287 | 2024-10-03T20:07:35.978Z | [ helios-setup] Oct 03 20:07:34.641 INFO E| Compiling adler v1.0.2 |
3288 | 2024-10-03T20:07:36.200Z | [ helios-setup] Oct 03 20:07:34.862 INFO E| Compiling miniz_oxide v0.7.2 |
3289 | 2024-10-03T20:07:38.936Z | [ helios-setup] Oct 03 20:07:37.599 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3290 | 2024-10-03T20:07:40.115Z | [ helios-setup] Oct 03 20:07:38.778 INFO E| Finished `release` profile [optimized] target(s) in 4.53s |
3291 | 2024-10-03T20:07:40.123Z | [ helios-setup] Oct 03 20:07:38.786 INFO building project "pinprick" ok (4 seconds) |
3292 | 2024-10-03T20:07:40.126Z | [ helios-setup] rm -f helios-build |
3293 | 2024-10-03T20:07:40.128Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3294 | 2024-10-03T20:07:40.131Z | [ helios-setup] |
3295 | 2024-10-03T20:07:40.134Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3296 | 2024-10-03T20:07:40.136Z | [ helios-setup] |
3297 | 2024-10-03T20:07:40.136Z | [ helios-setup] |
3298 | 2024-10-03T20:07:40.136Z | [ helios-setup] real 12:18.643708033 |
3299 | 2024-10-03T20:07:40.136Z | [ helios-setup] user 29:02.369060259 |
3300 | 2024-10-03T20:07:40.136Z | [ helios-setup] sys 3:36.224092309 |
3301 | 2024-10-03T20:07:40.136Z | [ helios-setup] trap 1.812668322 |
3302 | 2024-10-03T20:07:40.136Z | [ helios-setup] tflt 6.537027850 |
3303 | 2024-10-03T20:07:40.136Z | [ helios-setup] dflt 40.117697105 |
3304 | 2024-10-03T20:07:40.136Z | [ helios-setup] kflt 0.037845856 |
3305 | 2024-10-03T20:07:40.136Z | [ helios-setup] lock 2:02:45.532462925 |
3306 | 2024-10-03T20:07:40.137Z | [ helios-setup] slp 3:38:58.991339621 |
3307 | 2024-10-03T20:07:40.137Z | [ helios-setup] lat 33:06.744939307 |
3308 | 2024-10-03T20:07:40.137Z | [ helios-setup] stop 4:46.233149805 |
3309 | 2024-10-03T20:07:40.140Z | Oct 03 20:07:38.799 INFO [helios-setup] process exited with exit status: 0 (738.649424848s) |
3310 | 2024-10-03T20:07:40.140Z | Oct 03 20:07:38.800 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3311 | 2024-10-03T20:07:40.164Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3312 | 2024-10-03T20:07:40.387Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3313 | 2024-10-03T20:07:40.390Z | [ phbl-toolchain] info: downloading component 'cargo' |
3314 | 2024-10-03T20:07:41.631Z | [ phbl-toolchain] info: downloading component 'clippy' |
3315 | 2024-10-03T20:07:41.953Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3316 | 2024-10-03T20:07:47.499Z | [ phbl-toolchain] info: downloading component 'miri' |
3317 | 2024-10-03T20:07:48.539Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3318 | 2024-10-03T20:07:49.938Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3319 | 2024-10-03T20:07:50.618Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3320 | 2024-10-03T20:07:52.632Z | [ phbl-toolchain] info: downloading component 'rustc' |
3321 | 2024-10-03T20:08:01.797Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3322 | 2024-10-03T20:08:02.137Z | [ phbl-toolchain] info: installing component 'cargo' |
3323 | 2024-10-03T20:08:03.446Z | [ phbl-toolchain] info: installing component 'clippy' |
3324 | 2024-10-03T20:08:03.995Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3325 | 2024-10-03T20:08:10.190Z | [ phbl-toolchain] info: installing component 'miri' |
3326 | 2024-10-03T20:08:10.527Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3327 | 2024-10-03T20:08:18.451Z | [ phbl-toolchain] info: installing component 'rust-src' |
3328 | 2024-10-03T20:08:19.157Z | [ phbl-toolchain] info: installing component 'rust-std' |
3329 | 2024-10-03T20:08:21.536Z | [ phbl-toolchain] info: installing component 'rustc' |
3330 | 2024-10-03T20:08:31.192Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3331 | 2024-10-03T20:08:32.119Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3332 | 2024-10-03T20:08:32.124Z | Oct 03 20:08:30.778 INFO [phbl-toolchain] process exited with exit status: 0 (51.978689245s) |
3333 | 2024-10-03T20:09:01.069Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3334 | 2024-10-03T20:09:18.527Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3335 | 2024-10-03T20:15:47.195Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 39s |
3336 | 2024-10-03T20:16:47.280Z | Oct 03 20:16:45.880 INFO [host-package] process exited with exit status: 0 (1239.850127279s) |
3337 | 2024-10-03T20:16:47.282Z | Oct 03 20:16:45.880 INFO [host-stamp] running task |
3338 | 2024-10-03T20:16:47.282Z | Oct 03 20:16:45.881 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3339 | 2024-10-03T20:16:47.288Z | Oct 03 20:16:45.890 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git09053cabe90 |
3340 | 2024-10-03T20:16:47.298Z | Oct 03 20:16:45.900 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git09053cabe90 |
3341 | 2024-10-03T20:16:47.304Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3342 | 2024-10-03T20:16:47.307Z | Oct 03 20:16:45.909 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git09053cabe90 |
3343 | 2024-10-03T20:16:47.313Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3344 | 2024-10-03T20:16:47.316Z | Oct 03 20:16:45.917 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git09053cabe90 |
3345 | 2024-10-03T20:16:47.323Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3346 | 2024-10-03T20:16:47.326Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3347 | 2024-10-03T20:16:47.328Z | Oct 03 20:16:45.928 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git09053cabe90 |
3348 | 2024-10-03T20:16:47.338Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3349 | 2024-10-03T20:16:47.343Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3350 | 2024-10-03T20:16:47.345Z | Oct 03 20:16:45.944 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git09053cabe90 |
3351 | 2024-10-03T20:16:47.352Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3352 | 2024-10-03T20:16:47.358Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3353 | 2024-10-03T20:16:47.360Z | Oct 03 20:16:45.959 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git09053cabe90 |
3354 | 2024-10-03T20:16:47.373Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3355 | 2024-10-03T20:16:47.375Z | Oct 03 20:16:45.975 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git09053cabe90 |
3356 | 2024-10-03T20:16:47.391Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-03T20:16:47.393Z | Oct 03 20:16:45.992 INFO [stamp-oxlog] process exited with exit status: 0 (74.752697ms) |
3358 | 2024-10-03T20:16:47.393Z | Oct 03 20:16:45.992 INFO [stamp-overlay] process exited with exit status: 0 (83.496284ms) |
3359 | 2024-10-03T20:16:47.401Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-03T20:16:47.404Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3361 | 2024-10-03T20:16:47.407Z | Oct 03 20:16:46.009 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (33.994635ms) |
3362 | 2024-10-03T20:16:47.417Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3363 | 2024-10-03T20:16:47.420Z | Oct 03 20:16:46.022 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.929855ms) |
3364 | 2024-10-03T20:16:47.593Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3365 | 2024-10-03T20:16:47.597Z | Oct 03 20:16:46.198 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (270.332885ms) |
3366 | 2024-10-03T20:16:47.652Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3367 | 2024-10-03T20:16:47.656Z | Oct 03 20:16:46.257 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (357.81042ms) |
3368 | 2024-10-03T20:16:48.567Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3369 | 2024-10-03T20:16:48.570Z | Oct 03 20:16:47.172 INFO [stamp-propolis-server] process exited with exit status: 0 (1.21247836s) |
3370 | 2024-10-03T20:16:48.708Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3371 | 2024-10-03T20:16:51.138Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3372 | 2024-10-03T20:16:57.662Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3373 | 2024-10-03T20:16:57.666Z | Oct 03 20:16:56.266 INFO [stamp-switch-asic] process exited with exit status: 0 (10.322043937s) |
3374 | 2024-10-03T20:16:57.666Z | Oct 03 20:16:56.266 INFO [host-stamp] task succeeded (10.385541414s) |
3375 | 2024-10-03T20:16:57.668Z | Oct 03 20:16:56.266 INFO [host-proto] running task |
3376 | 2024-10-03T20:16:58.039Z | Oct 03 20:16:56.639 INFO [host-proto] task succeeded (372.518051ms) |
3377 | 2024-10-03T20:16:58.039Z | Oct 03 20:16:56.639 INFO [host-profile] running task |
3378 | 2024-10-03T20:16:58.041Z | Oct 03 20:16:56.639 INFO [host-profile] task succeeded (269.634µs) |
3379 | 2024-10-03T20:16:58.041Z | Oct 03 20:16:56.639 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp4RA0ll/proto/host/root -N 'ci 09053ca/${os_short_commit} 2024-10-03 19:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3380 | 2024-10-03T20:16:58.056Z | [ host-image] Oct 03 20:16:56.656 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3381 | 2024-10-03T20:16:58.056Z | [ host-image] Oct 03 20:16:56.656 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3382 | 2024-10-03T20:16:58.070Z | [ host-image] Oct 03 20:16:56.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp4RA0ll/proto/host/root" |
3383 | 2024-10-03T20:16:58.070Z | [ host-image] Oct 03 20:16:56.670 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3384 | 2024-10-03T20:16:58.072Z | [ host-image] Oct 03 20:16:56.670 INFO image builder template: ramdisk-01-os... |
3385 | 2024-10-03T20:16:58.072Z | [ host-image] Oct 03 20:16:56.670 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/.tmp4RA0ll/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3386 | 2024-10-03T20:16:58.090Z | [ host-image] Oct 03 20:16:56.690 INFO O| Oct 03 20:16:56.690 INFO CREATE DATASET: rpool/images/build/host/output |
3387 | 2024-10-03T20:16:58.323Z | [ host-image] Oct 03 20:16:56.923 INFO O| Oct 03 20:16:56.923 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3388 | 2024-10-03T20:16:58.328Z | [ host-image] Oct 03 20:16:56.928 INFO O| Oct 03 20:16:56.928 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3389 | 2024-10-03T20:16:58.553Z | [ host-image] Oct 03 20:16:57.153 INFO O| Oct 03 20:16:57.152 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3390 | 2024-10-03T20:16:58.620Z | [ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3391 | 2024-10-03T20:16:58.620Z | [ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3392 | 2024-10-03T20:16:58.623Z | [ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3393 | 2024-10-03T20:16:58.623Z | [ host-image] Oct 03 20:16:57.220 INFO O| Oct 03 20:16:57.220 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3394 | 2024-10-03T20:16:58.629Z | [ host-image] Oct 03 20:16:57.229 INFO O| Oct 03 20:16:57.229 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3395 | 2024-10-03T20:16:58.857Z | [ host-image] Oct 03 20:16:57.456 INFO O| Oct 03 20:16:57.456 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3396 | 2024-10-03T20:16:58.869Z | [ host-image] Oct 03 20:16:57.469 INFO O| Oct 03 20:16:57.469 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3397 | 2024-10-03T20:16:59.405Z | [ host-image] Oct 03 20:16:58.004 INFO O| Oct 03 20:16:58.004 INFO O| Caching catalogs ... Done |
3398 | 2024-10-03T20:16:59.519Z | [ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 0 (pkg_image_create) COMPLETE |
3399 | 2024-10-03T20:16:59.519Z | [ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3400 | 2024-10-03T20:16:59.522Z | [ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO skip step because feature "repo_redist" is not enabled |
3401 | 2024-10-03T20:16:59.522Z | [ host-image] Oct 03 20:16:58.119 INFO O| Oct 03 20:16:58.119 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3402 | 2024-10-03T20:16:59.531Z | [ host-image] Oct 03 20:16:58.131 INFO O| Oct 03 20:16:58.131 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"] |
3403 | 2024-10-03T20:17:00.082Z | [ host-image] Oct 03 20:16:58.682 INFO O| Oct 03 20:16:58.682 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3404 | 2024-10-03T20:17:00.082Z | [ host-image] Oct 03 20:16:58.682 INFO O| Oct 03 20:16:58.682 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3405 | 2024-10-03T20:17:00.100Z | [ host-image] Oct 03 20:16:58.699 INFO O| Oct 03 20:16:58.699 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"] |
3406 | 2024-10-03T20:17:00.628Z | [ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3407 | 2024-10-03T20:17:00.628Z | [ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3408 | 2024-10-03T20:17:00.628Z | [ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO skip step because feature "repo_redist" is not enabled |
3409 | 2024-10-03T20:17:00.630Z | [ host-image] Oct 03 20:16:59.227 INFO O| Oct 03 20:16:59.227 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3410 | 2024-10-03T20:17:01.169Z | [ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.768 INFO variant opensolaris.zone is already global |
3411 | 2024-10-03T20:17:01.169Z | [ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.769 INFO STEP 5 (pkg_change_variant) COMPLETE |
3412 | 2024-10-03T20:17:01.172Z | [ host-image] Oct 03 20:16:59.769 INFO O| Oct 03 20:16:59.769 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3413 | 2024-10-03T20:17:01.735Z | [ host-image] Oct 03 20:17:00.334 INFO O| Oct 03 20:17:00.334 INFO variant opensolaris.imagetype is full; changing to partial |
3414 | 2024-10-03T20:17:01.735Z | [ host-image] Oct 03 20:17:00.334 INFO O| Oct 03 20:17:00.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3415 | 2024-10-03T20:17:08.709Z | [ host-image] Oct 03 20:17:07.307 INFO O| Oct 03 20:17:07.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3416 | 2024-10-03T20:17:09.735Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.19s |
3417 | 2024-10-03T20:17:11.364Z | Oct 03 20:17:09.963 INFO [recovery-package] process exited with exit status: 0 (24.081775627s) |
3418 | 2024-10-03T20:17:11.364Z | Oct 03 20:17:09.963 INFO [recovery-stamp] running task |
3419 | 2024-10-03T20:17:11.367Z | Oct 03 20:17:09.963 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3420 | 2024-10-03T20:17:11.373Z | Oct 03 20:17:09.972 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git09053cabe90 |
3421 | 2024-10-03T20:17:11.384Z | Oct 03 20:17:09.983 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git09053cabe90 |
3422 | 2024-10-03T20:17:11.396Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3423 | 2024-10-03T20:17:11.405Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3424 | 2024-10-03T20:17:11.470Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3425 | 2024-10-03T20:17:11.474Z | Oct 03 20:17:10.073 INFO [stamp-installinator] process exited with exit status: 0 (100.520795ms) |
3426 | 2024-10-03T20:17:11.544Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3427 | 2024-10-03T20:17:11.548Z | Oct 03 20:17:10.147 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (164.141891ms) |
3428 | 2024-10-03T20:17:11.550Z | Oct 03 20:17:10.147 INFO [recovery-stamp] task succeeded (183.875282ms) |
3429 | 2024-10-03T20:17:11.550Z | Oct 03 20:17:10.147 INFO [recovery-proto] running task |
3430 | 2024-10-03T20:17:11.550Z | Oct 03 20:17:10.147 INFO [tuf-stamp] running task |
3431 | 2024-10-03T20:17:11.550Z | Oct 03 20:17:10.148 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git09053cabe90 |
3432 | 2024-10-03T20:17:11.563Z | Oct 03 20:17:10.161 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git09053cabe90 |
3433 | 2024-10-03T20:17:11.573Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3434 | 2024-10-03T20:17:11.576Z | Oct 03 20:17:10.175 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git09053cabe90 |
3435 | 2024-10-03T20:17:11.585Z | [ host-image] Oct 03 20:17:10.175 INFO O| Oct 03 20:17:10.175 INFO O| Startup: Caching catalogs ... Done |
3436 | 2024-10-03T20:17:11.589Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3437 | 2024-10-03T20:17:11.592Z | Oct 03 20:17:10.188 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git09053cabe90 |
3438 | 2024-10-03T20:17:11.606Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3439 | 2024-10-03T20:17:11.609Z | Oct 03 20:17:10.205 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git09053cabe90 |
3440 | 2024-10-03T20:17:11.626Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3441 | 2024-10-03T20:17:11.628Z | Oct 03 20:17:10.225 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git09053cabe90 |
3442 | 2024-10-03T20:17:11.661Z | [ host-image] Oct 03 20:17:10.248 INFO O| Oct 03 20:17:10.248 INFO O| Planning: Planning completed in 0.00 seconds |
3443 | 2024-10-03T20:17:11.663Z | [ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.249 INFO O| Planning: Consolidating action changes ... Done |
3444 | 2024-10-03T20:17:11.663Z | [ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.249 INFO O| Planning: Evaluating mediators ... Done |
3445 | 2024-10-03T20:17:11.663Z | [ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.250 INFO O| Planning: Planning completed in 0.00 seconds |
3446 | 2024-10-03T20:17:11.663Z | [ host-image] Oct 03 20:17:10.250 INFO O| Oct 03 20:17:10.250 INFO O| Variants/Facets to change: 1 |
3447 | 2024-10-03T20:17:11.664Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3448 | 2024-10-03T20:17:11.664Z | Oct 03 20:17:10.260 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git09053cabe90 |
3449 | 2024-10-03T20:17:11.693Z | [ host-image] Oct 03 20:17:10.278 INFO O| Oct 03 20:17:10.278 INFO O| Done |
3450 | 2024-10-03T20:17:11.697Z | [ host-image] Oct 03 20:17:10.278 INFO O| Oct 03 20:17:10.278 INFO O| Done |
3451 | 2024-10-03T20:17:11.697Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3452 | 2024-10-03T20:17:11.697Z | Oct 03 20:17:10.293 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git09053cabe90 |
3453 | 2024-10-03T20:17:11.722Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3454 | 2024-10-03T20:17:11.725Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3455 | 2024-10-03T20:17:11.725Z | Oct 03 20:17:10.321 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git09053cabe90 |
3456 | 2024-10-03T20:17:11.831Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3457 | 2024-10-03T20:17:11.834Z | Oct 03 20:17:10.430 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git09053cabe90 |
3458 | 2024-10-03T20:17:11.859Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3459 | 2024-10-03T20:17:11.861Z | Oct 03 20:17:10.458 INFO [stamp-probe] process exited with exit status: 0 (282.976111ms) |
3460 | 2024-10-03T20:17:11.863Z | Oct 03 20:17:10.461 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git09053cabe90 |
3461 | 2024-10-03T20:17:11.892Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-03T20:17:11.894Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3463 | 2024-10-03T20:17:11.900Z | Oct 03 20:17:10.498 INFO [recovery-proto] task succeeded (351.107408ms) |
3464 | 2024-10-03T20:17:11.902Z | Oct 03 20:17:10.498 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp4RA0ll/proto/recovery/root -N 'recovery 09053ca/${os_short_commit} 2024-10-03 19:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3465 | 2024-10-03T20:17:11.951Z | [ recovery-image] Oct 03 20:17:10.549 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3466 | 2024-10-03T20:17:11.951Z | [ recovery-image] Oct 03 20:17:10.549 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3467 | 2024-10-03T20:17:11.969Z | [ recovery-image] Oct 03 20:17:10.567 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp4RA0ll/proto/recovery/root" |
3468 | 2024-10-03T20:17:11.969Z | [ recovery-image] Oct 03 20:17:10.567 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3469 | 2024-10-03T20:17:11.972Z | [ recovery-image] Oct 03 20:17:10.568 INFO image builder template: ramdisk-01-os... |
3470 | 2024-10-03T20:17:11.972Z | [ recovery-image] Oct 03 20:17:10.568 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/.tmp4RA0ll/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3471 | 2024-10-03T20:17:12.017Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3472 | 2024-10-03T20:17:12.027Z | [ recovery-image] Oct 03 20:17:10.625 INFO O| Oct 03 20:17:10.617 INFO CREATE DATASET: rpool/images/build/recovery/output |
3473 | 2024-10-03T20:17:12.262Z | Oct 03 20:17:10.860 INFO [stamp-ntp] process exited with exit status: 0 (654.917977ms) |
3474 | 2024-10-03T20:17:12.407Z | [ recovery-image] Oct 03 20:17:11.006 INFO O| Oct 03 20:17:10.974 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3475 | 2024-10-03T20:17:12.407Z | [ recovery-image] Oct 03 20:17:11.006 INFO O| Oct 03 20:17:10.981 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3476 | 2024-10-03T20:17:12.555Z | [ host-image] Oct 03 20:17:11.153 INFO O| Oct 03 20:17:11.153 INFO O| Done |
3477 | 2024-10-03T20:17:12.626Z | [ host-image] Oct 03 20:17:11.224 INFO O| Oct 03 20:17:11.224 INFO O| Done |
3478 | 2024-10-03T20:17:12.629Z | [ host-image] Oct 03 20:17:11.226 INFO O| Oct 03 20:17:11.226 INFO O| Done |
3479 | 2024-10-03T20:17:12.629Z | [ host-image] Oct 03 20:17:11.226 INFO O| Oct 03 20:17:11.226 INFO O| Done |
3480 | 2024-10-03T20:17:12.631Z | [ host-image] Oct 03 20:17:11.228 INFO O| Oct 03 20:17:11.227 INFO O| Done |
3481 | 2024-10-03T20:17:12.766Z | [ recovery-image] Oct 03 20:17:11.365 INFO O| Oct 03 20:17:11.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3482 | 2024-10-03T20:17:12.891Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3483 | 2024-10-03T20:17:12.918Z | [ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3484 | 2024-10-03T20:17:12.918Z | [ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3485 | 2024-10-03T20:17:12.921Z | [ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3486 | 2024-10-03T20:17:12.921Z | [ recovery-image] Oct 03 20:17:11.517 INFO O| Oct 03 20:17:11.517 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3487 | 2024-10-03T20:17:12.930Z | [ recovery-image] Oct 03 20:17:11.528 INFO O| Oct 03 20:17:11.528 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3488 | 2024-10-03T20:17:12.947Z | Oct 03 20:17:11.545 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.396954564s) |
3489 | 2024-10-03T20:17:13.094Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3490 | 2024-10-03T20:17:13.125Z | Oct 03 20:17:11.724 INFO [stamp-external-dns] process exited with exit status: 0 (1.430818202s) |
3491 | 2024-10-03T20:17:13.202Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3492 | 2024-10-03T20:17:13.211Z | Oct 03 20:17:11.808 INFO [stamp-internal-dns] process exited with exit status: 0 (1.487240033s) |
3493 | 2024-10-03T20:17:13.235Z | [ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 6 (pkg_change_variant) COMPLETE |
3494 | 2024-10-03T20:17:13.235Z | [ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3495 | 2024-10-03T20:17:13.235Z | [ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO skip step because feature "debug_variant" is not enabled |
3496 | 2024-10-03T20:17:13.235Z | [ host-image] Oct 03 20:17:11.833 INFO O| Oct 03 20:17:11.833 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3497 | 2024-10-03T20:17:13.309Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3498 | 2024-10-03T20:17:13.334Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3499 | 2024-10-03T20:17:13.337Z | [ recovery-image] Oct 03 20:17:11.935 INFO O| Oct 03 20:17:11.935 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3500 | 2024-10-03T20:17:13.343Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3501 | 2024-10-03T20:17:13.352Z | [ recovery-image] Oct 03 20:17:11.950 INFO O| Oct 03 20:17:11.950 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3502 | 2024-10-03T20:17:13.375Z | Oct 03 20:17:11.955 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.726786547s) |
3503 | 2024-10-03T20:17:13.748Z | [ host-image] Oct 03 20:17:12.346 INFO O| Oct 03 20:17:12.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3504 | 2024-10-03T20:17:13.775Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3505 | 2024-10-03T20:17:13.779Z | Oct 03 20:17:12.378 INFO [stamp-oximeter] process exited with exit status: 0 (1.916997467s) |
3506 | 2024-10-03T20:17:13.837Z | [ recovery-image] Oct 03 20:17:12.435 INFO O| Oct 03 20:17:12.435 INFO O| Caching catalogs ... Done |
3507 | 2024-10-03T20:17:13.951Z | [ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 0 (pkg_image_create) COMPLETE |
3508 | 2024-10-03T20:17:13.951Z | [ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3509 | 2024-10-03T20:17:13.951Z | [ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO skip step because feature "repo_redist" is not enabled |
3510 | 2024-10-03T20:17:13.951Z | [ recovery-image] Oct 03 20:17:12.549 INFO O| Oct 03 20:17:12.549 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3511 | 2024-10-03T20:17:13.967Z | [ recovery-image] Oct 03 20:17:12.565 INFO O| Oct 03 20:17:12.565 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"] |
3512 | 2024-10-03T20:17:14.455Z | [ recovery-image] Oct 03 20:17:13.053 INFO O| Oct 03 20:17:13.053 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3513 | 2024-10-03T20:17:14.455Z | [ recovery-image] Oct 03 20:17:13.053 INFO O| Oct 03 20:17:13.053 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3514 | 2024-10-03T20:17:14.469Z | [ recovery-image] Oct 03 20:17:13.068 INFO O| Oct 03 20:17:13.068 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"] |
3515 | 2024-10-03T20:17:14.838Z | [ host-image] Oct 03 20:17:13.436 INFO O| Oct 03 20:17:13.436 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3516 | 2024-10-03T20:17:14.841Z | [ host-image] Oct 03 20:17:13.437 INFO O| Oct 03 20:17:13.437 INFO O| Planning: Planning completed in 0.00 seconds |
3517 | 2024-10-03T20:17:14.841Z | [ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Consolidating action changes ... Done |
3518 | 2024-10-03T20:17:14.841Z | [ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Evaluating mediators ... Done |
3519 | 2024-10-03T20:17:14.841Z | [ host-image] Oct 03 20:17:13.438 INFO O| Oct 03 20:17:13.438 INFO O| Planning: Planning completed in 0.00 seconds |
3520 | 2024-10-03T20:17:14.841Z | [ host-image] Oct 03 20:17:13.439 INFO O| Oct 03 20:17:13.439 INFO O| Variants/Facets to change: 1 |
3521 | 2024-10-03T20:17:14.864Z | [ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3522 | 2024-10-03T20:17:14.864Z | [ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3523 | 2024-10-03T20:17:14.864Z | [ host-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO O| Done |
3524 | 2024-10-03T20:17:14.867Z | [ host-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO O| Done |
3525 | 2024-10-03T20:17:14.867Z | [ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO skip step because feature "repo_redist" is not enabled |
3526 | 2024-10-03T20:17:14.867Z | [ recovery-image] Oct 03 20:17:13.462 INFO O| Oct 03 20:17:13.462 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3527 | 2024-10-03T20:17:15.342Z | [ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO variant opensolaris.zone is already global |
3528 | 2024-10-03T20:17:15.342Z | [ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO STEP 5 (pkg_change_variant) COMPLETE |
3529 | 2024-10-03T20:17:15.342Z | [ recovery-image] Oct 03 20:17:13.939 INFO O| Oct 03 20:17:13.939 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3530 | 2024-10-03T20:17:15.415Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3531 | 2024-10-03T20:17:15.419Z | Oct 03 20:17:14.017 INFO [stamp-nexus] process exited with exit status: 0 (3.756930917s) |
3532 | 2024-10-03T20:17:15.426Z | [ host-image] Oct 03 20:17:14.024 INFO O| Oct 03 20:17:14.024 INFO O| Done |
3533 | 2024-10-03T20:17:15.471Z | [ host-image] Oct 03 20:17:14.068 INFO O| Oct 03 20:17:14.068 INFO O| Done |
3534 | 2024-10-03T20:17:15.473Z | [ host-image] Oct 03 20:17:14.069 INFO O| Oct 03 20:17:14.069 INFO O| Done |
3535 | 2024-10-03T20:17:15.473Z | [ host-image] Oct 03 20:17:14.069 INFO O| Oct 03 20:17:14.069 INFO O| Done |
3536 | 2024-10-03T20:17:15.474Z | [ host-image] Oct 03 20:17:14.071 INFO O| Oct 03 20:17:14.071 INFO O| Done |
3537 | 2024-10-03T20:17:15.542Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 8 (pkg_change_facet) COMPLETE |
3538 | 2024-10-03T20:17:15.542Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3539 | 2024-10-03T20:17:15.542Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO skip step because feature "recovery" is not enabled |
3540 | 2024-10-03T20:17:15.542Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3541 | 2024-10-03T20:17:15.545Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO skip step because feature "recovery" is not enabled |
3542 | 2024-10-03T20:17:15.545Z | [ host-image] Oct 03 20:17:14.140 INFO O| Oct 03 20:17:14.140 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3543 | 2024-10-03T20:17:15.554Z | [ host-image] Oct 03 20:17:14.152 INFO O| Oct 03 20:17:14.152 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"] |
3544 | 2024-10-03T20:17:15.821Z | [ recovery-image] Oct 03 20:17:14.419 INFO O| Oct 03 20:17:14.419 INFO variant opensolaris.imagetype is full; changing to partial |
3545 | 2024-10-03T20:17:15.822Z | [ recovery-image] Oct 03 20:17:14.419 INFO O| Oct 03 20:17:14.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3546 | 2024-10-03T20:17:16.015Z | [ host-image] Oct 03 20:17:14.613 INFO O| Oct 03 20:17:14.613 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3547 | 2024-10-03T20:17:17.225Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3548 | 2024-10-03T20:17:17.229Z | Oct 03 20:17:15.827 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.665273296s) |
3549 | 2024-10-03T20:17:17.591Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3550 | 2024-10-03T20:17:17.593Z | [verify-libraries] Compiling polyval v0.6.2 |
3551 | 2024-10-03T20:17:17.593Z | [verify-libraries] Compiling ctr v0.9.2 |
3552 | 2024-10-03T20:17:17.774Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3553 | 2024-10-03T20:17:17.774Z | [verify-libraries] Compiling blowfish v0.9.1 |
3554 | 2024-10-03T20:17:17.799Z | [verify-libraries] Compiling password-hash v0.4.2 |
3555 | 2024-10-03T20:17:17.799Z | [verify-libraries] Compiling matches v0.1.10 |
3556 | 2024-10-03T20:17:17.802Z | [verify-libraries] Compiling p521 v0.13.3 |
3557 | 2024-10-03T20:17:18.296Z | [verify-libraries] Compiling ghash v0.5.1 |
3558 | 2024-10-03T20:17:18.296Z | [verify-libraries] Compiling idna v0.2.3 |
3559 | 2024-10-03T20:17:18.577Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3560 | 2024-10-03T20:17:18.579Z | [verify-libraries] Compiling p256 v0.13.2 |
3561 | 2024-10-03T20:17:18.779Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3562 | 2024-10-03T20:17:19.416Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3563 | 2024-10-03T20:17:19.523Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3564 | 2024-10-03T20:17:19.525Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3565 | 2024-10-03T20:17:20.619Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3566 | 2024-10-03T20:17:20.908Z | [verify-libraries] Compiling russh-cryptovec v0.7.2 |
3567 | 2024-10-03T20:17:21.159Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3568 | 2024-10-03T20:17:21.196Z | Oct 03 20:17:19.793 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.604709575s) |
3569 | 2024-10-03T20:17:21.257Z | [verify-libraries] Compiling md5 v0.7.0 |
3570 | 2024-10-03T20:17:21.436Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3571 | 2024-10-03T20:17:21.444Z | Oct 03 20:17:20.042 INFO [stamp-clickhouse] process exited with exit status: 0 (9.611867714s) |
3572 | 2024-10-03T20:17:21.444Z | Oct 03 20:17:20.042 INFO [tuf-stamp] task succeeded (9.894571701s) |
3573 | 2024-10-03T20:17:21.465Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3574 | 2024-10-03T20:17:21.542Z | [verify-libraries] Compiling num-bigint v0.4.5 |
3575 | 2024-10-03T20:17:21.919Z | [verify-libraries] Compiling des v0.8.1 |
3576 | 2024-10-03T20:17:22.525Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3577 | 2024-10-03T20:17:22.817Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3578 | 2024-10-03T20:17:23.127Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3579 | 2024-10-03T20:17:23.715Z | [ recovery-image] Oct 03 20:17:22.312 INFO O| Oct 03 20:17:22.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3580 | 2024-10-03T20:17:24.043Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3581 | 2024-10-03T20:17:24.835Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3582 | 2024-10-03T20:17:25.591Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3583 | 2024-10-03T20:17:25.943Z | [verify-libraries] Compiling heck v0.4.1 |
3584 | 2024-10-03T20:17:27.815Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3585 | 2024-10-03T20:17:30.844Z | [verify-libraries] Compiling russh v0.45.0 |
3586 | 2024-10-03T20:17:30.928Z | [ recovery-image] Oct 03 20:17:29.524 INFO O| Oct 03 20:17:29.524 INFO O| Startup: Caching catalogs ... Done |
3587 | 2024-10-03T20:17:31.110Z | [ recovery-image] Oct 03 20:17:29.706 INFO O| Oct 03 20:17:29.705 INFO O| Planning: Planning completed in 0.00 seconds |
3588 | 2024-10-03T20:17:31.112Z | [ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Consolidating action changes ... Done |
3589 | 2024-10-03T20:17:31.112Z | [ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Evaluating mediators ... Done |
3590 | 2024-10-03T20:17:31.112Z | [ recovery-image] Oct 03 20:17:29.707 INFO O| Oct 03 20:17:29.707 INFO O| Planning: Planning completed in 0.00 seconds |
3591 | 2024-10-03T20:17:31.112Z | [ recovery-image] Oct 03 20:17:29.708 INFO O| Oct 03 20:17:29.708 INFO O| Variants/Facets to change: 1 |
3592 | 2024-10-03T20:17:31.248Z | [ recovery-image] Oct 03 20:17:29.844 INFO O| Oct 03 20:17:29.843 INFO O| Done |
3593 | 2024-10-03T20:17:31.248Z | [ recovery-image] Oct 03 20:17:29.844 INFO O| Oct 03 20:17:29.844 INFO O| Done |
3594 | 2024-10-03T20:17:31.991Z | [ recovery-image] Oct 03 20:17:30.587 INFO O| Oct 03 20:17:30.587 INFO O| Done |
3595 | 2024-10-03T20:17:32.043Z | [ recovery-image] Oct 03 20:17:30.639 INFO O| Oct 03 20:17:30.639 INFO O| Done |
3596 | 2024-10-03T20:17:32.048Z | [ recovery-image] Oct 03 20:17:30.641 INFO O| Oct 03 20:17:30.641 INFO O| Done |
3597 | 2024-10-03T20:17:32.048Z | [ recovery-image] Oct 03 20:17:30.641 INFO O| Oct 03 20:17:30.641 INFO O| Done |
3598 | 2024-10-03T20:17:32.048Z | [ recovery-image] Oct 03 20:17:30.644 INFO O| Oct 03 20:17:30.644 INFO O| Done |
3599 | 2024-10-03T20:17:32.467Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3600 | 2024-10-03T20:17:32.724Z | [ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 6 (pkg_change_variant) COMPLETE |
3601 | 2024-10-03T20:17:32.724Z | [ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3602 | 2024-10-03T20:17:32.726Z | [ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO skip step because feature "debug_variant" is not enabled |
3603 | 2024-10-03T20:17:32.727Z | [ recovery-image] Oct 03 20:17:31.320 INFO O| Oct 03 20:17:31.320 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3604 | 2024-10-03T20:17:33.349Z | [ recovery-image] Oct 03 20:17:31.945 INFO O| Oct 03 20:17:31.945 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3605 | 2024-10-03T20:17:34.450Z | [ recovery-image] Oct 03 20:17:33.045 INFO O| Oct 03 20:17:33.045 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3606 | 2024-10-03T20:17:34.452Z | [ recovery-image] Oct 03 20:17:33.047 INFO O| Oct 03 20:17:33.047 INFO O| Planning: Planning completed in 0.00 seconds |
3607 | 2024-10-03T20:17:34.454Z | [ recovery-image] Oct 03 20:17:33.048 INFO O| Oct 03 20:17:33.048 INFO O| Planning: Consolidating action changes ... Done |
3608 | 2024-10-03T20:17:34.454Z | [ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.048 INFO O| Planning: Evaluating mediators ... Done |
3609 | 2024-10-03T20:17:34.454Z | [ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.049 INFO O| Planning: Planning completed in 0.00 seconds |
3610 | 2024-10-03T20:17:34.454Z | [ recovery-image] Oct 03 20:17:33.049 INFO O| Oct 03 20:17:33.049 INFO O| Variants/Facets to change: 1 |
3611 | 2024-10-03T20:17:34.530Z | [ recovery-image] Oct 03 20:17:33.125 INFO O| Oct 03 20:17:33.125 INFO O| Done |
3612 | 2024-10-03T20:17:34.530Z | [ recovery-image] Oct 03 20:17:33.125 INFO O| Oct 03 20:17:33.125 INFO O| Done |
3613 | 2024-10-03T20:17:35.156Z | [ recovery-image] Oct 03 20:17:33.752 INFO O| Oct 03 20:17:33.752 INFO O| Done |
3614 | 2024-10-03T20:17:35.218Z | [ recovery-image] Oct 03 20:17:33.813 INFO O| Oct 03 20:17:33.813 INFO O| Done |
3615 | 2024-10-03T20:17:35.221Z | [ recovery-image] Oct 03 20:17:33.814 INFO O| Oct 03 20:17:33.814 INFO O| Done |
3616 | 2024-10-03T20:17:35.221Z | [ recovery-image] Oct 03 20:17:33.815 INFO O| Oct 03 20:17:33.815 INFO O| Done |
3617 | 2024-10-03T20:17:35.221Z | [ recovery-image] Oct 03 20:17:33.816 INFO O| Oct 03 20:17:33.816 INFO O| Done |
3618 | 2024-10-03T20:17:35.320Z | [ recovery-image] Oct 03 20:17:33.916 INFO O| Oct 03 20:17:33.915 INFO STEP 8 (pkg_change_facet) COMPLETE |
3619 | 2024-10-03T20:17:35.320Z | [ recovery-image] Oct 03 20:17:33.916 INFO O| Oct 03 20:17:33.915 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3620 | 2024-10-03T20:17:36.059Z | [ recovery-image] Oct 03 20:17:34.654 INFO O| Oct 03 20:17:34.654 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3621 | 2024-10-03T20:17:36.827Z | [ recovery-image] Oct 03 20:17:35.422 INFO O| Oct 03 20:17:35.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3622 | 2024-10-03T20:17:36.829Z | [ recovery-image] Oct 03 20:17:35.424 INFO O| Oct 03 20:17:35.424 INFO O| Planning: Planning completed in 0.00 seconds |
3623 | 2024-10-03T20:17:36.831Z | [ recovery-image] Oct 03 20:17:35.425 INFO O| Oct 03 20:17:35.425 INFO O| Planning: Consolidating action changes ... Done |
3624 | 2024-10-03T20:17:36.831Z | [ recovery-image] Oct 03 20:17:35.425 INFO O| Oct 03 20:17:35.425 INFO O| Planning: Evaluating mediators ... Done |
3625 | 2024-10-03T20:17:36.831Z | [ recovery-image] Oct 03 20:17:35.426 INFO O| Oct 03 20:17:35.426 INFO O| Planning: Planning completed in 0.00 seconds |
3626 | 2024-10-03T20:17:36.831Z | [ recovery-image] Oct 03 20:17:35.426 INFO O| Oct 03 20:17:35.426 INFO O| Variants/Facets to change: 1 |
3627 | 2024-10-03T20:17:36.909Z | [ recovery-image] Oct 03 20:17:35.504 INFO O| Oct 03 20:17:35.504 INFO O| Done |
3628 | 2024-10-03T20:17:36.909Z | [ recovery-image] Oct 03 20:17:35.504 INFO O| Oct 03 20:17:35.504 INFO O| Done |
3629 | 2024-10-03T20:17:37.556Z | [ recovery-image] Oct 03 20:17:36.152 INFO O| Oct 03 20:17:36.151 INFO O| Done |
3630 | 2024-10-03T20:17:37.622Z | [ recovery-image] Oct 03 20:17:36.218 INFO O| Oct 03 20:17:36.217 INFO O| Done |
3631 | 2024-10-03T20:17:37.625Z | [ recovery-image] Oct 03 20:17:36.219 INFO O| Oct 03 20:17:36.218 INFO O| Done |
3632 | 2024-10-03T20:17:37.625Z | [ recovery-image] Oct 03 20:17:36.219 INFO O| Oct 03 20:17:36.219 INFO O| Done |
3633 | 2024-10-03T20:17:37.625Z | [ recovery-image] Oct 03 20:17:36.220 INFO O| Oct 03 20:17:36.220 INFO O| Done |
3634 | 2024-10-03T20:17:37.736Z | [ recovery-image] Oct 03 20:17:36.331 INFO O| Oct 03 20:17:36.331 INFO STEP 9 (pkg_change_facet) COMPLETE |
3635 | 2024-10-03T20:17:37.736Z | [ recovery-image] Oct 03 20:17:36.331 INFO O| Oct 03 20:17:36.331 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-10-03T20:17:38.408Z | [ recovery-image] Oct 03 20:17:37.004 INFO O| Oct 03 20:17:37.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3637 | 2024-10-03T20:17:39.441Z | [ recovery-image] Oct 03 20:17:38.037 INFO O| Oct 03 20:17:38.036 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3638 | 2024-10-03T20:17:39.444Z | [ recovery-image] Oct 03 20:17:38.039 INFO O| Oct 03 20:17:38.039 INFO O| Planning: Planning completed in 0.00 seconds |
3639 | 2024-10-03T20:17:39.447Z | [ recovery-image] Oct 03 20:17:38.040 INFO O| Oct 03 20:17:38.040 INFO O| Planning: Consolidating action changes ... Done |
3640 | 2024-10-03T20:17:39.447Z | [ recovery-image] Oct 03 20:17:38.040 INFO O| Oct 03 20:17:38.040 INFO O| Planning: Evaluating mediators ... Done |
3641 | 2024-10-03T20:17:39.447Z | [ recovery-image] Oct 03 20:17:38.041 INFO O| Oct 03 20:17:38.041 INFO O| Planning: Planning completed in 0.00 seconds |
3642 | 2024-10-03T20:17:39.447Z | [ recovery-image] Oct 03 20:17:38.041 INFO O| Oct 03 20:17:38.041 INFO O| Variants/Facets to change: 1 |
3643 | 2024-10-03T20:17:39.503Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3644 | 2024-10-03T20:17:39.537Z | [ recovery-image] Oct 03 20:17:38.132 INFO O| Oct 03 20:17:38.132 INFO O| Done |
3645 | 2024-10-03T20:17:39.537Z | [ recovery-image] Oct 03 20:17:38.132 INFO O| Oct 03 20:17:38.132 INFO O| Done |
3646 | 2024-10-03T20:17:40.155Z | [ recovery-image] Oct 03 20:17:38.750 INFO O| Oct 03 20:17:38.750 INFO O| Done |
3647 | 2024-10-03T20:17:40.217Z | [ recovery-image] Oct 03 20:17:38.812 INFO O| Oct 03 20:17:38.811 INFO O| Done |
3648 | 2024-10-03T20:17:40.219Z | [ recovery-image] Oct 03 20:17:38.813 INFO O| Oct 03 20:17:38.813 INFO O| Done |
3649 | 2024-10-03T20:17:40.219Z | [ recovery-image] Oct 03 20:17:38.813 INFO O| Oct 03 20:17:38.813 INFO O| Done |
3650 | 2024-10-03T20:17:40.221Z | [ recovery-image] Oct 03 20:17:38.815 INFO O| Oct 03 20:17:38.815 INFO O| Done |
3651 | 2024-10-03T20:17:40.351Z | [ recovery-image] Oct 03 20:17:38.946 INFO O| Oct 03 20:17:38.946 INFO STEP 10 (pkg_change_facet) COMPLETE |
3652 | 2024-10-03T20:17:40.351Z | [ recovery-image] Oct 03 20:17:38.946 INFO O| Oct 03 20:17:38.946 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-10-03T20:17:40.372Z | [ recovery-image] Oct 03 20:17:38.967 INFO O| Oct 03 20:17:38.966 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"] |
3654 | 2024-10-03T20:17:41.256Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3655 | 2024-10-03T20:17:41.462Z | [ recovery-image] Oct 03 20:17:40.057 INFO O| Oct 03 20:17:40.057 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3656 | 2024-10-03T20:17:41.902Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3657 | 2024-10-03T20:17:42.445Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3658 | 2024-10-03T20:17:42.980Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3659 | 2024-10-03T20:17:43.271Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3660 | 2024-10-03T20:17:43.563Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3661 | 2024-10-03T20:17:44.796Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3662 | 2024-10-03T20:17:50.086Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3663 | 2024-10-03T20:17:54.181Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3664 | 2024-10-03T20:17:56.238Z | [ host-image] Oct 03 20:17:54.831 INFO O| Oct 03 20:17:54.831 INFO O| Planning: Solver setup ... Done |
3665 | 2024-10-03T20:17:57.096Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3666 | 2024-10-03T20:17:59.572Z | [verify-libraries] Compiling termios v0.3.3 |
3667 | 2024-10-03T20:18:00.184Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3668 | 2024-10-03T20:18:13.578Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3669 | 2024-10-03T20:18:23.510Z | [ recovery-image] Oct 03 20:18:22.100 INFO O| Oct 03 20:18:22.100 INFO O| Planning: Solver setup ... Done |
3670 | 2024-10-03T20:18:34.768Z | [ host-image] Oct 03 20:18:33.356 INFO O| Oct 03 20:18:33.356 INFO O| Planning: Running solver ... Done |
3671 | 2024-10-03T20:18:35.164Z | [ host-image] Oct 03 20:18:33.753 INFO O| Oct 03 20:18:33.752 INFO O| Planning: Finding local manifests ... Done |
3672 | 2024-10-03T20:18:35.192Z | [ host-image] Oct 03 20:18:33.781 INFO O| Oct 03 20:18:33.781 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3673 | 2024-10-03T20:18:39.867Z | [ host-image] Oct 03 20:18:38.455 INFO O| Oct 03 20:18:38.455 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3674 | 2024-10-03T20:18:41.216Z | [ host-image] Oct 03 20:18:39.803 INFO O| Oct 03 20:18:39.803 INFO O| Planning: Package planning ... Done |
3675 | 2024-10-03T20:18:42.800Z | [ host-image] Oct 03 20:18:41.388 INFO O| Oct 03 20:18:41.388 INFO O| Planning: Merging actions ... Done |
3676 | 2024-10-03T20:18:43.290Z | [ host-image] Oct 03 20:18:41.878 INFO O| Oct 03 20:18:41.878 INFO O| Planning: Checking for conflicting actions ... Done |
3677 | 2024-10-03T20:18:43.585Z | [ host-image] Oct 03 20:18:42.172 INFO O| Oct 03 20:18:42.172 INFO O| Planning: Consolidating action changes ... Done |
3678 | 2024-10-03T20:18:44.133Z | [ host-image] Oct 03 20:18:42.721 INFO O| Oct 03 20:18:42.721 INFO O| Planning: Evaluating mediators ... Done |
3679 | 2024-10-03T20:18:50.767Z | [ host-image] Oct 03 20:18:49.353 INFO O| Oct 03 20:18:49.353 INFO O| Planning: Planning completed in 94.74 seconds |
3680 | 2024-10-03T20:18:50.773Z | [ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Packages to install: 124 |
3681 | 2024-10-03T20:18:50.776Z | [ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Mediators to change: 4 |
3682 | 2024-10-03T20:18:50.776Z | [ host-image] Oct 03 20:18:49.361 INFO O| Oct 03 20:18:49.361 INFO O| Services to change: 6 |
3683 | 2024-10-03T20:18:50.888Z | [ host-image] Oct 03 20:18:49.475 INFO O| Oct 03 20:18:49.475 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete |
3684 | 2024-10-03T20:18:56.197Z | [ host-image] Oct 03 20:18:54.783 INFO O| Oct 03 20:18:54.783 INFO O| Download: 1069/22734 items 6.6/196.5MB 3% complete (1.3M/s) |
3685 | 2024-10-03T20:19:00.960Z | [ recovery-image] Oct 03 20:18:59.546 INFO O| Oct 03 20:18:59.546 INFO O| Planning: Running solver ... Done |
3686 | 2024-10-03T20:19:01.198Z | [ host-image] Oct 03 20:18:59.784 INFO O| Oct 03 20:18:59.783 INFO O| Download: 1703/22734 items 11.3/196.5MB 5% complete (1.1M/s) |
3687 | 2024-10-03T20:19:01.341Z | [ recovery-image] Oct 03 20:18:59.927 INFO O| Oct 03 20:18:59.927 INFO O| Planning: Finding local manifests ... Done |
3688 | 2024-10-03T20:19:01.357Z | [ recovery-image] Oct 03 20:18:59.943 INFO O| Oct 03 20:18:59.943 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3689 | 2024-10-03T20:19:05.812Z | [ recovery-image] Oct 03 20:19:04.398 INFO O| Oct 03 20:19:04.398 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3690 | 2024-10-03T20:19:06.202Z | [ host-image] Oct 03 20:19:04.787 INFO O| Oct 03 20:19:04.787 INFO O| Download: 2060/22734 items 23.4/196.5MB 11% complete (1.7M/s) |
3691 | 2024-10-03T20:19:06.937Z | [ recovery-image] Oct 03 20:19:05.523 INFO O| Oct 03 20:19:05.523 INFO O| Planning: Package planning ... Done |
3692 | 2024-10-03T20:19:07.665Z | [ recovery-image] Oct 03 20:19:06.250 INFO O| Oct 03 20:19:06.250 INFO O| Planning: Merging actions ... Done |
3693 | 2024-10-03T20:19:07.994Z | [ recovery-image] Oct 03 20:19:06.579 INFO O| Oct 03 20:19:06.579 INFO O| Planning: Checking for conflicting actions ... Done |
3694 | 2024-10-03T20:19:08.127Z | [ recovery-image] Oct 03 20:19:06.712 INFO O| Oct 03 20:19:06.712 INFO O| Planning: Consolidating action changes ... Done |
3695 | 2024-10-03T20:19:08.588Z | [ recovery-image] Oct 03 20:19:07.173 INFO O| Oct 03 20:19:07.173 INFO O| Planning: Evaluating mediators ... Done |
3696 | 2024-10-03T20:19:11.218Z | [ host-image] Oct 03 20:19:09.803 INFO O| Oct 03 20:19:09.803 INFO O| Download: 2455/22734 items 28.2/196.5MB 14% complete (1.8M/s) |
3697 | 2024-10-03T20:19:12.825Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3698 | 2024-10-03T20:19:14.571Z | [ recovery-image] Oct 03 20:19:13.156 INFO O| Oct 03 20:19:13.155 INFO O| Planning: Planning completed in 93.10 seconds |
3699 | 2024-10-03T20:19:14.579Z | [ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Packages to install: 124 |
3700 | 2024-10-03T20:19:14.587Z | [ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Mediators to change: 4 |
3701 | 2024-10-03T20:19:14.587Z | [ recovery-image] Oct 03 20:19:13.164 INFO O| Oct 03 20:19:13.164 INFO O| Services to change: 5 |
3702 | 2024-10-03T20:19:14.653Z | [ recovery-image] Oct 03 20:19:13.237 INFO O| Oct 03 20:19:13.237 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete |
3703 | 2024-10-03T20:19:16.233Z | [ host-image] Oct 03 20:19:14.817 INFO O| Oct 03 20:19:14.817 INFO O| Download: 3715/22734 items 39.5/196.5MB 20% complete (1.6M/s) |
3704 | 2024-10-03T20:19:17.931Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3705 | 2024-10-03T20:19:19.654Z | [ recovery-image] Oct 03 20:19:18.238 INFO O| Oct 03 20:19:18.237 INFO O| Download: 993/15836 items 7.9/173.3MB 4% complete (1.6M/s) |
3706 | 2024-10-03T20:19:21.258Z | [ host-image] Oct 03 20:19:19.842 INFO O| Oct 03 20:19:19.842 INFO O| Download: 4537/22734 items 42.3/196.5MB 21% complete (1.4M/s) |
3707 | 2024-10-03T20:19:23.795Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3708 | 2024-10-03T20:19:24.689Z | [ recovery-image] Oct 03 20:19:23.272 INFO O| Oct 03 20:19:23.272 INFO O| Download: 1208/15836 items 15.8/173.3MB 9% complete (1.6M/s) |
3709 | 2024-10-03T20:19:26.275Z | [ host-image] Oct 03 20:19:24.858 INFO O| Oct 03 20:19:24.858 INFO O| Download: 5210/22734 items 46.0/196.5MB 23% complete (737k/s) |
3710 | 2024-10-03T20:19:29.720Z | [ recovery-image] Oct 03 20:19:28.303 INFO O| Oct 03 20:19:28.303 INFO O| Download: 1658/15836 items 25.8/173.3MB 14% complete (1.8M/s) |
3711 | 2024-10-03T20:19:31.351Z | [ host-image] Oct 03 20:19:29.933 INFO O| Oct 03 20:19:29.933 INFO O| Download: 6302/22734 items 46.6/196.5MB 23% complete (439k/s) |
3712 | 2024-10-03T20:19:34.885Z | [ recovery-image] Oct 03 20:19:33.467 INFO O| Oct 03 20:19:33.467 INFO O| Download: 2672/15836 items 33.0/173.3MB 19% complete (1.7M/s) |
3713 | 2024-10-03T20:19:36.580Z | [ host-image] Oct 03 20:19:35.162 INFO O| Oct 03 20:19:35.162 INFO O| Download: 6974/22734 items 49.9/196.5MB 25% complete (379k/s) |
3714 | 2024-10-03T20:19:36.860Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3715 | 2024-10-03T20:19:39.928Z | [ recovery-image] Oct 03 20:19:38.509 INFO O| Oct 03 20:19:38.509 INFO O| Download: 3597/15836 items 39.0/173.3MB 22% complete (1.3M/s) |
3716 | 2024-10-03T20:19:41.582Z | [ host-image] Oct 03 20:19:40.163 INFO O| Oct 03 20:19:40.163 INFO O| Download: 7819/22734 items 59.1/196.5MB 30% complete (1.2M/s) |
3717 | 2024-10-03T20:19:44.938Z | [ recovery-image] Oct 03 20:19:43.518 INFO O| Oct 03 20:19:43.518 INFO O| Download: 3969/15836 items 42.5/173.3MB 24% complete (976k/s) |
3718 | 2024-10-03T20:19:46.824Z | [ host-image] Oct 03 20:19:45.405 INFO O| Oct 03 20:19:45.405 INFO O| Download: 8306/22734 items 68.3/196.5MB 34% complete (1.8M/s) |
3719 | 2024-10-03T20:19:49.951Z | [ recovery-image] Oct 03 20:19:48.531 INFO O| Oct 03 20:19:48.531 INFO O| Download: 5072/15836 items 43.2/173.3MB 24% complete (434k/s) |
3720 | 2024-10-03T20:19:51.825Z | [ host-image] Oct 03 20:19:50.405 INFO O| Oct 03 20:19:50.405 INFO O| Download: 8989/22734 items 72.4/196.5MB 36% complete (1.3M/s) |
3721 | 2024-10-03T20:19:55.287Z | [ recovery-image] Oct 03 20:19:53.867 INFO O| Oct 03 20:19:53.867 INFO O| Download: 5749/15836 items 46.8/173.3MB 26% complete (400k/s) |
3722 | 2024-10-03T20:19:56.857Z | [ host-image] Oct 03 20:19:55.437 INFO O| Oct 03 20:19:55.437 INFO O| Download: 9841/22734 items 83.6/196.5MB 42% complete (1.5M/s) |
3723 | 2024-10-03T20:19:57.868Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3724 | 2024-10-03T20:20:00.427Z | [ recovery-image] Oct 03 20:19:59.006 INFO O| Oct 03 20:19:59.006 INFO O| Download: 6099/15836 items 56.0/173.3MB 32% complete (1.2M/s) |
3725 | 2024-10-03T20:20:01.985Z | [ host-image] Oct 03 20:20:00.564 INFO O| Oct 03 20:20:00.564 INFO O| Download: 10854/22734 items 90.0/196.5MB 45% complete (1.8M/s) |
3726 | 2024-10-03T20:20:02.974Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3727 | 2024-10-03T20:20:05.439Z | [ recovery-image] Oct 03 20:20:04.017 INFO O| Oct 03 20:20:04.017 INFO O| Download: 6822/15836 items 65.9/173.3MB 38% complete (1.7M/s) |
3728 | 2024-10-03T20:20:07.248Z | [ host-image] Oct 03 20:20:05.825 INFO O| Oct 03 20:20:05.825 INFO O| Download: 11278/22734 items 95.3/196.5MB 48% complete (1.1M/s) |
3729 | 2024-10-03T20:20:08.425Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3730 | 2024-10-03T20:20:10.458Z | [ recovery-image] Oct 03 20:20:09.036 INFO O| Oct 03 20:20:09.036 INFO O| Download: 7604/15836 items 73.6/173.3MB 42% complete (1.8M/s) |
3731 | 2024-10-03T20:20:12.267Z | [ host-image] Oct 03 20:20:10.845 INFO O| Oct 03 20:20:10.845 INFO O| Download: 12042/22734 items 100.4/196.5MB 51% complete (1.1M/s) |
3732 | 2024-10-03T20:20:15.459Z | [ recovery-image] Oct 03 20:20:14.036 INFO O| Oct 03 20:20:14.036 INFO O| Download: 7953/15836 items 78.4/173.3MB 45% complete (1.2M/s) |
3733 | 2024-10-03T20:20:17.288Z | [ host-image] Oct 03 20:20:15.866 INFO O| Oct 03 20:20:15.866 INFO O| Download: 12435/22734 items 109.5/196.5MB 55% complete (1.4M/s) |
3734 | 2024-10-03T20:20:20.707Z | [ recovery-image] Oct 03 20:20:19.284 INFO O| Oct 03 20:20:19.284 INFO O| Download: 8674/15836 items 83.0/173.3MB 47% complete (853k/s) |
3735 | 2024-10-03T20:20:22.290Z | [ host-image] Oct 03 20:20:20.866 INFO O| Oct 03 20:20:20.866 INFO O| Download: 13353/22734 items 110.0/196.5MB 55% complete (992k/s) |
3736 | 2024-10-03T20:20:25.853Z | [ recovery-image] Oct 03 20:20:24.429 INFO O| Oct 03 20:20:24.429 INFO O| Download: 8953/15836 items 92.6/173.3MB 53% complete (1.5M/s) |
3737 | 2024-10-03T20:20:27.484Z | [ host-image] Oct 03 20:20:26.060 INFO O| Oct 03 20:20:26.060 INFO O| Download: 14266/22734 items 110.7/196.5MB 56% complete (122k/s) |
3738 | 2024-10-03T20:20:30.862Z | [ recovery-image] Oct 03 20:20:29.433 INFO O| Oct 03 20:20:29.433 INFO O| Download: 10129/15836 items 93.2/173.3MB 53% complete (1.0M/s) |
3739 | 2024-10-03T20:20:32.484Z | [ host-image] Oct 03 20:20:31.060 INFO O| Oct 03 20:20:31.060 INFO O| Download: 14662/22734 items 117.4/196.5MB 59% complete (734k/s) |
3740 | 2024-10-03T20:20:35.885Z | [ recovery-image] Oct 03 20:20:34.460 INFO O| Oct 03 20:20:34.460 INFO O| Download: 10981/15836 items 94.4/173.3MB 54% complete (161k/s) |
3741 | 2024-10-03T20:20:37.485Z | [ host-image] Oct 03 20:20:36.060 INFO O| Oct 03 20:20:36.060 INFO O| Download: 15841/22734 items 130.2/196.5MB 66% complete (1.9M/s) |
3742 | 2024-10-03T20:20:41.162Z | [ recovery-image] Oct 03 20:20:39.736 INFO O| Oct 03 20:20:39.736 INFO O| Download: 11426/15836 items 107.2/173.3MB 61% complete (1.4M/s) |
3743 | 2024-10-03T20:20:42.513Z | [ host-image] Oct 03 20:20:41.088 INFO O| Oct 03 20:20:41.088 INFO O| Download: 17541/22734 items 148.2/196.5MB 75% complete (3.0M/s) |
3744 | 2024-10-03T20:20:46.368Z | [ recovery-image] Oct 03 20:20:44.942 INFO O| Oct 03 20:20:44.942 INFO O| Download: 11975/15836 items 135.9/173.3MB 78% complete (4.1M/s) |
3745 | 2024-10-03T20:20:47.516Z | [ host-image] Oct 03 20:20:46.090 INFO O| Oct 03 20:20:46.090 INFO O| Download: 18472/22734 items 161.6/196.5MB 82% complete (3.2M/s) |
3746 | 2024-10-03T20:20:51.375Z | [ recovery-image] Oct 03 20:20:49.948 INFO O| Oct 03 20:20:49.948 INFO O| Download: 12939/15836 items 141.1/173.3MB 81% complete (3.6M/s) |
3747 | 2024-10-03T20:20:52.525Z | [ host-image] Oct 03 20:20:51.098 INFO O| Oct 03 20:20:51.098 INFO O| Download: 19273/22734 items 164.3/196.5MB 83% complete (1.6M/s) |
3748 | 2024-10-03T20:20:56.386Z | [ recovery-image] Oct 03 20:20:54.959 INFO O| Oct 03 20:20:54.959 INFO O| Download: 13715/15836 items 144.3/173.3MB 83% complete (873k/s) |
3749 | 2024-10-03T20:20:57.855Z | [ host-image] Oct 03 20:20:56.428 INFO O| Oct 03 20:20:56.428 INFO O| Download: 19993/22734 items 167.3/196.5MB 85% complete (587k/s) |
3750 | 2024-10-03T20:21:01.407Z | [ recovery-image] Oct 03 20:20:59.980 INFO O| Oct 03 20:20:59.980 INFO O| Download: 14659/15836 items 147.6/173.3MB 85% complete (704k/s) |
3751 | 2024-10-03T20:21:02.856Z | [ host-image] Oct 03 20:21:01.428 INFO O| Oct 03 20:21:01.428 INFO O| Download: 20645/22734 items 170.0/196.5MB 86% complete (550k/s) |
3752 | 2024-10-03T20:21:06.411Z | [ recovery-image] Oct 03 20:21:04.983 INFO O| Oct 03 20:21:04.982 INFO O| Download: 15087/15836 items 155.0/173.3MB 89% complete (1.1M/s) |
3753 | 2024-10-03T20:21:07.870Z | [ host-image] Oct 03 20:21:06.441 INFO O| Oct 03 20:21:06.441 INFO O| Download: 21491/22734 items 180.0/196.5MB 91% complete (1.2M/s) |
3754 | 2024-10-03T20:21:11.412Z | [ recovery-image] Oct 03 20:21:09.983 INFO O| Oct 03 20:21:09.983 INFO O| Download: 15568/15836 items 166.3/173.3MB 95% complete (1.9M/s) |
3755 | 2024-10-03T20:21:13.175Z | [ host-image] Oct 03 20:21:11.746 INFO O| Oct 03 20:21:11.746 INFO O| Download: 21924/22734 items 188.7/196.5MB 96% complete (1.9M/s) |
3756 | 2024-10-03T20:21:14.123Z | [ recovery-image] Oct 03 20:21:12.694 INFO O| Oct 03 20:21:12.694 INFO O| Download: Completed 173.28 MB in 119.46 seconds (1.4M/s) |
3757 | 2024-10-03T20:21:15.175Z | [ recovery-image] Oct 03 20:21:13.746 INFO O| Oct 03 20:21:13.746 INFO O| Actions: 1/24972 actions (Installing new actions) |
3758 | 2024-10-03T20:21:18.177Z | [ host-image] Oct 03 20:21:16.747 INFO O| Oct 03 20:21:16.747 INFO O| Download: 22597/22734 items 196.3/196.5MB 99% complete (1.6M/s) |
3759 | 2024-10-03T20:21:19.058Z | [ host-image] Oct 03 20:21:17.629 INFO O| Oct 03 20:21:17.628 INFO O| Download: Completed 196.51 MB in 148.15 seconds (1.3M/s) |
3760 | 2024-10-03T20:21:19.710Z | [ host-image] Oct 03 20:21:18.281 INFO O| Oct 03 20:21:18.281 INFO O| Actions: 1/49271 actions (Installing new actions) |
3761 | 2024-10-03T20:21:20.176Z | [ recovery-image] Oct 03 20:21:18.746 INFO O| Oct 03 20:21:18.746 INFO O| Actions: 10316/24972 actions (Installing new actions) |
3762 | 2024-10-03T20:21:24.711Z | [ host-image] Oct 03 20:21:23.281 INFO O| Oct 03 20:21:23.281 INFO O| Actions: 10860/49271 actions (Installing new actions) |
3763 | 2024-10-03T20:21:25.177Z | [ recovery-image] Oct 03 20:21:23.747 INFO O| Oct 03 20:21:23.747 INFO O| Actions: 16971/24972 actions (Installing new actions) |
3764 | 2024-10-03T20:21:29.716Z | [ host-image] Oct 03 20:21:28.285 INFO O| Oct 03 20:21:28.285 INFO O| Actions: 17778/49271 actions (Installing new actions) |
3765 | 2024-10-03T20:21:30.441Z | [ recovery-image] Oct 03 20:21:29.010 INFO O| Oct 03 20:21:29.010 INFO O| Actions: 24419/24972 actions (Installing new actions) |
3766 | 2024-10-03T20:21:34.717Z | [ host-image] Oct 03 20:21:33.285 INFO O| Oct 03 20:21:33.285 INFO O| Actions: 24137/49271 actions (Installing new actions) |
3767 | 2024-10-03T20:21:34.865Z | [ recovery-image] Oct 03 20:21:33.433 INFO O| Oct 03 20:21:33.433 INFO O| Actions: Completed 24972 actions in 19.68 seconds. |
3768 | 2024-10-03T20:21:35.445Z | [ recovery-image] Oct 03 20:21:34.014 INFO O| Oct 03 20:21:34.014 INFO O| Done |
3769 | 2024-10-03T20:21:35.460Z | [ recovery-image] Oct 03 20:21:34.014 INFO O| Oct 03 20:21:34.014 INFO O| Done |
3770 | 2024-10-03T20:21:36.806Z | [ recovery-image] Oct 03 20:21:35.374 INFO O| Oct 03 20:21:35.374 INFO O| Done |
3771 | 2024-10-03T20:21:38.778Z | [ recovery-image] Oct 03 20:21:37.347 INFO O| Oct 03 20:21:37.346 INFO O| Done |
3772 | 2024-10-03T20:21:38.804Z | [ recovery-image] Oct 03 20:21:37.372 INFO O| Oct 03 20:21:37.372 INFO O| Done |
3773 | 2024-10-03T20:21:39.721Z | [ host-image] Oct 03 20:21:38.290 INFO O| Oct 03 20:21:38.289 INFO O| Actions: 48740/49271 actions (Installing new actions) |
3774 | 2024-10-03T20:21:43.517Z | [ recovery-image] Oct 03 20:21:42.084 INFO O| Oct 03 20:21:42.084 INFO O| Done |
3775 | 2024-10-03T20:21:43.797Z | [ host-image] Oct 03 20:21:42.365 INFO O| Oct 03 20:21:42.365 INFO O| Actions: Completed 49271 actions in 24.08 seconds. |
3776 | 2024-10-03T20:21:44.281Z | [ recovery-image] Oct 03 20:21:42.849 INFO O| Oct 03 20:21:42.849 INFO O| Done |
3777 | 2024-10-03T20:21:44.663Z | [ host-image] Oct 03 20:21:43.230 INFO O| Oct 03 20:21:43.230 INFO O| Done |
3778 | 2024-10-03T20:21:44.663Z | [ host-image] Oct 03 20:21:43.230 INFO O| Oct 03 20:21:43.230 INFO O| Done |
3779 | 2024-10-03T20:21:44.750Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 11 (pkg_install) COMPLETE |
3780 | 2024-10-03T20:21:44.750Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3781 | 2024-10-03T20:21:44.750Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO skip step because feature "recovery" is enabled |
3782 | 2024-10-03T20:21:44.752Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3783 | 2024-10-03T20:21:44.753Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO skip step because feature "omicron1" is not enabled |
3784 | 2024-10-03T20:21:44.753Z | [ recovery-image] Oct 03 20:21:43.317 INFO O| Oct 03 20:21:43.317 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3785 | 2024-10-03T20:21:44.771Z | [ recovery-image] Oct 03 20:21:43.339 INFO O| Oct 03 20:21:43.339 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3786 | 2024-10-03T20:21:45.845Z | [ host-image] Oct 03 20:21:44.412 INFO O| Oct 03 20:21:44.412 INFO O| Done |
3787 | 2024-10-03T20:21:46.012Z | [ recovery-image] Oct 03 20:21:44.579 INFO O| Oct 03 20:21:44.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3788 | 2024-10-03T20:21:48.361Z | [ host-image] Oct 03 20:21:46.928 INFO O| Oct 03 20:21:46.928 INFO O| Done |
3789 | 2024-10-03T20:21:48.411Z | [ host-image] Oct 03 20:21:46.978 INFO O| Oct 03 20:21:46.978 INFO O| Done |
3790 | 2024-10-03T20:21:49.282Z | [ recovery-image] Oct 03 20:21:47.849 INFO O| Oct 03 20:21:47.849 INFO O| Planning: Solver setup ... Done |
3791 | 2024-10-03T20:21:49.290Z | [ recovery-image] Oct 03 20:21:47.857 INFO O| Oct 03 20:21:47.857 INFO O| Planning: Running solver ... Done |
3792 | 2024-10-03T20:21:49.367Z | [ recovery-image] Oct 03 20:21:47.933 INFO O| Oct 03 20:21:47.933 INFO O| Planning: Finding local manifests ... Done |
3793 | 2024-10-03T20:21:49.369Z | [ recovery-image] Oct 03 20:21:47.935 INFO O| Oct 03 20:21:47.935 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3794 | 2024-10-03T20:21:49.525Z | [ recovery-image] Oct 03 20:21:48.092 INFO O| Oct 03 20:21:48.092 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3795 | 2024-10-03T20:21:49.555Z | [ recovery-image] Oct 03 20:21:48.122 INFO O| Oct 03 20:21:48.122 INFO O| Planning: Package planning ... Done |
3796 | 2024-10-03T20:21:49.558Z | [ recovery-image] Oct 03 20:21:48.123 INFO O| Oct 03 20:21:48.123 INFO O| Planning: Merging actions ... Done |
3797 | 2024-10-03T20:21:49.631Z | [ recovery-image] Oct 03 20:21:48.197 INFO O| Oct 03 20:21:48.197 INFO O| Planning: Checking for conflicting actions ... Done |
3798 | 2024-10-03T20:21:49.633Z | [ recovery-image] Oct 03 20:21:48.198 INFO O| Oct 03 20:21:48.198 INFO O| Planning: Consolidating action changes ... Done |
3799 | 2024-10-03T20:21:49.916Z | [ recovery-image] Oct 03 20:21:48.483 INFO O| Oct 03 20:21:48.482 INFO O| Planning: Evaluating mediators ... Done |
3800 | 2024-10-03T20:21:49.918Z | [ recovery-image] Oct 03 20:21:48.484 INFO O| Oct 03 20:21:48.484 INFO O| Planning: Planning completed in 3.90 seconds |
3801 | 2024-10-03T20:21:49.921Z | [ recovery-image] Oct 03 20:21:48.486 INFO O| Oct 03 20:21:48.486 INFO O| Packages to install: 1 |
3802 | 2024-10-03T20:21:49.938Z | [ recovery-image] Oct 03 20:21:48.505 INFO O| Oct 03 20:21:48.505 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3803 | 2024-10-03T20:21:51.310Z | [ recovery-image] Oct 03 20:21:49.877 INFO O| Oct 03 20:21:49.877 INFO O| Download: Completed 20.80 MB in 1.37 seconds (15.2M/s) |
3804 | 2024-10-03T20:21:51.442Z | [ recovery-image] Oct 03 20:21:50.008 INFO O| Oct 03 20:21:50.008 INFO O| Actions: 1/22 actions (Installing new actions) |
3805 | 2024-10-03T20:21:52.318Z | [ recovery-image] Oct 03 20:21:50.884 INFO O| Oct 03 20:21:50.884 INFO O| Actions: Completed 22 actions in 0.88 seconds. |
3806 | 2024-10-03T20:21:53.042Z | [ recovery-image] Oct 03 20:21:51.604 INFO O| Oct 03 20:21:51.604 INFO O| Done |
3807 | 2024-10-03T20:21:53.043Z | [ recovery-image] Oct 03 20:21:51.604 INFO O| Oct 03 20:21:51.604 INFO O| Done |
3808 | 2024-10-03T20:21:53.993Z | [ recovery-image] Oct 03 20:21:52.559 INFO O| Oct 03 20:21:52.559 INFO O| Done |
3809 | 2024-10-03T20:21:55.828Z | [ recovery-image] Oct 03 20:21:54.395 INFO O| Oct 03 20:21:54.395 INFO O| Done |
3810 | 2024-10-03T20:21:55.851Z | [ recovery-image] Oct 03 20:21:54.417 INFO O| Oct 03 20:21:54.417 INFO O| Done |
3811 | 2024-10-03T20:21:55.853Z | [ recovery-image] Oct 03 20:21:54.417 INFO O| Oct 03 20:21:54.417 INFO O| Done |
3812 | 2024-10-03T20:21:55.867Z | [ recovery-image] Oct 03 20:21:54.434 INFO O| Oct 03 20:21:54.433 INFO O| Done |
3813 | 2024-10-03T20:21:56.102Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 14 (pkg_install) COMPLETE |
3814 | 2024-10-03T20:21:56.102Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3815 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "mfg" is not enabled |
3816 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3817 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "compliance" is not enabled |
3818 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3819 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "stress" is not enabled |
3820 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3821 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO skip step because feature "nfs" is not enabled |
3822 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3823 | 2024-10-03T20:21:56.104Z | [ recovery-image] Oct 03 20:21:54.668 INFO O| Oct 03 20:21:54.668 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3824 | 2024-10-03T20:21:56.224Z | [ recovery-image] Oct 03 20:21:54.791 INFO O| Oct 03 20:21:54.791 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3825 | 2024-10-03T20:21:56.371Z | [ recovery-image] Oct 03 20:21:54.937 INFO O| Oct 03 20:21:54.937 INFO completed processing gimlet/ramdisk-01-os |
3826 | 2024-10-03T20:21:56.376Z | [ recovery-image] Oct 03 20:21:54.941 INFO image builder template: ramdisk-02-trim... |
3827 | 2024-10-03T20:21:56.376Z | [ recovery-image] Oct 03 20:21:54.941 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/.tmp4RA0ll/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3828 | 2024-10-03T20:21:56.418Z | [ recovery-image] Oct 03 20:21:54.985 INFO O| Oct 03 20:21:54.984 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3829 | 2024-10-03T20:21:56.443Z | [ recovery-image] Oct 03 20:21:55.009 INFO O| Oct 03 20:21:55.009 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3830 | 2024-10-03T20:21:56.559Z | [ recovery-image] Oct 03 20:21:55.126 INFO O| Oct 03 20:21:55.126 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3831 | 2024-10-03T20:21:56.711Z | [ recovery-image] Oct 03 20:21:55.277 INFO O| Oct 03 20:21:55.277 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3832 | 2024-10-03T20:21:56.711Z | [ recovery-image] Oct 03 20:21:55.277 INFO O| Oct 03 20:21:55.277 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3833 | 2024-10-03T20:21:56.725Z | [ recovery-image] Oct 03 20:21:55.291 INFO O| Oct 03 20:21:55.291 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3834 | 2024-10-03T20:21:56.733Z | [ recovery-image] Oct 03 20:21:55.299 INFO O| Oct 03 20:21:55.299 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3835 | 2024-10-03T20:21:56.749Z | [ recovery-image] Oct 03 20:21:55.315 INFO O| Oct 03 20:21:55.315 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3836 | 2024-10-03T20:21:56.835Z | [ host-image] Oct 03 20:21:55.400 INFO O| Oct 03 20:21:55.368 INFO O| Done |
3837 | 2024-10-03T20:21:57.308Z | [ recovery-image] Oct 03 20:21:55.874 INFO O| Oct 03 20:21:55.874 INFO rolled back to input snapshot; work may begin |
3838 | 2024-10-03T20:21:57.308Z | [ recovery-image] Oct 03 20:21:55.874 INFO O| Oct 03 20:21:55.874 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3839 | 2024-10-03T20:21:57.338Z | [ recovery-image] Oct 03 20:21:55.904 INFO O| Oct 03 20:21:55.903 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3840 | 2024-10-03T20:21:57.374Z | [ recovery-image] Oct 03 20:21:55.940 INFO O| Oct 03 20:21:55.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3841 | 2024-10-03T20:21:57.627Z | [ recovery-image] Oct 03 20:21:56.193 INFO O| Oct 03 20:21:56.193 INFO STEP 0 (remove_files) COMPLETE |
3842 | 2024-10-03T20:21:57.628Z | [ recovery-image] Oct 03 20:21:56.193 INFO O| Oct 03 20:21:56.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3843 | 2024-10-03T20:21:57.667Z | [ recovery-image] Oct 03 20:21:56.233 INFO O| Oct 03 20:21:56.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3844 | 2024-10-03T20:21:57.671Z | [ recovery-image] Oct 03 20:21:56.237 INFO O| Oct 03 20:21:56.237 INFO STEP 1 (remove_files) COMPLETE |
3845 | 2024-10-03T20:21:57.671Z | [ recovery-image] Oct 03 20:21:56.237 INFO O| Oct 03 20:21:56.237 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3846 | 2024-10-03T20:21:57.690Z | [ recovery-image] Oct 03 20:21:56.256 INFO O| Oct 03 20:21:56.256 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3847 | 2024-10-03T20:21:57.716Z | [ recovery-image] Oct 03 20:21:56.281 INFO O| Oct 03 20:21:56.281 INFO STEP 2 (remove_files) COMPLETE |
3848 | 2024-10-03T20:21:57.716Z | [ recovery-image] Oct 03 20:21:56.282 INFO O| Oct 03 20:21:56.281 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3849 | 2024-10-03T20:21:57.737Z | [ recovery-image] Oct 03 20:21:56.303 INFO O| Oct 03 20:21:56.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3850 | 2024-10-03T20:21:57.741Z | [ recovery-image] Oct 03 20:21:56.307 INFO O| Oct 03 20:21:56.307 INFO STEP 3 (remove_files) COMPLETE |
3851 | 2024-10-03T20:21:57.741Z | [ recovery-image] Oct 03 20:21:56.307 INFO O| Oct 03 20:21:56.307 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3852 | 2024-10-03T20:21:57.758Z | [ host-image] Oct 03 20:21:56.324 INFO O| Oct 03 20:21:56.324 INFO O| Done |
3853 | 2024-10-03T20:21:57.761Z | [ recovery-image] Oct 03 20:21:56.326 INFO O| Oct 03 20:21:56.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3854 | 2024-10-03T20:21:57.767Z | [ recovery-image] Oct 03 20:21:56.334 INFO O| Oct 03 20:21:56.334 INFO STEP 4 (remove_files) COMPLETE |
3855 | 2024-10-03T20:21:57.768Z | [ recovery-image] Oct 03 20:21:56.334 INFO O| Oct 03 20:21:56.334 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3856 | 2024-10-03T20:21:57.810Z | [ recovery-image] Oct 03 20:21:56.376 INFO O| Oct 03 20:21:56.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3857 | 2024-10-03T20:21:57.813Z | [ recovery-image] Oct 03 20:21:56.377 INFO O| Oct 03 20:21:56.377 INFO STEP 5 (remove_files) COMPLETE |
3858 | 2024-10-03T20:21:57.813Z | [ recovery-image] Oct 03 20:21:56.377 INFO O| Oct 03 20:21:56.377 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3859 | 2024-10-03T20:21:57.843Z | [ recovery-image] Oct 03 20:21:56.409 INFO O| Oct 03 20:21:56.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3860 | 2024-10-03T20:21:57.866Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 6 (remove_files) COMPLETE |
3861 | 2024-10-03T20:21:57.866Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-10-03T20:21:57.867Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled |
3863 | 2024-10-03T20:21:57.867Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3864 | 2024-10-03T20:21:57.867Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled |
3865 | 2024-10-03T20:21:57.867Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3866 | 2024-10-03T20:21:57.867Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO skip step because feature "recovery" is enabled |
3867 | 2024-10-03T20:21:57.868Z | [ recovery-image] Oct 03 20:21:56.431 INFO O| Oct 03 20:21:56.431 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3868 | 2024-10-03T20:21:57.925Z | [ recovery-image] Oct 03 20:21:56.489 INFO O| Oct 03 20:21:56.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3869 | 2024-10-03T20:21:57.930Z | [ recovery-image] Oct 03 20:21:56.495 INFO O| Oct 03 20:21:56.495 INFO STEP 10 (remove_files) COMPLETE |
3870 | 2024-10-03T20:21:57.933Z | [ recovery-image] Oct 03 20:21:56.495 INFO O| Oct 03 20:21:56.495 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3871 | 2024-10-03T20:21:57.950Z | [ recovery-image] Oct 03 20:21:56.516 INFO O| Oct 03 20:21:56.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3872 | 2024-10-03T20:21:57.996Z | [ recovery-image] Oct 03 20:21:56.562 INFO O| Oct 03 20:21:56.561 INFO STEP 11 (remove_files) COMPLETE |
3873 | 2024-10-03T20:21:57.996Z | [ recovery-image] Oct 03 20:21:56.562 INFO O| Oct 03 20:21:56.562 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3874 | 2024-10-03T20:21:58.056Z | [ recovery-image] Oct 03 20:21:56.622 INFO O| Oct 03 20:21:56.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3875 | 2024-10-03T20:21:58.059Z | [ recovery-image] Oct 03 20:21:56.625 INFO O| Oct 03 20:21:56.625 INFO STEP 12 (remove_files) COMPLETE |
3876 | 2024-10-03T20:21:58.059Z | [ recovery-image] Oct 03 20:21:56.625 INFO O| Oct 03 20:21:56.625 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3877 | 2024-10-03T20:21:58.113Z | [ recovery-image] Oct 03 20:21:56.678 INFO O| Oct 03 20:21:56.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3878 | 2024-10-03T20:21:58.158Z | [ host-image] Oct 03 20:21:56.724 INFO O| Oct 03 20:21:56.723 INFO STEP 11 (pkg_install) COMPLETE |
3879 | 2024-10-03T20:21:58.158Z | [ host-image] Oct 03 20:21:56.724 INFO O| Oct 03 20:21:56.723 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3880 | 2024-10-03T20:21:58.177Z | [ host-image] Oct 03 20:21:56.743 INFO O| Oct 03 20:21:56.743 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3881 | 2024-10-03T20:21:58.448Z | [ recovery-image] Oct 03 20:21:57.014 INFO O| Oct 03 20:21:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3882 | 2024-10-03T20:21:58.451Z | [ recovery-image] Oct 03 20:21:57.014 INFO O| Oct 03 20:21:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3883 | 2024-10-03T20:21:58.453Z | [ recovery-image] Oct 03 20:21:57.018 INFO O| Oct 03 20:21:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3884 | 2024-10-03T20:21:58.457Z | [ recovery-image] Oct 03 20:21:57.023 INFO O| Oct 03 20:21:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3885 | 2024-10-03T20:21:58.556Z | [ recovery-image] Oct 03 20:21:57.117 INFO O| Oct 03 20:21:57.117 INFO STEP 13 (remove_files) COMPLETE |
3886 | 2024-10-03T20:21:58.577Z | [ recovery-image] Oct 03 20:21:57.117 INFO O| Oct 03 20:21:57.117 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-03T20:21:58.581Z | [ recovery-image] Oct 03 20:21:57.147 INFO O| Oct 03 20:21:57.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3888 | 2024-10-03T20:21:58.584Z | [ recovery-image] Oct 03 20:21:57.150 INFO O| Oct 03 20:21:57.150 INFO STEP 14 (remove_files) COMPLETE |
3889 | 2024-10-03T20:21:58.587Z | [ recovery-image] Oct 03 20:21:57.150 INFO O| Oct 03 20:21:57.150 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3890 | 2024-10-03T20:21:58.622Z | [ recovery-image] Oct 03 20:21:57.188 INFO O| Oct 03 20:21:57.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3891 | 2024-10-03T20:21:58.632Z | [ recovery-image] Oct 03 20:21:57.199 INFO O| Oct 03 20:21:57.198 INFO STEP 15 (remove_files) COMPLETE |
3892 | 2024-10-03T20:21:58.633Z | [ recovery-image] Oct 03 20:21:57.199 INFO O| Oct 03 20:21:57.199 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3893 | 2024-10-03T20:21:58.665Z | [ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3894 | 2024-10-03T20:21:58.668Z | [ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO STEP 16 (remove_files) COMPLETE |
3895 | 2024-10-03T20:21:58.668Z | [ recovery-image] Oct 03 20:21:57.231 INFO O| Oct 03 20:21:57.231 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3896 | 2024-10-03T20:21:58.683Z | [ recovery-image] Oct 03 20:21:57.249 INFO O| Oct 03 20:21:57.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3897 | 2024-10-03T20:21:58.688Z | [ recovery-image] Oct 03 20:21:57.251 INFO O| Oct 03 20:21:57.251 INFO STEP 17 (remove_files) COMPLETE |
3898 | 2024-10-03T20:21:58.688Z | [ recovery-image] Oct 03 20:21:57.251 INFO O| Oct 03 20:21:57.251 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3899 | 2024-10-03T20:21:58.708Z | [ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3900 | 2024-10-03T20:21:58.708Z | [ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO STEP 18 (remove_files) COMPLETE |
3901 | 2024-10-03T20:21:58.711Z | [ recovery-image] Oct 03 20:21:57.268 INFO O| Oct 03 20:21:57.268 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3902 | 2024-10-03T20:21:58.735Z | [ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3903 | 2024-10-03T20:21:58.735Z | [ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO STEP 19 (remove_files) COMPLETE |
3904 | 2024-10-03T20:21:58.739Z | [ recovery-image] Oct 03 20:21:57.301 INFO O| Oct 03 20:21:57.301 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3905 | 2024-10-03T20:21:58.754Z | [ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3906 | 2024-10-03T20:21:58.754Z | [ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO STEP 20 (remove_files) COMPLETE |
3907 | 2024-10-03T20:21:58.754Z | [ recovery-image] Oct 03 20:21:57.320 INFO O| Oct 03 20:21:57.320 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3908 | 2024-10-03T20:21:58.813Z | [ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3909 | 2024-10-03T20:21:58.814Z | [ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO STEP 21 (remove_files) COMPLETE |
3910 | 2024-10-03T20:21:58.814Z | [ recovery-image] Oct 03 20:21:57.379 INFO O| Oct 03 20:21:57.379 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3911 | 2024-10-03T20:21:58.852Z | [ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3912 | 2024-10-03T20:21:58.852Z | [ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO STEP 22 (remove_files) COMPLETE |
3913 | 2024-10-03T20:21:58.852Z | [ recovery-image] Oct 03 20:21:57.418 INFO O| Oct 03 20:21:57.418 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3914 | 2024-10-03T20:21:58.878Z | [ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3915 | 2024-10-03T20:21:58.878Z | [ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO STEP 23 (remove_files) COMPLETE |
3916 | 2024-10-03T20:21:58.881Z | [ recovery-image] Oct 03 20:21:57.444 INFO O| Oct 03 20:21:57.444 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3917 | 2024-10-03T20:21:58.897Z | [ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3918 | 2024-10-03T20:21:58.900Z | [ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO STEP 24 (remove_files) COMPLETE |
3919 | 2024-10-03T20:21:58.900Z | [ recovery-image] Oct 03 20:21:57.463 INFO O| Oct 03 20:21:57.463 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3920 | 2024-10-03T20:21:58.935Z | [ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3921 | 2024-10-03T20:21:58.935Z | [ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO STEP 25 (remove_files) COMPLETE |
3922 | 2024-10-03T20:21:58.935Z | [ recovery-image] Oct 03 20:21:57.501 INFO O| Oct 03 20:21:57.501 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3923 | 2024-10-03T20:21:58.987Z | [ recovery-image] Oct 03 20:21:57.552 INFO O| Oct 03 20:21:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3924 | 2024-10-03T20:21:58.987Z | [ recovery-image] Oct 03 20:21:57.553 INFO O| Oct 03 20:21:57.553 INFO STEP 26 (remove_files) COMPLETE |
3925 | 2024-10-03T20:21:58.989Z | [ recovery-image] Oct 03 20:21:57.553 INFO O| Oct 03 20:21:57.553 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3926 | 2024-10-03T20:21:59.031Z | [ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3927 | 2024-10-03T20:21:59.031Z | [ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO STEP 27 (remove_files) COMPLETE |
3928 | 2024-10-03T20:21:59.031Z | [ recovery-image] Oct 03 20:21:57.596 INFO O| Oct 03 20:21:57.596 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3929 | 2024-10-03T20:21:59.050Z | [ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3930 | 2024-10-03T20:21:59.050Z | [ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO STEP 28 (remove_files) COMPLETE |
3931 | 2024-10-03T20:21:59.050Z | [ recovery-image] Oct 03 20:21:57.616 INFO O| Oct 03 20:21:57.616 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3932 | 2024-10-03T20:21:59.069Z | [ recovery-image] Oct 03 20:21:57.635 INFO O| Oct 03 20:21:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3933 | 2024-10-03T20:21:59.070Z | [ recovery-image] Oct 03 20:21:57.635 INFO O| Oct 03 20:21:57.635 INFO STEP 29 (remove_files) COMPLETE |
3934 | 2024-10-03T20:21:59.070Z | [ recovery-image] Oct 03 20:21:57.636 INFO O| Oct 03 20:21:57.635 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3935 | 2024-10-03T20:21:59.088Z | [ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3936 | 2024-10-03T20:21:59.088Z | [ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO STEP 30 (remove_files) COMPLETE |
3937 | 2024-10-03T20:21:59.088Z | [ recovery-image] Oct 03 20:21:57.654 INFO O| Oct 03 20:21:57.654 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3938 | 2024-10-03T20:21:59.150Z | [ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3939 | 2024-10-03T20:21:59.150Z | [ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO STEP 31 (remove_files) COMPLETE |
3940 | 2024-10-03T20:21:59.153Z | [ recovery-image] Oct 03 20:21:57.716 INFO O| Oct 03 20:21:57.716 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-10-03T20:21:59.201Z | [ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3942 | 2024-10-03T20:21:59.201Z | [ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO STEP 32 (remove_files) COMPLETE |
3943 | 2024-10-03T20:21:59.201Z | [ recovery-image] Oct 03 20:21:57.767 INFO O| Oct 03 20:21:57.767 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3944 | 2024-10-03T20:21:59.231Z | [ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3945 | 2024-10-03T20:21:59.234Z | [ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO STEP 33 (remove_files) COMPLETE |
3946 | 2024-10-03T20:21:59.234Z | [ recovery-image] Oct 03 20:21:57.797 INFO O| Oct 03 20:21:57.797 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3947 | 2024-10-03T20:21:59.252Z | [ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3948 | 2024-10-03T20:21:59.254Z | [ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO STEP 34 (remove_files) COMPLETE |
3949 | 2024-10-03T20:21:59.254Z | [ recovery-image] Oct 03 20:21:57.818 INFO O| Oct 03 20:21:57.818 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3950 | 2024-10-03T20:21:59.273Z | [ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3951 | 2024-10-03T20:21:59.273Z | [ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO STEP 35 (remove_files) COMPLETE |
3952 | 2024-10-03T20:21:59.273Z | [ recovery-image] Oct 03 20:21:57.839 INFO O| Oct 03 20:21:57.839 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3953 | 2024-10-03T20:21:59.292Z | [ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3954 | 2024-10-03T20:21:59.292Z | [ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO STEP 36 (remove_files) COMPLETE |
3955 | 2024-10-03T20:21:59.292Z | [ recovery-image] Oct 03 20:21:57.858 INFO O| Oct 03 20:21:57.858 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3956 | 2024-10-03T20:21:59.332Z | [ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3957 | 2024-10-03T20:21:59.332Z | [ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO STEP 37 (remove_files) COMPLETE |
3958 | 2024-10-03T20:21:59.332Z | [ recovery-image] Oct 03 20:21:57.898 INFO O| Oct 03 20:21:57.898 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3959 | 2024-10-03T20:21:59.367Z | [ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3960 | 2024-10-03T20:21:59.369Z | [ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO STEP 38 (remove_files) COMPLETE |
3961 | 2024-10-03T20:21:59.369Z | [ recovery-image] Oct 03 20:21:57.933 INFO O| Oct 03 20:21:57.933 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3962 | 2024-10-03T20:21:59.386Z | [ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3963 | 2024-10-03T20:21:59.386Z | [ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO STEP 39 (remove_files) COMPLETE |
3964 | 2024-10-03T20:21:59.386Z | [ recovery-image] Oct 03 20:21:57.952 INFO O| Oct 03 20:21:57.952 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3965 | 2024-10-03T20:21:59.404Z | [ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3966 | 2024-10-03T20:21:59.404Z | [ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO STEP 40 (remove_files) COMPLETE |
3967 | 2024-10-03T20:21:59.406Z | [ recovery-image] Oct 03 20:21:57.970 INFO O| Oct 03 20:21:57.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3968 | 2024-10-03T20:21:59.441Z | [ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3969 | 2024-10-03T20:21:59.441Z | [ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO STEP 41 (remove_files) COMPLETE |
3970 | 2024-10-03T20:21:59.441Z | [ recovery-image] Oct 03 20:21:58.007 INFO O| Oct 03 20:21:58.007 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3971 | 2024-10-03T20:21:59.450Z | [ host-image] Oct 03 20:21:58.016 INFO O| Oct 03 20:21:58.016 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3972 | 2024-10-03T20:21:59.481Z | [ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3973 | 2024-10-03T20:21:59.484Z | [ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO STEP 42 (remove_files) COMPLETE |
3974 | 2024-10-03T20:21:59.484Z | [ recovery-image] Oct 03 20:21:58.047 INFO O| Oct 03 20:21:58.047 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3975 | 2024-10-03T20:21:59.527Z | [ recovery-image] Oct 03 20:21:58.077 INFO O| Oct 03 20:21:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3976 | 2024-10-03T20:21:59.530Z | [ recovery-image] Oct 03 20:21:58.078 INFO O| Oct 03 20:21:58.077 INFO STEP 43 (remove_files) COMPLETE |
3977 | 2024-10-03T20:21:59.530Z | [ recovery-image] Oct 03 20:21:58.078 INFO O| Oct 03 20:21:58.078 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3978 | 2024-10-03T20:21:59.534Z | [ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3979 | 2024-10-03T20:21:59.540Z | [ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.100 INFO STEP 44 (remove_files) COMPLETE |
3980 | 2024-10-03T20:21:59.540Z | [ recovery-image] Oct 03 20:21:58.100 INFO O| Oct 03 20:21:58.100 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3981 | 2024-10-03T20:21:59.572Z | [ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3982 | 2024-10-03T20:21:59.573Z | [ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO STEP 45 (remove_files) COMPLETE |
3983 | 2024-10-03T20:21:59.573Z | [ recovery-image] Oct 03 20:21:58.138 INFO O| Oct 03 20:21:58.138 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3984 | 2024-10-03T20:21:59.603Z | [ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3985 | 2024-10-03T20:21:59.603Z | [ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO STEP 46 (remove_files) COMPLETE |
3986 | 2024-10-03T20:21:59.606Z | [ recovery-image] Oct 03 20:21:58.169 INFO O| Oct 03 20:21:58.169 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3987 | 2024-10-03T20:21:59.635Z | [ recovery-image] Oct 03 20:21:58.200 INFO O| Oct 03 20:21:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3988 | 2024-10-03T20:21:59.635Z | [ recovery-image] Oct 03 20:21:58.201 INFO O| Oct 03 20:21:58.200 INFO STEP 47 (remove_files) COMPLETE |
3989 | 2024-10-03T20:21:59.637Z | [ recovery-image] Oct 03 20:21:58.201 INFO O| Oct 03 20:21:58.201 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3990 | 2024-10-03T20:21:59.672Z | [ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3991 | 2024-10-03T20:21:59.675Z | [ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO STEP 48 (remove_files) COMPLETE |
3992 | 2024-10-03T20:21:59.675Z | [ recovery-image] Oct 03 20:21:58.238 INFO O| Oct 03 20:21:58.238 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3993 | 2024-10-03T20:21:59.692Z | [ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3994 | 2024-10-03T20:21:59.694Z | [ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO STEP 49 (remove_files) COMPLETE |
3995 | 2024-10-03T20:21:59.694Z | [ recovery-image] Oct 03 20:21:58.258 INFO O| Oct 03 20:21:58.258 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3996 | 2024-10-03T20:21:59.711Z | [ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3997 | 2024-10-03T20:21:59.714Z | [ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO STEP 50 (remove_files) COMPLETE |
3998 | 2024-10-03T20:21:59.714Z | [ recovery-image] Oct 03 20:21:58.277 INFO O| Oct 03 20:21:58.277 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3999 | 2024-10-03T20:21:59.745Z | [ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4000 | 2024-10-03T20:21:59.745Z | [ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO STEP 51 (remove_files) COMPLETE |
4001 | 2024-10-03T20:21:59.745Z | [ recovery-image] Oct 03 20:21:58.311 INFO O| Oct 03 20:21:58.311 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4002 | 2024-10-03T20:21:59.774Z | [ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4003 | 2024-10-03T20:21:59.777Z | [ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO STEP 52 (remove_files) COMPLETE |
4004 | 2024-10-03T20:21:59.777Z | [ recovery-image] Oct 03 20:21:58.340 INFO O| Oct 03 20:21:58.340 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4005 | 2024-10-03T20:21:59.858Z | [ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4006 | 2024-10-03T20:21:59.858Z | [ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO STEP 53 (remove_files) COMPLETE |
4007 | 2024-10-03T20:21:59.858Z | [ recovery-image] Oct 03 20:21:58.424 INFO O| Oct 03 20:21:58.424 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4008 | 2024-10-03T20:21:59.880Z | [ recovery-image] Oct 03 20:21:58.445 INFO O| Oct 03 20:21:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4009 | 2024-10-03T20:21:59.880Z | [ recovery-image] Oct 03 20:21:58.446 INFO O| Oct 03 20:21:58.446 INFO STEP 54 (remove_files) COMPLETE |
4010 | 2024-10-03T20:21:59.882Z | [ recovery-image] Oct 03 20:21:58.446 INFO O| Oct 03 20:21:58.446 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4011 | 2024-10-03T20:21:59.898Z | [ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4012 | 2024-10-03T20:21:59.898Z | [ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO STEP 55 (remove_files) COMPLETE |
4013 | 2024-10-03T20:21:59.901Z | [ recovery-image] Oct 03 20:21:58.464 INFO O| Oct 03 20:21:58.464 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4014 | 2024-10-03T20:21:59.916Z | [ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4015 | 2024-10-03T20:21:59.916Z | [ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO STEP 56 (remove_files) COMPLETE |
4016 | 2024-10-03T20:21:59.916Z | [ recovery-image] Oct 03 20:21:58.482 INFO O| Oct 03 20:21:58.482 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-10-03T20:21:59.936Z | [ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4018 | 2024-10-03T20:21:59.936Z | [ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.502 INFO STEP 57 (remove_files) COMPLETE |
4019 | 2024-10-03T20:21:59.939Z | [ recovery-image] Oct 03 20:21:58.502 INFO O| Oct 03 20:21:58.502 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-10-03T20:21:59.983Z | [ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4021 | 2024-10-03T20:21:59.983Z | [ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4022 | 2024-10-03T20:21:59.986Z | [ recovery-image] Oct 03 20:21:58.549 INFO O| Oct 03 20:21:58.549 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4023 | 2024-10-03T20:21:59.986Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4024 | 2024-10-03T20:21:59.986Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4025 | 2024-10-03T20:21:59.986Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4026 | 2024-10-03T20:21:59.986Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO ok! |
4027 | 2024-10-03T20:21:59.987Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO STEP 58 (ensure_file) COMPLETE |
4028 | 2024-10-03T20:21:59.987Z | [ recovery-image] Oct 03 20:21:58.550 INFO O| Oct 03 20:21:58.550 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-10-03T20:22:00.045Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4030 | 2024-10-03T20:22:00.045Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4031 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4032 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4033 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4034 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4035 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO ok! |
4036 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO STEP 59 (ensure_file) COMPLETE |
4037 | 2024-10-03T20:22:00.048Z | [ recovery-image] Oct 03 20:21:58.611 INFO O| Oct 03 20:21:58.611 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-10-03T20:22:00.065Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.629 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4039 | 2024-10-03T20:22:00.065Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.629 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4040 | 2024-10-03T20:22:00.065Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4041 | 2024-10-03T20:22:00.067Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO ok! |
4042 | 2024-10-03T20:22:00.068Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO STEP 60 (ensure_file) COMPLETE |
4043 | 2024-10-03T20:22:00.068Z | [ recovery-image] Oct 03 20:21:58.630 INFO O| Oct 03 20:21:58.630 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-10-03T20:22:00.096Z | [ recovery-image] Oct 03 20:21:58.661 INFO O| Oct 03 20:21:58.661 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4045 | 2024-10-03T20:22:00.099Z | [ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4046 | 2024-10-03T20:22:00.099Z | [ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4047 | 2024-10-03T20:22:00.099Z | [ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO ok! |
4048 | 2024-10-03T20:22:00.099Z | [ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO STEP 61 (ensure_file) COMPLETE |
4049 | 2024-10-03T20:22:00.099Z | [ recovery-image] Oct 03 20:21:58.662 INFO O| Oct 03 20:21:58.662 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-10-03T20:22:00.129Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.694 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4051 | 2024-10-03T20:22:00.131Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4052 | 2024-10-03T20:22:00.131Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4053 | 2024-10-03T20:22:00.131Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4054 | 2024-10-03T20:22:00.132Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO ok! |
4055 | 2024-10-03T20:22:00.132Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO STEP 62 (ensure_file) COMPLETE |
4056 | 2024-10-03T20:22:00.132Z | [ recovery-image] Oct 03 20:21:58.695 INFO O| Oct 03 20:21:58.695 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4057 | 2024-10-03T20:22:00.190Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4058 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4059 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4060 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4061 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO ok! |
4062 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO STEP 63 (ensure_file) COMPLETE |
4063 | 2024-10-03T20:22:00.193Z | [ recovery-image] Oct 03 20:21:58.756 INFO O| Oct 03 20:21:58.756 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-10-03T20:22:00.211Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4065 | 2024-10-03T20:22:00.211Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4066 | 2024-10-03T20:22:00.214Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4067 | 2024-10-03T20:22:00.214Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO ok! |
4068 | 2024-10-03T20:22:00.214Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO STEP 64 (assemble_files) COMPLETE |
4069 | 2024-10-03T20:22:00.214Z | [ recovery-image] Oct 03 20:21:58.777 INFO O| Oct 03 20:21:58.777 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-10-03T20:22:00.244Z | [ recovery-image] Oct 03 20:21:58.809 INFO O| Oct 03 20:21:58.809 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4071 | 2024-10-03T20:22:00.244Z | [ recovery-image] Oct 03 20:21:58.809 INFO O| Oct 03 20:21:58.809 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4072 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4073 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4074 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO ok! |
4075 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 65 (ensure_file) COMPLETE |
4076 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled |
4078 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled |
4080 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO skip step because feature "omicron1" is not enabled |
4082 | 2024-10-03T20:22:00.247Z | [ recovery-image] Oct 03 20:21:58.810 INFO O| Oct 03 20:21:58.810 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-10-03T20:22:00.273Z | [ recovery-image] Oct 03 20:21:58.839 INFO O| Oct 03 20:21:58.839 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4084 | 2024-10-03T20:22:00.273Z | [ recovery-image] Oct 03 20:21:58.839 INFO O| Oct 03 20:21:58.839 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4085 | 2024-10-03T20:22:03.252Z | [ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO STEP 69 (pack_tar) COMPLETE |
4086 | 2024-10-03T20:22:03.252Z | [ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4087 | 2024-10-03T20:22:03.254Z | [ recovery-image] Oct 03 20:22:01.817 INFO O| Oct 03 20:22:01.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4088 | 2024-10-03T20:22:03.570Z | [ recovery-image] Oct 03 20:22:02.135 INFO O| Oct 03 20:22:02.135 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4089 | 2024-10-03T20:22:03.695Z | [ recovery-image] Oct 03 20:22:02.261 INFO O| Oct 03 20:22:02.260 INFO completed processing gimlet/ramdisk-02-trim |
4090 | 2024-10-03T20:22:03.699Z | [ recovery-image] Oct 03 20:22:02.264 INFO image builder template: ramdisk-03-recovery-trim... |
4091 | 2024-10-03T20:22:03.703Z | [ recovery-image] Oct 03 20:22:02.265 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/.tmp4RA0ll/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4092 | 2024-10-03T20:22:03.802Z | [ host-image] Oct 03 20:22:02.367 INFO O| Oct 03 20:22:02.367 INFO O| Planning: Solver setup ... Done |
4093 | 2024-10-03T20:22:03.839Z | [ host-image] Oct 03 20:22:02.404 INFO O| Oct 03 20:22:02.404 INFO O| Planning: Running solver ... Done |
4094 | 2024-10-03T20:22:03.917Z | [ recovery-image] Oct 03 20:22:02.481 INFO O| Oct 03 20:22:02.481 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4095 | 2024-10-03T20:22:03.926Z | [ recovery-image] Oct 03 20:22:02.491 INFO O| Oct 03 20:22:02.491 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4096 | 2024-10-03T20:22:03.970Z | [ host-image] Oct 03 20:22:02.535 INFO O| Oct 03 20:22:02.535 INFO O| Planning: Finding local manifests ... Done |
4097 | 2024-10-03T20:22:03.973Z | [ host-image] Oct 03 20:22:02.538 INFO O| Oct 03 20:22:02.538 INFO O| Planning: Fetching manifests: 0/4 0% complete |
4098 | 2024-10-03T20:22:04.129Z | [ recovery-image] Oct 03 20:22:02.694 INFO O| Oct 03 20:22:02.694 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4099 | 2024-10-03T20:22:04.260Z | [ recovery-image] Oct 03 20:22:02.825 INFO O| Oct 03 20:22:02.825 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4100 | 2024-10-03T20:22:04.262Z | [ recovery-image] Oct 03 20:22:02.825 INFO O| Oct 03 20:22:02.825 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4101 | 2024-10-03T20:22:04.269Z | [ host-image] Oct 03 20:22:02.834 INFO O| Oct 03 20:22:02.834 INFO O| Planning: Fetching manifests: 4/4 100% complete |
4102 | 2024-10-03T20:22:04.277Z | [ recovery-image] Oct 03 20:22:02.843 INFO O| Oct 03 20:22:02.843 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4103 | 2024-10-03T20:22:04.302Z | [ recovery-image] Oct 03 20:22:02.867 INFO O| Oct 03 20:22:02.867 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4104 | 2024-10-03T20:22:04.323Z | [ host-image] Oct 03 20:22:02.888 INFO O| Oct 03 20:22:02.888 INFO O| Planning: Package planning ... Done |
4105 | 2024-10-03T20:22:04.327Z | [ recovery-image] Oct 03 20:22:02.892 INFO O| Oct 03 20:22:02.892 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4106 | 2024-10-03T20:22:04.329Z | [ host-image] Oct 03 20:22:02.894 INFO O| Oct 03 20:22:02.894 INFO O| Planning: Merging actions ... Done |
4107 | 2024-10-03T20:22:04.584Z | [ host-image] Oct 03 20:22:03.149 INFO O| Oct 03 20:22:03.149 INFO O| Planning: Checking for conflicting actions ... Done |
4108 | 2024-10-03T20:22:04.586Z | [ host-image] Oct 03 20:22:03.151 INFO O| Oct 03 20:22:03.151 INFO O| Planning: Consolidating action changes ... Done |
4109 | 2024-10-03T20:22:04.862Z | [ recovery-image] Oct 03 20:22:03.427 INFO O| Oct 03 20:22:03.427 INFO rolled back to input snapshot; work may begin |
4110 | 2024-10-03T20:22:04.862Z | [ recovery-image] Oct 03 20:22:03.427 INFO O| Oct 03 20:22:03.427 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4111 | 2024-10-03T20:22:04.870Z | [ recovery-image] Oct 03 20:22:03.436 INFO O| Oct 03 20:22:03.436 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-10-03T20:22:04.887Z | [ recovery-image] Oct 03 20:22:03.453 INFO O| Oct 03 20:22:03.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4113 | 2024-10-03T20:22:04.898Z | [ recovery-image] Oct 03 20:22:03.463 INFO O| Oct 03 20:22:03.463 INFO STEP 0 (remove_files) COMPLETE |
4114 | 2024-10-03T20:22:04.898Z | [ recovery-image] Oct 03 20:22:03.464 INFO O| Oct 03 20:22:03.463 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-10-03T20:22:04.935Z | [ recovery-image] Oct 03 20:22:03.500 INFO O| Oct 03 20:22:03.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4116 | 2024-10-03T20:22:05.032Z | [ host-image] Oct 03 20:22:03.596 INFO O| Oct 03 20:22:03.596 INFO O| Planning: Evaluating mediators ... Done |
4117 | 2024-10-03T20:22:05.038Z | [ host-image] Oct 03 20:22:03.598 INFO O| Oct 03 20:22:03.598 INFO O| Planning: Planning completed in 5.58 seconds |
4118 | 2024-10-03T20:22:05.040Z | [ host-image] Oct 03 20:22:03.601 INFO O| Oct 03 20:22:03.601 INFO O| Packages to install: 4 |
4119 | 2024-10-03T20:22:05.040Z | [ host-image] Oct 03 20:22:03.601 INFO O| Oct 03 20:22:03.601 INFO O| Services to change: 2 |
4120 | 2024-10-03T20:22:05.055Z | [ host-image] Oct 03 20:22:03.620 INFO O| Oct 03 20:22:03.620 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4121 | 2024-10-03T20:22:05.371Z | [ recovery-image] Oct 03 20:22:03.935 INFO O| Oct 03 20:22:03.935 INFO STEP 1 (remove_files) COMPLETE |
4122 | 2024-10-03T20:22:05.374Z | [ recovery-image] Oct 03 20:22:03.935 INFO O| Oct 03 20:22:03.935 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4123 | 2024-10-03T20:22:05.392Z | [ recovery-image] Oct 03 20:22:03.957 INFO O| Oct 03 20:22:03.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4124 | 2024-10-03T20:22:05.417Z | [ recovery-image] Oct 03 20:22:03.981 INFO O| Oct 03 20:22:03.981 INFO STEP 2 (remove_files) COMPLETE |
4125 | 2024-10-03T20:22:05.417Z | [ recovery-image] Oct 03 20:22:03.982 INFO O| Oct 03 20:22:03.981 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4126 | 2024-10-03T20:22:05.445Z | [ recovery-image] Oct 03 20:22:04.011 INFO O| Oct 03 20:22:04.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4127 | 2024-10-03T20:22:05.601Z | [ recovery-image] Oct 03 20:22:04.166 INFO O| Oct 03 20:22:04.166 INFO STEP 3 (remove_files) COMPLETE |
4128 | 2024-10-03T20:22:05.601Z | [ recovery-image] Oct 03 20:22:04.166 INFO O| Oct 03 20:22:04.166 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4129 | 2024-10-03T20:22:05.623Z | [ recovery-image] Oct 03 20:22:04.188 INFO O| Oct 03 20:22:04.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4130 | 2024-10-03T20:22:05.795Z | [ host-image] Oct 03 20:22:04.360 INFO O| Oct 03 20:22:04.360 INFO O| Download: Completed 1.39 MB in 0.74 seconds (1.9M/s) |
4131 | 2024-10-03T20:22:05.951Z | [ host-image] Oct 03 20:22:04.515 INFO O| Oct 03 20:22:04.515 INFO O| Actions: 1/238 actions (Installing new actions) |
4132 | 2024-10-03T20:22:06.104Z | [ recovery-image] Oct 03 20:22:04.668 INFO O| Oct 03 20:22:04.668 INFO STEP 4 (remove_files) COMPLETE |
4133 | 2024-10-03T20:22:06.107Z | [ recovery-image] Oct 03 20:22:04.668 INFO O| Oct 03 20:22:04.668 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-10-03T20:22:06.161Z | [ recovery-image] Oct 03 20:22:04.726 INFO O| Oct 03 20:22:04.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4135 | 2024-10-03T20:22:06.244Z | [ recovery-image] Oct 03 20:22:04.809 INFO O| Oct 03 20:22:04.809 INFO STEP 5 (remove_files) COMPLETE |
4136 | 2024-10-03T20:22:06.244Z | [ recovery-image] Oct 03 20:22:04.809 INFO O| Oct 03 20:22:04.809 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-10-03T20:22:06.289Z | [ recovery-image] Oct 03 20:22:04.854 INFO O| Oct 03 20:22:04.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4138 | 2024-10-03T20:22:06.317Z | [ recovery-image] Oct 03 20:22:04.882 INFO O| Oct 03 20:22:04.882 INFO STEP 6 (remove_files) COMPLETE |
4139 | 2024-10-03T20:22:06.320Z | [ recovery-image] Oct 03 20:22:04.883 INFO O| Oct 03 20:22:04.882 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-10-03T20:22:06.342Z | [ recovery-image] Oct 03 20:22:04.907 INFO O| Oct 03 20:22:04.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4141 | 2024-10-03T20:22:06.364Z | [ recovery-image] Oct 03 20:22:04.929 INFO O| Oct 03 20:22:04.929 INFO STEP 7 (remove_files) COMPLETE |
4142 | 2024-10-03T20:22:06.364Z | [ recovery-image] Oct 03 20:22:04.929 INFO O| Oct 03 20:22:04.929 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-10-03T20:22:06.386Z | [ recovery-image] Oct 03 20:22:04.951 INFO O| Oct 03 20:22:04.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4144 | 2024-10-03T20:22:06.434Z | [ host-image] Oct 03 20:22:05.000 INFO O| Oct 03 20:22:04.999 INFO O| Actions: Completed 238 actions in 0.48 seconds. |
4145 | 2024-10-03T20:22:06.470Z | [ recovery-image] Oct 03 20:22:05.035 INFO O| Oct 03 20:22:05.035 INFO STEP 8 (remove_files) COMPLETE |
4146 | 2024-10-03T20:22:06.470Z | [ recovery-image] Oct 03 20:22:05.035 INFO O| Oct 03 20:22:05.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-10-03T20:22:06.508Z | [ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4148 | 2024-10-03T20:22:06.510Z | [ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.073 INFO STEP 9 (remove_files) COMPLETE |
4149 | 2024-10-03T20:22:06.510Z | [ recovery-image] Oct 03 20:22:05.073 INFO O| Oct 03 20:22:05.073 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-10-03T20:22:06.529Z | [ recovery-image] Oct 03 20:22:05.094 INFO O| Oct 03 20:22:05.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4151 | 2024-10-03T20:22:06.533Z | [ recovery-image] Oct 03 20:22:05.095 INFO O| Oct 03 20:22:05.095 INFO STEP 10 (remove_files) COMPLETE |
4152 | 2024-10-03T20:22:06.533Z | [ recovery-image] Oct 03 20:22:05.095 INFO O| Oct 03 20:22:05.095 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-10-03T20:22:06.661Z | [ recovery-image] Oct 03 20:22:05.227 INFO O| Oct 03 20:22:05.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4154 | 2024-10-03T20:22:06.745Z | [ recovery-image] Oct 03 20:22:05.307 INFO O| Oct 03 20:22:05.307 INFO STEP 11 (remove_files) COMPLETE |
4155 | 2024-10-03T20:22:06.745Z | [ recovery-image] Oct 03 20:22:05.307 INFO O| Oct 03 20:22:05.307 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-10-03T20:22:06.771Z | [ recovery-image] Oct 03 20:22:05.336 INFO O| Oct 03 20:22:05.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4157 | 2024-10-03T20:22:06.791Z | [ recovery-image] Oct 03 20:22:05.356 INFO O| Oct 03 20:22:05.356 INFO STEP 12 (remove_files) COMPLETE |
4158 | 2024-10-03T20:22:06.791Z | [ recovery-image] Oct 03 20:22:05.356 INFO O| Oct 03 20:22:05.356 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-10-03T20:22:06.811Z | [ recovery-image] Oct 03 20:22:05.376 INFO O| Oct 03 20:22:05.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4160 | 2024-10-03T20:22:06.814Z | [ host-image] Oct 03 20:22:05.379 INFO O| Oct 03 20:22:05.379 INFO O| Done |
4161 | 2024-10-03T20:22:06.814Z | [ host-image] Oct 03 20:22:05.379 INFO O| Oct 03 20:22:05.379 INFO O| Done |
4162 | 2024-10-03T20:22:06.872Z | [ recovery-image] Oct 03 20:22:05.426 INFO O| Oct 03 20:22:05.415 INFO STEP 13 (remove_files) COMPLETE |
4163 | 2024-10-03T20:22:06.872Z | [ recovery-image] Oct 03 20:22:05.426 INFO O| Oct 03 20:22:05.415 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-10-03T20:22:06.872Z | [ recovery-image] Oct 03 20:22:05.437 INFO O| Oct 03 20:22:05.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4165 | 2024-10-03T20:22:06.875Z | [ recovery-image] Oct 03 20:22:05.440 INFO O| Oct 03 20:22:05.440 INFO STEP 14 (remove_files) COMPLETE |
4166 | 2024-10-03T20:22:06.875Z | [ recovery-image] Oct 03 20:22:05.440 INFO O| Oct 03 20:22:05.440 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-10-03T20:22:06.899Z | [ recovery-image] Oct 03 20:22:05.463 INFO O| Oct 03 20:22:05.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4168 | 2024-10-03T20:22:06.917Z | [ recovery-image] Oct 03 20:22:05.482 INFO O| Oct 03 20:22:05.482 INFO STEP 15 (remove_files) COMPLETE |
4169 | 2024-10-03T20:22:06.921Z | [ recovery-image] Oct 03 20:22:05.483 INFO O| Oct 03 20:22:05.482 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-10-03T20:22:06.953Z | [ recovery-image] Oct 03 20:22:05.518 INFO O| Oct 03 20:22:05.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4171 | 2024-10-03T20:22:07.019Z | [ recovery-image] Oct 03 20:22:05.584 INFO O| Oct 03 20:22:05.584 INFO STEP 16 (remove_files) COMPLETE |
4172 | 2024-10-03T20:22:07.019Z | [ recovery-image] Oct 03 20:22:05.584 INFO O| Oct 03 20:22:05.584 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-10-03T20:22:07.051Z | [ recovery-image] Oct 03 20:22:05.616 INFO O| Oct 03 20:22:05.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4174 | 2024-10-03T20:22:07.054Z | [ recovery-image] Oct 03 20:22:05.619 INFO O| Oct 03 20:22:05.619 INFO STEP 17 (remove_files) COMPLETE |
4175 | 2024-10-03T20:22:07.056Z | [ recovery-image] Oct 03 20:22:05.619 INFO O| Oct 03 20:22:05.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-10-03T20:22:07.076Z | [ recovery-image] Oct 03 20:22:05.641 INFO O| Oct 03 20:22:05.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4177 | 2024-10-03T20:22:07.091Z | [ recovery-image] Oct 03 20:22:05.654 INFO O| Oct 03 20:22:05.654 INFO STEP 18 (remove_files) COMPLETE |
4178 | 2024-10-03T20:22:07.091Z | [ recovery-image] Oct 03 20:22:05.654 INFO O| Oct 03 20:22:05.654 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-03T20:22:07.128Z | [ recovery-image] Oct 03 20:22:05.693 INFO O| Oct 03 20:22:05.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4180 | 2024-10-03T20:22:07.322Z | [ recovery-image] Oct 03 20:22:05.887 INFO O| Oct 03 20:22:05.887 INFO STEP 19 (remove_files) COMPLETE |
4181 | 2024-10-03T20:22:07.322Z | [ recovery-image] Oct 03 20:22:05.887 INFO O| Oct 03 20:22:05.887 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-03T20:22:07.351Z | [ recovery-image] Oct 03 20:22:05.916 INFO O| Oct 03 20:22:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4183 | 2024-10-03T20:22:07.356Z | [ recovery-image] Oct 03 20:22:05.920 INFO O| Oct 03 20:22:05.920 INFO STEP 20 (remove_files) COMPLETE |
4184 | 2024-10-03T20:22:07.356Z | [ recovery-image] Oct 03 20:22:05.920 INFO O| Oct 03 20:22:05.920 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-03T20:22:07.378Z | [ recovery-image] Oct 03 20:22:05.943 INFO O| Oct 03 20:22:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4186 | 2024-10-03T20:22:07.396Z | [ recovery-image] Oct 03 20:22:05.960 INFO O| Oct 03 20:22:05.960 INFO STEP 21 (remove_files) COMPLETE |
4187 | 2024-10-03T20:22:07.396Z | [ recovery-image] Oct 03 20:22:05.960 INFO O| Oct 03 20:22:05.960 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-03T20:22:07.450Z | [ recovery-image] Oct 03 20:22:06.015 INFO O| Oct 03 20:22:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4189 | 2024-10-03T20:22:07.453Z | [ recovery-image] Oct 03 20:22:06.016 INFO O| Oct 03 20:22:06.016 INFO STEP 22 (remove_files) COMPLETE |
4190 | 2024-10-03T20:22:07.453Z | [ recovery-image] Oct 03 20:22:06.016 INFO O| Oct 03 20:22:06.016 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-03T20:22:07.470Z | [ recovery-image] Oct 03 20:22:06.035 INFO O| Oct 03 20:22:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4192 | 2024-10-03T20:22:07.489Z | [ recovery-image] Oct 03 20:22:06.053 INFO O| Oct 03 20:22:06.053 INFO STEP 23 (remove_files) COMPLETE |
4193 | 2024-10-03T20:22:07.489Z | [ recovery-image] Oct 03 20:22:06.053 INFO O| Oct 03 20:22:06.053 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-03T20:22:07.524Z | [ recovery-image] Oct 03 20:22:06.089 INFO O| Oct 03 20:22:06.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4195 | 2024-10-03T20:22:07.532Z | [ recovery-image] Oct 03 20:22:06.097 INFO O| Oct 03 20:22:06.097 INFO STEP 24 (remove_files) COMPLETE |
4196 | 2024-10-03T20:22:07.532Z | [ recovery-image] Oct 03 20:22:06.097 INFO O| Oct 03 20:22:06.097 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-03T20:22:07.569Z | [ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4198 | 2024-10-03T20:22:07.569Z | [ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO STEP 25 (remove_files) COMPLETE |
4199 | 2024-10-03T20:22:07.571Z | [ recovery-image] Oct 03 20:22:06.134 INFO O| Oct 03 20:22:06.134 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-03T20:22:07.601Z | [ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4201 | 2024-10-03T20:22:07.604Z | [ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO STEP 26 (remove_files) COMPLETE |
4202 | 2024-10-03T20:22:07.604Z | [ recovery-image] Oct 03 20:22:06.166 INFO O| Oct 03 20:22:06.166 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-03T20:22:07.622Z | [ recovery-image] Oct 03 20:22:06.186 INFO O| Oct 03 20:22:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4204 | 2024-10-03T20:22:07.626Z | [ recovery-image] Oct 03 20:22:06.191 INFO O| Oct 03 20:22:06.191 INFO STEP 27 (remove_files) COMPLETE |
4205 | 2024-10-03T20:22:07.635Z | [ recovery-image] Oct 03 20:22:06.191 INFO O| Oct 03 20:22:06.191 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-03T20:22:07.655Z | [ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4207 | 2024-10-03T20:22:07.655Z | [ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.220 INFO STEP 28 (remove_files) COMPLETE |
4208 | 2024-10-03T20:22:07.655Z | [ recovery-image] Oct 03 20:22:06.220 INFO O| Oct 03 20:22:06.220 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-03T20:22:07.693Z | [ recovery-image] Oct 03 20:22:06.258 INFO O| Oct 03 20:22:06.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4210 | 2024-10-03T20:22:07.699Z | [ recovery-image] Oct 03 20:22:06.265 INFO O| Oct 03 20:22:06.264 INFO STEP 29 (remove_files) COMPLETE |
4211 | 2024-10-03T20:22:07.702Z | [ recovery-image] Oct 03 20:22:06.265 INFO O| Oct 03 20:22:06.265 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-10-03T20:22:07.721Z | [ recovery-image] Oct 03 20:22:06.286 INFO O| Oct 03 20:22:06.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4213 | 2024-10-03T20:22:07.724Z | [ recovery-image] Oct 03 20:22:06.287 INFO O| Oct 03 20:22:06.287 INFO STEP 30 (remove_files) COMPLETE |
4214 | 2024-10-03T20:22:07.724Z | [ recovery-image] Oct 03 20:22:06.287 INFO O| Oct 03 20:22:06.287 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-10-03T20:22:07.766Z | [ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4216 | 2024-10-03T20:22:07.769Z | [ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO STEP 31 (remove_files) COMPLETE |
4217 | 2024-10-03T20:22:07.769Z | [ recovery-image] Oct 03 20:22:06.331 INFO O| Oct 03 20:22:06.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-10-03T20:22:07.788Z | [ recovery-image] Oct 03 20:22:06.352 INFO O| Oct 03 20:22:06.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4219 | 2024-10-03T20:22:07.790Z | [ recovery-image] Oct 03 20:22:06.353 INFO O| Oct 03 20:22:06.353 INFO STEP 32 (remove_files) COMPLETE |
4220 | 2024-10-03T20:22:07.790Z | [ recovery-image] Oct 03 20:22:06.353 INFO O| Oct 03 20:22:06.353 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-03T20:22:07.798Z | [ host-image] Oct 03 20:22:06.363 INFO O| Oct 03 20:22:06.363 INFO O| Done |
4222 | 2024-10-03T20:22:07.808Z | [ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4223 | 2024-10-03T20:22:07.811Z | [ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO STEP 33 (remove_files) COMPLETE |
4224 | 2024-10-03T20:22:07.811Z | [ recovery-image] Oct 03 20:22:06.372 INFO O| Oct 03 20:22:06.372 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-10-03T20:22:07.835Z | [ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4226 | 2024-10-03T20:22:07.835Z | [ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO STEP 34 (remove_files) COMPLETE |
4227 | 2024-10-03T20:22:07.838Z | [ recovery-image] Oct 03 20:22:06.400 INFO O| Oct 03 20:22:06.400 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-10-03T20:22:07.859Z | [ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4229 | 2024-10-03T20:22:07.862Z | [ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO STEP 35 (remove_files) COMPLETE |
4230 | 2024-10-03T20:22:07.862Z | [ recovery-image] Oct 03 20:22:06.424 INFO O| Oct 03 20:22:06.424 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-10-03T20:22:07.879Z | [ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4232 | 2024-10-03T20:22:07.881Z | [ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO STEP 36 (remove_files) COMPLETE |
4233 | 2024-10-03T20:22:07.881Z | [ recovery-image] Oct 03 20:22:06.444 INFO O| Oct 03 20:22:06.444 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-10-03T20:22:07.901Z | [ recovery-image] Oct 03 20:22:06.466 INFO O| Oct 03 20:22:06.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4235 | 2024-10-03T20:22:07.928Z | [ recovery-image] Oct 03 20:22:06.492 INFO O| Oct 03 20:22:06.492 INFO STEP 37 (remove_files) COMPLETE |
4236 | 2024-10-03T20:22:07.928Z | [ recovery-image] Oct 03 20:22:06.492 INFO O| Oct 03 20:22:06.492 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-10-03T20:22:07.965Z | [ recovery-image] Oct 03 20:22:06.529 INFO O| Oct 03 20:22:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4238 | 2024-10-03T20:22:07.967Z | [ recovery-image] Oct 03 20:22:06.530 INFO O| Oct 03 20:22:06.530 INFO STEP 38 (remove_files) COMPLETE |
4239 | 2024-10-03T20:22:07.967Z | [ recovery-image] Oct 03 20:22:06.530 INFO O| Oct 03 20:22:06.530 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-10-03T20:22:07.991Z | [ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4241 | 2024-10-03T20:22:07.991Z | [ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO STEP 39 (remove_files) COMPLETE |
4242 | 2024-10-03T20:22:07.991Z | [ recovery-image] Oct 03 20:22:06.556 INFO O| Oct 03 20:22:06.556 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-10-03T20:22:08.011Z | [ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4244 | 2024-10-03T20:22:08.011Z | [ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO STEP 40 (remove_files) COMPLETE |
4245 | 2024-10-03T20:22:08.011Z | [ recovery-image] Oct 03 20:22:06.576 INFO O| Oct 03 20:22:06.576 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-10-03T20:22:08.031Z | [ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4247 | 2024-10-03T20:22:08.031Z | [ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO STEP 41 (remove_files) COMPLETE |
4248 | 2024-10-03T20:22:08.031Z | [ recovery-image] Oct 03 20:22:06.595 INFO O| Oct 03 20:22:06.595 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-10-03T20:22:08.049Z | [ recovery-image] Oct 03 20:22:06.613 INFO O| Oct 03 20:22:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4250 | 2024-10-03T20:22:08.049Z | [ recovery-image] Oct 03 20:22:06.614 INFO O| Oct 03 20:22:06.613 INFO STEP 42 (remove_files) COMPLETE |
4251 | 2024-10-03T20:22:08.049Z | [ recovery-image] Oct 03 20:22:06.614 INFO O| Oct 03 20:22:06.613 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-10-03T20:22:08.067Z | [ recovery-image] Oct 03 20:22:06.632 INFO O| Oct 03 20:22:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4253 | 2024-10-03T20:22:08.072Z | [ recovery-image] Oct 03 20:22:06.637 INFO O| Oct 03 20:22:06.637 INFO STEP 43 (remove_files) COMPLETE |
4254 | 2024-10-03T20:22:08.072Z | [ recovery-image] Oct 03 20:22:06.637 INFO O| Oct 03 20:22:06.637 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-10-03T20:22:08.116Z | [ recovery-image] Oct 03 20:22:06.681 INFO O| Oct 03 20:22:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4256 | 2024-10-03T20:22:08.119Z | [ recovery-image] Oct 03 20:22:06.683 INFO O| Oct 03 20:22:06.683 INFO STEP 44 (remove_files) COMPLETE |
4257 | 2024-10-03T20:22:08.119Z | [ recovery-image] Oct 03 20:22:06.683 INFO O| Oct 03 20:22:06.683 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-10-03T20:22:08.139Z | [ recovery-image] Oct 03 20:22:06.704 INFO O| Oct 03 20:22:06.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4259 | 2024-10-03T20:22:08.146Z | [ recovery-image] Oct 03 20:22:06.711 INFO O| Oct 03 20:22:06.711 INFO STEP 45 (remove_files) COMPLETE |
4260 | 2024-10-03T20:22:08.146Z | [ recovery-image] Oct 03 20:22:06.711 INFO O| Oct 03 20:22:06.711 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-10-03T20:22:08.179Z | [ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4262 | 2024-10-03T20:22:08.179Z | [ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.744 INFO STEP 46 (remove_files) COMPLETE |
4263 | 2024-10-03T20:22:08.181Z | [ recovery-image] Oct 03 20:22:06.744 INFO O| Oct 03 20:22:06.744 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-10-03T20:22:08.200Z | [ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4265 | 2024-10-03T20:22:08.200Z | [ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO STEP 47 (remove_files) COMPLETE |
4266 | 2024-10-03T20:22:08.203Z | [ recovery-image] Oct 03 20:22:06.765 INFO O| Oct 03 20:22:06.765 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-10-03T20:22:08.220Z | [ recovery-image] Oct 03 20:22:06.785 INFO O| Oct 03 20:22:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4268 | 2024-10-03T20:22:08.221Z | [ recovery-image] Oct 03 20:22:06.786 INFO O| Oct 03 20:22:06.785 INFO STEP 48 (remove_files) COMPLETE |
4269 | 2024-10-03T20:22:08.223Z | [ recovery-image] Oct 03 20:22:06.786 INFO O| Oct 03 20:22:06.786 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-10-03T20:22:08.257Z | [ recovery-image] Oct 03 20:22:06.821 INFO O| Oct 03 20:22:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4271 | 2024-10-03T20:22:08.257Z | [ recovery-image] Oct 03 20:22:06.821 INFO O| Oct 03 20:22:06.821 INFO STEP 49 (remove_files) COMPLETE |
4272 | 2024-10-03T20:22:08.259Z | [ recovery-image] Oct 03 20:22:06.822 INFO O| Oct 03 20:22:06.821 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-10-03T20:22:08.277Z | [ recovery-image] Oct 03 20:22:06.841 INFO O| Oct 03 20:22:06.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4274 | 2024-10-03T20:22:08.277Z | [ recovery-image] Oct 03 20:22:06.842 INFO O| Oct 03 20:22:06.842 INFO STEP 50 (remove_files) COMPLETE |
4275 | 2024-10-03T20:22:08.277Z | [ recovery-image] Oct 03 20:22:06.842 INFO O| Oct 03 20:22:06.842 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-10-03T20:22:08.295Z | [ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4277 | 2024-10-03T20:22:08.295Z | [ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO STEP 51 (remove_files) COMPLETE |
4278 | 2024-10-03T20:22:08.297Z | [ recovery-image] Oct 03 20:22:06.860 INFO O| Oct 03 20:22:06.860 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-10-03T20:22:08.313Z | [ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4280 | 2024-10-03T20:22:08.313Z | [ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO STEP 52 (remove_files) COMPLETE |
4281 | 2024-10-03T20:22:08.313Z | [ recovery-image] Oct 03 20:22:06.878 INFO O| Oct 03 20:22:06.878 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-10-03T20:22:08.331Z | [ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4283 | 2024-10-03T20:22:08.331Z | [ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO STEP 53 (remove_files) COMPLETE |
4284 | 2024-10-03T20:22:08.334Z | [ recovery-image] Oct 03 20:22:06.896 INFO O| Oct 03 20:22:06.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-10-03T20:22:08.348Z | [ recovery-image] Oct 03 20:22:06.913 INFO O| Oct 03 20:22:06.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4286 | 2024-10-03T20:22:08.351Z | [ recovery-image] Oct 03 20:22:06.915 INFO O| Oct 03 20:22:06.915 INFO STEP 54 (remove_files) COMPLETE |
4287 | 2024-10-03T20:22:08.351Z | [ recovery-image] Oct 03 20:22:06.915 INFO O| Oct 03 20:22:06.915 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-10-03T20:22:08.386Z | [ recovery-image] Oct 03 20:22:06.951 INFO O| Oct 03 20:22:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4289 | 2024-10-03T20:22:08.389Z | [ recovery-image] Oct 03 20:22:06.952 INFO O| Oct 03 20:22:06.951 INFO STEP 55 (remove_files) COMPLETE |
4290 | 2024-10-03T20:22:08.389Z | [ recovery-image] Oct 03 20:22:06.952 INFO O| Oct 03 20:22:06.952 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-10-03T20:22:08.406Z | [ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4292 | 2024-10-03T20:22:08.408Z | [ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO STEP 56 (remove_files) COMPLETE |
4293 | 2024-10-03T20:22:08.408Z | [ recovery-image] Oct 03 20:22:06.971 INFO O| Oct 03 20:22:06.971 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-10-03T20:22:08.432Z | [ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4295 | 2024-10-03T20:22:08.432Z | [ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO STEP 57 (remove_files) COMPLETE |
4296 | 2024-10-03T20:22:08.442Z | [ recovery-image] Oct 03 20:22:06.997 INFO O| Oct 03 20:22:06.997 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-10-03T20:22:08.453Z | [ recovery-image] Oct 03 20:22:07.018 INFO O| Oct 03 20:22:07.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4298 | 2024-10-03T20:22:08.459Z | [ recovery-image] Oct 03 20:22:07.018 INFO O| Oct 03 20:22:07.018 INFO STEP 58 (remove_files) COMPLETE |
4299 | 2024-10-03T20:22:08.459Z | [ recovery-image] Oct 03 20:22:07.019 INFO O| Oct 03 20:22:07.019 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-10-03T20:22:08.494Z | [ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4301 | 2024-10-03T20:22:08.494Z | [ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO STEP 59 (remove_files) COMPLETE |
4302 | 2024-10-03T20:22:08.494Z | [ recovery-image] Oct 03 20:22:07.059 INFO O| Oct 03 20:22:07.059 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-10-03T20:22:08.524Z | [ recovery-image] Oct 03 20:22:07.088 INFO O| Oct 03 20:22:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4304 | 2024-10-03T20:22:08.524Z | [ recovery-image] Oct 03 20:22:07.089 INFO O| Oct 03 20:22:07.089 INFO STEP 60 (remove_files) COMPLETE |
4305 | 2024-10-03T20:22:08.524Z | [ recovery-image] Oct 03 20:22:07.089 INFO O| Oct 03 20:22:07.089 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-10-03T20:22:08.549Z | [ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4307 | 2024-10-03T20:22:08.549Z | [ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO STEP 61 (remove_files) COMPLETE |
4308 | 2024-10-03T20:22:08.551Z | [ recovery-image] Oct 03 20:22:07.114 INFO O| Oct 03 20:22:07.114 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-10-03T20:22:08.578Z | [ recovery-image] Oct 03 20:22:07.142 INFO O| Oct 03 20:22:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4310 | 2024-10-03T20:22:08.578Z | [ recovery-image] Oct 03 20:22:07.142 INFO O| Oct 03 20:22:07.142 INFO STEP 62 (remove_files) COMPLETE |
4311 | 2024-10-03T20:22:08.578Z | [ recovery-image] Oct 03 20:22:07.143 INFO O| Oct 03 20:22:07.142 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-10-03T20:22:08.625Z | [ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4313 | 2024-10-03T20:22:08.625Z | [ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO STEP 63 (remove_files) COMPLETE |
4314 | 2024-10-03T20:22:08.625Z | [ recovery-image] Oct 03 20:22:07.190 INFO O| Oct 03 20:22:07.190 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-10-03T20:22:08.647Z | [ recovery-image] Oct 03 20:22:07.212 INFO O| Oct 03 20:22:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4316 | 2024-10-03T20:22:08.648Z | [ recovery-image] Oct 03 20:22:07.213 INFO O| Oct 03 20:22:07.212 INFO STEP 64 (remove_files) COMPLETE |
4317 | 2024-10-03T20:22:08.650Z | [ recovery-image] Oct 03 20:22:07.213 INFO O| Oct 03 20:22:07.213 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-10-03T20:22:08.668Z | [ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4319 | 2024-10-03T20:22:08.668Z | [ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.233 INFO STEP 65 (remove_files) COMPLETE |
4320 | 2024-10-03T20:22:08.668Z | [ recovery-image] Oct 03 20:22:07.233 INFO O| Oct 03 20:22:07.233 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-10-03T20:22:08.704Z | [ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4322 | 2024-10-03T20:22:08.704Z | [ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO STEP 66 (remove_files) COMPLETE |
4323 | 2024-10-03T20:22:08.704Z | [ recovery-image] Oct 03 20:22:07.268 INFO O| Oct 03 20:22:07.268 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-10-03T20:22:08.763Z | [ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4325 | 2024-10-03T20:22:08.763Z | [ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO STEP 67 (remove_files) COMPLETE |
4326 | 2024-10-03T20:22:08.763Z | [ recovery-image] Oct 03 20:22:07.328 INFO O| Oct 03 20:22:07.328 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-10-03T20:22:08.784Z | [ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4328 | 2024-10-03T20:22:08.784Z | [ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO STEP 68 (remove_files) COMPLETE |
4329 | 2024-10-03T20:22:08.784Z | [ recovery-image] Oct 03 20:22:07.348 INFO O| Oct 03 20:22:07.348 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-10-03T20:22:08.819Z | [ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4331 | 2024-10-03T20:22:08.819Z | [ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO STEP 69 (remove_files) COMPLETE |
4332 | 2024-10-03T20:22:08.819Z | [ recovery-image] Oct 03 20:22:07.383 INFO O| Oct 03 20:22:07.383 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-10-03T20:22:08.837Z | [ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4334 | 2024-10-03T20:22:08.837Z | [ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO STEP 70 (remove_files) COMPLETE |
4335 | 2024-10-03T20:22:08.837Z | [ recovery-image] Oct 03 20:22:07.401 INFO O| Oct 03 20:22:07.401 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-10-03T20:22:08.856Z | [ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4337 | 2024-10-03T20:22:08.856Z | [ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.421 INFO STEP 71 (remove_files) COMPLETE |
4338 | 2024-10-03T20:22:08.856Z | [ recovery-image] Oct 03 20:22:07.421 INFO O| Oct 03 20:22:07.421 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-10-03T20:22:08.881Z | [ recovery-image] Oct 03 20:22:07.446 INFO O| Oct 03 20:22:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4340 | 2024-10-03T20:22:08.881Z | [ recovery-image] Oct 03 20:22:07.447 INFO O| Oct 03 20:22:07.446 INFO STEP 72 (remove_files) COMPLETE |
4341 | 2024-10-03T20:22:08.884Z | [ recovery-image] Oct 03 20:22:07.447 INFO O| Oct 03 20:22:07.446 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-10-03T20:22:08.902Z | [ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4343 | 2024-10-03T20:22:08.902Z | [ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO STEP 73 (remove_files) COMPLETE |
4344 | 2024-10-03T20:22:08.902Z | [ recovery-image] Oct 03 20:22:07.467 INFO O| Oct 03 20:22:07.467 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-10-03T20:22:08.922Z | [ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4346 | 2024-10-03T20:22:08.922Z | [ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO STEP 74 (remove_files) COMPLETE |
4347 | 2024-10-03T20:22:08.922Z | [ recovery-image] Oct 03 20:22:07.487 INFO O| Oct 03 20:22:07.487 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-10-03T20:22:08.966Z | [ recovery-image] Oct 03 20:22:07.530 INFO O| Oct 03 20:22:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4349 | 2024-10-03T20:22:08.966Z | [ recovery-image] Oct 03 20:22:07.531 INFO O| Oct 03 20:22:07.530 INFO STEP 75 (remove_files) COMPLETE |
4350 | 2024-10-03T20:22:08.966Z | [ recovery-image] Oct 03 20:22:07.531 INFO O| Oct 03 20:22:07.530 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-10-03T20:22:08.987Z | [ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4352 | 2024-10-03T20:22:08.987Z | [ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO STEP 76 (remove_files) COMPLETE |
4353 | 2024-10-03T20:22:08.990Z | [ recovery-image] Oct 03 20:22:07.552 INFO O| Oct 03 20:22:07.552 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-10-03T20:22:09.021Z | [ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4355 | 2024-10-03T20:22:09.023Z | [ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.586 INFO STEP 77 (remove_files) COMPLETE |
4356 | 2024-10-03T20:22:09.024Z | [ recovery-image] Oct 03 20:22:07.586 INFO O| Oct 03 20:22:07.586 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-03T20:22:09.057Z | [ recovery-image] Oct 03 20:22:07.622 INFO O| Oct 03 20:22:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4358 | 2024-10-03T20:22:09.060Z | [ recovery-image] Oct 03 20:22:07.622 INFO O| Oct 03 20:22:07.622 INFO STEP 78 (remove_files) COMPLETE |
4359 | 2024-10-03T20:22:09.060Z | [ recovery-image] Oct 03 20:22:07.623 INFO O| Oct 03 20:22:07.623 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-10-03T20:22:09.080Z | [ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4361 | 2024-10-03T20:22:09.083Z | [ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO STEP 79 (remove_files) COMPLETE |
4362 | 2024-10-03T20:22:09.083Z | [ recovery-image] Oct 03 20:22:07.645 INFO O| Oct 03 20:22:07.645 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-03T20:22:09.109Z | [ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4364 | 2024-10-03T20:22:09.109Z | [ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.674 INFO STEP 80 (remove_files) COMPLETE |
4365 | 2024-10-03T20:22:09.109Z | [ recovery-image] Oct 03 20:22:07.674 INFO O| Oct 03 20:22:07.674 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-10-03T20:22:09.127Z | [ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4367 | 2024-10-03T20:22:09.127Z | [ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO STEP 81 (remove_files) COMPLETE |
4368 | 2024-10-03T20:22:09.130Z | [ recovery-image] Oct 03 20:22:07.692 INFO O| Oct 03 20:22:07.692 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-10-03T20:22:09.148Z | [ recovery-image] Oct 03 20:22:07.712 INFO O| Oct 03 20:22:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4370 | 2024-10-03T20:22:09.148Z | [ recovery-image] Oct 03 20:22:07.713 INFO O| Oct 03 20:22:07.712 INFO STEP 82 (remove_files) COMPLETE |
4371 | 2024-10-03T20:22:09.151Z | [ recovery-image] Oct 03 20:22:07.713 INFO O| Oct 03 20:22:07.713 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-10-03T20:22:09.238Z | [ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4373 | 2024-10-03T20:22:09.238Z | [ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO STEP 83 (remove_files) COMPLETE |
4374 | 2024-10-03T20:22:09.241Z | [ recovery-image] Oct 03 20:22:07.802 INFO O| Oct 03 20:22:07.802 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-10-03T20:22:09.302Z | [ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4376 | 2024-10-03T20:22:09.302Z | [ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO STEP 84 (remove_files) COMPLETE |
4377 | 2024-10-03T20:22:09.302Z | [ recovery-image] Oct 03 20:22:07.866 INFO O| Oct 03 20:22:07.866 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-10-03T20:22:09.321Z | [ recovery-image] Oct 03 20:22:07.886 INFO O| Oct 03 20:22:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4379 | 2024-10-03T20:22:09.343Z | [ recovery-image] Oct 03 20:22:07.908 INFO O| Oct 03 20:22:07.908 INFO STEP 85 (remove_files) COMPLETE |
4380 | 2024-10-03T20:22:09.343Z | [ recovery-image] Oct 03 20:22:07.908 INFO O| Oct 03 20:22:07.908 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-10-03T20:22:09.378Z | [ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4382 | 2024-10-03T20:22:09.378Z | [ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.942 INFO STEP 86 (remove_files) COMPLETE |
4383 | 2024-10-03T20:22:09.378Z | [ recovery-image] Oct 03 20:22:07.942 INFO O| Oct 03 20:22:07.942 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-10-03T20:22:09.397Z | [ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4385 | 2024-10-03T20:22:09.397Z | [ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO STEP 87 (remove_files) COMPLETE |
4386 | 2024-10-03T20:22:09.397Z | [ recovery-image] Oct 03 20:22:07.961 INFO O| Oct 03 20:22:07.961 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-10-03T20:22:09.427Z | [ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4388 | 2024-10-03T20:22:09.428Z | [ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO STEP 88 (remove_files) COMPLETE |
4389 | 2024-10-03T20:22:09.428Z | [ recovery-image] Oct 03 20:22:07.992 INFO O| Oct 03 20:22:07.992 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-10-03T20:22:09.449Z | [ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4391 | 2024-10-03T20:22:09.449Z | [ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO STEP 89 (remove_files) COMPLETE |
4392 | 2024-10-03T20:22:09.449Z | [ recovery-image] Oct 03 20:22:08.014 INFO O| Oct 03 20:22:08.014 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-10-03T20:22:09.470Z | [ recovery-image] Oct 03 20:22:08.035 INFO O| Oct 03 20:22:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4394 | 2024-10-03T20:22:09.508Z | [ recovery-image] Oct 03 20:22:08.057 INFO O| Oct 03 20:22:08.057 INFO STEP 90 (remove_files) COMPLETE |
4395 | 2024-10-03T20:22:09.508Z | [ recovery-image] Oct 03 20:22:08.057 INFO O| Oct 03 20:22:08.057 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-10-03T20:22:09.514Z | [ recovery-image] Oct 03 20:22:08.079 INFO O| Oct 03 20:22:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4397 | 2024-10-03T20:22:09.517Z | [ recovery-image] Oct 03 20:22:08.079 INFO O| Oct 03 20:22:08.079 INFO STEP 91 (remove_files) COMPLETE |
4398 | 2024-10-03T20:22:09.517Z | [ recovery-image] Oct 03 20:22:08.080 INFO O| Oct 03 20:22:08.079 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-10-03T20:22:09.563Z | [ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4400 | 2024-10-03T20:22:09.563Z | [ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO STEP 92 (remove_files) COMPLETE |
4401 | 2024-10-03T20:22:09.563Z | [ recovery-image] Oct 03 20:22:08.128 INFO O| Oct 03 20:22:08.128 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-10-03T20:22:09.584Z | [ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4403 | 2024-10-03T20:22:09.584Z | [ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.149 INFO STEP 93 (remove_files) COMPLETE |
4404 | 2024-10-03T20:22:09.584Z | [ recovery-image] Oct 03 20:22:08.149 INFO O| Oct 03 20:22:08.149 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-10-03T20:22:09.634Z | [ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4406 | 2024-10-03T20:22:09.637Z | [ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO STEP 94 (remove_files) COMPLETE |
4407 | 2024-10-03T20:22:09.637Z | [ recovery-image] Oct 03 20:22:08.199 INFO O| Oct 03 20:22:08.199 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-10-03T20:22:09.769Z | [ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4409 | 2024-10-03T20:22:09.769Z | [ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO STEP 95 (remove_files) COMPLETE |
4410 | 2024-10-03T20:22:09.769Z | [ recovery-image] Oct 03 20:22:08.333 INFO O| Oct 03 20:22:08.333 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-10-03T20:22:09.790Z | [ recovery-image] Oct 03 20:22:08.354 INFO O| Oct 03 20:22:08.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4412 | 2024-10-03T20:22:09.790Z | [ recovery-image] Oct 03 20:22:08.355 INFO O| Oct 03 20:22:08.355 INFO STEP 96 (remove_files) COMPLETE |
4413 | 2024-10-03T20:22:09.790Z | [ recovery-image] Oct 03 20:22:08.355 INFO O| Oct 03 20:22:08.355 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-10-03T20:22:09.810Z | [ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4415 | 2024-10-03T20:22:09.810Z | [ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO STEP 97 (remove_files) COMPLETE |
4416 | 2024-10-03T20:22:09.810Z | [ recovery-image] Oct 03 20:22:08.374 INFO O| Oct 03 20:22:08.374 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-10-03T20:22:09.844Z | [ recovery-image] Oct 03 20:22:08.409 INFO O| Oct 03 20:22:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4418 | 2024-10-03T20:22:09.847Z | [ recovery-image] Oct 03 20:22:08.410 INFO O| Oct 03 20:22:08.409 INFO STEP 98 (remove_files) COMPLETE |
4419 | 2024-10-03T20:22:09.847Z | [ recovery-image] Oct 03 20:22:08.410 INFO O| Oct 03 20:22:08.410 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-10-03T20:22:09.897Z | [ recovery-image] Oct 03 20:22:08.462 INFO O| Oct 03 20:22:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4421 | 2024-10-03T20:22:09.918Z | [ recovery-image] Oct 03 20:22:08.483 INFO O| Oct 03 20:22:08.483 INFO STEP 99 (remove_files) COMPLETE |
4422 | 2024-10-03T20:22:09.918Z | [ recovery-image] Oct 03 20:22:08.483 INFO O| Oct 03 20:22:08.483 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-10-03T20:22:09.940Z | [ recovery-image] Oct 03 20:22:08.504 INFO O| Oct 03 20:22:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4424 | 2024-10-03T20:22:09.960Z | [ recovery-image] Oct 03 20:22:08.525 INFO O| Oct 03 20:22:08.525 INFO STEP 100 (remove_files) COMPLETE |
4425 | 2024-10-03T20:22:09.960Z | [ recovery-image] Oct 03 20:22:08.525 INFO O| Oct 03 20:22:08.525 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-10-03T20:22:09.979Z | [ recovery-image] Oct 03 20:22:08.543 INFO O| Oct 03 20:22:08.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4427 | 2024-10-03T20:22:09.981Z | [ recovery-image] Oct 03 20:22:08.544 INFO O| Oct 03 20:22:08.543 INFO STEP 101 (remove_files) COMPLETE |
4428 | 2024-10-03T20:22:09.981Z | [ recovery-image] Oct 03 20:22:08.544 INFO O| Oct 03 20:22:08.544 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-10-03T20:22:09.996Z | [ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4430 | 2024-10-03T20:22:09.999Z | [ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO STEP 102 (remove_files) COMPLETE |
4431 | 2024-10-03T20:22:09.999Z | [ recovery-image] Oct 03 20:22:08.561 INFO O| Oct 03 20:22:08.561 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-10-03T20:22:10.015Z | [ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4433 | 2024-10-03T20:22:10.017Z | [ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO STEP 103 (remove_files) COMPLETE |
4434 | 2024-10-03T20:22:10.017Z | [ recovery-image] Oct 03 20:22:08.580 INFO O| Oct 03 20:22:08.580 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-10-03T20:22:10.033Z | [ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4436 | 2024-10-03T20:22:10.038Z | [ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO STEP 104 (remove_files) COMPLETE |
4437 | 2024-10-03T20:22:10.038Z | [ recovery-image] Oct 03 20:22:08.598 INFO O| Oct 03 20:22:08.598 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-10-03T20:22:10.070Z | [ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4439 | 2024-10-03T20:22:10.072Z | [ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO STEP 105 (remove_files) COMPLETE |
4440 | 2024-10-03T20:22:10.072Z | [ recovery-image] Oct 03 20:22:08.635 INFO O| Oct 03 20:22:08.635 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-10-03T20:22:10.116Z | [ recovery-image] Oct 03 20:22:08.681 INFO O| Oct 03 20:22:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4442 | 2024-10-03T20:22:10.137Z | [ recovery-image] Oct 03 20:22:08.701 INFO O| Oct 03 20:22:08.701 INFO STEP 106 (remove_files) COMPLETE |
4443 | 2024-10-03T20:22:10.137Z | [ recovery-image] Oct 03 20:22:08.701 INFO O| Oct 03 20:22:08.701 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-10-03T20:22:10.193Z | [ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4445 | 2024-10-03T20:22:10.193Z | [ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO STEP 107 (remove_files) COMPLETE |
4446 | 2024-10-03T20:22:10.196Z | [ recovery-image] Oct 03 20:22:08.757 INFO O| Oct 03 20:22:08.757 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-10-03T20:22:10.231Z | [ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4448 | 2024-10-03T20:22:10.231Z | [ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO STEP 108 (remove_files) COMPLETE |
4449 | 2024-10-03T20:22:10.234Z | [ recovery-image] Oct 03 20:22:08.796 INFO O| Oct 03 20:22:08.796 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-10-03T20:22:10.263Z | [ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4451 | 2024-10-03T20:22:10.263Z | [ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO STEP 109 (remove_files) COMPLETE |
4452 | 2024-10-03T20:22:10.263Z | [ recovery-image] Oct 03 20:22:08.827 INFO O| Oct 03 20:22:08.827 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-10-03T20:22:10.276Z | [ host-image] Oct 03 20:22:08.841 INFO O| Oct 03 20:22:08.840 INFO O| Done |
4454 | 2024-10-03T20:22:10.299Z | [ recovery-image] Oct 03 20:22:08.863 INFO O| Oct 03 20:22:08.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4455 | 2024-10-03T20:22:10.299Z | [ recovery-image] Oct 03 20:22:08.863 INFO O| Oct 03 20:22:08.863 INFO STEP 110 (remove_files) COMPLETE |
4456 | 2024-10-03T20:22:10.301Z | [ recovery-image] Oct 03 20:22:08.864 INFO O| Oct 03 20:22:08.863 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-03T20:22:10.319Z | [ host-image] Oct 03 20:22:08.884 INFO O| Oct 03 20:22:08.884 INFO O| Done |
4458 | 2024-10-03T20:22:10.322Z | [ host-image] Oct 03 20:22:08.884 INFO O| Oct 03 20:22:08.884 INFO O| Done |
4459 | 2024-10-03T20:22:10.340Z | [ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4460 | 2024-10-03T20:22:10.340Z | [ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO STEP 111 (remove_files) COMPLETE |
4461 | 2024-10-03T20:22:10.342Z | [ recovery-image] Oct 03 20:22:08.904 INFO O| Oct 03 20:22:08.904 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-10-03T20:22:10.347Z | [ host-image] Oct 03 20:22:08.912 INFO O| Oct 03 20:22:08.912 INFO O| Done |
4463 | 2024-10-03T20:22:10.379Z | [ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4464 | 2024-10-03T20:22:10.379Z | [ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO STEP 112 (remove_files) COMPLETE |
4465 | 2024-10-03T20:22:10.382Z | [ recovery-image] Oct 03 20:22:08.944 INFO O| Oct 03 20:22:08.944 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-03T20:22:10.412Z | [ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4467 | 2024-10-03T20:22:10.412Z | [ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO STEP 113 (remove_files) COMPLETE |
4468 | 2024-10-03T20:22:10.412Z | [ recovery-image] Oct 03 20:22:08.977 INFO O| Oct 03 20:22:08.977 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-03T20:22:10.430Z | [ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4470 | 2024-10-03T20:22:10.430Z | [ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO STEP 114 (remove_files) COMPLETE |
4471 | 2024-10-03T20:22:10.430Z | [ recovery-image] Oct 03 20:22:08.995 INFO O| Oct 03 20:22:08.995 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-03T20:22:10.464Z | [ recovery-image] Oct 03 20:22:09.028 INFO O| Oct 03 20:22:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4473 | 2024-10-03T20:22:10.466Z | [ recovery-image] Oct 03 20:22:09.028 INFO O| Oct 03 20:22:09.028 INFO STEP 115 (remove_files) COMPLETE |
4474 | 2024-10-03T20:22:10.466Z | [ recovery-image] Oct 03 20:22:09.029 INFO O| Oct 03 20:22:09.028 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-03T20:22:10.486Z | [ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4476 | 2024-10-03T20:22:10.486Z | [ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO STEP 116 (remove_files) COMPLETE |
4477 | 2024-10-03T20:22:10.486Z | [ recovery-image] Oct 03 20:22:09.050 INFO O| Oct 03 20:22:09.050 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-03T20:22:10.528Z | [ recovery-image] Oct 03 20:22:09.093 INFO O| Oct 03 20:22:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4479 | 2024-10-03T20:22:10.536Z | [ recovery-image] Oct 03 20:22:09.101 INFO O| Oct 03 20:22:09.101 INFO STEP 117 (remove_files) COMPLETE |
4480 | 2024-10-03T20:22:10.536Z | [ recovery-image] Oct 03 20:22:09.101 INFO O| Oct 03 20:22:09.101 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-03T20:22:10.559Z | [ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4482 | 2024-10-03T20:22:10.560Z | [ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO STEP 118 (remove_files) COMPLETE |
4483 | 2024-10-03T20:22:10.560Z | [ recovery-image] Oct 03 20:22:09.124 INFO O| Oct 03 20:22:09.124 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-03T20:22:10.567Z | [ host-image] Oct 03 20:22:09.132 INFO O| Oct 03 20:22:09.132 INFO STEP 12 (pkg_install) COMPLETE |
4485 | 2024-10-03T20:22:10.567Z | [ host-image] Oct 03 20:22:09.132 INFO O| Oct 03 20:22:09.132 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4486 | 2024-10-03T20:22:10.579Z | [ recovery-image] Oct 03 20:22:09.144 INFO O| Oct 03 20:22:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4487 | 2024-10-03T20:22:10.582Z | [ recovery-image] Oct 03 20:22:09.144 INFO O| Oct 03 20:22:09.144 INFO STEP 119 (remove_files) COMPLETE |
4488 | 2024-10-03T20:22:10.582Z | [ recovery-image] Oct 03 20:22:09.145 INFO O| Oct 03 20:22:09.144 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-10-03T20:22:10.585Z | [ host-image] Oct 03 20:22:09.150 INFO O| Oct 03 20:22:09.150 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4490 | 2024-10-03T20:22:10.607Z | [ recovery-image] Oct 03 20:22:09.171 INFO O| Oct 03 20:22:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4491 | 2024-10-03T20:22:10.609Z | [ recovery-image] Oct 03 20:22:09.171 INFO O| Oct 03 20:22:09.171 INFO STEP 120 (remove_files) COMPLETE |
4492 | 2024-10-03T20:22:10.609Z | [ recovery-image] Oct 03 20:22:09.172 INFO O| Oct 03 20:22:09.172 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-03T20:22:10.627Z | [ recovery-image] Oct 03 20:22:09.192 INFO O| Oct 03 20:22:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4494 | 2024-10-03T20:22:10.630Z | [ recovery-image] Oct 03 20:22:09.192 INFO O| Oct 03 20:22:09.192 INFO STEP 121 (remove_files) COMPLETE |
4495 | 2024-10-03T20:22:10.630Z | [ recovery-image] Oct 03 20:22:09.193 INFO O| Oct 03 20:22:09.192 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-03T20:22:10.647Z | [ recovery-image] Oct 03 20:22:09.211 INFO O| Oct 03 20:22:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4497 | 2024-10-03T20:22:10.649Z | [ recovery-image] Oct 03 20:22:09.212 INFO O| Oct 03 20:22:09.212 INFO STEP 122 (remove_files) COMPLETE |
4498 | 2024-10-03T20:22:10.649Z | [ recovery-image] Oct 03 20:22:09.212 INFO O| Oct 03 20:22:09.212 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-03T20:22:10.666Z | [ recovery-image] Oct 03 20:22:09.230 INFO O| Oct 03 20:22:09.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4500 | 2024-10-03T20:22:10.668Z | [ recovery-image] Oct 03 20:22:09.231 INFO O| Oct 03 20:22:09.231 INFO STEP 123 (remove_files) COMPLETE |
4501 | 2024-10-03T20:22:10.668Z | [ recovery-image] Oct 03 20:22:09.231 INFO O| Oct 03 20:22:09.231 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-03T20:22:10.685Z | [ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4503 | 2024-10-03T20:22:10.687Z | [ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.250 INFO STEP 124 (remove_files) COMPLETE |
4504 | 2024-10-03T20:22:10.687Z | [ recovery-image] Oct 03 20:22:09.250 INFO O| Oct 03 20:22:09.250 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-03T20:22:10.702Z | [ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4506 | 2024-10-03T20:22:10.705Z | [ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO STEP 125 (remove_files) COMPLETE |
4507 | 2024-10-03T20:22:10.705Z | [ recovery-image] Oct 03 20:22:09.267 INFO O| Oct 03 20:22:09.267 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-03T20:22:10.721Z | [ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4509 | 2024-10-03T20:22:10.724Z | [ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO STEP 126 (remove_files) COMPLETE |
4510 | 2024-10-03T20:22:10.724Z | [ recovery-image] Oct 03 20:22:09.286 INFO O| Oct 03 20:22:09.286 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-03T20:22:10.752Z | [ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4512 | 2024-10-03T20:22:10.752Z | [ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO STEP 127 (remove_files) COMPLETE |
4513 | 2024-10-03T20:22:10.754Z | [ recovery-image] Oct 03 20:22:09.316 INFO O| Oct 03 20:22:09.316 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-03T20:22:10.772Z | [ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4515 | 2024-10-03T20:22:10.772Z | [ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO STEP 128 (remove_files) COMPLETE |
4516 | 2024-10-03T20:22:10.772Z | [ recovery-image] Oct 03 20:22:09.337 INFO O| Oct 03 20:22:09.337 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-03T20:22:10.804Z | [ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4518 | 2024-10-03T20:22:10.806Z | [ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO STEP 129 (remove_files) COMPLETE |
4519 | 2024-10-03T20:22:10.806Z | [ recovery-image] Oct 03 20:22:09.368 INFO O| Oct 03 20:22:09.368 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-03T20:22:10.824Z | [ recovery-image] Oct 03 20:22:09.388 INFO O| Oct 03 20:22:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4521 | 2024-10-03T20:22:10.824Z | [ recovery-image] Oct 03 20:22:09.388 INFO O| Oct 03 20:22:09.388 INFO STEP 130 (remove_files) COMPLETE |
4522 | 2024-10-03T20:22:10.826Z | [ recovery-image] Oct 03 20:22:09.389 INFO O| Oct 03 20:22:09.388 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-03T20:22:10.880Z | [ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4524 | 2024-10-03T20:22:10.883Z | [ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO STEP 131 (remove_files) COMPLETE |
4525 | 2024-10-03T20:22:10.883Z | [ recovery-image] Oct 03 20:22:09.445 INFO O| Oct 03 20:22:09.445 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-03T20:22:10.920Z | [ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4527 | 2024-10-03T20:22:10.920Z | [ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO STEP 132 (remove_files) COMPLETE |
4528 | 2024-10-03T20:22:10.920Z | [ recovery-image] Oct 03 20:22:09.485 INFO O| Oct 03 20:22:09.485 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-03T20:22:10.940Z | [ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4530 | 2024-10-03T20:22:10.940Z | [ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO STEP 133 (remove_files) COMPLETE |
4531 | 2024-10-03T20:22:10.944Z | [ recovery-image] Oct 03 20:22:09.505 INFO O| Oct 03 20:22:09.505 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-03T20:22:10.967Z | [ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4533 | 2024-10-03T20:22:10.967Z | [ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO STEP 134 (remove_files) COMPLETE |
4534 | 2024-10-03T20:22:10.967Z | [ recovery-image] Oct 03 20:22:09.531 INFO O| Oct 03 20:22:09.531 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-03T20:22:11.062Z | [ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4536 | 2024-10-03T20:22:11.062Z | [ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO STEP 135 (remove_files) COMPLETE |
4537 | 2024-10-03T20:22:11.062Z | [ recovery-image] Oct 03 20:22:09.627 INFO O| Oct 03 20:22:09.627 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-03T20:22:11.094Z | [ recovery-image] Oct 03 20:22:09.658 INFO O| Oct 03 20:22:09.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4539 | 2024-10-03T20:22:11.094Z | [ recovery-image] Oct 03 20:22:09.659 INFO O| Oct 03 20:22:09.659 INFO STEP 136 (remove_files) COMPLETE |
4540 | 2024-10-03T20:22:11.094Z | [ recovery-image] Oct 03 20:22:09.659 INFO O| Oct 03 20:22:09.659 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-03T20:22:11.129Z | [ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4542 | 2024-10-03T20:22:11.129Z | [ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO STEP 137 (remove_files) COMPLETE |
4543 | 2024-10-03T20:22:11.129Z | [ recovery-image] Oct 03 20:22:09.694 INFO O| Oct 03 20:22:09.694 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-03T20:22:11.148Z | [ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4545 | 2024-10-03T20:22:11.148Z | [ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO STEP 138 (remove_files) COMPLETE |
4546 | 2024-10-03T20:22:11.151Z | [ recovery-image] Oct 03 20:22:09.713 INFO O| Oct 03 20:22:09.713 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-03T20:22:11.167Z | [ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4548 | 2024-10-03T20:22:11.167Z | [ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO STEP 139 (remove_files) COMPLETE |
4549 | 2024-10-03T20:22:11.167Z | [ recovery-image] Oct 03 20:22:09.731 INFO O| Oct 03 20:22:09.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-03T20:22:11.185Z | [ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4551 | 2024-10-03T20:22:11.185Z | [ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO STEP 140 (remove_files) COMPLETE |
4552 | 2024-10-03T20:22:11.185Z | [ recovery-image] Oct 03 20:22:09.750 INFO O| Oct 03 20:22:09.750 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-03T20:22:11.204Z | [ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4554 | 2024-10-03T20:22:11.204Z | [ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO STEP 141 (remove_files) COMPLETE |
4555 | 2024-10-03T20:22:11.204Z | [ recovery-image] Oct 03 20:22:09.769 INFO O| Oct 03 20:22:09.769 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-03T20:22:11.224Z | [ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4557 | 2024-10-03T20:22:11.224Z | [ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO STEP 142 (remove_files) COMPLETE |
4558 | 2024-10-03T20:22:11.227Z | [ recovery-image] Oct 03 20:22:09.789 INFO O| Oct 03 20:22:09.789 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-03T20:22:11.265Z | [ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4560 | 2024-10-03T20:22:11.266Z | [ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO STEP 143 (remove_files) COMPLETE |
4561 | 2024-10-03T20:22:11.266Z | [ recovery-image] Oct 03 20:22:09.830 INFO O| Oct 03 20:22:09.830 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-03T20:22:11.306Z | [ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4563 | 2024-10-03T20:22:11.306Z | [ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO STEP 144 (remove_files) COMPLETE |
4564 | 2024-10-03T20:22:11.306Z | [ recovery-image] Oct 03 20:22:09.871 INFO O| Oct 03 20:22:09.871 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-03T20:22:11.348Z | [ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4566 | 2024-10-03T20:22:11.348Z | [ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO STEP 145 (remove_files) COMPLETE |
4567 | 2024-10-03T20:22:11.350Z | [ recovery-image] Oct 03 20:22:09.913 INFO O| Oct 03 20:22:09.913 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-03T20:22:11.375Z | [ recovery-image] Oct 03 20:22:09.939 INFO O| Oct 03 20:22:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4569 | 2024-10-03T20:22:11.377Z | [ recovery-image] Oct 03 20:22:09.939 INFO O| Oct 03 20:22:09.939 INFO STEP 146 (remove_files) COMPLETE |
4570 | 2024-10-03T20:22:11.377Z | [ recovery-image] Oct 03 20:22:09.940 INFO O| Oct 03 20:22:09.939 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-03T20:22:11.427Z | [ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4572 | 2024-10-03T20:22:11.431Z | [ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.992 INFO STEP 147 (remove_files) COMPLETE |
4573 | 2024-10-03T20:22:11.431Z | [ recovery-image] Oct 03 20:22:09.992 INFO O| Oct 03 20:22:09.992 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-03T20:22:11.474Z | [ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4575 | 2024-10-03T20:22:11.477Z | [ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO STEP 148 (remove_files) COMPLETE |
4576 | 2024-10-03T20:22:11.477Z | [ recovery-image] Oct 03 20:22:10.039 INFO O| Oct 03 20:22:10.039 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-03T20:22:11.497Z | [ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4578 | 2024-10-03T20:22:11.499Z | [ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO STEP 149 (remove_files) COMPLETE |
4579 | 2024-10-03T20:22:11.499Z | [ recovery-image] Oct 03 20:22:10.061 INFO O| Oct 03 20:22:10.061 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-03T20:22:11.516Z | [ recovery-image] Oct 03 20:22:10.080 INFO O| Oct 03 20:22:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4581 | 2024-10-03T20:22:11.519Z | [ recovery-image] Oct 03 20:22:10.082 INFO O| Oct 03 20:22:10.082 INFO STEP 150 (remove_files) COMPLETE |
4582 | 2024-10-03T20:22:11.519Z | [ recovery-image] Oct 03 20:22:10.083 INFO O| Oct 03 20:22:10.082 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-03T20:22:11.568Z | [ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4584 | 2024-10-03T20:22:11.568Z | [ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO STEP 151 (remove_files) COMPLETE |
4585 | 2024-10-03T20:22:11.568Z | [ recovery-image] Oct 03 20:22:10.133 INFO O| Oct 03 20:22:10.133 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-03T20:22:11.587Z | [ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4587 | 2024-10-03T20:22:11.587Z | [ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO STEP 152 (remove_files) COMPLETE |
4588 | 2024-10-03T20:22:11.587Z | [ recovery-image] Oct 03 20:22:10.151 INFO O| Oct 03 20:22:10.151 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-03T20:22:11.629Z | [ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4590 | 2024-10-03T20:22:11.629Z | [ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO STEP 153 (remove_files) COMPLETE |
4591 | 2024-10-03T20:22:11.629Z | [ recovery-image] Oct 03 20:22:10.193 INFO O| Oct 03 20:22:10.193 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-03T20:22:11.711Z | [ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4593 | 2024-10-03T20:22:11.711Z | [ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO STEP 154 (remove_files) COMPLETE |
4594 | 2024-10-03T20:22:11.711Z | [ recovery-image] Oct 03 20:22:10.276 INFO O| Oct 03 20:22:10.276 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-03T20:22:11.752Z | [ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4596 | 2024-10-03T20:22:11.752Z | [ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO STEP 155 (remove_files) COMPLETE |
4597 | 2024-10-03T20:22:11.752Z | [ recovery-image] Oct 03 20:22:10.316 INFO O| Oct 03 20:22:10.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-03T20:22:11.767Z | [ host-image] Oct 03 20:22:10.331 INFO O| Oct 03 20:22:10.331 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4599 | 2024-10-03T20:22:11.818Z | [ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4600 | 2024-10-03T20:22:11.818Z | [ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO STEP 156 (remove_files) COMPLETE |
4601 | 2024-10-03T20:22:11.820Z | [ recovery-image] Oct 03 20:22:10.382 INFO O| Oct 03 20:22:10.382 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-10-03T20:22:11.856Z | [ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4603 | 2024-10-03T20:22:11.857Z | [ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO STEP 157 (remove_files) COMPLETE |
4604 | 2024-10-03T20:22:11.857Z | [ recovery-image] Oct 03 20:22:10.421 INFO O| Oct 03 20:22:10.421 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-10-03T20:22:11.879Z | [ recovery-image] Oct 03 20:22:10.444 INFO O| Oct 03 20:22:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4606 | 2024-10-03T20:22:11.892Z | [ recovery-image] Oct 03 20:22:10.457 INFO O| Oct 03 20:22:10.457 INFO STEP 158 (remove_files) COMPLETE |
4607 | 2024-10-03T20:22:11.892Z | [ recovery-image] Oct 03 20:22:10.457 INFO O| Oct 03 20:22:10.457 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-10-03T20:22:11.915Z | [ recovery-image] Oct 03 20:22:10.479 INFO O| Oct 03 20:22:10.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4609 | 2024-10-03T20:22:11.917Z | [ recovery-image] Oct 03 20:22:10.480 INFO O| Oct 03 20:22:10.479 INFO STEP 159 (remove_files) COMPLETE |
4610 | 2024-10-03T20:22:11.917Z | [ recovery-image] Oct 03 20:22:10.480 INFO O| Oct 03 20:22:10.479 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-10-03T20:22:11.947Z | [ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4612 | 2024-10-03T20:22:11.947Z | [ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO STEP 160 (remove_files) COMPLETE |
4613 | 2024-10-03T20:22:11.950Z | [ recovery-image] Oct 03 20:22:10.511 INFO O| Oct 03 20:22:10.511 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-10-03T20:22:11.968Z | [ recovery-image] Oct 03 20:22:10.532 INFO O| Oct 03 20:22:10.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4615 | 2024-10-03T20:22:11.970Z | [ recovery-image] Oct 03 20:22:10.532 INFO O| Oct 03 20:22:10.532 INFO STEP 161 (remove_files) COMPLETE |
4616 | 2024-10-03T20:22:11.970Z | [ recovery-image] Oct 03 20:22:10.533 INFO O| Oct 03 20:22:10.532 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-10-03T20:22:11.987Z | [ recovery-image] Oct 03 20:22:10.551 INFO O| Oct 03 20:22:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4618 | 2024-10-03T20:22:11.990Z | [ recovery-image] Oct 03 20:22:10.551 INFO O| Oct 03 20:22:10.551 INFO STEP 162 (remove_files) COMPLETE |
4619 | 2024-10-03T20:22:11.990Z | [ recovery-image] Oct 03 20:22:10.552 INFO O| Oct 03 20:22:10.552 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-10-03T20:22:12.013Z | [ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4621 | 2024-10-03T20:22:12.014Z | [ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO STEP 163 (remove_files) COMPLETE |
4622 | 2024-10-03T20:22:12.014Z | [ recovery-image] Oct 03 20:22:10.577 INFO O| Oct 03 20:22:10.577 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-10-03T20:22:12.050Z | [ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4624 | 2024-10-03T20:22:12.050Z | [ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.614 INFO STEP 164 (remove_files) COMPLETE |
4625 | 2024-10-03T20:22:12.050Z | [ recovery-image] Oct 03 20:22:10.614 INFO O| Oct 03 20:22:10.614 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-10-03T20:22:12.113Z | [ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4627 | 2024-10-03T20:22:12.113Z | [ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.678 INFO STEP 165 (remove_files) COMPLETE |
4628 | 2024-10-03T20:22:12.116Z | [ recovery-image] Oct 03 20:22:10.678 INFO O| Oct 03 20:22:10.678 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-10-03T20:22:12.167Z | [ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4630 | 2024-10-03T20:22:12.167Z | [ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO STEP 166 (remove_files) COMPLETE |
4631 | 2024-10-03T20:22:12.167Z | [ recovery-image] Oct 03 20:22:10.731 INFO O| Oct 03 20:22:10.731 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-10-03T20:22:12.186Z | [ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4633 | 2024-10-03T20:22:12.186Z | [ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO STEP 167 (remove_files) COMPLETE |
4634 | 2024-10-03T20:22:12.189Z | [ recovery-image] Oct 03 20:22:10.750 INFO O| Oct 03 20:22:10.750 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-10-03T20:22:12.225Z | [ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4636 | 2024-10-03T20:22:12.225Z | [ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO STEP 168 (remove_files) COMPLETE |
4637 | 2024-10-03T20:22:12.225Z | [ recovery-image] Oct 03 20:22:10.790 INFO O| Oct 03 20:22:10.790 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-10-03T20:22:12.278Z | [ recovery-image] Oct 03 20:22:10.842 INFO O| Oct 03 20:22:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4639 | 2024-10-03T20:22:12.281Z | [ recovery-image] Oct 03 20:22:10.843 INFO O| Oct 03 20:22:10.842 INFO STEP 169 (remove_files) COMPLETE |
4640 | 2024-10-03T20:22:12.281Z | [ recovery-image] Oct 03 20:22:10.843 INFO O| Oct 03 20:22:10.843 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-10-03T20:22:12.299Z | [ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4642 | 2024-10-03T20:22:12.299Z | [ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO STEP 170 (remove_files) COMPLETE |
4643 | 2024-10-03T20:22:12.302Z | [ recovery-image] Oct 03 20:22:10.864 INFO O| Oct 03 20:22:10.864 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-10-03T20:22:12.338Z | [ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4645 | 2024-10-03T20:22:12.338Z | [ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO STEP 171 (remove_files) COMPLETE |
4646 | 2024-10-03T20:22:12.340Z | [ recovery-image] Oct 03 20:22:10.902 INFO O| Oct 03 20:22:10.902 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-10-03T20:22:12.356Z | [ recovery-image] Oct 03 20:22:10.921 INFO O| Oct 03 20:22:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4648 | 2024-10-03T20:22:12.367Z | [ recovery-image] Oct 03 20:22:10.931 INFO O| Oct 03 20:22:10.931 INFO STEP 172 (remove_files) COMPLETE |
4649 | 2024-10-03T20:22:12.367Z | [ recovery-image] Oct 03 20:22:10.931 INFO O| Oct 03 20:22:10.931 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-10-03T20:22:12.423Z | [ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4651 | 2024-10-03T20:22:12.423Z | [ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO STEP 173 (remove_files) COMPLETE |
4652 | 2024-10-03T20:22:12.424Z | [ recovery-image] Oct 03 20:22:10.988 INFO O| Oct 03 20:22:10.988 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-10-03T20:22:12.447Z | [ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4654 | 2024-10-03T20:22:12.447Z | [ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO STEP 174 (remove_files) COMPLETE |
4655 | 2024-10-03T20:22:12.449Z | [ recovery-image] Oct 03 20:22:11.011 INFO O| Oct 03 20:22:11.011 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-10-03T20:22:12.467Z | [ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4657 | 2024-10-03T20:22:12.467Z | [ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO STEP 175 (remove_files) COMPLETE |
4658 | 2024-10-03T20:22:12.467Z | [ recovery-image] Oct 03 20:22:11.031 INFO O| Oct 03 20:22:11.031 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-10-03T20:22:12.485Z | [ recovery-image] Oct 03 20:22:11.049 INFO O| Oct 03 20:22:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4660 | 2024-10-03T20:22:12.485Z | [ recovery-image] Oct 03 20:22:11.049 INFO O| Oct 03 20:22:11.049 INFO STEP 176 (remove_files) COMPLETE |
4661 | 2024-10-03T20:22:12.488Z | [ recovery-image] Oct 03 20:22:11.050 INFO O| Oct 03 20:22:11.049 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-10-03T20:22:12.503Z | [ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4663 | 2024-10-03T20:22:12.503Z | [ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO STEP 177 (remove_files) COMPLETE |
4664 | 2024-10-03T20:22:12.503Z | [ recovery-image] Oct 03 20:22:11.067 INFO O| Oct 03 20:22:11.067 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-10-03T20:22:12.543Z | [ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4666 | 2024-10-03T20:22:12.543Z | [ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO STEP 178 (remove_files) COMPLETE |
4667 | 2024-10-03T20:22:12.543Z | [ recovery-image] Oct 03 20:22:11.107 INFO O| Oct 03 20:22:11.107 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-10-03T20:22:12.569Z | [ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4669 | 2024-10-03T20:22:12.569Z | [ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.134 INFO STEP 179 (remove_files) COMPLETE |
4670 | 2024-10-03T20:22:12.571Z | [ recovery-image] Oct 03 20:22:11.134 INFO O| Oct 03 20:22:11.134 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-10-03T20:22:12.599Z | [ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4672 | 2024-10-03T20:22:12.599Z | [ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO STEP 180 (remove_files) COMPLETE |
4673 | 2024-10-03T20:22:12.599Z | [ recovery-image] Oct 03 20:22:11.164 INFO O| Oct 03 20:22:11.164 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-10-03T20:22:12.627Z | [ recovery-image] Oct 03 20:22:11.191 INFO O| Oct 03 20:22:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4675 | 2024-10-03T20:22:12.629Z | [ recovery-image] Oct 03 20:22:11.191 INFO O| Oct 03 20:22:11.191 INFO STEP 181 (remove_files) COMPLETE |
4676 | 2024-10-03T20:22:12.629Z | [ recovery-image] Oct 03 20:22:11.192 INFO O| Oct 03 20:22:11.192 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-10-03T20:22:12.648Z | [ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4678 | 2024-10-03T20:22:12.650Z | [ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO STEP 182 (remove_files) COMPLETE |
4679 | 2024-10-03T20:22:12.650Z | [ recovery-image] Oct 03 20:22:11.212 INFO O| Oct 03 20:22:11.212 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-10-03T20:22:12.671Z | [ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4681 | 2024-10-03T20:22:12.674Z | [ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.236 INFO STEP 183 (remove_files) COMPLETE |
4682 | 2024-10-03T20:22:12.674Z | [ recovery-image] Oct 03 20:22:11.236 INFO O| Oct 03 20:22:11.236 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-10-03T20:22:12.694Z | [ recovery-image] Oct 03 20:22:11.258 INFO O| Oct 03 20:22:11.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4684 | 2024-10-03T20:22:12.697Z | [ recovery-image] Oct 03 20:22:11.259 INFO O| Oct 03 20:22:11.259 INFO STEP 184 (remove_files) COMPLETE |
4685 | 2024-10-03T20:22:12.697Z | [ recovery-image] Oct 03 20:22:11.259 INFO O| Oct 03 20:22:11.259 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-10-03T20:22:12.742Z | [ recovery-image] Oct 03 20:22:11.306 INFO O| Oct 03 20:22:11.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4687 | 2024-10-03T20:22:12.745Z | [ recovery-image] Oct 03 20:22:11.307 INFO O| Oct 03 20:22:11.307 INFO STEP 185 (remove_files) COMPLETE |
4688 | 2024-10-03T20:22:12.745Z | [ recovery-image] Oct 03 20:22:11.307 INFO O| Oct 03 20:22:11.307 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-10-03T20:22:12.765Z | [ recovery-image] Oct 03 20:22:11.329 INFO O| Oct 03 20:22:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4690 | 2024-10-03T20:22:12.767Z | [ recovery-image] Oct 03 20:22:11.329 INFO O| Oct 03 20:22:11.329 INFO STEP 186 (remove_files) COMPLETE |
4691 | 2024-10-03T20:22:12.767Z | [ recovery-image] Oct 03 20:22:11.330 INFO O| Oct 03 20:22:11.329 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-10-03T20:22:12.787Z | [ recovery-image] Oct 03 20:22:11.351 INFO O| Oct 03 20:22:11.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4693 | 2024-10-03T20:22:12.790Z | [ recovery-image] Oct 03 20:22:11.351 INFO O| Oct 03 20:22:11.351 INFO STEP 187 (remove_files) COMPLETE |
4694 | 2024-10-03T20:22:12.790Z | [ recovery-image] Oct 03 20:22:11.352 INFO O| Oct 03 20:22:11.352 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-10-03T20:22:12.808Z | [ recovery-image] Oct 03 20:22:11.372 INFO O| Oct 03 20:22:11.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4696 | 2024-10-03T20:22:12.811Z | [ recovery-image] Oct 03 20:22:11.373 INFO O| Oct 03 20:22:11.373 INFO STEP 188 (remove_files) COMPLETE |
4697 | 2024-10-03T20:22:12.811Z | [ recovery-image] Oct 03 20:22:11.373 INFO O| Oct 03 20:22:11.373 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-10-03T20:22:12.829Z | [ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4699 | 2024-10-03T20:22:12.832Z | [ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO STEP 189 (remove_files) COMPLETE |
4700 | 2024-10-03T20:22:12.832Z | [ recovery-image] Oct 03 20:22:11.394 INFO O| Oct 03 20:22:11.394 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-10-03T20:22:12.852Z | [ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4702 | 2024-10-03T20:22:12.852Z | [ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO STEP 190 (remove_files) COMPLETE |
4703 | 2024-10-03T20:22:12.854Z | [ recovery-image] Oct 03 20:22:11.416 INFO O| Oct 03 20:22:11.416 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-10-03T20:22:12.889Z | [ recovery-image] Oct 03 20:22:11.453 INFO O| Oct 03 20:22:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4705 | 2024-10-03T20:22:12.889Z | [ recovery-image] Oct 03 20:22:11.454 INFO O| Oct 03 20:22:11.454 INFO STEP 191 (remove_files) COMPLETE |
4706 | 2024-10-03T20:22:12.892Z | [ recovery-image] Oct 03 20:22:11.454 INFO O| Oct 03 20:22:11.454 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-10-03T20:22:12.910Z | [ recovery-image] Oct 03 20:22:11.474 INFO O| Oct 03 20:22:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4708 | 2024-10-03T20:22:12.910Z | [ recovery-image] Oct 03 20:22:11.475 INFO O| Oct 03 20:22:11.475 INFO STEP 192 (remove_files) COMPLETE |
4709 | 2024-10-03T20:22:12.910Z | [ recovery-image] Oct 03 20:22:11.475 INFO O| Oct 03 20:22:11.475 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-10-03T20:22:12.947Z | [ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4711 | 2024-10-03T20:22:12.947Z | [ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO STEP 193 (remove_files) COMPLETE |
4712 | 2024-10-03T20:22:12.949Z | [ recovery-image] Oct 03 20:22:11.511 INFO O| Oct 03 20:22:11.511 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-10-03T20:22:13.089Z | [ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4714 | 2024-10-03T20:22:13.089Z | [ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.533 INFO STEP 194 (remove_files) COMPLETE |
4715 | 2024-10-03T20:22:13.089Z | [ recovery-image] Oct 03 20:22:11.533 INFO O| Oct 03 20:22:11.533 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-10-03T20:22:13.092Z | [ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4717 | 2024-10-03T20:22:13.092Z | [ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO STEP 195 (remove_files) COMPLETE |
4718 | 2024-10-03T20:22:13.092Z | [ recovery-image] Oct 03 20:22:11.552 INFO O| Oct 03 20:22:11.552 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-10-03T20:22:13.092Z | [ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4720 | 2024-10-03T20:22:13.092Z | [ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO STEP 196 (remove_files) COMPLETE |
4721 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.573 INFO O| Oct 03 20:22:11.573 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4723 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO STEP 197 (remove_files) COMPLETE |
4724 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.599 INFO O| Oct 03 20:22:11.599 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4726 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO STEP 198 (remove_files) COMPLETE |
4727 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.625 INFO O| Oct 03 20:22:11.625 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4729 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO STEP 199 (remove_files) COMPLETE |
4730 | 2024-10-03T20:22:13.093Z | [ recovery-image] Oct 03 20:22:11.648 INFO O| Oct 03 20:22:11.648 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-10-03T20:22:13.118Z | [ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4732 | 2024-10-03T20:22:13.118Z | [ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO STEP 200 (remove_files) COMPLETE |
4733 | 2024-10-03T20:22:13.119Z | [ recovery-image] Oct 03 20:22:11.683 INFO O| Oct 03 20:22:11.683 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-10-03T20:22:13.153Z | [ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4735 | 2024-10-03T20:22:13.153Z | [ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO STEP 201 (remove_files) COMPLETE |
4736 | 2024-10-03T20:22:13.153Z | [ recovery-image] Oct 03 20:22:11.717 INFO O| Oct 03 20:22:11.717 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-10-03T20:22:13.216Z | [ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4738 | 2024-10-03T20:22:13.216Z | [ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO STEP 202 (remove_files) COMPLETE |
4739 | 2024-10-03T20:22:13.218Z | [ recovery-image] Oct 03 20:22:11.780 INFO O| Oct 03 20:22:11.780 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-03T20:22:13.235Z | [ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4741 | 2024-10-03T20:22:13.235Z | [ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO STEP 203 (remove_files) COMPLETE |
4742 | 2024-10-03T20:22:13.237Z | [ recovery-image] Oct 03 20:22:11.799 INFO O| Oct 03 20:22:11.799 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-10-03T20:22:13.262Z | [ recovery-image] Oct 03 20:22:11.826 INFO O| Oct 03 20:22:11.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4744 | 2024-10-03T20:22:13.262Z | [ recovery-image] Oct 03 20:22:11.826 INFO O| Oct 03 20:22:11.826 INFO STEP 204 (remove_files) COMPLETE |
4745 | 2024-10-03T20:22:13.264Z | [ recovery-image] Oct 03 20:22:11.827 INFO O| Oct 03 20:22:11.826 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-10-03T20:22:13.296Z | [ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4747 | 2024-10-03T20:22:13.296Z | [ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO STEP 205 (remove_files) COMPLETE |
4748 | 2024-10-03T20:22:13.296Z | [ recovery-image] Oct 03 20:22:11.860 INFO O| Oct 03 20:22:11.860 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-10-03T20:22:13.401Z | [ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4750 | 2024-10-03T20:22:13.401Z | [ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO STEP 206 (remove_files) COMPLETE |
4751 | 2024-10-03T20:22:13.403Z | [ recovery-image] Oct 03 20:22:11.965 INFO O| Oct 03 20:22:11.965 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-10-03T20:22:13.421Z | [ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4753 | 2024-10-03T20:22:13.421Z | [ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO STEP 207 (remove_files) COMPLETE |
4754 | 2024-10-03T20:22:13.421Z | [ recovery-image] Oct 03 20:22:11.985 INFO O| Oct 03 20:22:11.985 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-10-03T20:22:13.462Z | [ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4756 | 2024-10-03T20:22:13.474Z | [ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO STEP 208 (remove_files) COMPLETE |
4757 | 2024-10-03T20:22:13.474Z | [ recovery-image] Oct 03 20:22:12.026 INFO O| Oct 03 20:22:12.026 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-10-03T20:22:13.485Z | [ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4759 | 2024-10-03T20:22:13.485Z | [ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO STEP 209 (remove_files) COMPLETE |
4760 | 2024-10-03T20:22:13.485Z | [ recovery-image] Oct 03 20:22:12.047 INFO O| Oct 03 20:22:12.047 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-10-03T20:22:13.542Z | [ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4762 | 2024-10-03T20:22:13.543Z | [ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO STEP 210 (remove_files) COMPLETE |
4763 | 2024-10-03T20:22:13.543Z | [ recovery-image] Oct 03 20:22:12.107 INFO O| Oct 03 20:22:12.107 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-10-03T20:22:13.563Z | [ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4765 | 2024-10-03T20:22:13.563Z | [ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO STEP 211 (remove_files) COMPLETE |
4766 | 2024-10-03T20:22:13.563Z | [ recovery-image] Oct 03 20:22:12.128 INFO O| Oct 03 20:22:12.128 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-10-03T20:22:13.585Z | [ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4768 | 2024-10-03T20:22:13.585Z | [ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO STEP 212 (remove_files) COMPLETE |
4769 | 2024-10-03T20:22:13.587Z | [ recovery-image] Oct 03 20:22:12.149 INFO O| Oct 03 20:22:12.149 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-10-03T20:22:13.616Z | [ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4771 | 2024-10-03T20:22:13.616Z | [ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO STEP 213 (remove_files) COMPLETE |
4772 | 2024-10-03T20:22:13.616Z | [ recovery-image] Oct 03 20:22:12.180 INFO O| Oct 03 20:22:12.180 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-10-03T20:22:13.638Z | [ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4774 | 2024-10-03T20:22:13.638Z | [ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO STEP 214 (remove_files) COMPLETE |
4775 | 2024-10-03T20:22:13.638Z | [ recovery-image] Oct 03 20:22:12.202 INFO O| Oct 03 20:22:12.202 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-10-03T20:22:13.723Z | [ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4777 | 2024-10-03T20:22:13.723Z | [ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO STEP 215 (remove_files) COMPLETE |
4778 | 2024-10-03T20:22:13.726Z | [ recovery-image] Oct 03 20:22:12.288 INFO O| Oct 03 20:22:12.288 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-10-03T20:22:13.742Z | [ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4780 | 2024-10-03T20:22:13.742Z | [ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO STEP 216 (remove_files) COMPLETE |
4781 | 2024-10-03T20:22:13.744Z | [ recovery-image] Oct 03 20:22:12.306 INFO O| Oct 03 20:22:12.306 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-10-03T20:22:13.761Z | [ recovery-image] Oct 03 20:22:12.325 INFO O| Oct 03 20:22:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4783 | 2024-10-03T20:22:13.781Z | [ recovery-image] Oct 03 20:22:12.345 INFO O| Oct 03 20:22:12.345 INFO STEP 217 (remove_files) COMPLETE |
4784 | 2024-10-03T20:22:13.781Z | [ recovery-image] Oct 03 20:22:12.345 INFO O| Oct 03 20:22:12.345 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-10-03T20:22:13.834Z | [ recovery-image] Oct 03 20:22:12.398 INFO O| Oct 03 20:22:12.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4786 | 2024-10-03T20:22:13.834Z | [ recovery-image] Oct 03 20:22:12.399 INFO O| Oct 03 20:22:12.398 INFO STEP 218 (remove_files) COMPLETE |
4787 | 2024-10-03T20:22:13.836Z | [ recovery-image] Oct 03 20:22:12.399 INFO O| Oct 03 20:22:12.399 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-10-03T20:22:13.852Z | [ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4789 | 2024-10-03T20:22:13.852Z | [ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO STEP 219 (remove_files) COMPLETE |
4790 | 2024-10-03T20:22:13.855Z | [ recovery-image] Oct 03 20:22:12.416 INFO O| Oct 03 20:22:12.416 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-10-03T20:22:13.925Z | [ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4792 | 2024-10-03T20:22:13.925Z | [ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO STEP 220 (remove_files) COMPLETE |
4793 | 2024-10-03T20:22:13.925Z | [ recovery-image] Oct 03 20:22:12.489 INFO O| Oct 03 20:22:12.489 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-10-03T20:22:13.947Z | [ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4795 | 2024-10-03T20:22:13.947Z | [ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO STEP 221 (remove_files) COMPLETE |
4796 | 2024-10-03T20:22:13.947Z | [ recovery-image] Oct 03 20:22:12.510 INFO O| Oct 03 20:22:12.510 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-10-03T20:22:13.968Z | [ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4798 | 2024-10-03T20:22:13.968Z | [ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO STEP 222 (remove_files) COMPLETE |
4799 | 2024-10-03T20:22:13.968Z | [ recovery-image] Oct 03 20:22:12.532 INFO O| Oct 03 20:22:12.532 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-10-03T20:22:13.990Z | [ recovery-image] Oct 03 20:22:12.552 INFO O| Oct 03 20:22:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4801 | 2024-10-03T20:22:13.990Z | [ recovery-image] Oct 03 20:22:12.553 INFO O| Oct 03 20:22:12.552 INFO STEP 223 (remove_files) COMPLETE |
4802 | 2024-10-03T20:22:13.990Z | [ recovery-image] Oct 03 20:22:12.553 INFO O| Oct 03 20:22:12.553 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-10-03T20:22:14.014Z | [ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4804 | 2024-10-03T20:22:14.014Z | [ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO STEP 224 (remove_files) COMPLETE |
4805 | 2024-10-03T20:22:14.014Z | [ recovery-image] Oct 03 20:22:12.578 INFO O| Oct 03 20:22:12.578 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-10-03T20:22:14.038Z | [ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4807 | 2024-10-03T20:22:14.041Z | [ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO STEP 225 (remove_files) COMPLETE |
4808 | 2024-10-03T20:22:14.041Z | [ recovery-image] Oct 03 20:22:12.602 INFO O| Oct 03 20:22:12.602 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-10-03T20:22:14.074Z | [ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4810 | 2024-10-03T20:22:14.077Z | [ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.639 INFO STEP 226 (remove_files) COMPLETE |
4811 | 2024-10-03T20:22:14.077Z | [ recovery-image] Oct 03 20:22:12.639 INFO O| Oct 03 20:22:12.639 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-10-03T20:22:14.095Z | [ recovery-image] Oct 03 20:22:12.659 INFO O| Oct 03 20:22:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4813 | 2024-10-03T20:22:14.117Z | [ recovery-image] Oct 03 20:22:12.681 INFO O| Oct 03 20:22:12.681 INFO STEP 227 (remove_files) COMPLETE |
4814 | 2024-10-03T20:22:14.117Z | [ recovery-image] Oct 03 20:22:12.681 INFO O| Oct 03 20:22:12.681 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-10-03T20:22:14.184Z | [ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4816 | 2024-10-03T20:22:14.184Z | [ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO STEP 228 (remove_files) COMPLETE |
4817 | 2024-10-03T20:22:14.186Z | [ recovery-image] Oct 03 20:22:12.748 INFO O| Oct 03 20:22:12.748 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-10-03T20:22:14.227Z | [ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4819 | 2024-10-03T20:22:14.227Z | [ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO STEP 229 (remove_files) COMPLETE |
4820 | 2024-10-03T20:22:14.227Z | [ recovery-image] Oct 03 20:22:12.790 INFO O| Oct 03 20:22:12.790 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-10-03T20:22:14.245Z | [ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4822 | 2024-10-03T20:22:14.245Z | [ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO STEP 230 (remove_files) COMPLETE |
4823 | 2024-10-03T20:22:14.245Z | [ recovery-image] Oct 03 20:22:12.809 INFO O| Oct 03 20:22:12.809 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-10-03T20:22:14.263Z | [ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4825 | 2024-10-03T20:22:14.263Z | [ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO STEP 231 (remove_files) COMPLETE |
4826 | 2024-10-03T20:22:14.263Z | [ recovery-image] Oct 03 20:22:12.826 INFO O| Oct 03 20:22:12.826 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-10-03T20:22:14.302Z | [ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4828 | 2024-10-03T20:22:14.302Z | [ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO STEP 232 (remove_files) COMPLETE |
4829 | 2024-10-03T20:22:14.304Z | [ recovery-image] Oct 03 20:22:12.866 INFO O| Oct 03 20:22:12.866 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-10-03T20:22:14.354Z | [ recovery-image] Oct 03 20:22:12.918 INFO O| Oct 03 20:22:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4831 | 2024-10-03T20:22:14.357Z | [ recovery-image] Oct 03 20:22:12.919 INFO O| Oct 03 20:22:12.919 INFO STEP 233 (remove_files) COMPLETE |
4832 | 2024-10-03T20:22:14.357Z | [ recovery-image] Oct 03 20:22:12.919 INFO O| Oct 03 20:22:12.919 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-10-03T20:22:14.373Z | [ recovery-image] Oct 03 20:22:12.937 INFO O| Oct 03 20:22:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4834 | 2024-10-03T20:22:14.375Z | [ recovery-image] Oct 03 20:22:12.937 INFO O| Oct 03 20:22:12.937 INFO STEP 234 (remove_files) COMPLETE |
4835 | 2024-10-03T20:22:14.375Z | [ recovery-image] Oct 03 20:22:12.938 INFO O| Oct 03 20:22:12.938 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-10-03T20:22:14.390Z | [ recovery-image] Oct 03 20:22:12.954 INFO O| Oct 03 20:22:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4837 | 2024-10-03T20:22:14.392Z | [ recovery-image] Oct 03 20:22:12.955 INFO O| Oct 03 20:22:12.955 INFO STEP 235 (remove_files) COMPLETE |
4838 | 2024-10-03T20:22:14.392Z | [ recovery-image] Oct 03 20:22:12.955 INFO O| Oct 03 20:22:12.955 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-10-03T20:22:14.432Z | [ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4840 | 2024-10-03T20:22:14.434Z | [ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO STEP 236 (remove_files) COMPLETE |
4841 | 2024-10-03T20:22:14.434Z | [ recovery-image] Oct 03 20:22:12.996 INFO O| Oct 03 20:22:12.996 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-10-03T20:22:14.453Z | [ recovery-image] Oct 03 20:22:13.016 INFO O| Oct 03 20:22:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4843 | 2024-10-03T20:22:14.453Z | [ recovery-image] Oct 03 20:22:13.016 INFO O| Oct 03 20:22:13.016 INFO STEP 237 (remove_files) COMPLETE |
4844 | 2024-10-03T20:22:14.453Z | [ recovery-image] Oct 03 20:22:13.017 INFO O| Oct 03 20:22:13.016 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-10-03T20:22:14.498Z | [ recovery-image] Oct 03 20:22:13.062 INFO O| Oct 03 20:22:13.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4846 | 2024-10-03T20:22:14.498Z | [ recovery-image] Oct 03 20:22:13.062 INFO O| Oct 03 20:22:13.062 INFO STEP 238 (remove_files) COMPLETE |
4847 | 2024-10-03T20:22:14.500Z | [ recovery-image] Oct 03 20:22:13.063 INFO O| Oct 03 20:22:13.062 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-10-03T20:22:14.518Z | [ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4849 | 2024-10-03T20:22:14.518Z | [ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.083 INFO STEP 239 (remove_files) COMPLETE |
4850 | 2024-10-03T20:22:14.521Z | [ recovery-image] Oct 03 20:22:13.083 INFO O| Oct 03 20:22:13.083 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-10-03T20:22:14.542Z | [ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4852 | 2024-10-03T20:22:14.542Z | [ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO STEP 240 (remove_files) COMPLETE |
4853 | 2024-10-03T20:22:14.542Z | [ recovery-image] Oct 03 20:22:13.106 INFO O| Oct 03 20:22:13.106 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-10-03T20:22:14.561Z | [ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4855 | 2024-10-03T20:22:14.561Z | [ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO STEP 241 (remove_files) COMPLETE |
4856 | 2024-10-03T20:22:14.564Z | [ recovery-image] Oct 03 20:22:13.126 INFO O| Oct 03 20:22:13.126 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-10-03T20:22:14.607Z | [ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4858 | 2024-10-03T20:22:14.607Z | [ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO STEP 242 (remove_files) COMPLETE |
4859 | 2024-10-03T20:22:14.609Z | [ recovery-image] Oct 03 20:22:13.171 INFO O| Oct 03 20:22:13.171 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-10-03T20:22:14.671Z | [ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4861 | 2024-10-03T20:22:14.671Z | [ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO STEP 243 (remove_files) COMPLETE |
4862 | 2024-10-03T20:22:14.673Z | [ recovery-image] Oct 03 20:22:13.235 INFO O| Oct 03 20:22:13.235 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-10-03T20:22:14.734Z | [ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4864 | 2024-10-03T20:22:14.734Z | [ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO STEP 244 (remove_files) COMPLETE |
4865 | 2024-10-03T20:22:14.734Z | [ recovery-image] Oct 03 20:22:13.298 INFO O| Oct 03 20:22:13.298 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-10-03T20:22:14.756Z | [ recovery-image] Oct 03 20:22:13.319 INFO O| Oct 03 20:22:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4867 | 2024-10-03T20:22:14.756Z | [ recovery-image] Oct 03 20:22:13.320 INFO O| Oct 03 20:22:13.319 INFO STEP 245 (remove_files) COMPLETE |
4868 | 2024-10-03T20:22:14.756Z | [ recovery-image] Oct 03 20:22:13.320 INFO O| Oct 03 20:22:13.320 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-10-03T20:22:14.776Z | [ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4870 | 2024-10-03T20:22:14.776Z | [ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO STEP 246 (remove_files) COMPLETE |
4871 | 2024-10-03T20:22:14.776Z | [ recovery-image] Oct 03 20:22:13.340 INFO O| Oct 03 20:22:13.340 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-10-03T20:22:14.798Z | [ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4873 | 2024-10-03T20:22:14.798Z | [ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO STEP 247 (remove_files) COMPLETE |
4874 | 2024-10-03T20:22:14.798Z | [ recovery-image] Oct 03 20:22:13.361 INFO O| Oct 03 20:22:13.361 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-10-03T20:22:14.835Z | [ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4876 | 2024-10-03T20:22:14.835Z | [ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO STEP 248 (remove_files) COMPLETE |
4877 | 2024-10-03T20:22:14.835Z | [ recovery-image] Oct 03 20:22:13.398 INFO O| Oct 03 20:22:13.398 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-10-03T20:22:14.854Z | [ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4879 | 2024-10-03T20:22:14.854Z | [ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO STEP 249 (remove_files) COMPLETE |
4880 | 2024-10-03T20:22:14.856Z | [ recovery-image] Oct 03 20:22:13.418 INFO O| Oct 03 20:22:13.418 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-10-03T20:22:14.872Z | [ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4882 | 2024-10-03T20:22:14.872Z | [ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.437 INFO STEP 250 (remove_files) COMPLETE |
4883 | 2024-10-03T20:22:14.872Z | [ recovery-image] Oct 03 20:22:13.437 INFO O| Oct 03 20:22:13.437 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-10-03T20:22:14.890Z | [ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4885 | 2024-10-03T20:22:14.890Z | [ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO STEP 251 (remove_files) COMPLETE |
4886 | 2024-10-03T20:22:14.890Z | [ recovery-image] Oct 03 20:22:13.454 INFO O| Oct 03 20:22:13.454 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-10-03T20:22:14.907Z | [ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4888 | 2024-10-03T20:22:14.907Z | [ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO STEP 252 (remove_files) COMPLETE |
4889 | 2024-10-03T20:22:14.909Z | [ recovery-image] Oct 03 20:22:13.471 INFO O| Oct 03 20:22:13.471 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-10-03T20:22:14.919Z | [ host-image] Oct 03 20:22:13.483 INFO O| Oct 03 20:22:13.483 INFO O| Planning: Solver setup ... Done |
4891 | 2024-10-03T20:22:14.925Z | [ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4892 | 2024-10-03T20:22:14.925Z | [ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO STEP 253 (remove_files) COMPLETE |
4893 | 2024-10-03T20:22:14.927Z | [ recovery-image] Oct 03 20:22:13.489 INFO O| Oct 03 20:22:13.489 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-10-03T20:22:14.927Z | [ host-image] Oct 03 20:22:13.490 INFO O| Oct 03 20:22:13.490 INFO O| Planning: Running solver ... Done |
4895 | 2024-10-03T20:22:14.946Z | [ recovery-image] Oct 03 20:22:13.510 INFO O| Oct 03 20:22:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4896 | 2024-10-03T20:22:14.946Z | [ recovery-image] Oct 03 20:22:13.510 INFO O| Oct 03 20:22:13.510 INFO STEP 254 (remove_files) COMPLETE |
4897 | 2024-10-03T20:22:14.948Z | [ recovery-image] Oct 03 20:22:13.511 INFO O| Oct 03 20:22:13.510 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-03T20:22:14.982Z | [ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4899 | 2024-10-03T20:22:14.982Z | [ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO STEP 255 (remove_files) COMPLETE |
4900 | 2024-10-03T20:22:14.982Z | [ recovery-image] Oct 03 20:22:13.546 INFO O| Oct 03 20:22:13.546 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-03T20:22:15.003Z | [ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4902 | 2024-10-03T20:22:15.006Z | [ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO STEP 256 (remove_files) COMPLETE |
4903 | 2024-10-03T20:22:15.006Z | [ recovery-image] Oct 03 20:22:13.567 INFO O| Oct 03 20:22:13.567 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-03T20:22:15.010Z | [ host-image] Oct 03 20:22:13.575 INFO O| Oct 03 20:22:13.575 INFO O| Planning: Finding local manifests ... Done |
4905 | 2024-10-03T20:22:15.013Z | [ host-image] Oct 03 20:22:13.577 INFO O| Oct 03 20:22:13.577 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4906 | 2024-10-03T20:22:15.049Z | [ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4907 | 2024-10-03T20:22:15.049Z | [ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO STEP 257 (remove_files) COMPLETE |
4908 | 2024-10-03T20:22:15.051Z | [ recovery-image] Oct 03 20:22:13.613 INFO O| Oct 03 20:22:13.613 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-10-03T20:22:15.099Z | [ recovery-image] Oct 03 20:22:13.663 INFO O| Oct 03 20:22:13.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4910 | 2024-10-03T20:22:15.102Z | [ recovery-image] Oct 03 20:22:13.664 INFO O| Oct 03 20:22:13.664 INFO STEP 258 (remove_files) COMPLETE |
4911 | 2024-10-03T20:22:15.102Z | [ recovery-image] Oct 03 20:22:13.664 INFO O| Oct 03 20:22:13.664 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-10-03T20:22:15.118Z | [ recovery-image] Oct 03 20:22:13.682 INFO O| Oct 03 20:22:13.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4913 | 2024-10-03T20:22:15.120Z | [ recovery-image] Oct 03 20:22:13.682 INFO O| Oct 03 20:22:13.682 INFO STEP 259 (remove_files) COMPLETE |
4914 | 2024-10-03T20:22:15.120Z | [ recovery-image] Oct 03 20:22:13.683 INFO O| Oct 03 20:22:13.683 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-10-03T20:22:15.150Z | [ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4916 | 2024-10-03T20:22:15.150Z | [ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO STEP 260 (remove_files) COMPLETE |
4917 | 2024-10-03T20:22:15.153Z | [ recovery-image] Oct 03 20:22:13.714 INFO O| Oct 03 20:22:13.714 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-10-03T20:22:15.212Z | [ recovery-image] Oct 03 20:22:13.774 INFO O| Oct 03 20:22:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4919 | 2024-10-03T20:22:15.212Z | [ recovery-image] Oct 03 20:22:13.774 INFO O| Oct 03 20:22:13.774 INFO STEP 261 (remove_files) COMPLETE |
4920 | 2024-10-03T20:22:15.216Z | [ recovery-image] Oct 03 20:22:13.775 INFO O| Oct 03 20:22:13.774 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-10-03T20:22:15.231Z | [ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4922 | 2024-10-03T20:22:15.231Z | [ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO STEP 262 (remove_files) COMPLETE |
4923 | 2024-10-03T20:22:15.233Z | [ recovery-image] Oct 03 20:22:13.795 INFO O| Oct 03 20:22:13.795 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-10-03T20:22:15.250Z | [ recovery-image] Oct 03 20:22:13.814 INFO O| Oct 03 20:22:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4925 | 2024-10-03T20:22:15.250Z | [ recovery-image] Oct 03 20:22:13.815 INFO O| Oct 03 20:22:13.814 INFO STEP 263 (remove_files) COMPLETE |
4926 | 2024-10-03T20:22:15.251Z | [ recovery-image] Oct 03 20:22:13.815 INFO O| Oct 03 20:22:13.814 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-10-03T20:22:15.283Z | [ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4928 | 2024-10-03T20:22:15.283Z | [ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO STEP 264 (remove_files) COMPLETE |
4929 | 2024-10-03T20:22:15.285Z | [ recovery-image] Oct 03 20:22:13.847 INFO O| Oct 03 20:22:13.847 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-10-03T20:22:15.320Z | [ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4931 | 2024-10-03T20:22:15.321Z | [ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO STEP 265 (remove_files) COMPLETE |
4932 | 2024-10-03T20:22:15.323Z | [ recovery-image] Oct 03 20:22:13.884 INFO O| Oct 03 20:22:13.884 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-10-03T20:22:15.332Z | [ host-image] Oct 03 20:22:13.895 INFO O| Oct 03 20:22:13.895 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4934 | 2024-10-03T20:22:15.339Z | [ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4935 | 2024-10-03T20:22:15.340Z | [ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO STEP 266 (remove_files) COMPLETE |
4936 | 2024-10-03T20:22:15.342Z | [ recovery-image] Oct 03 20:22:13.904 INFO O| Oct 03 20:22:13.904 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-03T20:22:15.395Z | [ host-image] Oct 03 20:22:13.958 INFO O| Oct 03 20:22:13.958 INFO O| Planning: Package planning ... Done |
4938 | 2024-10-03T20:22:15.397Z | [ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4939 | 2024-10-03T20:22:15.397Z | [ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO STEP 267 (remove_files) COMPLETE |
4940 | 2024-10-03T20:22:15.398Z | [ recovery-image] Oct 03 20:22:13.960 INFO O| Oct 03 20:22:13.960 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-10-03T20:22:15.423Z | [ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4942 | 2024-10-03T20:22:15.423Z | [ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.987 INFO STEP 268 (remove_files) COMPLETE |
4943 | 2024-10-03T20:22:15.426Z | [ recovery-image] Oct 03 20:22:13.987 INFO O| Oct 03 20:22:13.987 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-10-03T20:22:15.455Z | [ host-image] Oct 03 20:22:14.019 INFO O| Oct 03 20:22:14.019 INFO O| Planning: Merging actions ... Done |
4945 | 2024-10-03T20:22:15.486Z | [ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4946 | 2024-10-03T20:22:15.486Z | [ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO STEP 269 (remove_files) COMPLETE |
4947 | 2024-10-03T20:22:15.488Z | [ recovery-image] Oct 03 20:22:14.050 INFO O| Oct 03 20:22:14.050 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-10-03T20:22:15.521Z | [ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4949 | 2024-10-03T20:22:15.524Z | [ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO STEP 270 (remove_files) COMPLETE |
4950 | 2024-10-03T20:22:15.524Z | [ recovery-image] Oct 03 20:22:14.085 INFO O| Oct 03 20:22:14.085 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-10-03T20:22:15.546Z | [ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4952 | 2024-10-03T20:22:15.546Z | [ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO STEP 271 (remove_files) COMPLETE |
4953 | 2024-10-03T20:22:15.546Z | [ recovery-image] Oct 03 20:22:14.110 INFO O| Oct 03 20:22:14.110 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-10-03T20:22:15.566Z | [ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4955 | 2024-10-03T20:22:15.566Z | [ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO STEP 272 (remove_files) COMPLETE |
4956 | 2024-10-03T20:22:15.566Z | [ recovery-image] Oct 03 20:22:14.130 INFO O| Oct 03 20:22:14.130 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-10-03T20:22:15.607Z | [ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4958 | 2024-10-03T20:22:15.607Z | [ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO STEP 273 (remove_files) COMPLETE |
4959 | 2024-10-03T20:22:15.607Z | [ recovery-image] Oct 03 20:22:14.171 INFO O| Oct 03 20:22:14.171 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-10-03T20:22:15.635Z | [ host-image] Oct 03 20:22:14.199 INFO O| Oct 03 20:22:14.199 INFO O| Planning: Checking for conflicting actions ... Done |
4961 | 2024-10-03T20:22:15.645Z | [ recovery-image] Oct 03 20:22:14.209 INFO O| Oct 03 20:22:14.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4962 | 2024-10-03T20:22:15.645Z | [ recovery-image] Oct 03 20:22:14.210 INFO O| Oct 03 20:22:14.210 INFO STEP 274 (remove_files) COMPLETE |
4963 | 2024-10-03T20:22:15.648Z | [ recovery-image] Oct 03 20:22:14.210 INFO O| Oct 03 20:22:14.210 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-10-03T20:22:15.666Z | [ recovery-image] Oct 03 20:22:14.230 INFO O| Oct 03 20:22:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4965 | 2024-10-03T20:22:15.668Z | [ host-image] Oct 03 20:22:14.232 INFO O| Oct 03 20:22:14.232 INFO O| Planning: Consolidating action changes ... Done |
4966 | 2024-10-03T20:22:15.674Z | [ recovery-image] Oct 03 20:22:14.238 INFO O| Oct 03 20:22:14.238 INFO STEP 275 (remove_files) COMPLETE |
4967 | 2024-10-03T20:22:15.674Z | [ recovery-image] Oct 03 20:22:14.238 INFO O| Oct 03 20:22:14.238 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-10-03T20:22:15.731Z | [ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4969 | 2024-10-03T20:22:15.731Z | [ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.295 INFO STEP 276 (remove_files) COMPLETE |
4970 | 2024-10-03T20:22:15.731Z | [ recovery-image] Oct 03 20:22:14.295 INFO O| Oct 03 20:22:14.295 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-10-03T20:22:15.751Z | [ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4972 | 2024-10-03T20:22:15.755Z | [ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO STEP 277 (remove_files) COMPLETE |
4973 | 2024-10-03T20:22:15.756Z | [ recovery-image] Oct 03 20:22:14.315 INFO O| Oct 03 20:22:14.315 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-10-03T20:22:15.770Z | [ recovery-image] Oct 03 20:22:14.334 INFO O| Oct 03 20:22:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4975 | 2024-10-03T20:22:15.770Z | [ recovery-image] Oct 03 20:22:14.335 INFO O| Oct 03 20:22:14.334 INFO STEP 278 (remove_files) COMPLETE |
4976 | 2024-10-03T20:22:15.770Z | [ recovery-image] Oct 03 20:22:14.335 INFO O| Oct 03 20:22:14.335 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-10-03T20:22:15.789Z | [ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4978 | 2024-10-03T20:22:15.790Z | [ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.354 INFO STEP 279 (remove_files) COMPLETE |
4979 | 2024-10-03T20:22:15.790Z | [ recovery-image] Oct 03 20:22:14.354 INFO O| Oct 03 20:22:14.354 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-10-03T20:22:15.809Z | [ recovery-image] Oct 03 20:22:14.372 INFO O| Oct 03 20:22:14.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4981 | 2024-10-03T20:22:15.812Z | [ recovery-image] Oct 03 20:22:14.373 INFO O| Oct 03 20:22:14.373 INFO STEP 280 (remove_files) COMPLETE |
4982 | 2024-10-03T20:22:15.812Z | [ recovery-image] Oct 03 20:22:14.373 INFO O| Oct 03 20:22:14.373 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-10-03T20:22:15.828Z | [ recovery-image] Oct 03 20:22:14.392 INFO O| Oct 03 20:22:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4984 | 2024-10-03T20:22:15.832Z | [ recovery-image] Oct 03 20:22:14.393 INFO O| Oct 03 20:22:14.393 INFO STEP 281 (remove_files) COMPLETE |
4985 | 2024-10-03T20:22:15.832Z | [ recovery-image] Oct 03 20:22:14.393 INFO O| Oct 03 20:22:14.393 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-10-03T20:22:15.848Z | [ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4987 | 2024-10-03T20:22:15.851Z | [ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.413 INFO STEP 282 (remove_files) COMPLETE |
4988 | 2024-10-03T20:22:15.851Z | [ recovery-image] Oct 03 20:22:14.413 INFO O| Oct 03 20:22:14.413 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-10-03T20:22:15.868Z | [ recovery-image] Oct 03 20:22:14.432 INFO O| Oct 03 20:22:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4990 | 2024-10-03T20:22:15.879Z | [ recovery-image] Oct 03 20:22:14.443 INFO O| Oct 03 20:22:14.443 INFO STEP 283 (remove_files) COMPLETE |
4991 | 2024-10-03T20:22:15.882Z | [ recovery-image] Oct 03 20:22:14.443 INFO O| Oct 03 20:22:14.443 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-10-03T20:22:15.905Z | [ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4993 | 2024-10-03T20:22:15.908Z | [ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO STEP 284 (remove_files) COMPLETE |
4994 | 2024-10-03T20:22:15.908Z | [ recovery-image] Oct 03 20:22:14.468 INFO O| Oct 03 20:22:14.468 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-10-03T20:22:15.946Z | [ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4996 | 2024-10-03T20:22:15.946Z | [ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO STEP 285 (remove_files) COMPLETE |
4997 | 2024-10-03T20:22:15.946Z | [ recovery-image] Oct 03 20:22:14.509 INFO O| Oct 03 20:22:14.509 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-10-03T20:22:16.022Z | [ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4999 | 2024-10-03T20:22:16.025Z | [ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO STEP 286 (remove_files) COMPLETE |
5000 | 2024-10-03T20:22:16.025Z | [ recovery-image] Oct 03 20:22:14.586 INFO O| Oct 03 20:22:14.586 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-10-03T20:22:16.040Z | [ recovery-image] Oct 03 20:22:14.604 INFO O| Oct 03 20:22:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5002 | 2024-10-03T20:22:16.040Z | [ recovery-image] Oct 03 20:22:14.605 INFO O| Oct 03 20:22:14.605 INFO STEP 287 (remove_files) COMPLETE |
5003 | 2024-10-03T20:22:16.040Z | [ recovery-image] Oct 03 20:22:14.605 INFO O| Oct 03 20:22:14.605 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-10-03T20:22:16.059Z | [ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5005 | 2024-10-03T20:22:16.059Z | [ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO STEP 288 (remove_files) COMPLETE |
5006 | 2024-10-03T20:22:16.059Z | [ recovery-image] Oct 03 20:22:14.623 INFO O| Oct 03 20:22:14.623 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-10-03T20:22:16.096Z | [ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5008 | 2024-10-03T20:22:16.096Z | [ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO STEP 289 (remove_files) COMPLETE |
5009 | 2024-10-03T20:22:16.096Z | [ recovery-image] Oct 03 20:22:14.660 INFO O| Oct 03 20:22:14.660 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-10-03T20:22:16.117Z | [ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5011 | 2024-10-03T20:22:16.117Z | [ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO STEP 290 (remove_files) COMPLETE |
5012 | 2024-10-03T20:22:16.125Z | [ recovery-image] Oct 03 20:22:14.681 INFO O| Oct 03 20:22:14.681 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-10-03T20:22:16.137Z | [ recovery-image] Oct 03 20:22:14.699 INFO O| Oct 03 20:22:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5014 | 2024-10-03T20:22:16.137Z | [ recovery-image] Oct 03 20:22:14.700 INFO O| Oct 03 20:22:14.700 INFO STEP 291 (remove_files) COMPLETE |
5015 | 2024-10-03T20:22:16.137Z | [ recovery-image] Oct 03 20:22:14.700 INFO O| Oct 03 20:22:14.700 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-10-03T20:22:16.160Z | [ recovery-image] Oct 03 20:22:14.719 INFO O| Oct 03 20:22:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5017 | 2024-10-03T20:22:16.164Z | [ recovery-image] Oct 03 20:22:14.724 INFO O| Oct 03 20:22:14.724 INFO STEP 292 (remove_files) COMPLETE |
5018 | 2024-10-03T20:22:16.164Z | [ recovery-image] Oct 03 20:22:14.724 INFO O| Oct 03 20:22:14.724 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-10-03T20:22:16.218Z | [ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5020 | 2024-10-03T20:22:16.218Z | [ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO STEP 293 (remove_files) COMPLETE |
5021 | 2024-10-03T20:22:16.218Z | [ recovery-image] Oct 03 20:22:14.781 INFO O| Oct 03 20:22:14.781 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-10-03T20:22:16.244Z | [ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5023 | 2024-10-03T20:22:16.248Z | [ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO STEP 294 (remove_files) COMPLETE |
5024 | 2024-10-03T20:22:16.248Z | [ recovery-image] Oct 03 20:22:14.808 INFO O| Oct 03 20:22:14.808 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-10-03T20:22:16.253Z | [ host-image] Oct 03 20:22:14.817 INFO O| Oct 03 20:22:14.816 INFO O| Planning: Evaluating mediators ... Done |
5026 | 2024-10-03T20:22:16.258Z | [ host-image] Oct 03 20:22:14.822 INFO O| Oct 03 20:22:14.822 INFO O| Planning: Planning completed in 4.49 seconds |
5027 | 2024-10-03T20:22:16.260Z | [ host-image] Oct 03 20:22:14.824 INFO O| Oct 03 20:22:14.824 INFO O| Packages to install: 6 |
5028 | 2024-10-03T20:22:16.262Z | [ host-image] Oct 03 20:22:14.825 INFO O| Oct 03 20:22:14.825 INFO O| Mediators to change: 1 |
5029 | 2024-10-03T20:22:16.262Z | [ host-image] Oct 03 20:22:14.825 INFO O| Oct 03 20:22:14.825 INFO O| Services to change: 1 |
5030 | 2024-10-03T20:22:16.266Z | [ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5031 | 2024-10-03T20:22:16.268Z | [ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO STEP 295 (remove_files) COMPLETE |
5032 | 2024-10-03T20:22:16.268Z | [ recovery-image] Oct 03 20:22:14.830 INFO O| Oct 03 20:22:14.830 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-10-03T20:22:16.288Z | [ host-image] Oct 03 20:22:14.852 INFO O| Oct 03 20:22:14.852 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5034 | 2024-10-03T20:22:16.332Z | [ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5035 | 2024-10-03T20:22:16.332Z | [ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO STEP 296 (remove_files) COMPLETE |
5036 | 2024-10-03T20:22:16.334Z | [ recovery-image] Oct 03 20:22:14.896 INFO O| Oct 03 20:22:14.896 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-10-03T20:22:16.352Z | [ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5038 | 2024-10-03T20:22:16.352Z | [ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO STEP 297 (remove_files) COMPLETE |
5039 | 2024-10-03T20:22:16.352Z | [ recovery-image] Oct 03 20:22:14.916 INFO O| Oct 03 20:22:14.916 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-10-03T20:22:16.371Z | [ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5041 | 2024-10-03T20:22:16.371Z | [ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.935 INFO STEP 298 (remove_files) COMPLETE |
5042 | 2024-10-03T20:22:16.373Z | [ recovery-image] Oct 03 20:22:14.935 INFO O| Oct 03 20:22:14.935 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-10-03T20:22:16.396Z | [ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5044 | 2024-10-03T20:22:16.396Z | [ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO STEP 299 (remove_files) COMPLETE |
5045 | 2024-10-03T20:22:16.396Z | [ recovery-image] Oct 03 20:22:14.959 INFO O| Oct 03 20:22:14.959 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-10-03T20:22:16.432Z | [ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5047 | 2024-10-03T20:22:16.432Z | [ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO STEP 300 (remove_files) COMPLETE |
5048 | 2024-10-03T20:22:16.432Z | [ recovery-image] Oct 03 20:22:14.996 INFO O| Oct 03 20:22:14.996 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-10-03T20:22:16.453Z | [ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5050 | 2024-10-03T20:22:16.453Z | [ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO STEP 301 (remove_files) COMPLETE |
5051 | 2024-10-03T20:22:16.453Z | [ recovery-image] Oct 03 20:22:15.017 INFO O| Oct 03 20:22:15.017 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-10-03T20:22:16.491Z | [ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5053 | 2024-10-03T20:22:16.491Z | [ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO STEP 302 (remove_files) COMPLETE |
5054 | 2024-10-03T20:22:16.494Z | [ recovery-image] Oct 03 20:22:15.055 INFO O| Oct 03 20:22:15.055 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-10-03T20:22:16.510Z | [ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5056 | 2024-10-03T20:22:16.510Z | [ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.074 INFO STEP 303 (remove_files) COMPLETE |
5057 | 2024-10-03T20:22:16.510Z | [ recovery-image] Oct 03 20:22:15.074 INFO O| Oct 03 20:22:15.074 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-10-03T20:22:16.528Z | [ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5059 | 2024-10-03T20:22:16.528Z | [ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO STEP 304 (remove_files) COMPLETE |
5060 | 2024-10-03T20:22:16.528Z | [ recovery-image] Oct 03 20:22:15.092 INFO O| Oct 03 20:22:15.092 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-10-03T20:22:16.551Z | [ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5062 | 2024-10-03T20:22:16.551Z | [ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO STEP 305 (remove_files) COMPLETE |
5063 | 2024-10-03T20:22:16.553Z | [ recovery-image] Oct 03 20:22:15.114 INFO O| Oct 03 20:22:15.114 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-10-03T20:22:16.584Z | [ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5065 | 2024-10-03T20:22:16.584Z | [ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO STEP 306 (remove_files) COMPLETE |
5066 | 2024-10-03T20:22:16.587Z | [ recovery-image] Oct 03 20:22:15.148 INFO O| Oct 03 20:22:15.148 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-10-03T20:22:16.638Z | [ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5068 | 2024-10-03T20:22:16.640Z | [ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO STEP 307 (remove_files) COMPLETE |
5069 | 2024-10-03T20:22:16.640Z | [ recovery-image] Oct 03 20:22:15.202 INFO O| Oct 03 20:22:15.202 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-10-03T20:22:16.660Z | [ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5071 | 2024-10-03T20:22:16.663Z | [ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO STEP 308 (remove_files) COMPLETE |
5072 | 2024-10-03T20:22:16.663Z | [ recovery-image] Oct 03 20:22:15.224 INFO O| Oct 03 20:22:15.224 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-10-03T20:22:16.681Z | [ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5074 | 2024-10-03T20:22:16.683Z | [ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO STEP 309 (remove_files) COMPLETE |
5075 | 2024-10-03T20:22:16.683Z | [ recovery-image] Oct 03 20:22:15.245 INFO O| Oct 03 20:22:15.245 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-10-03T20:22:16.702Z | [ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5077 | 2024-10-03T20:22:16.704Z | [ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.266 INFO STEP 310 (remove_files) COMPLETE |
5078 | 2024-10-03T20:22:16.704Z | [ recovery-image] Oct 03 20:22:15.266 INFO O| Oct 03 20:22:15.266 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-10-03T20:22:16.723Z | [ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5080 | 2024-10-03T20:22:16.725Z | [ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO STEP 311 (remove_files) COMPLETE |
5081 | 2024-10-03T20:22:16.725Z | [ recovery-image] Oct 03 20:22:15.287 INFO O| Oct 03 20:22:15.287 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-10-03T20:22:16.743Z | [ recovery-image] Oct 03 20:22:15.307 INFO O| Oct 03 20:22:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5083 | 2024-10-03T20:22:16.747Z | [ recovery-image] Oct 03 20:22:15.308 INFO O| Oct 03 20:22:15.307 INFO STEP 312 (remove_files) COMPLETE |
5084 | 2024-10-03T20:22:16.747Z | [ recovery-image] Oct 03 20:22:15.308 INFO O| Oct 03 20:22:15.308 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-10-03T20:22:16.769Z | [ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5086 | 2024-10-03T20:22:16.769Z | [ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO STEP 313 (remove_files) COMPLETE |
5087 | 2024-10-03T20:22:16.771Z | [ recovery-image] Oct 03 20:22:15.333 INFO O| Oct 03 20:22:15.333 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-10-03T20:22:16.790Z | [ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5089 | 2024-10-03T20:22:16.790Z | [ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO STEP 314 (remove_files) COMPLETE |
5090 | 2024-10-03T20:22:16.794Z | [ recovery-image] Oct 03 20:22:15.354 INFO O| Oct 03 20:22:15.354 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-10-03T20:22:16.811Z | [ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5092 | 2024-10-03T20:22:16.811Z | [ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO STEP 315 (remove_files) COMPLETE |
5093 | 2024-10-03T20:22:16.814Z | [ recovery-image] Oct 03 20:22:15.375 INFO O| Oct 03 20:22:15.375 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-10-03T20:22:16.832Z | [ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5095 | 2024-10-03T20:22:16.832Z | [ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO STEP 316 (remove_files) COMPLETE |
5096 | 2024-10-03T20:22:16.832Z | [ recovery-image] Oct 03 20:22:15.396 INFO O| Oct 03 20:22:15.396 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-10-03T20:22:16.852Z | [ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5098 | 2024-10-03T20:22:16.852Z | [ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO STEP 317 (remove_files) COMPLETE |
5099 | 2024-10-03T20:22:16.852Z | [ recovery-image] Oct 03 20:22:15.416 INFO O| Oct 03 20:22:15.416 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-10-03T20:22:16.872Z | [ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5101 | 2024-10-03T20:22:16.872Z | [ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO STEP 318 (remove_files) COMPLETE |
5102 | 2024-10-03T20:22:16.872Z | [ recovery-image] Oct 03 20:22:15.436 INFO O| Oct 03 20:22:15.436 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-10-03T20:22:16.892Z | [ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5104 | 2024-10-03T20:22:16.892Z | [ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO STEP 319 (remove_files) COMPLETE |
5105 | 2024-10-03T20:22:16.892Z | [ recovery-image] Oct 03 20:22:15.455 INFO O| Oct 03 20:22:15.455 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-10-03T20:22:16.928Z | [ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5107 | 2024-10-03T20:22:16.928Z | [ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO STEP 320 (remove_files) COMPLETE |
5108 | 2024-10-03T20:22:16.928Z | [ recovery-image] Oct 03 20:22:15.492 INFO O| Oct 03 20:22:15.492 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-10-03T20:22:16.949Z | [ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5110 | 2024-10-03T20:22:16.949Z | [ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO STEP 321 (remove_files) COMPLETE |
5111 | 2024-10-03T20:22:16.949Z | [ recovery-image] Oct 03 20:22:15.513 INFO O| Oct 03 20:22:15.513 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-10-03T20:22:16.969Z | [ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5113 | 2024-10-03T20:22:16.969Z | [ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO STEP 322 (remove_files) COMPLETE |
5114 | 2024-10-03T20:22:16.969Z | [ recovery-image] Oct 03 20:22:15.533 INFO O| Oct 03 20:22:15.533 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-10-03T20:22:16.988Z | [ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5116 | 2024-10-03T20:22:16.988Z | [ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO STEP 323 (remove_files) COMPLETE |
5117 | 2024-10-03T20:22:16.988Z | [ recovery-image] Oct 03 20:22:15.552 INFO O| Oct 03 20:22:15.552 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-10-03T20:22:17.037Z | [ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5119 | 2024-10-03T20:22:17.037Z | [ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO STEP 324 (remove_files) COMPLETE |
5120 | 2024-10-03T20:22:17.040Z | [ recovery-image] Oct 03 20:22:15.601 INFO O| Oct 03 20:22:15.601 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-10-03T20:22:17.057Z | [ recovery-image] Oct 03 20:22:15.621 INFO O| Oct 03 20:22:15.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5122 | 2024-10-03T20:22:17.060Z | [ recovery-image] Oct 03 20:22:15.622 INFO O| Oct 03 20:22:15.622 INFO STEP 325 (remove_files) COMPLETE |
5123 | 2024-10-03T20:22:17.060Z | [ recovery-image] Oct 03 20:22:15.622 INFO O| Oct 03 20:22:15.622 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-10-03T20:22:17.079Z | [ recovery-image] Oct 03 20:22:15.640 INFO O| Oct 03 20:22:15.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5125 | 2024-10-03T20:22:17.079Z | [ recovery-image] Oct 03 20:22:15.640 INFO O| Oct 03 20:22:15.640 INFO STEP 326 (remove_files) COMPLETE |
5126 | 2024-10-03T20:22:17.081Z | [ recovery-image] Oct 03 20:22:15.641 INFO O| Oct 03 20:22:15.641 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-10-03T20:22:17.095Z | [ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5128 | 2024-10-03T20:22:17.098Z | [ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO STEP 327 (remove_files) COMPLETE |
5129 | 2024-10-03T20:22:17.098Z | [ recovery-image] Oct 03 20:22:15.659 INFO O| Oct 03 20:22:15.659 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-10-03T20:22:17.114Z | [ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5131 | 2024-10-03T20:22:17.118Z | [ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO STEP 328 (remove_files) COMPLETE |
5132 | 2024-10-03T20:22:17.118Z | [ recovery-image] Oct 03 20:22:15.678 INFO O| Oct 03 20:22:15.678 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-10-03T20:22:17.134Z | [ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5134 | 2024-10-03T20:22:17.136Z | [ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO STEP 329 (remove_files) COMPLETE |
5135 | 2024-10-03T20:22:17.136Z | [ recovery-image] Oct 03 20:22:15.698 INFO O| Oct 03 20:22:15.698 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-10-03T20:22:17.153Z | [ recovery-image] Oct 03 20:22:15.716 INFO O| Oct 03 20:22:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5137 | 2024-10-03T20:22:17.156Z | [ recovery-image] Oct 03 20:22:15.717 INFO O| Oct 03 20:22:15.717 INFO STEP 330 (remove_files) COMPLETE |
5138 | 2024-10-03T20:22:17.156Z | [ recovery-image] Oct 03 20:22:15.717 INFO O| Oct 03 20:22:15.717 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-10-03T20:22:17.172Z | [ recovery-image] Oct 03 20:22:15.735 INFO O| Oct 03 20:22:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5140 | 2024-10-03T20:22:17.174Z | [ recovery-image] Oct 03 20:22:15.736 INFO O| Oct 03 20:22:15.736 INFO STEP 331 (remove_files) COMPLETE |
5141 | 2024-10-03T20:22:17.174Z | [ recovery-image] Oct 03 20:22:15.736 INFO O| Oct 03 20:22:15.736 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-10-03T20:22:17.199Z | [ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5143 | 2024-10-03T20:22:17.204Z | [ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO STEP 332 (remove_files) COMPLETE |
5144 | 2024-10-03T20:22:17.204Z | [ recovery-image] Oct 03 20:22:15.763 INFO O| Oct 03 20:22:15.763 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-10-03T20:22:17.218Z | [ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5146 | 2024-10-03T20:22:17.218Z | [ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO STEP 333 (remove_files) COMPLETE |
5147 | 2024-10-03T20:22:17.221Z | [ recovery-image] Oct 03 20:22:15.782 INFO O| Oct 03 20:22:15.782 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-10-03T20:22:17.236Z | [ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5149 | 2024-10-03T20:22:17.236Z | [ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO STEP 334 (remove_files) COMPLETE |
5150 | 2024-10-03T20:22:17.239Z | [ recovery-image] Oct 03 20:22:15.800 INFO O| Oct 03 20:22:15.800 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-10-03T20:22:17.255Z | [ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5152 | 2024-10-03T20:22:17.255Z | [ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.819 INFO STEP 335 (remove_files) COMPLETE |
5153 | 2024-10-03T20:22:17.258Z | [ recovery-image] Oct 03 20:22:15.819 INFO O| Oct 03 20:22:15.819 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-10-03T20:22:17.272Z | [ recovery-image] Oct 03 20:22:15.836 INFO O| Oct 03 20:22:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5155 | 2024-10-03T20:22:17.296Z | [ recovery-image] Oct 03 20:22:15.856 INFO O| Oct 03 20:22:15.856 INFO STEP 336 (remove_files) COMPLETE |
5156 | 2024-10-03T20:22:17.296Z | [ recovery-image] Oct 03 20:22:15.856 INFO O| Oct 03 20:22:15.856 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-10-03T20:22:17.313Z | [ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5158 | 2024-10-03T20:22:17.313Z | [ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO STEP 337 (remove_files) COMPLETE |
5159 | 2024-10-03T20:22:17.313Z | [ recovery-image] Oct 03 20:22:15.877 INFO O| Oct 03 20:22:15.877 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-10-03T20:22:17.333Z | [ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5161 | 2024-10-03T20:22:17.333Z | [ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO STEP 338 (remove_files) COMPLETE |
5162 | 2024-10-03T20:22:17.333Z | [ recovery-image] Oct 03 20:22:15.897 INFO O| Oct 03 20:22:15.897 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-10-03T20:22:17.353Z | [ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5164 | 2024-10-03T20:22:17.353Z | [ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO STEP 339 (remove_files) COMPLETE |
5165 | 2024-10-03T20:22:17.353Z | [ recovery-image] Oct 03 20:22:15.917 INFO O| Oct 03 20:22:15.917 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-10-03T20:22:17.374Z | [ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5167 | 2024-10-03T20:22:17.374Z | [ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO STEP 340 (remove_files) COMPLETE |
5168 | 2024-10-03T20:22:17.374Z | [ recovery-image] Oct 03 20:22:15.937 INFO O| Oct 03 20:22:15.937 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-10-03T20:22:17.395Z | [ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5170 | 2024-10-03T20:22:17.395Z | [ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.958 INFO STEP 341 (remove_files) COMPLETE |
5171 | 2024-10-03T20:22:17.395Z | [ recovery-image] Oct 03 20:22:15.958 INFO O| Oct 03 20:22:15.958 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-10-03T20:22:17.442Z | [ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5173 | 2024-10-03T20:22:17.442Z | [ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO STEP 342 (remove_files) COMPLETE |
5174 | 2024-10-03T20:22:17.445Z | [ recovery-image] Oct 03 20:22:16.006 INFO O| Oct 03 20:22:16.006 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-10-03T20:22:17.462Z | [ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5176 | 2024-10-03T20:22:17.462Z | [ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.026 INFO STEP 343 (remove_files) COMPLETE |
5177 | 2024-10-03T20:22:17.462Z | [ recovery-image] Oct 03 20:22:16.026 INFO O| Oct 03 20:22:16.026 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-10-03T20:22:17.481Z | [ recovery-image] Oct 03 20:22:16.044 INFO O| Oct 03 20:22:16.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5179 | 2024-10-03T20:22:17.481Z | [ recovery-image] Oct 03 20:22:16.045 INFO O| Oct 03 20:22:16.045 INFO STEP 344 (remove_files) COMPLETE |
5180 | 2024-10-03T20:22:17.481Z | [ recovery-image] Oct 03 20:22:16.045 INFO O| Oct 03 20:22:16.045 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-10-03T20:22:17.541Z | [ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5182 | 2024-10-03T20:22:17.541Z | [ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO STEP 345 (remove_files) COMPLETE |
5183 | 2024-10-03T20:22:17.541Z | [ recovery-image] Oct 03 20:22:16.103 INFO O| Oct 03 20:22:16.103 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-10-03T20:22:17.579Z | [ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5185 | 2024-10-03T20:22:17.579Z | [ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO STEP 346 (remove_files) COMPLETE |
5186 | 2024-10-03T20:22:17.579Z | [ recovery-image] Oct 03 20:22:16.133 INFO O| Oct 03 20:22:16.133 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-10-03T20:22:17.601Z | [ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5188 | 2024-10-03T20:22:17.601Z | [ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.165 INFO STEP 347 (remove_files) COMPLETE |
5189 | 2024-10-03T20:22:17.601Z | [ recovery-image] Oct 03 20:22:16.165 INFO O| Oct 03 20:22:16.165 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-10-03T20:22:17.638Z | [ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5191 | 2024-10-03T20:22:17.638Z | [ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO STEP 348 (remove_files) COMPLETE |
5192 | 2024-10-03T20:22:17.638Z | [ recovery-image] Oct 03 20:22:16.202 INFO O| Oct 03 20:22:16.202 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-10-03T20:22:17.658Z | [ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5194 | 2024-10-03T20:22:17.658Z | [ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO STEP 349 (remove_files) COMPLETE |
5195 | 2024-10-03T20:22:17.658Z | [ recovery-image] Oct 03 20:22:16.222 INFO O| Oct 03 20:22:16.222 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-10-03T20:22:17.678Z | [ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5197 | 2024-10-03T20:22:17.678Z | [ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO STEP 350 (remove_files) COMPLETE |
5198 | 2024-10-03T20:22:17.678Z | [ recovery-image] Oct 03 20:22:16.242 INFO O| Oct 03 20:22:16.242 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-10-03T20:22:17.698Z | [ recovery-image] Oct 03 20:22:16.261 INFO O| Oct 03 20:22:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5200 | 2024-10-03T20:22:17.698Z | [ recovery-image] Oct 03 20:22:16.262 INFO O| Oct 03 20:22:16.261 INFO STEP 351 (remove_files) COMPLETE |
5201 | 2024-10-03T20:22:17.698Z | [ recovery-image] Oct 03 20:22:16.262 INFO O| Oct 03 20:22:16.262 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-10-03T20:22:17.716Z | [ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5203 | 2024-10-03T20:22:17.716Z | [ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO STEP 352 (remove_files) COMPLETE |
5204 | 2024-10-03T20:22:17.716Z | [ recovery-image] Oct 03 20:22:16.280 INFO O| Oct 03 20:22:16.280 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-10-03T20:22:17.758Z | [ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5206 | 2024-10-03T20:22:17.758Z | [ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO STEP 353 (remove_files) COMPLETE |
5207 | 2024-10-03T20:22:17.758Z | [ recovery-image] Oct 03 20:22:16.322 INFO O| Oct 03 20:22:16.322 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-10-03T20:22:17.778Z | [ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5209 | 2024-10-03T20:22:17.778Z | [ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.342 INFO STEP 354 (remove_files) COMPLETE |
5210 | 2024-10-03T20:22:17.778Z | [ recovery-image] Oct 03 20:22:16.342 INFO O| Oct 03 20:22:16.342 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-10-03T20:22:17.813Z | [ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5212 | 2024-10-03T20:22:17.813Z | [ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO STEP 355 (remove_files) COMPLETE |
5213 | 2024-10-03T20:22:17.813Z | [ recovery-image] Oct 03 20:22:16.377 INFO O| Oct 03 20:22:16.377 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-10-03T20:22:17.832Z | [ recovery-image] Oct 03 20:22:16.396 INFO O| Oct 03 20:22:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5215 | 2024-10-03T20:22:17.835Z | [ recovery-image] Oct 03 20:22:16.396 INFO O| Oct 03 20:22:16.396 INFO STEP 356 (remove_files) COMPLETE |
5216 | 2024-10-03T20:22:17.835Z | [ recovery-image] Oct 03 20:22:16.397 INFO O| Oct 03 20:22:16.396 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-10-03T20:22:17.852Z | [ recovery-image] Oct 03 20:22:16.415 INFO O| Oct 03 20:22:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5218 | 2024-10-03T20:22:17.854Z | [ recovery-image] Oct 03 20:22:16.416 INFO O| Oct 03 20:22:16.416 INFO STEP 357 (remove_files) COMPLETE |
5219 | 2024-10-03T20:22:17.854Z | [ recovery-image] Oct 03 20:22:16.416 INFO O| Oct 03 20:22:16.416 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-10-03T20:22:17.870Z | [ recovery-image] Oct 03 20:22:16.434 INFO O| Oct 03 20:22:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5221 | 2024-10-03T20:22:17.872Z | [ recovery-image] Oct 03 20:22:16.434 INFO O| Oct 03 20:22:16.434 INFO STEP 358 (remove_files) COMPLETE |
5222 | 2024-10-03T20:22:17.872Z | [ recovery-image] Oct 03 20:22:16.435 INFO O| Oct 03 20:22:16.434 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-10-03T20:22:17.890Z | [ recovery-image] Oct 03 20:22:16.453 INFO O| Oct 03 20:22:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5224 | 2024-10-03T20:22:17.892Z | [ recovery-image] Oct 03 20:22:16.453 INFO O| Oct 03 20:22:16.453 INFO STEP 359 (remove_files) COMPLETE |
5225 | 2024-10-03T20:22:17.892Z | [ recovery-image] Oct 03 20:22:16.454 INFO O| Oct 03 20:22:16.453 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-10-03T20:22:17.909Z | [ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5227 | 2024-10-03T20:22:17.912Z | [ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO STEP 360 (remove_files) COMPLETE |
5228 | 2024-10-03T20:22:17.912Z | [ recovery-image] Oct 03 20:22:16.473 INFO O| Oct 03 20:22:16.473 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-10-03T20:22:17.947Z | [ recovery-image] Oct 03 20:22:16.511 INFO O| Oct 03 20:22:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5230 | 2024-10-03T20:22:17.950Z | [ recovery-image] Oct 03 20:22:16.511 INFO O| Oct 03 20:22:16.511 INFO STEP 361 (remove_files) COMPLETE |
5231 | 2024-10-03T20:22:17.950Z | [ recovery-image] Oct 03 20:22:16.512 INFO O| Oct 03 20:22:16.511 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-10-03T20:22:17.968Z | [ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5233 | 2024-10-03T20:22:17.968Z | [ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO STEP 362 (remove_files) COMPLETE |
5234 | 2024-10-03T20:22:17.970Z | [ recovery-image] Oct 03 20:22:16.532 INFO O| Oct 03 20:22:16.532 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-10-03T20:22:17.987Z | [ recovery-image] Oct 03 20:22:16.550 INFO O| Oct 03 20:22:16.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5236 | 2024-10-03T20:22:17.987Z | [ recovery-image] Oct 03 20:22:16.551 INFO O| Oct 03 20:22:16.551 INFO STEP 363 (remove_files) COMPLETE |
5237 | 2024-10-03T20:22:17.987Z | [ recovery-image] Oct 03 20:22:16.551 INFO O| Oct 03 20:22:16.551 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-10-03T20:22:18.005Z | [ recovery-image] Oct 03 20:22:16.568 INFO O| Oct 03 20:22:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5239 | 2024-10-03T20:22:18.005Z | [ recovery-image] Oct 03 20:22:16.569 INFO O| Oct 03 20:22:16.569 INFO STEP 364 (remove_files) COMPLETE |
5240 | 2024-10-03T20:22:18.005Z | [ recovery-image] Oct 03 20:22:16.569 INFO O| Oct 03 20:22:16.569 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-10-03T20:22:18.022Z | [ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5242 | 2024-10-03T20:22:18.022Z | [ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO STEP 365 (remove_files) COMPLETE |
5243 | 2024-10-03T20:22:18.022Z | [ recovery-image] Oct 03 20:22:16.586 INFO O| Oct 03 20:22:16.586 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-10-03T20:22:18.041Z | [ recovery-image] Oct 03 20:22:16.604 INFO O| Oct 03 20:22:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5245 | 2024-10-03T20:22:18.041Z | [ recovery-image] Oct 03 20:22:16.604 INFO O| Oct 03 20:22:16.604 INFO STEP 366 (remove_files) COMPLETE |
5246 | 2024-10-03T20:22:18.041Z | [ recovery-image] Oct 03 20:22:16.605 INFO O| Oct 03 20:22:16.604 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-10-03T20:22:18.060Z | [ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5248 | 2024-10-03T20:22:18.060Z | [ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO STEP 367 (remove_files) COMPLETE |
5249 | 2024-10-03T20:22:18.060Z | [ recovery-image] Oct 03 20:22:16.624 INFO O| Oct 03 20:22:16.624 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-10-03T20:22:18.079Z | [ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5251 | 2024-10-03T20:22:18.079Z | [ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO STEP 368 (remove_files) COMPLETE |
5252 | 2024-10-03T20:22:18.079Z | [ recovery-image] Oct 03 20:22:16.643 INFO O| Oct 03 20:22:16.643 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-10-03T20:22:18.098Z | [ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5254 | 2024-10-03T20:22:18.098Z | [ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO STEP 369 (remove_files) COMPLETE |
5255 | 2024-10-03T20:22:18.098Z | [ recovery-image] Oct 03 20:22:16.662 INFO O| Oct 03 20:22:16.662 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-10-03T20:22:18.121Z | [ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5257 | 2024-10-03T20:22:18.124Z | [ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO STEP 370 (remove_files) COMPLETE |
5258 | 2024-10-03T20:22:18.124Z | [ recovery-image] Oct 03 20:22:16.685 INFO O| Oct 03 20:22:16.685 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-10-03T20:22:18.141Z | [ recovery-image] Oct 03 20:22:16.704 INFO O| Oct 03 20:22:16.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5260 | 2024-10-03T20:22:18.143Z | [ recovery-image] Oct 03 20:22:16.705 INFO O| Oct 03 20:22:16.705 INFO STEP 371 (remove_files) COMPLETE |
5261 | 2024-10-03T20:22:18.143Z | [ recovery-image] Oct 03 20:22:16.705 INFO O| Oct 03 20:22:16.705 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-10-03T20:22:18.159Z | [ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5263 | 2024-10-03T20:22:18.159Z | [ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO STEP 372 (remove_files) COMPLETE |
5264 | 2024-10-03T20:22:18.160Z | [ recovery-image] Oct 03 20:22:16.723 INFO O| Oct 03 20:22:16.723 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-10-03T20:22:18.178Z | [ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5266 | 2024-10-03T20:22:18.178Z | [ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO STEP 373 (remove_files) COMPLETE |
5267 | 2024-10-03T20:22:18.178Z | [ recovery-image] Oct 03 20:22:16.742 INFO O| Oct 03 20:22:16.742 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-10-03T20:22:18.197Z | [ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5269 | 2024-10-03T20:22:18.198Z | [ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO STEP 374 (remove_files) COMPLETE |
5270 | 2024-10-03T20:22:18.198Z | [ recovery-image] Oct 03 20:22:16.761 INFO O| Oct 03 20:22:16.761 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-10-03T20:22:18.218Z | [ recovery-image] Oct 03 20:22:16.781 INFO O| Oct 03 20:22:16.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5272 | 2024-10-03T20:22:18.230Z | [ recovery-image] Oct 03 20:22:16.792 INFO O| Oct 03 20:22:16.792 INFO STEP 375 (remove_files) COMPLETE |
5273 | 2024-10-03T20:22:18.235Z | [ recovery-image] Oct 03 20:22:16.792 INFO O| Oct 03 20:22:16.792 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-10-03T20:22:18.289Z | [ recovery-image] Oct 03 20:22:16.850 INFO O| Oct 03 20:22:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5275 | 2024-10-03T20:22:18.293Z | [ recovery-image] Oct 03 20:22:16.850 INFO O| Oct 03 20:22:16.850 INFO STEP 376 (remove_files) COMPLETE |
5276 | 2024-10-03T20:22:18.293Z | [ recovery-image] Oct 03 20:22:16.851 INFO O| Oct 03 20:22:16.850 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-10-03T20:22:18.305Z | [ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5278 | 2024-10-03T20:22:18.305Z | [ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO STEP 377 (remove_files) COMPLETE |
5279 | 2024-10-03T20:22:18.305Z | [ recovery-image] Oct 03 20:22:16.869 INFO O| Oct 03 20:22:16.869 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-10-03T20:22:18.324Z | [ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5281 | 2024-10-03T20:22:18.324Z | [ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO STEP 378 (remove_files) COMPLETE |
5282 | 2024-10-03T20:22:18.327Z | [ recovery-image] Oct 03 20:22:16.888 INFO O| Oct 03 20:22:16.888 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-10-03T20:22:18.362Z | [ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5284 | 2024-10-03T20:22:18.363Z | [ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO STEP 379 (remove_files) COMPLETE |
5285 | 2024-10-03T20:22:18.363Z | [ recovery-image] Oct 03 20:22:16.926 INFO O| Oct 03 20:22:16.926 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-10-03T20:22:18.403Z | [ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5287 | 2024-10-03T20:22:18.403Z | [ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO STEP 380 (remove_files) COMPLETE |
5288 | 2024-10-03T20:22:18.403Z | [ recovery-image] Oct 03 20:22:16.966 INFO O| Oct 03 20:22:16.966 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-10-03T20:22:18.422Z | [ recovery-image] Oct 03 20:22:16.984 INFO O| Oct 03 20:22:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5290 | 2024-10-03T20:22:18.422Z | [ recovery-image] Oct 03 20:22:16.985 INFO O| Oct 03 20:22:16.984 INFO STEP 381 (remove_files) COMPLETE |
5291 | 2024-10-03T20:22:18.422Z | [ recovery-image] Oct 03 20:22:16.985 INFO O| Oct 03 20:22:16.984 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-10-03T20:22:18.495Z | [ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5293 | 2024-10-03T20:22:18.495Z | [ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO STEP 382 (remove_files) COMPLETE |
5294 | 2024-10-03T20:22:18.498Z | [ recovery-image] Oct 03 20:22:17.059 INFO O| Oct 03 20:22:17.059 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-10-03T20:22:18.519Z | [ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5296 | 2024-10-03T20:22:18.519Z | [ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO STEP 383 (remove_files) COMPLETE |
5297 | 2024-10-03T20:22:18.520Z | [ recovery-image] Oct 03 20:22:17.083 INFO O| Oct 03 20:22:17.083 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-10-03T20:22:18.547Z | [ recovery-image] Oct 03 20:22:17.110 INFO O| Oct 03 20:22:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5299 | 2024-10-03T20:22:18.547Z | [ recovery-image] Oct 03 20:22:17.111 INFO O| Oct 03 20:22:17.111 INFO STEP 384 (remove_files) COMPLETE |
5300 | 2024-10-03T20:22:18.547Z | [ recovery-image] Oct 03 20:22:17.111 INFO O| Oct 03 20:22:17.111 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-10-03T20:22:18.569Z | [ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5302 | 2024-10-03T20:22:18.569Z | [ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO STEP 385 (remove_files) COMPLETE |
5303 | 2024-10-03T20:22:18.572Z | [ recovery-image] Oct 03 20:22:17.133 INFO O| Oct 03 20:22:17.133 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-10-03T20:22:18.608Z | [ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5305 | 2024-10-03T20:22:18.608Z | [ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO STEP 386 (remove_files) COMPLETE |
5306 | 2024-10-03T20:22:18.608Z | [ recovery-image] Oct 03 20:22:17.172 INFO O| Oct 03 20:22:17.172 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-10-03T20:22:18.647Z | [ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5308 | 2024-10-03T20:22:18.647Z | [ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO STEP 387 (remove_files) COMPLETE |
5309 | 2024-10-03T20:22:18.650Z | [ recovery-image] Oct 03 20:22:17.210 INFO O| Oct 03 20:22:17.210 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-10-03T20:22:18.678Z | [ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5311 | 2024-10-03T20:22:18.678Z | [ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO STEP 388 (remove_files) COMPLETE |
5312 | 2024-10-03T20:22:18.679Z | [ recovery-image] Oct 03 20:22:17.242 INFO O| Oct 03 20:22:17.242 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-10-03T20:22:18.696Z | [ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5314 | 2024-10-03T20:22:18.696Z | [ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO STEP 389 (remove_files) COMPLETE |
5315 | 2024-10-03T20:22:18.696Z | [ recovery-image] Oct 03 20:22:17.260 INFO O| Oct 03 20:22:17.260 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-10-03T20:22:18.712Z | [ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5317 | 2024-10-03T20:22:18.712Z | [ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO STEP 390 (remove_files) COMPLETE |
5318 | 2024-10-03T20:22:18.715Z | [ recovery-image] Oct 03 20:22:17.276 INFO O| Oct 03 20:22:17.276 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-10-03T20:22:18.729Z | [ recovery-image] Oct 03 20:22:17.292 INFO O| Oct 03 20:22:17.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5320 | 2024-10-03T20:22:18.729Z | [ recovery-image] Oct 03 20:22:17.293 INFO O| Oct 03 20:22:17.293 INFO STEP 391 (remove_files) COMPLETE |
5321 | 2024-10-03T20:22:18.729Z | [ recovery-image] Oct 03 20:22:17.293 INFO O| Oct 03 20:22:17.293 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-10-03T20:22:18.745Z | [ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5323 | 2024-10-03T20:22:18.745Z | [ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO STEP 392 (remove_files) COMPLETE |
5324 | 2024-10-03T20:22:18.745Z | [ recovery-image] Oct 03 20:22:17.309 INFO O| Oct 03 20:22:17.309 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-10-03T20:22:18.764Z | [ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5326 | 2024-10-03T20:22:18.764Z | [ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.327 INFO STEP 393 (remove_files) COMPLETE |
5327 | 2024-10-03T20:22:18.764Z | [ recovery-image] Oct 03 20:22:17.327 INFO O| Oct 03 20:22:17.327 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-10-03T20:22:18.783Z | [ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5329 | 2024-10-03T20:22:18.783Z | [ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO STEP 394 (remove_files) COMPLETE |
5330 | 2024-10-03T20:22:18.783Z | [ recovery-image] Oct 03 20:22:17.345 INFO O| Oct 03 20:22:17.345 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-10-03T20:22:18.807Z | [ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5332 | 2024-10-03T20:22:18.808Z | [ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO STEP 395 (remove_files) COMPLETE |
5333 | 2024-10-03T20:22:18.810Z | [ recovery-image] Oct 03 20:22:17.371 INFO O| Oct 03 20:22:17.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-10-03T20:22:18.836Z | [ recovery-image] Oct 03 20:22:17.399 INFO O| Oct 03 20:22:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5335 | 2024-10-03T20:22:18.836Z | [ recovery-image] Oct 03 20:22:17.400 INFO O| Oct 03 20:22:17.399 INFO STEP 396 (remove_files) COMPLETE |
5336 | 2024-10-03T20:22:18.836Z | [ recovery-image] Oct 03 20:22:17.400 INFO O| Oct 03 20:22:17.400 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-10-03T20:22:18.860Z | [ recovery-image] Oct 03 20:22:17.423 INFO O| Oct 03 20:22:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5338 | 2024-10-03T20:22:18.860Z | [ recovery-image] Oct 03 20:22:17.424 INFO O| Oct 03 20:22:17.423 INFO STEP 397 (remove_files) COMPLETE |
5339 | 2024-10-03T20:22:18.862Z | [ recovery-image] Oct 03 20:22:17.424 INFO O| Oct 03 20:22:17.423 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-10-03T20:22:18.889Z | [ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5341 | 2024-10-03T20:22:18.889Z | [ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.452 INFO STEP 398 (remove_files) COMPLETE |
5342 | 2024-10-03T20:22:18.889Z | [ recovery-image] Oct 03 20:22:17.452 INFO O| Oct 03 20:22:17.452 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-10-03T20:22:18.915Z | [ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5344 | 2024-10-03T20:22:18.915Z | [ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO STEP 399 (remove_files) COMPLETE |
5345 | 2024-10-03T20:22:18.915Z | [ recovery-image] Oct 03 20:22:17.478 INFO O| Oct 03 20:22:17.478 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-10-03T20:22:18.941Z | [ recovery-image] Oct 03 20:22:17.504 INFO O| Oct 03 20:22:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5347 | 2024-10-03T20:22:18.946Z | [ recovery-image] Oct 03 20:22:17.510 INFO O| Oct 03 20:22:17.510 INFO STEP 400 (remove_files) COMPLETE |
5348 | 2024-10-03T20:22:18.949Z | [ recovery-image] Oct 03 20:22:17.510 INFO O| Oct 03 20:22:17.510 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-10-03T20:22:19.005Z | [ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5350 | 2024-10-03T20:22:19.005Z | [ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO STEP 401 (remove_files) COMPLETE |
5351 | 2024-10-03T20:22:19.005Z | [ recovery-image] Oct 03 20:22:17.568 INFO O| Oct 03 20:22:17.568 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-10-03T20:22:19.025Z | [ recovery-image] Oct 03 20:22:17.588 INFO O| Oct 03 20:22:17.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5353 | 2024-10-03T20:22:19.025Z | [ recovery-image] Oct 03 20:22:17.588 INFO O| Oct 03 20:22:17.588 INFO STEP 402 (remove_files) COMPLETE |
5354 | 2024-10-03T20:22:19.025Z | [ recovery-image] Oct 03 20:22:17.589 INFO O| Oct 03 20:22:17.588 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-10-03T20:22:19.044Z | [ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5356 | 2024-10-03T20:22:19.044Z | [ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO STEP 403 (remove_files) COMPLETE |
5357 | 2024-10-03T20:22:19.048Z | [ recovery-image] Oct 03 20:22:17.608 INFO O| Oct 03 20:22:17.608 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-10-03T20:22:19.064Z | [ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5359 | 2024-10-03T20:22:19.064Z | [ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO STEP 404 (remove_files) COMPLETE |
5360 | 2024-10-03T20:22:19.066Z | [ recovery-image] Oct 03 20:22:17.628 INFO O| Oct 03 20:22:17.628 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-10-03T20:22:19.109Z | [ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5362 | 2024-10-03T20:22:19.109Z | [ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO STEP 405 (remove_files) COMPLETE |
5363 | 2024-10-03T20:22:19.111Z | [ recovery-image] Oct 03 20:22:17.672 INFO O| Oct 03 20:22:17.672 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-10-03T20:22:19.129Z | [ recovery-image] Oct 03 20:22:17.692 INFO O| Oct 03 20:22:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5365 | 2024-10-03T20:22:19.129Z | [ recovery-image] Oct 03 20:22:17.693 INFO O| Oct 03 20:22:17.692 INFO STEP 406 (remove_files) COMPLETE |
5366 | 2024-10-03T20:22:19.131Z | [ recovery-image] Oct 03 20:22:17.693 INFO O| Oct 03 20:22:17.693 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-10-03T20:22:19.148Z | [ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5368 | 2024-10-03T20:22:19.148Z | [ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO STEP 407 (remove_files) COMPLETE |
5369 | 2024-10-03T20:22:19.151Z | [ recovery-image] Oct 03 20:22:17.712 INFO O| Oct 03 20:22:17.712 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-10-03T20:22:19.167Z | [ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5371 | 2024-10-03T20:22:19.167Z | [ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.731 INFO STEP 408 (remove_files) COMPLETE |
5372 | 2024-10-03T20:22:19.170Z | [ recovery-image] Oct 03 20:22:17.731 INFO O| Oct 03 20:22:17.731 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-10-03T20:22:19.187Z | [ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5374 | 2024-10-03T20:22:19.187Z | [ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO STEP 409 (remove_files) COMPLETE |
5375 | 2024-10-03T20:22:19.189Z | [ recovery-image] Oct 03 20:22:17.750 INFO O| Oct 03 20:22:17.750 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-10-03T20:22:19.206Z | [ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5377 | 2024-10-03T20:22:19.206Z | [ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO STEP 410 (remove_files) COMPLETE |
5378 | 2024-10-03T20:22:19.206Z | [ recovery-image] Oct 03 20:22:17.770 INFO O| Oct 03 20:22:17.770 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-10-03T20:22:19.227Z | [ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5380 | 2024-10-03T20:22:19.227Z | [ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO STEP 411 (remove_files) COMPLETE |
5381 | 2024-10-03T20:22:19.231Z | [ recovery-image] Oct 03 20:22:17.789 INFO O| Oct 03 20:22:17.789 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-10-03T20:22:19.244Z | [ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5383 | 2024-10-03T20:22:19.245Z | [ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.808 INFO STEP 412 (remove_files) COMPLETE |
5384 | 2024-10-03T20:22:19.247Z | [ recovery-image] Oct 03 20:22:17.808 INFO O| Oct 03 20:22:17.808 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-10-03T20:22:19.263Z | [ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5386 | 2024-10-03T20:22:19.263Z | [ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO STEP 413 (remove_files) COMPLETE |
5387 | 2024-10-03T20:22:19.266Z | [ recovery-image] Oct 03 20:22:17.827 INFO O| Oct 03 20:22:17.827 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-10-03T20:22:19.282Z | [ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5389 | 2024-10-03T20:22:19.282Z | [ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.846 INFO STEP 414 (remove_files) COMPLETE |
5390 | 2024-10-03T20:22:19.286Z | [ recovery-image] Oct 03 20:22:17.846 INFO O| Oct 03 20:22:17.846 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-10-03T20:22:19.373Z | [ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5392 | 2024-10-03T20:22:19.373Z | [ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO STEP 415 (remove_files) COMPLETE |
5393 | 2024-10-03T20:22:19.376Z | [ recovery-image] Oct 03 20:22:17.937 INFO O| Oct 03 20:22:17.937 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-10-03T20:22:19.409Z | [ recovery-image] Oct 03 20:22:17.972 INFO O| Oct 03 20:22:17.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5395 | 2024-10-03T20:22:19.411Z | [ recovery-image] Oct 03 20:22:17.973 INFO O| Oct 03 20:22:17.973 INFO STEP 416 (remove_files) COMPLETE |
5396 | 2024-10-03T20:22:19.411Z | [ recovery-image] Oct 03 20:22:17.973 INFO O| Oct 03 20:22:17.973 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-10-03T20:22:19.429Z | [ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5398 | 2024-10-03T20:22:19.429Z | [ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.993 INFO STEP 417 (remove_files) COMPLETE |
5399 | 2024-10-03T20:22:19.433Z | [ recovery-image] Oct 03 20:22:17.993 INFO O| Oct 03 20:22:17.993 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-10-03T20:22:19.452Z | [ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5401 | 2024-10-03T20:22:19.456Z | [ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.016 INFO STEP 418 (remove_files) COMPLETE |
5402 | 2024-10-03T20:22:19.456Z | [ recovery-image] Oct 03 20:22:18.016 INFO O| Oct 03 20:22:18.016 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-10-03T20:22:19.472Z | [ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5404 | 2024-10-03T20:22:19.472Z | [ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO STEP 419 (remove_files) COMPLETE |
5405 | 2024-10-03T20:22:19.472Z | [ recovery-image] Oct 03 20:22:18.035 INFO O| Oct 03 20:22:18.035 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-10-03T20:22:19.492Z | [ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5407 | 2024-10-03T20:22:19.492Z | [ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO STEP 420 (remove_files) COMPLETE |
5408 | 2024-10-03T20:22:19.492Z | [ recovery-image] Oct 03 20:22:18.055 INFO O| Oct 03 20:22:18.055 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-10-03T20:22:19.510Z | [ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5410 | 2024-10-03T20:22:19.510Z | [ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.074 INFO STEP 421 (remove_files) COMPLETE |
5411 | 2024-10-03T20:22:19.510Z | [ recovery-image] Oct 03 20:22:18.074 INFO O| Oct 03 20:22:18.074 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-10-03T20:22:19.529Z | [ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5413 | 2024-10-03T20:22:19.529Z | [ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO STEP 422 (remove_files) COMPLETE |
5414 | 2024-10-03T20:22:19.529Z | [ recovery-image] Oct 03 20:22:18.093 INFO O| Oct 03 20:22:18.093 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-10-03T20:22:19.549Z | [ recovery-image] Oct 03 20:22:18.112 INFO O| Oct 03 20:22:18.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5416 | 2024-10-03T20:22:19.549Z | [ recovery-image] Oct 03 20:22:18.112 INFO O| Oct 03 20:22:18.112 INFO STEP 423 (remove_files) COMPLETE |
5417 | 2024-10-03T20:22:19.549Z | [ recovery-image] Oct 03 20:22:18.113 INFO O| Oct 03 20:22:18.112 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-10-03T20:22:19.573Z | [ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5419 | 2024-10-03T20:22:19.573Z | [ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO STEP 424 (remove_files) COMPLETE |
5420 | 2024-10-03T20:22:19.573Z | [ recovery-image] Oct 03 20:22:18.137 INFO O| Oct 03 20:22:18.137 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-10-03T20:22:19.637Z | [ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5422 | 2024-10-03T20:22:19.640Z | [ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO STEP 425 (remove_files) COMPLETE |
5423 | 2024-10-03T20:22:19.640Z | [ recovery-image] Oct 03 20:22:18.200 INFO O| Oct 03 20:22:18.200 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-10-03T20:22:19.742Z | [ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5425 | 2024-10-03T20:22:19.742Z | [ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO STEP 426 (remove_files) COMPLETE |
5426 | 2024-10-03T20:22:19.742Z | [ recovery-image] Oct 03 20:22:18.306 INFO O| Oct 03 20:22:18.306 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-10-03T20:22:19.767Z | [ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5428 | 2024-10-03T20:22:19.767Z | [ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO STEP 427 (remove_files) COMPLETE |
5429 | 2024-10-03T20:22:19.767Z | [ recovery-image] Oct 03 20:22:18.328 INFO O| Oct 03 20:22:18.328 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-10-03T20:22:19.896Z | [ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5431 | 2024-10-03T20:22:19.896Z | [ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO STEP 428 (remove_files) COMPLETE |
5432 | 2024-10-03T20:22:19.896Z | [ recovery-image] Oct 03 20:22:18.459 INFO O| Oct 03 20:22:18.459 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-10-03T20:22:19.936Z | [ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5434 | 2024-10-03T20:22:19.936Z | [ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO STEP 429 (remove_files) COMPLETE |
5435 | 2024-10-03T20:22:19.936Z | [ recovery-image] Oct 03 20:22:18.499 INFO O| Oct 03 20:22:18.499 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-10-03T20:22:19.957Z | [ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5437 | 2024-10-03T20:22:19.957Z | [ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO STEP 430 (remove_files) COMPLETE |
5438 | 2024-10-03T20:22:19.957Z | [ recovery-image] Oct 03 20:22:18.519 INFO O| Oct 03 20:22:18.519 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-10-03T20:22:19.974Z | [ recovery-image] Oct 03 20:22:18.538 INFO O| Oct 03 20:22:18.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5440 | 2024-10-03T20:22:19.991Z | [ recovery-image] Oct 03 20:22:18.554 INFO O| Oct 03 20:22:18.554 INFO STEP 431 (remove_files) COMPLETE |
5441 | 2024-10-03T20:22:19.991Z | [ recovery-image] Oct 03 20:22:18.554 INFO O| Oct 03 20:22:18.554 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-10-03T20:22:20.041Z | [ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5443 | 2024-10-03T20:22:20.041Z | [ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO STEP 432 (remove_files) COMPLETE |
5444 | 2024-10-03T20:22:20.041Z | [ recovery-image] Oct 03 20:22:18.604 INFO O| Oct 03 20:22:18.604 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-10-03T20:22:20.099Z | [ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5446 | 2024-10-03T20:22:20.102Z | [ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO STEP 433 (remove_files) COMPLETE |
5447 | 2024-10-03T20:22:20.102Z | [ recovery-image] Oct 03 20:22:18.663 INFO O| Oct 03 20:22:18.663 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-10-03T20:22:20.121Z | [ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5449 | 2024-10-03T20:22:20.123Z | [ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO STEP 434 (remove_files) COMPLETE |
5450 | 2024-10-03T20:22:20.123Z | [ recovery-image] Oct 03 20:22:18.684 INFO O| Oct 03 20:22:18.684 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-10-03T20:22:20.141Z | [ recovery-image] Oct 03 20:22:18.704 INFO O| Oct 03 20:22:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5452 | 2024-10-03T20:22:20.144Z | [ recovery-image] Oct 03 20:22:18.704 INFO O| Oct 03 20:22:18.704 INFO STEP 435 (remove_files) COMPLETE |
5453 | 2024-10-03T20:22:20.144Z | [ recovery-image] Oct 03 20:22:18.705 INFO O| Oct 03 20:22:18.704 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-10-03T20:22:20.161Z | [ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5455 | 2024-10-03T20:22:20.163Z | [ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO STEP 436 (remove_files) COMPLETE |
5456 | 2024-10-03T20:22:20.163Z | [ recovery-image] Oct 03 20:22:18.725 INFO O| Oct 03 20:22:18.725 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-10-03T20:22:20.184Z | [ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5458 | 2024-10-03T20:22:20.187Z | [ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO STEP 437 (remove_files) COMPLETE |
5459 | 2024-10-03T20:22:20.187Z | [ recovery-image] Oct 03 20:22:18.746 INFO O| Oct 03 20:22:18.746 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-10-03T20:22:20.200Z | [ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5461 | 2024-10-03T20:22:20.202Z | [ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO STEP 438 (remove_files) COMPLETE |
5462 | 2024-10-03T20:22:20.203Z | [ recovery-image] Oct 03 20:22:18.763 INFO O| Oct 03 20:22:18.763 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-10-03T20:22:20.216Z | [ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5464 | 2024-10-03T20:22:20.219Z | [ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.780 INFO STEP 439 (remove_files) COMPLETE |
5465 | 2024-10-03T20:22:20.219Z | [ recovery-image] Oct 03 20:22:18.780 INFO O| Oct 03 20:22:18.780 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-10-03T20:22:20.234Z | [ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5467 | 2024-10-03T20:22:20.237Z | [ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO STEP 440 (remove_files) COMPLETE |
5468 | 2024-10-03T20:22:20.237Z | [ recovery-image] Oct 03 20:22:18.796 INFO O| Oct 03 20:22:18.796 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-10-03T20:22:20.248Z | [ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5470 | 2024-10-03T20:22:20.251Z | [ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO STEP 441 (remove_files) COMPLETE |
5471 | 2024-10-03T20:22:20.251Z | [ recovery-image] Oct 03 20:22:18.812 INFO O| Oct 03 20:22:18.812 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-10-03T20:22:20.323Z | [ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5473 | 2024-10-03T20:22:20.326Z | [ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO STEP 442 (remove_files) COMPLETE |
5474 | 2024-10-03T20:22:20.326Z | [ recovery-image] Oct 03 20:22:18.887 INFO O| Oct 03 20:22:18.887 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-10-03T20:22:20.348Z | [ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5476 | 2024-10-03T20:22:20.348Z | [ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO STEP 443 (remove_files) COMPLETE |
5477 | 2024-10-03T20:22:20.348Z | [ recovery-image] Oct 03 20:22:18.911 INFO O| Oct 03 20:22:18.911 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-10-03T20:22:20.376Z | [ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5479 | 2024-10-03T20:22:20.378Z | [ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO STEP 444 (remove_files) COMPLETE |
5480 | 2024-10-03T20:22:20.378Z | [ recovery-image] Oct 03 20:22:18.939 INFO O| Oct 03 20:22:18.939 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-10-03T20:22:20.398Z | [ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5482 | 2024-10-03T20:22:20.402Z | [ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO STEP 445 (remove_files) COMPLETE |
5483 | 2024-10-03T20:22:20.402Z | [ recovery-image] Oct 03 20:22:18.961 INFO O| Oct 03 20:22:18.961 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-10-03T20:22:20.422Z | [ recovery-image] Oct 03 20:22:18.985 INFO O| Oct 03 20:22:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5485 | 2024-10-03T20:22:20.422Z | [ recovery-image] Oct 03 20:22:18.986 INFO O| Oct 03 20:22:18.985 INFO STEP 446 (remove_files) COMPLETE |
5486 | 2024-10-03T20:22:20.422Z | [ recovery-image] Oct 03 20:22:18.986 INFO O| Oct 03 20:22:18.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-10-03T20:22:20.445Z | [ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5488 | 2024-10-03T20:22:20.448Z | [ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.009 INFO STEP 447 (remove_files) COMPLETE |
5489 | 2024-10-03T20:22:20.449Z | [ recovery-image] Oct 03 20:22:19.009 INFO O| Oct 03 20:22:19.009 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-10-03T20:22:20.492Z | [ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5491 | 2024-10-03T20:22:20.492Z | [ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO STEP 448 (remove_files) COMPLETE |
5492 | 2024-10-03T20:22:20.492Z | [ recovery-image] Oct 03 20:22:19.056 INFO O| Oct 03 20:22:19.056 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-10-03T20:22:20.512Z | [ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5494 | 2024-10-03T20:22:20.512Z | [ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.076 INFO STEP 449 (remove_files) COMPLETE |
5495 | 2024-10-03T20:22:20.512Z | [ recovery-image] Oct 03 20:22:19.076 INFO O| Oct 03 20:22:19.076 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-10-03T20:22:20.529Z | [ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5497 | 2024-10-03T20:22:20.529Z | [ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO STEP 450 (remove_files) COMPLETE |
5498 | 2024-10-03T20:22:20.529Z | [ recovery-image] Oct 03 20:22:19.092 INFO O| Oct 03 20:22:19.092 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-10-03T20:22:20.548Z | [ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5500 | 2024-10-03T20:22:20.549Z | [ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO STEP 451 (remove_files) COMPLETE |
5501 | 2024-10-03T20:22:20.549Z | [ recovery-image] Oct 03 20:22:19.112 INFO O| Oct 03 20:22:19.112 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-10-03T20:22:20.575Z | [ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5503 | 2024-10-03T20:22:20.575Z | [ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO STEP 452 (remove_files) COMPLETE |
5504 | 2024-10-03T20:22:20.578Z | [ recovery-image] Oct 03 20:22:19.139 INFO O| Oct 03 20:22:19.139 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-10-03T20:22:20.616Z | [ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5506 | 2024-10-03T20:22:20.616Z | [ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO STEP 453 (remove_files) COMPLETE |
5507 | 2024-10-03T20:22:20.616Z | [ recovery-image] Oct 03 20:22:19.179 INFO O| Oct 03 20:22:19.179 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-10-03T20:22:20.669Z | [ recovery-image] Oct 03 20:22:19.232 INFO O| Oct 03 20:22:19.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5509 | 2024-10-03T20:22:20.669Z | [ recovery-image] Oct 03 20:22:19.233 INFO O| Oct 03 20:22:19.233 INFO STEP 454 (remove_files) COMPLETE |
5510 | 2024-10-03T20:22:20.669Z | [ recovery-image] Oct 03 20:22:19.233 INFO O| Oct 03 20:22:19.233 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-10-03T20:22:20.696Z | [ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5512 | 2024-10-03T20:22:20.696Z | [ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.258 INFO STEP 455 (remove_files) COMPLETE |
5513 | 2024-10-03T20:22:20.699Z | [ recovery-image] Oct 03 20:22:19.258 INFO O| Oct 03 20:22:19.258 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-10-03T20:22:20.714Z | [ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5515 | 2024-10-03T20:22:20.716Z | [ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO STEP 456 (remove_files) COMPLETE |
5516 | 2024-10-03T20:22:20.716Z | [ recovery-image] Oct 03 20:22:19.277 INFO O| Oct 03 20:22:19.277 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-10-03T20:22:20.733Z | [ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5518 | 2024-10-03T20:22:20.735Z | [ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.297 INFO STEP 457 (remove_files) COMPLETE |
5519 | 2024-10-03T20:22:20.735Z | [ recovery-image] Oct 03 20:22:19.297 INFO O| Oct 03 20:22:19.297 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-10-03T20:22:20.803Z | [ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5521 | 2024-10-03T20:22:20.803Z | [ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO STEP 458 (remove_files) COMPLETE |
5522 | 2024-10-03T20:22:20.806Z | [ recovery-image] Oct 03 20:22:19.367 INFO O| Oct 03 20:22:19.367 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-10-03T20:22:20.855Z | [ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5524 | 2024-10-03T20:22:20.855Z | [ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO STEP 459 (remove_files) COMPLETE |
5525 | 2024-10-03T20:22:20.855Z | [ recovery-image] Oct 03 20:22:19.419 INFO O| Oct 03 20:22:19.419 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-10-03T20:22:20.875Z | [ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5527 | 2024-10-03T20:22:20.878Z | [ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO STEP 460 (remove_files) COMPLETE |
5528 | 2024-10-03T20:22:20.878Z | [ recovery-image] Oct 03 20:22:19.439 INFO O| Oct 03 20:22:19.439 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-10-03T20:22:20.895Z | [ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5530 | 2024-10-03T20:22:20.895Z | [ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO STEP 461 (remove_files) COMPLETE |
5531 | 2024-10-03T20:22:20.895Z | [ recovery-image] Oct 03 20:22:19.459 INFO O| Oct 03 20:22:19.459 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-10-03T20:22:20.915Z | [ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5533 | 2024-10-03T20:22:20.915Z | [ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.479 INFO STEP 462 (remove_files) COMPLETE |
5534 | 2024-10-03T20:22:20.917Z | [ recovery-image] Oct 03 20:22:19.479 INFO O| Oct 03 20:22:19.479 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-10-03T20:22:20.934Z | [ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5536 | 2024-10-03T20:22:20.934Z | [ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO STEP 463 (remove_files) COMPLETE |
5537 | 2024-10-03T20:22:20.934Z | [ recovery-image] Oct 03 20:22:19.498 INFO O| Oct 03 20:22:19.498 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-10-03T20:22:20.953Z | [ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5539 | 2024-10-03T20:22:20.953Z | [ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO STEP 464 (remove_files) COMPLETE |
5540 | 2024-10-03T20:22:20.956Z | [ recovery-image] Oct 03 20:22:19.517 INFO O| Oct 03 20:22:19.517 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-10-03T20:22:20.973Z | [ recovery-image] Oct 03 20:22:19.536 INFO O| Oct 03 20:22:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5542 | 2024-10-03T20:22:20.975Z | [ recovery-image] Oct 03 20:22:19.539 INFO O| Oct 03 20:22:19.539 INFO STEP 465 (remove_files) COMPLETE |
5543 | 2024-10-03T20:22:20.975Z | [ recovery-image] Oct 03 20:22:19.539 INFO O| Oct 03 20:22:19.539 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-10-03T20:22:21.017Z | [ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5545 | 2024-10-03T20:22:21.017Z | [ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO STEP 466 (remove_files) COMPLETE |
5546 | 2024-10-03T20:22:21.019Z | [ recovery-image] Oct 03 20:22:19.580 INFO O| Oct 03 20:22:19.580 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-10-03T20:22:21.070Z | [ recovery-image] Oct 03 20:22:19.633 INFO O| Oct 03 20:22:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5548 | 2024-10-03T20:22:21.094Z | [ recovery-image] Oct 03 20:22:19.658 INFO O| Oct 03 20:22:19.658 INFO STEP 467 (remove_files) COMPLETE |
5549 | 2024-10-03T20:22:21.094Z | [ recovery-image] Oct 03 20:22:19.658 INFO O| Oct 03 20:22:19.658 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-10-03T20:22:21.157Z | [ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5551 | 2024-10-03T20:22:21.157Z | [ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO STEP 468 (remove_files) COMPLETE |
5552 | 2024-10-03T20:22:21.157Z | [ recovery-image] Oct 03 20:22:19.720 INFO O| Oct 03 20:22:19.720 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-10-03T20:22:21.177Z | [ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5554 | 2024-10-03T20:22:21.177Z | [ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO STEP 469 (remove_files) COMPLETE |
5555 | 2024-10-03T20:22:21.177Z | [ recovery-image] Oct 03 20:22:19.741 INFO O| Oct 03 20:22:19.741 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-10-03T20:22:21.197Z | [ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5557 | 2024-10-03T20:22:21.197Z | [ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.760 INFO STEP 470 (remove_files) COMPLETE |
5558 | 2024-10-03T20:22:21.197Z | [ recovery-image] Oct 03 20:22:19.760 INFO O| Oct 03 20:22:19.760 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-10-03T20:22:21.214Z | [ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5560 | 2024-10-03T20:22:21.214Z | [ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO STEP 471 (remove_files) COMPLETE |
5561 | 2024-10-03T20:22:21.214Z | [ recovery-image] Oct 03 20:22:19.778 INFO O| Oct 03 20:22:19.778 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-10-03T20:22:21.233Z | [ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5563 | 2024-10-03T20:22:21.233Z | [ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO STEP 472 (remove_files) COMPLETE |
5564 | 2024-10-03T20:22:21.233Z | [ recovery-image] Oct 03 20:22:19.796 INFO O| Oct 03 20:22:19.796 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-10-03T20:22:21.280Z | [ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5566 | 2024-10-03T20:22:21.280Z | [ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO STEP 473 (remove_files) COMPLETE |
5567 | 2024-10-03T20:22:21.282Z | [ recovery-image] Oct 03 20:22:19.843 INFO O| Oct 03 20:22:19.843 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-10-03T20:22:21.323Z | [ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5569 | 2024-10-03T20:22:21.323Z | [ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO STEP 474 (remove_files) COMPLETE |
5570 | 2024-10-03T20:22:21.326Z | [ recovery-image] Oct 03 20:22:19.887 INFO O| Oct 03 20:22:19.887 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-10-03T20:22:21.341Z | [ recovery-image] Oct 03 20:22:19.904 INFO O| Oct 03 20:22:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5572 | 2024-10-03T20:22:21.343Z | [ recovery-image] Oct 03 20:22:19.905 INFO O| Oct 03 20:22:19.904 INFO STEP 475 (remove_files) COMPLETE |
5573 | 2024-10-03T20:22:21.343Z | [ recovery-image] Oct 03 20:22:19.905 INFO O| Oct 03 20:22:19.905 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-10-03T20:22:21.360Z | [ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5575 | 2024-10-03T20:22:21.360Z | [ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO STEP 476 (remove_files) COMPLETE |
5576 | 2024-10-03T20:22:21.360Z | [ recovery-image] Oct 03 20:22:19.922 INFO O| Oct 03 20:22:19.922 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-10-03T20:22:21.375Z | [ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5578 | 2024-10-03T20:22:21.375Z | [ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO STEP 477 (remove_files) COMPLETE |
5579 | 2024-10-03T20:22:21.376Z | [ recovery-image] Oct 03 20:22:19.939 INFO O| Oct 03 20:22:19.939 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-10-03T20:22:21.392Z | [ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5581 | 2024-10-03T20:22:21.392Z | [ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO STEP 478 (remove_files) COMPLETE |
5582 | 2024-10-03T20:22:21.392Z | [ recovery-image] Oct 03 20:22:19.956 INFO O| Oct 03 20:22:19.956 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-10-03T20:22:21.396Z | [ host-image] Oct 03 20:22:19.960 INFO O| Oct 03 20:22:19.960 INFO O| Download: 1114/1140 items 6.5/8.4MB 77% complete (1.2M/s) |
5584 | 2024-10-03T20:22:21.409Z | [ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5585 | 2024-10-03T20:22:21.409Z | [ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO STEP 479 (remove_files) COMPLETE |
5586 | 2024-10-03T20:22:21.412Z | [ recovery-image] Oct 03 20:22:19.973 INFO O| Oct 03 20:22:19.973 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-03T20:22:21.428Z | [ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5588 | 2024-10-03T20:22:21.428Z | [ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO STEP 480 (remove_files) COMPLETE |
5589 | 2024-10-03T20:22:21.428Z | [ recovery-image] Oct 03 20:22:19.991 INFO O| Oct 03 20:22:19.991 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-03T20:22:21.470Z | [ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5591 | 2024-10-03T20:22:21.470Z | [ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO STEP 481 (remove_files) COMPLETE |
5592 | 2024-10-03T20:22:21.476Z | [ recovery-image] Oct 03 20:22:20.033 INFO O| Oct 03 20:22:20.033 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-03T20:22:21.551Z | [ recovery-image] Oct 03 20:22:20.114 INFO O| Oct 03 20:22:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5594 | 2024-10-03T20:22:21.551Z | [ recovery-image] Oct 03 20:22:20.114 INFO O| Oct 03 20:22:20.114 INFO STEP 482 (remove_files) COMPLETE |
5595 | 2024-10-03T20:22:21.551Z | [ recovery-image] Oct 03 20:22:20.115 INFO O| Oct 03 20:22:20.114 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-03T20:22:21.587Z | [ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5597 | 2024-10-03T20:22:21.589Z | [ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO STEP 483 (remove_files) COMPLETE |
5598 | 2024-10-03T20:22:21.589Z | [ recovery-image] Oct 03 20:22:20.150 INFO O| Oct 03 20:22:20.150 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-03T20:22:21.647Z | [ recovery-image] Oct 03 20:22:20.210 INFO O| Oct 03 20:22:20.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5600 | 2024-10-03T20:22:21.652Z | [ recovery-image] Oct 03 20:22:20.211 INFO O| Oct 03 20:22:20.211 INFO STEP 484 (remove_files) COMPLETE |
5601 | 2024-10-03T20:22:21.652Z | [ recovery-image] Oct 03 20:22:20.211 INFO O| Oct 03 20:22:20.211 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-03T20:22:21.683Z | [ host-image] Oct 03 20:22:20.247 INFO O| Oct 03 20:22:20.247 INFO O| Download: Completed 8.42 MB in 5.39 seconds (1.6M/s) |
5603 | 2024-10-03T20:22:21.690Z | [ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5604 | 2024-10-03T20:22:21.693Z | [ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO STEP 485 (remove_files) COMPLETE |
5605 | 2024-10-03T20:22:21.693Z | [ recovery-image] Oct 03 20:22:20.254 INFO O| Oct 03 20:22:20.254 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-10-03T20:22:21.756Z | [ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5607 | 2024-10-03T20:22:21.760Z | [ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO STEP 486 (remove_files) COMPLETE |
5608 | 2024-10-03T20:22:21.760Z | [ recovery-image] Oct 03 20:22:20.318 INFO O| Oct 03 20:22:20.318 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-10-03T20:22:21.924Z | [ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5610 | 2024-10-03T20:22:21.924Z | [ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO STEP 487 (remove_files) COMPLETE |
5611 | 2024-10-03T20:22:21.926Z | [ recovery-image] Oct 03 20:22:20.487 INFO O| Oct 03 20:22:20.487 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-03T20:22:21.956Z | [ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5613 | 2024-10-03T20:22:21.956Z | [ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO STEP 488 (remove_files) COMPLETE |
5614 | 2024-10-03T20:22:21.956Z | [ recovery-image] Oct 03 20:22:20.518 INFO O| Oct 03 20:22:20.518 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-03T20:22:21.972Z | [ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5616 | 2024-10-03T20:22:21.972Z | [ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO STEP 489 (remove_files) COMPLETE |
5617 | 2024-10-03T20:22:21.972Z | [ recovery-image] Oct 03 20:22:20.535 INFO O| Oct 03 20:22:20.535 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-03T20:22:21.983Z | [ host-image] Oct 03 20:22:20.547 INFO O| Oct 03 20:22:20.547 INFO O| Actions: 1/1361 actions (Installing new actions) |
5619 | 2024-10-03T20:22:21.989Z | [ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5620 | 2024-10-03T20:22:21.989Z | [ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO STEP 490 (remove_files) COMPLETE |
5621 | 2024-10-03T20:22:21.991Z | [ recovery-image] Oct 03 20:22:20.552 INFO O| Oct 03 20:22:20.552 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-10-03T20:22:22.031Z | [ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5623 | 2024-10-03T20:22:22.031Z | [ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO STEP 491 (remove_files) COMPLETE |
5624 | 2024-10-03T20:22:22.039Z | [ recovery-image] Oct 03 20:22:20.594 INFO O| Oct 03 20:22:20.594 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-10-03T20:22:22.071Z | [ recovery-image] Oct 03 20:22:20.634 INFO O| Oct 03 20:22:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5626 | 2024-10-03T20:22:22.071Z | [ recovery-image] Oct 03 20:22:20.634 INFO O| Oct 03 20:22:20.634 INFO STEP 492 (remove_files) COMPLETE |
5627 | 2024-10-03T20:22:22.073Z | [ recovery-image] Oct 03 20:22:20.635 INFO O| Oct 03 20:22:20.634 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-10-03T20:22:22.111Z | [ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5629 | 2024-10-03T20:22:22.111Z | [ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO STEP 493 (remove_files) COMPLETE |
5630 | 2024-10-03T20:22:22.114Z | [ recovery-image] Oct 03 20:22:20.675 INFO O| Oct 03 20:22:20.675 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-10-03T20:22:22.130Z | [ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5632 | 2024-10-03T20:22:22.130Z | [ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO STEP 494 (remove_files) COMPLETE |
5633 | 2024-10-03T20:22:22.133Z | [ recovery-image] Oct 03 20:22:20.693 INFO O| Oct 03 20:22:20.693 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-10-03T20:22:22.192Z | [ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5635 | 2024-10-03T20:22:22.192Z | [ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO STEP 495 (remove_files) COMPLETE |
5636 | 2024-10-03T20:22:22.196Z | [ recovery-image] Oct 03 20:22:20.754 INFO O| Oct 03 20:22:20.754 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-10-03T20:22:22.212Z | [ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5638 | 2024-10-03T20:22:22.212Z | [ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO STEP 496 (remove_files) COMPLETE |
5639 | 2024-10-03T20:22:22.214Z | [ recovery-image] Oct 03 20:22:20.775 INFO O| Oct 03 20:22:20.775 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-10-03T20:22:22.315Z | [ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5641 | 2024-10-03T20:22:22.316Z | [ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO STEP 497 (remove_files) COMPLETE |
5642 | 2024-10-03T20:22:22.318Z | [ recovery-image] Oct 03 20:22:20.879 INFO O| Oct 03 20:22:20.879 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-10-03T20:22:22.384Z | [ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5644 | 2024-10-03T20:22:22.388Z | [ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO STEP 498 (remove_files) COMPLETE |
5645 | 2024-10-03T20:22:22.388Z | [ recovery-image] Oct 03 20:22:20.947 INFO O| Oct 03 20:22:20.947 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-10-03T20:22:22.406Z | [ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5647 | 2024-10-03T20:22:22.406Z | [ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO STEP 499 (remove_files) COMPLETE |
5648 | 2024-10-03T20:22:22.406Z | [ recovery-image] Oct 03 20:22:20.968 INFO O| Oct 03 20:22:20.968 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-10-03T20:22:22.427Z | [ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5650 | 2024-10-03T20:22:22.427Z | [ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO STEP 500 (remove_files) COMPLETE |
5651 | 2024-10-03T20:22:22.427Z | [ recovery-image] Oct 03 20:22:20.987 INFO O| Oct 03 20:22:20.987 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-10-03T20:22:22.444Z | [ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5653 | 2024-10-03T20:22:22.444Z | [ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO STEP 501 (remove_files) COMPLETE |
5654 | 2024-10-03T20:22:22.444Z | [ recovery-image] Oct 03 20:22:21.007 INFO O| Oct 03 20:22:21.007 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-10-03T20:22:22.512Z | [ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5656 | 2024-10-03T20:22:22.512Z | [ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.076 INFO STEP 502 (remove_files) COMPLETE |
5657 | 2024-10-03T20:22:22.512Z | [ recovery-image] Oct 03 20:22:21.076 INFO O| Oct 03 20:22:21.076 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-10-03T20:22:22.534Z | [ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5659 | 2024-10-03T20:22:22.534Z | [ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO STEP 503 (remove_files) COMPLETE |
5660 | 2024-10-03T20:22:22.534Z | [ recovery-image] Oct 03 20:22:21.097 INFO O| Oct 03 20:22:21.097 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-10-03T20:22:22.562Z | [ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5662 | 2024-10-03T20:22:22.562Z | [ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO STEP 504 (remove_files) COMPLETE |
5663 | 2024-10-03T20:22:22.565Z | [ recovery-image] Oct 03 20:22:21.125 INFO O| Oct 03 20:22:21.125 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-10-03T20:22:22.593Z | [ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5665 | 2024-10-03T20:22:22.593Z | [ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO STEP 505 (remove_files) COMPLETE |
5666 | 2024-10-03T20:22:22.610Z | [ recovery-image] Oct 03 20:22:21.156 INFO O| Oct 03 20:22:21.156 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-10-03T20:22:22.642Z | [ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5668 | 2024-10-03T20:22:22.644Z | [ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO STEP 506 (remove_files) COMPLETE |
5669 | 2024-10-03T20:22:22.644Z | [ recovery-image] Oct 03 20:22:21.205 INFO O| Oct 03 20:22:21.205 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-10-03T20:22:22.664Z | [ recovery-image] Oct 03 20:22:21.226 INFO O| Oct 03 20:22:21.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5671 | 2024-10-03T20:22:22.691Z | [ recovery-image] Oct 03 20:22:21.254 INFO O| Oct 03 20:22:21.254 INFO STEP 507 (remove_files) COMPLETE |
5672 | 2024-10-03T20:22:22.691Z | [ recovery-image] Oct 03 20:22:21.254 INFO O| Oct 03 20:22:21.254 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-10-03T20:22:22.712Z | [ recovery-image] Oct 03 20:22:21.275 INFO O| Oct 03 20:22:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5674 | 2024-10-03T20:22:22.714Z | [ recovery-image] Oct 03 20:22:21.276 INFO O| Oct 03 20:22:21.276 INFO STEP 508 (remove_files) COMPLETE |
5675 | 2024-10-03T20:22:22.714Z | [ recovery-image] Oct 03 20:22:21.276 INFO O| Oct 03 20:22:21.276 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-10-03T20:22:22.734Z | [ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5677 | 2024-10-03T20:22:22.737Z | [ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.296 INFO STEP 509 (remove_files) COMPLETE |
5678 | 2024-10-03T20:22:22.737Z | [ recovery-image] Oct 03 20:22:21.296 INFO O| Oct 03 20:22:21.296 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-10-03T20:22:22.745Z | [ host-image] Oct 03 20:22:21.308 INFO O| Oct 03 20:22:21.308 INFO O| Actions: Completed 1361 actions in 0.76 seconds. |
5680 | 2024-10-03T20:22:22.760Z | [ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5681 | 2024-10-03T20:22:22.760Z | [ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.323 INFO STEP 510 (remove_files) COMPLETE |
5682 | 2024-10-03T20:22:22.760Z | [ recovery-image] Oct 03 20:22:21.323 INFO O| Oct 03 20:22:21.323 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-03T20:22:22.814Z | [ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5684 | 2024-10-03T20:22:22.814Z | [ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO STEP 511 (remove_files) COMPLETE |
5685 | 2024-10-03T20:22:22.814Z | [ recovery-image] Oct 03 20:22:21.377 INFO O| Oct 03 20:22:21.377 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-03T20:22:22.833Z | [ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5687 | 2024-10-03T20:22:22.833Z | [ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO STEP 512 (remove_files) COMPLETE |
5688 | 2024-10-03T20:22:22.833Z | [ recovery-image] Oct 03 20:22:21.397 INFO O| Oct 03 20:22:21.397 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-03T20:22:22.853Z | [ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5690 | 2024-10-03T20:22:22.853Z | [ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO STEP 513 (remove_files) COMPLETE |
5691 | 2024-10-03T20:22:22.853Z | [ recovery-image] Oct 03 20:22:21.416 INFO O| Oct 03 20:22:21.416 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-03T20:22:22.915Z | [ recovery-image] Oct 03 20:22:21.476 INFO O| Oct 03 20:22:21.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5693 | 2024-10-03T20:22:22.915Z | [ recovery-image] Oct 03 20:22:21.477 INFO O| Oct 03 20:22:21.477 INFO STEP 514 (remove_files) COMPLETE |
5694 | 2024-10-03T20:22:22.917Z | [ recovery-image] Oct 03 20:22:21.477 INFO O| Oct 03 20:22:21.477 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-03T20:22:22.934Z | [ recovery-image] Oct 03 20:22:21.497 INFO O| Oct 03 20:22:21.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5696 | 2024-10-03T20:22:22.934Z | [ recovery-image] Oct 03 20:22:21.497 INFO O| Oct 03 20:22:21.497 INFO STEP 515 (remove_files) COMPLETE |
5697 | 2024-10-03T20:22:22.936Z | [ recovery-image] Oct 03 20:22:21.498 INFO O| Oct 03 20:22:21.497 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-03T20:22:22.974Z | [ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5699 | 2024-10-03T20:22:22.974Z | [ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO STEP 516 (remove_files) COMPLETE |
5700 | 2024-10-03T20:22:22.978Z | [ recovery-image] Oct 03 20:22:21.537 INFO O| Oct 03 20:22:21.537 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-03T20:22:22.997Z | [ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5702 | 2024-10-03T20:22:22.997Z | [ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO STEP 517 (remove_files) COMPLETE |
5703 | 2024-10-03T20:22:22.997Z | [ recovery-image] Oct 03 20:22:21.560 INFO O| Oct 03 20:22:21.560 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-03T20:22:23.019Z | [ recovery-image] Oct 03 20:22:21.582 INFO O| Oct 03 20:22:21.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5705 | 2024-10-03T20:22:23.019Z | [ recovery-image] Oct 03 20:22:21.582 INFO O| Oct 03 20:22:21.582 INFO STEP 518 (remove_files) COMPLETE |
5706 | 2024-10-03T20:22:23.023Z | [ recovery-image] Oct 03 20:22:21.583 INFO O| Oct 03 20:22:21.582 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-03T20:22:23.041Z | [ recovery-image] Oct 03 20:22:21.604 INFO O| Oct 03 20:22:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5708 | 2024-10-03T20:22:23.045Z | [ recovery-image] Oct 03 20:22:21.605 INFO O| Oct 03 20:22:21.605 INFO STEP 519 (remove_files) COMPLETE |
5709 | 2024-10-03T20:22:23.045Z | [ recovery-image] Oct 03 20:22:21.605 INFO O| Oct 03 20:22:21.605 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-03T20:22:23.069Z | [ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5711 | 2024-10-03T20:22:23.069Z | [ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO STEP 520 (remove_files) COMPLETE |
5712 | 2024-10-03T20:22:23.069Z | [ recovery-image] Oct 03 20:22:21.632 INFO O| Oct 03 20:22:21.632 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-03T20:22:23.090Z | [ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5714 | 2024-10-03T20:22:23.090Z | [ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO STEP 521 (remove_files) COMPLETE |
5715 | 2024-10-03T20:22:23.090Z | [ recovery-image] Oct 03 20:22:21.653 INFO O| Oct 03 20:22:21.653 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-03T20:22:23.124Z | [ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5717 | 2024-10-03T20:22:23.124Z | [ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO STEP 522 (remove_files) COMPLETE |
5718 | 2024-10-03T20:22:23.124Z | [ recovery-image] Oct 03 20:22:21.687 INFO O| Oct 03 20:22:21.687 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-03T20:22:23.146Z | [ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5720 | 2024-10-03T20:22:23.146Z | [ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO STEP 523 (remove_files) COMPLETE |
5721 | 2024-10-03T20:22:23.148Z | [ recovery-image] Oct 03 20:22:21.708 INFO O| Oct 03 20:22:21.708 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-03T20:22:23.181Z | [ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5723 | 2024-10-03T20:22:23.182Z | [ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO STEP 524 (remove_files) COMPLETE |
5724 | 2024-10-03T20:22:23.182Z | [ recovery-image] Oct 03 20:22:21.745 INFO O| Oct 03 20:22:21.745 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-03T20:22:23.213Z | [ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5726 | 2024-10-03T20:22:23.213Z | [ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO STEP 525 (remove_files) COMPLETE |
5727 | 2024-10-03T20:22:23.215Z | [ recovery-image] Oct 03 20:22:21.776 INFO O| Oct 03 20:22:21.776 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-03T20:22:23.237Z | [ host-image] Oct 03 20:22:21.800 INFO O| Oct 03 20:22:21.800 INFO O| Done |
5729 | 2024-10-03T20:22:23.237Z | [ host-image] Oct 03 20:22:21.800 INFO O| Oct 03 20:22:21.800 INFO O| Done |
5730 | 2024-10-03T20:22:23.304Z | [ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5731 | 2024-10-03T20:22:23.307Z | [ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO STEP 526 (remove_files) COMPLETE |
5732 | 2024-10-03T20:22:23.307Z | [ recovery-image] Oct 03 20:22:21.866 INFO O| Oct 03 20:22:21.866 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-10-03T20:22:23.362Z | [ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5734 | 2024-10-03T20:22:23.362Z | [ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO STEP 527 (remove_files) COMPLETE |
5735 | 2024-10-03T20:22:23.362Z | [ recovery-image] Oct 03 20:22:21.925 INFO O| Oct 03 20:22:21.925 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-10-03T20:22:23.382Z | [ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5737 | 2024-10-03T20:22:23.382Z | [ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO STEP 528 (remove_files) COMPLETE |
5738 | 2024-10-03T20:22:23.382Z | [ recovery-image] Oct 03 20:22:21.944 INFO O| Oct 03 20:22:21.944 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-10-03T20:22:23.412Z | [ recovery-image] Oct 03 20:22:21.974 INFO O| Oct 03 20:22:21.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5740 | 2024-10-03T20:22:23.414Z | [ recovery-image] Oct 03 20:22:21.974 INFO O| Oct 03 20:22:21.974 INFO STEP 529 (remove_files) COMPLETE |
5741 | 2024-10-03T20:22:23.414Z | [ recovery-image] Oct 03 20:22:21.975 INFO O| Oct 03 20:22:21.974 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-10-03T20:22:23.432Z | [ recovery-image] Oct 03 20:22:21.995 INFO O| Oct 03 20:22:21.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5743 | 2024-10-03T20:22:23.435Z | [ recovery-image] Oct 03 20:22:21.996 INFO O| Oct 03 20:22:21.996 INFO STEP 530 (remove_files) COMPLETE |
5744 | 2024-10-03T20:22:23.435Z | [ recovery-image] Oct 03 20:22:21.996 INFO O| Oct 03 20:22:21.996 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-10-03T20:22:23.461Z | [ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5746 | 2024-10-03T20:22:23.461Z | [ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO STEP 531 (remove_files) COMPLETE |
5747 | 2024-10-03T20:22:23.461Z | [ recovery-image] Oct 03 20:22:22.023 INFO O| Oct 03 20:22:22.023 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-10-03T20:22:23.481Z | [ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5749 | 2024-10-03T20:22:23.483Z | [ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO STEP 532 (remove_files) COMPLETE |
5750 | 2024-10-03T20:22:23.483Z | [ recovery-image] Oct 03 20:22:22.044 INFO O| Oct 03 20:22:22.044 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-10-03T20:22:23.499Z | [ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5752 | 2024-10-03T20:22:23.499Z | [ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO STEP 533 (remove_files) COMPLETE |
5753 | 2024-10-03T20:22:23.502Z | [ recovery-image] Oct 03 20:22:22.062 INFO O| Oct 03 20:22:22.062 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-10-03T20:22:23.516Z | [ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5755 | 2024-10-03T20:22:23.516Z | [ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO STEP 534 (remove_files) COMPLETE |
5756 | 2024-10-03T20:22:23.519Z | [ recovery-image] Oct 03 20:22:22.079 INFO O| Oct 03 20:22:22.079 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-10-03T20:22:23.538Z | [ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5758 | 2024-10-03T20:22:23.538Z | [ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO STEP 535 (remove_files) COMPLETE |
5759 | 2024-10-03T20:22:23.538Z | [ recovery-image] Oct 03 20:22:22.101 INFO O| Oct 03 20:22:22.101 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-10-03T20:22:23.557Z | [ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5761 | 2024-10-03T20:22:23.557Z | [ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO STEP 536 (remove_files) COMPLETE |
5762 | 2024-10-03T20:22:23.559Z | [ recovery-image] Oct 03 20:22:22.120 INFO O| Oct 03 20:22:22.120 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-10-03T20:22:23.592Z | [ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5764 | 2024-10-03T20:22:23.592Z | [ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO STEP 537 (remove_files) COMPLETE |
5765 | 2024-10-03T20:22:23.592Z | [ recovery-image] Oct 03 20:22:22.155 INFO O| Oct 03 20:22:22.155 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-10-03T20:22:23.615Z | [ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5767 | 2024-10-03T20:22:23.618Z | [ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO STEP 538 (remove_files) COMPLETE |
5768 | 2024-10-03T20:22:23.618Z | [ recovery-image] Oct 03 20:22:22.178 INFO O| Oct 03 20:22:22.178 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-10-03T20:22:23.634Z | [ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5770 | 2024-10-03T20:22:23.636Z | [ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO STEP 539 (remove_files) COMPLETE |
5771 | 2024-10-03T20:22:23.636Z | [ recovery-image] Oct 03 20:22:22.197 INFO O| Oct 03 20:22:22.197 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-10-03T20:22:23.654Z | [ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5773 | 2024-10-03T20:22:23.656Z | [ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO STEP 540 (remove_files) COMPLETE |
5774 | 2024-10-03T20:22:23.656Z | [ recovery-image] Oct 03 20:22:22.217 INFO O| Oct 03 20:22:22.217 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-10-03T20:22:23.695Z | [ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5776 | 2024-10-03T20:22:23.695Z | [ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO STEP 541 (remove_files) COMPLETE |
5777 | 2024-10-03T20:22:23.695Z | [ recovery-image] Oct 03 20:22:22.258 INFO O| Oct 03 20:22:22.258 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-10-03T20:22:23.743Z | [ recovery-image] Oct 03 20:22:22.306 INFO O| Oct 03 20:22:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5779 | 2024-10-03T20:22:23.767Z | [ recovery-image] Oct 03 20:22:22.330 INFO O| Oct 03 20:22:22.330 INFO STEP 542 (remove_files) COMPLETE |
5780 | 2024-10-03T20:22:23.767Z | [ recovery-image] Oct 03 20:22:22.330 INFO O| Oct 03 20:22:22.330 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-10-03T20:22:23.787Z | [ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5782 | 2024-10-03T20:22:23.790Z | [ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO STEP 543 (remove_files) COMPLETE |
5783 | 2024-10-03T20:22:23.790Z | [ recovery-image] Oct 03 20:22:22.351 INFO O| Oct 03 20:22:22.351 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-10-03T20:22:23.829Z | [ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5785 | 2024-10-03T20:22:23.829Z | [ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO STEP 544 (remove_files) COMPLETE |
5786 | 2024-10-03T20:22:23.831Z | [ recovery-image] Oct 03 20:22:22.392 INFO O| Oct 03 20:22:22.392 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-10-03T20:22:23.868Z | [ recovery-image] Oct 03 20:22:22.431 INFO O| Oct 03 20:22:22.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5788 | 2024-10-03T20:22:23.868Z | [ recovery-image] Oct 03 20:22:22.432 INFO O| Oct 03 20:22:22.431 INFO STEP 545 (remove_files) COMPLETE |
5789 | 2024-10-03T20:22:23.868Z | [ recovery-image] Oct 03 20:22:22.432 INFO O| Oct 03 20:22:22.431 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-10-03T20:22:23.892Z | [ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5791 | 2024-10-03T20:22:23.894Z | [ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO STEP 546 (remove_files) COMPLETE |
5792 | 2024-10-03T20:22:23.894Z | [ recovery-image] Oct 03 20:22:22.455 INFO O| Oct 03 20:22:22.455 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-10-03T20:22:23.950Z | [ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5794 | 2024-10-03T20:22:23.950Z | [ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO STEP 547 (remove_files) COMPLETE |
5795 | 2024-10-03T20:22:23.950Z | [ recovery-image] Oct 03 20:22:22.513 INFO O| Oct 03 20:22:22.513 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-10-03T20:22:23.970Z | [ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5797 | 2024-10-03T20:22:23.970Z | [ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO STEP 548 (remove_files) COMPLETE |
5798 | 2024-10-03T20:22:23.970Z | [ recovery-image] Oct 03 20:22:22.533 INFO O| Oct 03 20:22:22.533 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-10-03T20:22:23.993Z | [ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5800 | 2024-10-03T20:22:23.993Z | [ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO STEP 549 (remove_files) COMPLETE |
5801 | 2024-10-03T20:22:23.993Z | [ recovery-image] Oct 03 20:22:22.556 INFO O| Oct 03 20:22:22.556 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-10-03T20:22:24.034Z | [ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5803 | 2024-10-03T20:22:24.034Z | [ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO STEP 550 (remove_files) COMPLETE |
5804 | 2024-10-03T20:22:24.034Z | [ recovery-image] Oct 03 20:22:22.596 INFO O| Oct 03 20:22:22.596 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-10-03T20:22:24.082Z | [ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5806 | 2024-10-03T20:22:24.082Z | [ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.646 INFO STEP 551 (remove_files) COMPLETE |
5807 | 2024-10-03T20:22:24.082Z | [ recovery-image] Oct 03 20:22:22.646 INFO O| Oct 03 20:22:22.646 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-10-03T20:22:24.103Z | [ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5809 | 2024-10-03T20:22:24.103Z | [ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO STEP 552 (remove_files) COMPLETE |
5810 | 2024-10-03T20:22:24.106Z | [ recovery-image] Oct 03 20:22:22.665 INFO O| Oct 03 20:22:22.665 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-10-03T20:22:24.121Z | [ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5812 | 2024-10-03T20:22:24.121Z | [ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO STEP 553 (remove_files) COMPLETE |
5813 | 2024-10-03T20:22:24.121Z | [ recovery-image] Oct 03 20:22:22.684 INFO O| Oct 03 20:22:22.684 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-10-03T20:22:24.142Z | [ recovery-image] Oct 03 20:22:22.705 INFO O| Oct 03 20:22:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5815 | 2024-10-03T20:22:24.162Z | [ recovery-image] Oct 03 20:22:22.725 INFO O| Oct 03 20:22:22.725 INFO STEP 554 (remove_files) COMPLETE |
5816 | 2024-10-03T20:22:24.162Z | [ recovery-image] Oct 03 20:22:22.725 INFO O| Oct 03 20:22:22.725 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-10-03T20:22:24.215Z | [ host-image] Oct 03 20:22:22.778 INFO O| Oct 03 20:22:22.778 INFO O| Done |
5818 | 2024-10-03T20:22:24.218Z | [ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5819 | 2024-10-03T20:22:24.221Z | [ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO STEP 555 (remove_files) COMPLETE |
5820 | 2024-10-03T20:22:24.221Z | [ recovery-image] Oct 03 20:22:22.781 INFO O| Oct 03 20:22:22.781 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-03T20:22:24.237Z | [ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5822 | 2024-10-03T20:22:24.237Z | [ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO STEP 556 (remove_files) COMPLETE |
5823 | 2024-10-03T20:22:24.237Z | [ recovery-image] Oct 03 20:22:22.800 INFO O| Oct 03 20:22:22.800 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-03T20:22:24.256Z | [ recovery-image] Oct 03 20:22:22.819 INFO O| Oct 03 20:22:22.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5825 | 2024-10-03T20:22:24.256Z | [ recovery-image] Oct 03 20:22:22.820 INFO O| Oct 03 20:22:22.820 INFO STEP 557 (remove_files) COMPLETE |
5826 | 2024-10-03T20:22:24.256Z | [ recovery-image] Oct 03 20:22:22.820 INFO O| Oct 03 20:22:22.820 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-03T20:22:24.276Z | [ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5828 | 2024-10-03T20:22:24.276Z | [ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO STEP 558 (remove_files) COMPLETE |
5829 | 2024-10-03T20:22:24.278Z | [ recovery-image] Oct 03 20:22:22.839 INFO O| Oct 03 20:22:22.839 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-03T20:22:24.308Z | [ recovery-image] Oct 03 20:22:22.871 INFO O| Oct 03 20:22:22.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5831 | 2024-10-03T20:22:24.311Z | [ recovery-image] Oct 03 20:22:22.871 INFO O| Oct 03 20:22:22.871 INFO STEP 559 (remove_files) COMPLETE |
5832 | 2024-10-03T20:22:24.311Z | [ recovery-image] Oct 03 20:22:22.872 INFO O| Oct 03 20:22:22.871 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-03T20:22:24.330Z | [ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5834 | 2024-10-03T20:22:24.330Z | [ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO STEP 560 (remove_files) COMPLETE |
5835 | 2024-10-03T20:22:24.330Z | [ recovery-image] Oct 03 20:22:22.893 INFO O| Oct 03 20:22:22.893 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-03T20:22:24.370Z | [ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5837 | 2024-10-03T20:22:24.370Z | [ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO STEP 561 (remove_files) COMPLETE |
5838 | 2024-10-03T20:22:24.371Z | [ recovery-image] Oct 03 20:22:22.933 INFO O| Oct 03 20:22:22.933 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-03T20:22:24.392Z | [ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5840 | 2024-10-03T20:22:24.392Z | [ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.955 INFO STEP 562 (remove_files) COMPLETE |
5841 | 2024-10-03T20:22:24.394Z | [ recovery-image] Oct 03 20:22:22.955 INFO O| Oct 03 20:22:22.955 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-03T20:22:24.420Z | [ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5843 | 2024-10-03T20:22:24.420Z | [ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO STEP 563 (remove_files) COMPLETE |
5844 | 2024-10-03T20:22:24.420Z | [ recovery-image] Oct 03 20:22:22.981 INFO O| Oct 03 20:22:22.981 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-03T20:22:24.443Z | [ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5846 | 2024-10-03T20:22:24.443Z | [ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO STEP 564 (remove_files) COMPLETE |
5847 | 2024-10-03T20:22:24.443Z | [ recovery-image] Oct 03 20:22:23.003 INFO O| Oct 03 20:22:23.003 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-03T20:22:24.479Z | [ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5849 | 2024-10-03T20:22:24.479Z | [ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO STEP 565 (remove_files) COMPLETE |
5850 | 2024-10-03T20:22:24.479Z | [ recovery-image] Oct 03 20:22:23.041 INFO O| Oct 03 20:22:23.041 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-03T20:22:24.523Z | [ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5852 | 2024-10-03T20:22:24.523Z | [ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO STEP 566 (remove_files) COMPLETE |
5853 | 2024-10-03T20:22:24.523Z | [ recovery-image] Oct 03 20:22:23.086 INFO O| Oct 03 20:22:23.086 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-03T20:22:24.559Z | [ recovery-image] Oct 03 20:22:23.122 INFO O| Oct 03 20:22:23.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5855 | 2024-10-03T20:22:24.559Z | [ recovery-image] Oct 03 20:22:23.122 INFO O| Oct 03 20:22:23.122 INFO STEP 567 (remove_files) COMPLETE |
5856 | 2024-10-03T20:22:24.559Z | [ recovery-image] Oct 03 20:22:23.123 INFO O| Oct 03 20:22:23.122 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-03T20:22:24.581Z | [ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5858 | 2024-10-03T20:22:24.581Z | [ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO STEP 568 (remove_files) COMPLETE |
5859 | 2024-10-03T20:22:24.581Z | [ recovery-image] Oct 03 20:22:23.142 INFO O| Oct 03 20:22:23.142 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-03T20:22:24.648Z | [ recovery-image] Oct 03 20:22:23.210 INFO O| Oct 03 20:22:23.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5861 | 2024-10-03T20:22:24.651Z | [ recovery-image] Oct 03 20:22:23.211 INFO O| Oct 03 20:22:23.211 INFO STEP 569 (remove_files) COMPLETE |
5862 | 2024-10-03T20:22:24.651Z | [ recovery-image] Oct 03 20:22:23.211 INFO O| Oct 03 20:22:23.211 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-03T20:22:24.755Z | [ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5864 | 2024-10-03T20:22:24.755Z | [ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO STEP 570 (remove_files) COMPLETE |
5865 | 2024-10-03T20:22:24.757Z | [ recovery-image] Oct 03 20:22:23.318 INFO O| Oct 03 20:22:23.318 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-03T20:22:24.782Z | [ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5867 | 2024-10-03T20:22:24.782Z | [ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO STEP 571 (remove_files) COMPLETE |
5868 | 2024-10-03T20:22:24.785Z | [ recovery-image] Oct 03 20:22:23.339 INFO O| Oct 03 20:22:23.339 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-03T20:22:24.796Z | [ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5870 | 2024-10-03T20:22:24.796Z | [ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO STEP 572 (remove_files) COMPLETE |
5871 | 2024-10-03T20:22:24.796Z | [ recovery-image] Oct 03 20:22:23.358 INFO O| Oct 03 20:22:23.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-03T20:22:24.857Z | [ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5873 | 2024-10-03T20:22:24.857Z | [ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO STEP 573 (remove_files) COMPLETE |
5874 | 2024-10-03T20:22:24.860Z | [ recovery-image] Oct 03 20:22:23.420 INFO O| Oct 03 20:22:23.420 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-03T20:22:24.888Z | [ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5876 | 2024-10-03T20:22:24.888Z | [ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO STEP 574 (remove_files) COMPLETE |
5877 | 2024-10-03T20:22:24.888Z | [ recovery-image] Oct 03 20:22:23.451 INFO O| Oct 03 20:22:23.451 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-03T20:22:24.907Z | [ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5879 | 2024-10-03T20:22:24.907Z | [ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO STEP 575 (remove_files) COMPLETE |
5880 | 2024-10-03T20:22:24.910Z | [ recovery-image] Oct 03 20:22:23.470 INFO O| Oct 03 20:22:23.470 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-03T20:22:24.925Z | [ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5882 | 2024-10-03T20:22:24.925Z | [ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO STEP 576 (remove_files) COMPLETE |
5883 | 2024-10-03T20:22:24.925Z | [ recovery-image] Oct 03 20:22:23.488 INFO O| Oct 03 20:22:23.488 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-03T20:22:24.944Z | [ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5885 | 2024-10-03T20:22:24.944Z | [ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO STEP 577 (remove_files) COMPLETE |
5886 | 2024-10-03T20:22:24.944Z | [ recovery-image] Oct 03 20:22:23.507 INFO O| Oct 03 20:22:23.507 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-03T20:22:24.963Z | [ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5888 | 2024-10-03T20:22:24.963Z | [ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO STEP 578 (remove_files) COMPLETE |
5889 | 2024-10-03T20:22:24.963Z | [ recovery-image] Oct 03 20:22:23.526 INFO O| Oct 03 20:22:23.526 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-10-03T20:22:24.984Z | [ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5891 | 2024-10-03T20:22:24.984Z | [ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.546 INFO STEP 579 (remove_files) COMPLETE |
5892 | 2024-10-03T20:22:24.987Z | [ recovery-image] Oct 03 20:22:23.546 INFO O| Oct 03 20:22:23.546 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-10-03T20:22:25.001Z | [ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5894 | 2024-10-03T20:22:25.001Z | [ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO STEP 580 (remove_files) COMPLETE |
5895 | 2024-10-03T20:22:25.001Z | [ recovery-image] Oct 03 20:22:23.564 INFO O| Oct 03 20:22:23.564 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-10-03T20:22:25.022Z | [ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5897 | 2024-10-03T20:22:25.022Z | [ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO STEP 581 (remove_files) COMPLETE |
5898 | 2024-10-03T20:22:25.022Z | [ recovery-image] Oct 03 20:22:23.585 INFO O| Oct 03 20:22:23.585 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-10-03T20:22:25.054Z | [ recovery-image] Oct 03 20:22:23.617 INFO O| Oct 03 20:22:23.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5900 | 2024-10-03T20:22:25.054Z | [ recovery-image] Oct 03 20:22:23.617 INFO O| Oct 03 20:22:23.617 INFO STEP 582 (remove_files) COMPLETE |
5901 | 2024-10-03T20:22:25.057Z | [ recovery-image] Oct 03 20:22:23.618 INFO O| Oct 03 20:22:23.617 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-10-03T20:22:25.073Z | [ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5903 | 2024-10-03T20:22:25.073Z | [ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO STEP 583 (remove_files) COMPLETE |
5904 | 2024-10-03T20:22:25.073Z | [ recovery-image] Oct 03 20:22:23.636 INFO O| Oct 03 20:22:23.636 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-10-03T20:22:25.093Z | [ recovery-image] Oct 03 20:22:23.656 INFO O| Oct 03 20:22:23.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5906 | 2024-10-03T20:22:25.096Z | [ recovery-image] Oct 03 20:22:23.657 INFO O| Oct 03 20:22:23.656 INFO STEP 584 (remove_files) COMPLETE |
5907 | 2024-10-03T20:22:25.096Z | [ recovery-image] Oct 03 20:22:23.657 INFO O| Oct 03 20:22:23.656 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-10-03T20:22:25.115Z | [ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5909 | 2024-10-03T20:22:25.115Z | [ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO STEP 585 (remove_files) COMPLETE |
5910 | 2024-10-03T20:22:25.115Z | [ recovery-image] Oct 03 20:22:23.677 INFO O| Oct 03 20:22:23.677 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-10-03T20:22:25.133Z | [ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5912 | 2024-10-03T20:22:25.133Z | [ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO STEP 586 (remove_files) COMPLETE |
5913 | 2024-10-03T20:22:25.133Z | [ recovery-image] Oct 03 20:22:23.696 INFO O| Oct 03 20:22:23.696 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-10-03T20:22:25.153Z | [ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5915 | 2024-10-03T20:22:25.153Z | [ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO STEP 587 (remove_files) COMPLETE |
5916 | 2024-10-03T20:22:25.159Z | [ recovery-image] Oct 03 20:22:23.715 INFO O| Oct 03 20:22:23.715 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-10-03T20:22:25.187Z | [ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5918 | 2024-10-03T20:22:25.189Z | [ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO STEP 588 (remove_files) COMPLETE |
5919 | 2024-10-03T20:22:25.189Z | [ recovery-image] Oct 03 20:22:23.750 INFO O| Oct 03 20:22:23.750 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-10-03T20:22:25.207Z | [ recovery-image] Oct 03 20:22:23.770 INFO O| Oct 03 20:22:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5921 | 2024-10-03T20:22:25.211Z | [ recovery-image] Oct 03 20:22:23.770 INFO O| Oct 03 20:22:23.770 INFO STEP 589 (remove_files) COMPLETE |
5922 | 2024-10-03T20:22:25.211Z | [ recovery-image] Oct 03 20:22:23.771 INFO O| Oct 03 20:22:23.770 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-03T20:22:25.241Z | [ recovery-image] Oct 03 20:22:23.804 INFO O| Oct 03 20:22:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5924 | 2024-10-03T20:22:25.243Z | [ recovery-image] Oct 03 20:22:23.805 INFO O| Oct 03 20:22:23.804 INFO STEP 590 (remove_files) COMPLETE |
5925 | 2024-10-03T20:22:25.243Z | [ recovery-image] Oct 03 20:22:23.805 INFO O| Oct 03 20:22:23.804 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-10-03T20:22:25.263Z | [ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5927 | 2024-10-03T20:22:25.263Z | [ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO STEP 591 (remove_files) COMPLETE |
5928 | 2024-10-03T20:22:25.266Z | [ recovery-image] Oct 03 20:22:23.826 INFO O| Oct 03 20:22:23.826 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-10-03T20:22:25.302Z | [ recovery-image] Oct 03 20:22:23.865 INFO O| Oct 03 20:22:23.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5930 | 2024-10-03T20:22:25.305Z | [ recovery-image] Oct 03 20:22:23.866 INFO O| Oct 03 20:22:23.865 INFO STEP 592 (remove_files) COMPLETE |
5931 | 2024-10-03T20:22:25.305Z | [ recovery-image] Oct 03 20:22:23.866 INFO O| Oct 03 20:22:23.866 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-10-03T20:22:25.332Z | [ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5933 | 2024-10-03T20:22:25.332Z | [ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.895 INFO STEP 593 (remove_files) COMPLETE |
5934 | 2024-10-03T20:22:25.336Z | [ recovery-image] Oct 03 20:22:23.895 INFO O| Oct 03 20:22:23.895 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-10-03T20:22:25.349Z | [ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5936 | 2024-10-03T20:22:25.350Z | [ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO STEP 594 (remove_files) COMPLETE |
5937 | 2024-10-03T20:22:25.350Z | [ recovery-image] Oct 03 20:22:23.912 INFO O| Oct 03 20:22:23.912 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-10-03T20:22:25.366Z | [ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5939 | 2024-10-03T20:22:25.367Z | [ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO STEP 595 (remove_files) COMPLETE |
5940 | 2024-10-03T20:22:25.370Z | [ recovery-image] Oct 03 20:22:23.929 INFO O| Oct 03 20:22:23.929 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-10-03T20:22:25.384Z | [ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5942 | 2024-10-03T20:22:25.384Z | [ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO STEP 596 (remove_files) COMPLETE |
5943 | 2024-10-03T20:22:25.387Z | [ recovery-image] Oct 03 20:22:23.947 INFO O| Oct 03 20:22:23.947 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-10-03T20:22:25.404Z | [ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5945 | 2024-10-03T20:22:25.404Z | [ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO STEP 597 (remove_files) COMPLETE |
5946 | 2024-10-03T20:22:25.404Z | [ recovery-image] Oct 03 20:22:23.967 INFO O| Oct 03 20:22:23.967 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-10-03T20:22:25.423Z | [ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5948 | 2024-10-03T20:22:25.425Z | [ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO STEP 598 (remove_files) COMPLETE |
5949 | 2024-10-03T20:22:25.426Z | [ recovery-image] Oct 03 20:22:23.986 INFO O| Oct 03 20:22:23.986 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-03T20:22:25.460Z | [ recovery-image] Oct 03 20:22:24.021 INFO O| Oct 03 20:22:24.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5951 | 2024-10-03T20:22:25.462Z | [ recovery-image] Oct 03 20:22:24.022 INFO O| Oct 03 20:22:24.021 INFO STEP 599 (remove_files) COMPLETE |
5952 | 2024-10-03T20:22:25.462Z | [ recovery-image] Oct 03 20:22:24.022 INFO O| Oct 03 20:22:24.021 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-10-03T20:22:25.518Z | [ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5954 | 2024-10-03T20:22:25.518Z | [ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO STEP 600 (remove_files) COMPLETE |
5955 | 2024-10-03T20:22:25.518Z | [ recovery-image] Oct 03 20:22:24.081 INFO O| Oct 03 20:22:24.081 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-10-03T20:22:25.538Z | [ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5957 | 2024-10-03T20:22:25.541Z | [ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO STEP 601 (remove_files) COMPLETE |
5958 | 2024-10-03T20:22:25.541Z | [ recovery-image] Oct 03 20:22:24.101 INFO O| Oct 03 20:22:24.101 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-10-03T20:22:25.566Z | [ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5960 | 2024-10-03T20:22:25.566Z | [ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.129 INFO STEP 602 (remove_files) COMPLETE |
5961 | 2024-10-03T20:22:25.566Z | [ recovery-image] Oct 03 20:22:24.129 INFO O| Oct 03 20:22:24.129 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-10-03T20:22:25.604Z | [ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5963 | 2024-10-03T20:22:25.604Z | [ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO STEP 603 (remove_files) COMPLETE |
5964 | 2024-10-03T20:22:25.607Z | [ recovery-image] Oct 03 20:22:24.167 INFO O| Oct 03 20:22:24.167 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-10-03T20:22:25.634Z | [ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5966 | 2024-10-03T20:22:25.634Z | [ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO STEP 604 (remove_files) COMPLETE |
5967 | 2024-10-03T20:22:25.634Z | [ recovery-image] Oct 03 20:22:24.197 INFO O| Oct 03 20:22:24.197 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-10-03T20:22:25.660Z | [ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5969 | 2024-10-03T20:22:25.664Z | [ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO STEP 605 (remove_files) COMPLETE |
5970 | 2024-10-03T20:22:25.664Z | [ recovery-image] Oct 03 20:22:24.222 INFO O| Oct 03 20:22:24.222 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-10-03T20:22:25.678Z | [ recovery-image] Oct 03 20:22:24.241 INFO O| Oct 03 20:22:24.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5972 | 2024-10-03T20:22:25.681Z | [ recovery-image] Oct 03 20:22:24.242 INFO O| Oct 03 20:22:24.242 INFO STEP 606 (remove_files) COMPLETE |
5973 | 2024-10-03T20:22:25.681Z | [ recovery-image] Oct 03 20:22:24.242 INFO O| Oct 03 20:22:24.242 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-10-03T20:22:25.696Z | [ recovery-image] Oct 03 20:22:24.259 INFO O| Oct 03 20:22:24.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5975 | 2024-10-03T20:22:25.698Z | [ recovery-image] Oct 03 20:22:24.260 INFO O| Oct 03 20:22:24.259 INFO STEP 607 (remove_files) COMPLETE |
5976 | 2024-10-03T20:22:25.698Z | [ recovery-image] Oct 03 20:22:24.260 INFO O| Oct 03 20:22:24.260 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-10-03T20:22:25.715Z | [ recovery-image] Oct 03 20:22:24.277 INFO O| Oct 03 20:22:24.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5978 | 2024-10-03T20:22:25.718Z | [ recovery-image] Oct 03 20:22:24.277 INFO O| Oct 03 20:22:24.277 INFO STEP 608 (remove_files) COMPLETE |
5979 | 2024-10-03T20:22:25.718Z | [ recovery-image] Oct 03 20:22:24.278 INFO O| Oct 03 20:22:24.277 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-03T20:22:25.731Z | [ recovery-image] Oct 03 20:22:24.294 INFO O| Oct 03 20:22:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5981 | 2024-10-03T20:22:25.735Z | [ recovery-image] Oct 03 20:22:24.295 INFO O| Oct 03 20:22:24.295 INFO STEP 609 (remove_files) COMPLETE |
5982 | 2024-10-03T20:22:25.736Z | [ recovery-image] Oct 03 20:22:24.295 INFO O| Oct 03 20:22:24.295 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-03T20:22:25.749Z | [ recovery-image] Oct 03 20:22:24.312 INFO O| Oct 03 20:22:24.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5984 | 2024-10-03T20:22:25.752Z | [ recovery-image] Oct 03 20:22:24.313 INFO O| Oct 03 20:22:24.313 INFO STEP 610 (remove_files) COMPLETE |
5985 | 2024-10-03T20:22:25.752Z | [ recovery-image] Oct 03 20:22:24.313 INFO O| Oct 03 20:22:24.313 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-03T20:22:25.768Z | [ recovery-image] Oct 03 20:22:24.330 INFO O| Oct 03 20:22:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5987 | 2024-10-03T20:22:25.770Z | [ recovery-image] Oct 03 20:22:24.331 INFO O| Oct 03 20:22:24.331 INFO STEP 611 (remove_files) COMPLETE |
5988 | 2024-10-03T20:22:25.770Z | [ recovery-image] Oct 03 20:22:24.331 INFO O| Oct 03 20:22:24.331 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-03T20:22:25.786Z | [ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5990 | 2024-10-03T20:22:25.788Z | [ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO STEP 612 (remove_files) COMPLETE |
5991 | 2024-10-03T20:22:25.788Z | [ recovery-image] Oct 03 20:22:24.349 INFO O| Oct 03 20:22:24.349 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-03T20:22:25.817Z | [ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5993 | 2024-10-03T20:22:25.818Z | [ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO STEP 613 (remove_files) COMPLETE |
5994 | 2024-10-03T20:22:25.820Z | [ recovery-image] Oct 03 20:22:24.380 INFO O| Oct 03 20:22:24.380 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-03T20:22:25.837Z | [ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5996 | 2024-10-03T20:22:25.839Z | [ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.400 INFO STEP 614 (remove_files) COMPLETE |
5997 | 2024-10-03T20:22:25.839Z | [ recovery-image] Oct 03 20:22:24.400 INFO O| Oct 03 20:22:24.400 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-03T20:22:25.881Z | [ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5999 | 2024-10-03T20:22:25.881Z | [ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO STEP 615 (remove_files) COMPLETE |
6000 | 2024-10-03T20:22:25.881Z | [ recovery-image] Oct 03 20:22:24.444 INFO O| Oct 03 20:22:24.444 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-03T20:22:25.901Z | [ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6002 | 2024-10-03T20:22:25.901Z | [ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO STEP 616 (remove_files) COMPLETE |
6003 | 2024-10-03T20:22:25.901Z | [ recovery-image] Oct 03 20:22:24.464 INFO O| Oct 03 20:22:24.464 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-03T20:22:25.921Z | [ recovery-image] Oct 03 20:22:24.484 INFO O| Oct 03 20:22:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6005 | 2024-10-03T20:22:25.921Z | [ recovery-image] Oct 03 20:22:24.484 INFO O| Oct 03 20:22:24.484 INFO STEP 617 (remove_files) COMPLETE |
6006 | 2024-10-03T20:22:25.921Z | [ recovery-image] Oct 03 20:22:24.485 INFO O| Oct 03 20:22:24.484 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-03T20:22:25.940Z | [ recovery-image] Oct 03 20:22:24.503 INFO O| Oct 03 20:22:24.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6008 | 2024-10-03T20:22:25.963Z | [ recovery-image] Oct 03 20:22:24.525 INFO O| Oct 03 20:22:24.525 INFO STEP 618 (remove_files) COMPLETE |
6009 | 2024-10-03T20:22:25.963Z | [ recovery-image] Oct 03 20:22:24.525 INFO O| Oct 03 20:22:24.525 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-03T20:22:25.992Z | [ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6011 | 2024-10-03T20:22:25.992Z | [ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO STEP 619 (remove_files) COMPLETE |
6012 | 2024-10-03T20:22:25.992Z | [ recovery-image] Oct 03 20:22:24.555 INFO O| Oct 03 20:22:24.555 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-03T20:22:26.011Z | [ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6014 | 2024-10-03T20:22:26.011Z | [ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO STEP 620 (remove_files) COMPLETE |
6015 | 2024-10-03T20:22:26.011Z | [ recovery-image] Oct 03 20:22:24.574 INFO O| Oct 03 20:22:24.574 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-03T20:22:26.045Z | [ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6017 | 2024-10-03T20:22:26.045Z | [ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.608 INFO STEP 621 (remove_files) COMPLETE |
6018 | 2024-10-03T20:22:26.047Z | [ recovery-image] Oct 03 20:22:24.608 INFO O| Oct 03 20:22:24.608 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-03T20:22:26.062Z | [ recovery-image] Oct 03 20:22:24.624 INFO O| Oct 03 20:22:24.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6020 | 2024-10-03T20:22:26.062Z | [ recovery-image] Oct 03 20:22:24.625 INFO O| Oct 03 20:22:24.625 INFO STEP 622 (remove_files) COMPLETE |
6021 | 2024-10-03T20:22:26.064Z | [ recovery-image] Oct 03 20:22:24.625 INFO O| Oct 03 20:22:24.625 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-03T20:22:26.080Z | [ recovery-image] Oct 03 20:22:24.642 INFO O| Oct 03 20:22:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6023 | 2024-10-03T20:22:26.080Z | [ recovery-image] Oct 03 20:22:24.643 INFO O| Oct 03 20:22:24.642 INFO STEP 623 (remove_files) COMPLETE |
6024 | 2024-10-03T20:22:26.080Z | [ recovery-image] Oct 03 20:22:24.643 INFO O| Oct 03 20:22:24.643 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-03T20:22:26.098Z | [ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6026 | 2024-10-03T20:22:26.099Z | [ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO STEP 624 (remove_files) COMPLETE |
6027 | 2024-10-03T20:22:26.099Z | [ recovery-image] Oct 03 20:22:24.661 INFO O| Oct 03 20:22:24.661 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-03T20:22:26.136Z | [ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6029 | 2024-10-03T20:22:26.136Z | [ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO STEP 625 (remove_files) COMPLETE |
6030 | 2024-10-03T20:22:26.136Z | [ recovery-image] Oct 03 20:22:24.698 INFO O| Oct 03 20:22:24.698 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-03T20:22:26.177Z | [ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6032 | 2024-10-03T20:22:26.177Z | [ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO STEP 626 (remove_files) COMPLETE |
6033 | 2024-10-03T20:22:26.180Z | [ recovery-image] Oct 03 20:22:24.739 INFO O| Oct 03 20:22:24.739 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-03T20:22:26.194Z | [ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6035 | 2024-10-03T20:22:26.194Z | [ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO STEP 627 (remove_files) COMPLETE |
6036 | 2024-10-03T20:22:26.196Z | [ recovery-image] Oct 03 20:22:24.757 INFO O| Oct 03 20:22:24.757 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-03T20:22:26.233Z | [ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6038 | 2024-10-03T20:22:26.233Z | [ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO STEP 628 (remove_files) COMPLETE |
6039 | 2024-10-03T20:22:26.233Z | [ recovery-image] Oct 03 20:22:24.789 INFO O| Oct 03 20:22:24.789 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-03T20:22:26.247Z | [ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6041 | 2024-10-03T20:22:26.247Z | [ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO STEP 629 (remove_files) COMPLETE |
6042 | 2024-10-03T20:22:26.250Z | [ recovery-image] Oct 03 20:22:24.810 INFO O| Oct 03 20:22:24.810 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-03T20:22:26.266Z | [ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6044 | 2024-10-03T20:22:26.266Z | [ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO STEP 630 (remove_files) COMPLETE |
6045 | 2024-10-03T20:22:26.268Z | [ recovery-image] Oct 03 20:22:24.828 INFO O| Oct 03 20:22:24.828 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-03T20:22:26.283Z | [ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6047 | 2024-10-03T20:22:26.283Z | [ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.846 INFO STEP 631 (remove_files) COMPLETE |
6048 | 2024-10-03T20:22:26.285Z | [ recovery-image] Oct 03 20:22:24.846 INFO O| Oct 03 20:22:24.846 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-10-03T20:22:26.313Z | [ recovery-image] Oct 03 20:22:24.874 INFO O| Oct 03 20:22:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6050 | 2024-10-03T20:22:26.316Z | [ recovery-image] Oct 03 20:22:24.874 INFO O| Oct 03 20:22:24.874 INFO STEP 632 (remove_files) COMPLETE |
6051 | 2024-10-03T20:22:26.316Z | [ recovery-image] Oct 03 20:22:24.875 INFO O| Oct 03 20:22:24.874 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-10-03T20:22:26.331Z | [ recovery-image] Oct 03 20:22:24.893 INFO O| Oct 03 20:22:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6053 | 2024-10-03T20:22:26.336Z | [ recovery-image] Oct 03 20:22:24.893 INFO O| Oct 03 20:22:24.893 INFO STEP 633 (remove_files) COMPLETE |
6054 | 2024-10-03T20:22:26.336Z | [ recovery-image] Oct 03 20:22:24.894 INFO O| Oct 03 20:22:24.894 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-10-03T20:22:26.348Z | [ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6056 | 2024-10-03T20:22:26.352Z | [ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO STEP 634 (remove_files) COMPLETE |
6057 | 2024-10-03T20:22:26.352Z | [ recovery-image] Oct 03 20:22:24.911 INFO O| Oct 03 20:22:24.911 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-10-03T20:22:26.369Z | [ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6059 | 2024-10-03T20:22:26.376Z | [ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO STEP 635 (remove_files) COMPLETE |
6060 | 2024-10-03T20:22:26.376Z | [ recovery-image] Oct 03 20:22:24.929 INFO O| Oct 03 20:22:24.929 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-10-03T20:22:26.399Z | [ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6062 | 2024-10-03T20:22:26.403Z | [ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO STEP 636 (remove_files) COMPLETE |
6063 | 2024-10-03T20:22:26.403Z | [ recovery-image] Oct 03 20:22:24.959 INFO O| Oct 03 20:22:24.959 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-10-03T20:22:26.493Z | [ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6065 | 2024-10-03T20:22:26.493Z | [ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO STEP 637 (remove_files) COMPLETE |
6066 | 2024-10-03T20:22:26.493Z | [ recovery-image] Oct 03 20:22:25.055 INFO O| Oct 03 20:22:25.055 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-10-03T20:22:26.557Z | [ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6068 | 2024-10-03T20:22:26.557Z | [ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO STEP 638 (remove_files) COMPLETE |
6069 | 2024-10-03T20:22:26.560Z | [ recovery-image] Oct 03 20:22:25.120 INFO O| Oct 03 20:22:25.120 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-10-03T20:22:26.577Z | [ recovery-image] Oct 03 20:22:25.139 INFO O| Oct 03 20:22:25.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6071 | 2024-10-03T20:22:26.577Z | [ recovery-image] Oct 03 20:22:25.140 INFO O| Oct 03 20:22:25.139 INFO STEP 639 (remove_files) COMPLETE |
6072 | 2024-10-03T20:22:26.577Z | [ recovery-image] Oct 03 20:22:25.140 INFO O| Oct 03 20:22:25.140 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-10-03T20:22:26.595Z | [ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6074 | 2024-10-03T20:22:26.595Z | [ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO STEP 640 (remove_files) COMPLETE |
6075 | 2024-10-03T20:22:26.598Z | [ recovery-image] Oct 03 20:22:25.158 INFO O| Oct 03 20:22:25.158 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-10-03T20:22:26.616Z | [ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6077 | 2024-10-03T20:22:26.616Z | [ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO STEP 641 (remove_files) COMPLETE |
6078 | 2024-10-03T20:22:26.616Z | [ recovery-image] Oct 03 20:22:25.179 INFO O| Oct 03 20:22:25.179 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-10-03T20:22:26.678Z | [ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6080 | 2024-10-03T20:22:26.678Z | [ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO STEP 642 (remove_files) COMPLETE |
6081 | 2024-10-03T20:22:26.678Z | [ recovery-image] Oct 03 20:22:25.241 INFO O| Oct 03 20:22:25.241 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-10-03T20:22:26.712Z | [ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6083 | 2024-10-03T20:22:26.712Z | [ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO STEP 643 (remove_files) COMPLETE |
6084 | 2024-10-03T20:22:26.715Z | [ recovery-image] Oct 03 20:22:25.275 INFO O| Oct 03 20:22:25.275 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-10-03T20:22:26.732Z | [ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6086 | 2024-10-03T20:22:26.732Z | [ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO STEP 644 (remove_files) COMPLETE |
6087 | 2024-10-03T20:22:26.736Z | [ recovery-image] Oct 03 20:22:25.294 INFO O| Oct 03 20:22:25.294 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-10-03T20:22:26.751Z | [ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6089 | 2024-10-03T20:22:26.751Z | [ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO STEP 645 (remove_files) COMPLETE |
6090 | 2024-10-03T20:22:26.751Z | [ recovery-image] Oct 03 20:22:25.313 INFO O| Oct 03 20:22:25.313 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-10-03T20:22:26.768Z | [ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6092 | 2024-10-03T20:22:26.768Z | [ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.331 INFO STEP 646 (remove_files) COMPLETE |
6093 | 2024-10-03T20:22:26.768Z | [ recovery-image] Oct 03 20:22:25.331 INFO O| Oct 03 20:22:25.331 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-10-03T20:22:26.786Z | [ recovery-image] Oct 03 20:22:25.349 INFO O| Oct 03 20:22:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6095 | 2024-10-03T20:22:26.787Z | [ recovery-image] Oct 03 20:22:25.349 INFO O| Oct 03 20:22:25.349 INFO STEP 647 (remove_files) COMPLETE |
6096 | 2024-10-03T20:22:26.787Z | [ recovery-image] Oct 03 20:22:25.350 INFO O| Oct 03 20:22:25.349 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-10-03T20:22:26.805Z | [ recovery-image] Oct 03 20:22:25.367 INFO O| Oct 03 20:22:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6098 | 2024-10-03T20:22:26.805Z | [ recovery-image] Oct 03 20:22:25.368 INFO O| Oct 03 20:22:25.367 INFO STEP 648 (remove_files) COMPLETE |
6099 | 2024-10-03T20:22:26.805Z | [ recovery-image] Oct 03 20:22:25.368 INFO O| Oct 03 20:22:25.368 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-10-03T20:22:26.835Z | [ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6101 | 2024-10-03T20:22:26.835Z | [ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO STEP 649 (remove_files) COMPLETE |
6102 | 2024-10-03T20:22:26.835Z | [ recovery-image] Oct 03 20:22:25.398 INFO O| Oct 03 20:22:25.398 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-10-03T20:22:26.873Z | [ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6104 | 2024-10-03T20:22:26.873Z | [ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.436 INFO STEP 650 (remove_files) COMPLETE |
6105 | 2024-10-03T20:22:26.873Z | [ recovery-image] Oct 03 20:22:25.436 INFO O| Oct 03 20:22:25.436 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-10-03T20:22:26.926Z | [ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6107 | 2024-10-03T20:22:26.926Z | [ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO STEP 651 (remove_files) COMPLETE |
6108 | 2024-10-03T20:22:26.926Z | [ recovery-image] Oct 03 20:22:25.488 INFO O| Oct 03 20:22:25.488 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-10-03T20:22:26.932Z | [ host-image] Oct 03 20:22:25.495 INFO O| Oct 03 20:22:25.495 INFO O| Done |
6110 | 2024-10-03T20:22:26.975Z | [ host-image] Oct 03 20:22:25.537 INFO O| Oct 03 20:22:25.537 INFO O| Done |
6111 | 2024-10-03T20:22:26.977Z | [ host-image] Oct 03 20:22:25.538 INFO O| Oct 03 20:22:25.538 INFO O| Done |
6112 | 2024-10-03T20:22:26.980Z | [ recovery-image] Oct 03 20:22:25.543 INFO O| Oct 03 20:22:25.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6113 | 2024-10-03T20:22:26.983Z | [ recovery-image] Oct 03 20:22:25.544 INFO O| Oct 03 20:22:25.544 INFO STEP 652 (remove_files) COMPLETE |
6114 | 2024-10-03T20:22:26.983Z | [ recovery-image] Oct 03 20:22:25.544 INFO O| Oct 03 20:22:25.544 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-10-03T20:22:27.001Z | [ recovery-image] Oct 03 20:22:25.563 INFO O| Oct 03 20:22:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6116 | 2024-10-03T20:22:27.001Z | [ recovery-image] Oct 03 20:22:25.564 INFO O| Oct 03 20:22:25.564 INFO STEP 653 (remove_files) COMPLETE |
6117 | 2024-10-03T20:22:27.001Z | [ recovery-image] Oct 03 20:22:25.564 INFO O| Oct 03 20:22:25.564 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-10-03T20:22:27.046Z | [ recovery-image] Oct 03 20:22:25.608 INFO O| Oct 03 20:22:25.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6119 | 2024-10-03T20:22:27.048Z | [ recovery-image] Oct 03 20:22:25.609 INFO O| Oct 03 20:22:25.608 INFO STEP 654 (remove_files) COMPLETE |
6120 | 2024-10-03T20:22:27.048Z | [ recovery-image] Oct 03 20:22:25.609 INFO O| Oct 03 20:22:25.609 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-10-03T20:22:27.066Z | [ recovery-image] Oct 03 20:22:25.628 INFO O| Oct 03 20:22:25.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6122 | 2024-10-03T20:22:27.068Z | [ recovery-image] Oct 03 20:22:25.629 INFO O| Oct 03 20:22:25.629 INFO STEP 655 (remove_files) COMPLETE |
6123 | 2024-10-03T20:22:27.068Z | [ recovery-image] Oct 03 20:22:25.629 INFO O| Oct 03 20:22:25.629 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-03T20:22:27.068Z | [ host-image] Oct 03 20:22:25.631 INFO O| Oct 03 20:22:25.631 INFO O| Done |
6125 | 2024-10-03T20:22:27.108Z | [ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6126 | 2024-10-03T20:22:27.108Z | [ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.670 INFO STEP 656 (remove_files) COMPLETE |
6127 | 2024-10-03T20:22:27.108Z | [ recovery-image] Oct 03 20:22:25.670 INFO O| Oct 03 20:22:25.670 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-10-03T20:22:27.146Z | [ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6129 | 2024-10-03T20:22:27.146Z | [ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO STEP 657 (remove_files) COMPLETE |
6130 | 2024-10-03T20:22:27.149Z | [ recovery-image] Oct 03 20:22:25.709 INFO O| Oct 03 20:22:25.709 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-10-03T20:22:27.166Z | [ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6132 | 2024-10-03T20:22:27.166Z | [ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO STEP 658 (remove_files) COMPLETE |
6133 | 2024-10-03T20:22:27.166Z | [ recovery-image] Oct 03 20:22:25.729 INFO O| Oct 03 20:22:25.729 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-10-03T20:22:27.202Z | [ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6135 | 2024-10-03T20:22:27.205Z | [ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO STEP 659 (remove_files) COMPLETE |
6136 | 2024-10-03T20:22:27.205Z | [ recovery-image] Oct 03 20:22:25.765 INFO O| Oct 03 20:22:25.765 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-10-03T20:22:27.222Z | [ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6138 | 2024-10-03T20:22:27.222Z | [ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO STEP 660 (remove_files) COMPLETE |
6139 | 2024-10-03T20:22:27.225Z | [ recovery-image] Oct 03 20:22:25.785 INFO O| Oct 03 20:22:25.785 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-10-03T20:22:27.255Z | [ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6141 | 2024-10-03T20:22:27.255Z | [ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.818 INFO STEP 661 (remove_files) COMPLETE |
6142 | 2024-10-03T20:22:27.255Z | [ recovery-image] Oct 03 20:22:25.818 INFO O| Oct 03 20:22:25.818 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-10-03T20:22:27.274Z | [ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6144 | 2024-10-03T20:22:27.274Z | [ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO STEP 662 (remove_files) COMPLETE |
6145 | 2024-10-03T20:22:27.274Z | [ recovery-image] Oct 03 20:22:25.836 INFO O| Oct 03 20:22:25.836 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-10-03T20:22:27.296Z | [ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6147 | 2024-10-03T20:22:27.296Z | [ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO STEP 663 (remove_files) COMPLETE |
6148 | 2024-10-03T20:22:27.296Z | [ recovery-image] Oct 03 20:22:25.859 INFO O| Oct 03 20:22:25.853 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-10-03T20:22:27.305Z | [ host-image] Oct 03 20:22:25.868 INFO O| Oct 03 20:22:25.868 INFO STEP 13 (pkg_install) COMPLETE |
6150 | 2024-10-03T20:22:27.305Z | [ host-image] Oct 03 20:22:25.868 INFO O| Oct 03 20:22:25.868 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6151 | 2024-10-03T20:22:27.308Z | [ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6152 | 2024-10-03T20:22:27.308Z | [ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO STEP 664 (remove_files) COMPLETE |
6153 | 2024-10-03T20:22:27.308Z | [ recovery-image] Oct 03 20:22:25.870 INFO O| Oct 03 20:22:25.870 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-10-03T20:22:27.323Z | [ host-image] Oct 03 20:22:25.886 INFO O| Oct 03 20:22:25.886 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6155 | 2024-10-03T20:22:27.326Z | [ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6156 | 2024-10-03T20:22:27.326Z | [ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO STEP 665 (remove_files) COMPLETE |
6157 | 2024-10-03T20:22:27.329Z | [ recovery-image] Oct 03 20:22:25.889 INFO O| Oct 03 20:22:25.889 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-10-03T20:22:27.345Z | [ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6159 | 2024-10-03T20:22:27.345Z | [ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO STEP 666 (remove_files) COMPLETE |
6160 | 2024-10-03T20:22:27.345Z | [ recovery-image] Oct 03 20:22:25.908 INFO O| Oct 03 20:22:25.908 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-10-03T20:22:27.363Z | [ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6162 | 2024-10-03T20:22:27.364Z | [ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO STEP 667 (remove_files) COMPLETE |
6163 | 2024-10-03T20:22:27.366Z | [ recovery-image] Oct 03 20:22:25.926 INFO O| Oct 03 20:22:25.926 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-10-03T20:22:27.383Z | [ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6165 | 2024-10-03T20:22:27.383Z | [ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO STEP 668 (remove_files) COMPLETE |
6166 | 2024-10-03T20:22:27.383Z | [ recovery-image] Oct 03 20:22:25.946 INFO O| Oct 03 20:22:25.946 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-10-03T20:22:27.403Z | [ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6168 | 2024-10-03T20:22:27.403Z | [ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.966 INFO STEP 669 (remove_files) COMPLETE |
6169 | 2024-10-03T20:22:27.403Z | [ recovery-image] Oct 03 20:22:25.966 INFO O| Oct 03 20:22:25.966 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-10-03T20:22:27.422Z | [ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6171 | 2024-10-03T20:22:27.422Z | [ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO STEP 670 (remove_files) COMPLETE |
6172 | 2024-10-03T20:22:27.422Z | [ recovery-image] Oct 03 20:22:25.985 INFO O| Oct 03 20:22:25.985 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-10-03T20:22:27.440Z | [ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6174 | 2024-10-03T20:22:27.440Z | [ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO STEP 671 (remove_files) COMPLETE |
6175 | 2024-10-03T20:22:27.440Z | [ recovery-image] Oct 03 20:22:26.003 INFO O| Oct 03 20:22:26.003 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-10-03T20:22:27.475Z | [ recovery-image] Oct 03 20:22:26.038 INFO O| Oct 03 20:22:26.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6177 | 2024-10-03T20:22:27.478Z | [ recovery-image] Oct 03 20:22:26.038 INFO O| Oct 03 20:22:26.038 INFO STEP 672 (remove_files) COMPLETE |
6178 | 2024-10-03T20:22:27.478Z | [ recovery-image] Oct 03 20:22:26.039 INFO O| Oct 03 20:22:26.038 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-10-03T20:22:27.495Z | [ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6180 | 2024-10-03T20:22:27.497Z | [ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.058 INFO STEP 673 (remove_files) COMPLETE |
6181 | 2024-10-03T20:22:27.497Z | [ recovery-image] Oct 03 20:22:26.058 INFO O| Oct 03 20:22:26.058 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-10-03T20:22:27.515Z | [ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6183 | 2024-10-03T20:22:27.515Z | [ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO STEP 674 (remove_files) COMPLETE |
6184 | 2024-10-03T20:22:27.517Z | [ recovery-image] Oct 03 20:22:26.078 INFO O| Oct 03 20:22:26.078 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-10-03T20:22:27.533Z | [ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6186 | 2024-10-03T20:22:27.533Z | [ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO STEP 675 (remove_files) COMPLETE |
6187 | 2024-10-03T20:22:27.533Z | [ recovery-image] Oct 03 20:22:26.096 INFO O| Oct 03 20:22:26.096 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-10-03T20:22:27.596Z | [ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6189 | 2024-10-03T20:22:27.596Z | [ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.159 INFO STEP 676 (remove_files) COMPLETE |
6190 | 2024-10-03T20:22:27.598Z | [ recovery-image] Oct 03 20:22:26.159 INFO O| Oct 03 20:22:26.159 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-10-03T20:22:27.613Z | [ recovery-image] Oct 03 20:22:26.175 INFO O| Oct 03 20:22:26.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6192 | 2024-10-03T20:22:27.616Z | [ recovery-image] Oct 03 20:22:26.176 INFO O| Oct 03 20:22:26.175 INFO STEP 677 (remove_files) COMPLETE |
6193 | 2024-10-03T20:22:27.616Z | [ recovery-image] Oct 03 20:22:26.176 INFO O| Oct 03 20:22:26.176 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-10-03T20:22:27.647Z | [ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6195 | 2024-10-03T20:22:27.648Z | [ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO STEP 678 (remove_files) COMPLETE |
6196 | 2024-10-03T20:22:27.650Z | [ recovery-image] Oct 03 20:22:26.210 INFO O| Oct 03 20:22:26.210 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-10-03T20:22:27.669Z | [ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6198 | 2024-10-03T20:22:27.669Z | [ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.231 INFO STEP 679 (remove_files) COMPLETE |
6199 | 2024-10-03T20:22:27.669Z | [ recovery-image] Oct 03 20:22:26.231 INFO O| Oct 03 20:22:26.231 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-10-03T20:22:27.701Z | [ recovery-image] Oct 03 20:22:26.263 INFO O| Oct 03 20:22:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6201 | 2024-10-03T20:22:27.703Z | [ recovery-image] Oct 03 20:22:26.263 INFO O| Oct 03 20:22:26.263 INFO STEP 680 (remove_files) COMPLETE |
6202 | 2024-10-03T20:22:27.703Z | [ recovery-image] Oct 03 20:22:26.264 INFO O| Oct 03 20:22:26.263 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-10-03T20:22:27.733Z | [ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6204 | 2024-10-03T20:22:27.733Z | [ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO STEP 681 (remove_files) COMPLETE |
6205 | 2024-10-03T20:22:27.733Z | [ recovery-image] Oct 03 20:22:26.295 INFO O| Oct 03 20:22:26.295 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-10-03T20:22:27.753Z | [ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6207 | 2024-10-03T20:22:27.753Z | [ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO STEP 682 (remove_files) COMPLETE |
6208 | 2024-10-03T20:22:27.753Z | [ recovery-image] Oct 03 20:22:26.315 INFO O| Oct 03 20:22:26.315 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-10-03T20:22:27.772Z | [ recovery-image] Oct 03 20:22:26.334 INFO O| Oct 03 20:22:26.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6210 | 2024-10-03T20:22:27.772Z | [ recovery-image] Oct 03 20:22:26.335 INFO O| Oct 03 20:22:26.335 INFO STEP 683 (remove_files) COMPLETE |
6211 | 2024-10-03T20:22:27.773Z | [ recovery-image] Oct 03 20:22:26.335 INFO O| Oct 03 20:22:26.335 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-10-03T20:22:27.797Z | [ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6213 | 2024-10-03T20:22:27.798Z | [ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO STEP 684 (remove_files) COMPLETE |
6214 | 2024-10-03T20:22:27.798Z | [ recovery-image] Oct 03 20:22:26.360 INFO O| Oct 03 20:22:26.360 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-10-03T20:22:27.856Z | [ recovery-image] Oct 03 20:22:26.418 INFO O| Oct 03 20:22:26.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6216 | 2024-10-03T20:22:27.881Z | [ recovery-image] Oct 03 20:22:26.443 INFO O| Oct 03 20:22:26.443 INFO STEP 685 (remove_files) COMPLETE |
6217 | 2024-10-03T20:22:27.881Z | [ recovery-image] Oct 03 20:22:26.443 INFO O| Oct 03 20:22:26.443 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-10-03T20:22:27.953Z | [ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6219 | 2024-10-03T20:22:27.954Z | [ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO STEP 686 (remove_files) COMPLETE |
6220 | 2024-10-03T20:22:27.954Z | [ recovery-image] Oct 03 20:22:26.516 INFO O| Oct 03 20:22:26.516 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-10-03T20:22:28.022Z | [ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6222 | 2024-10-03T20:22:28.022Z | [ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO STEP 687 (remove_files) COMPLETE |
6223 | 2024-10-03T20:22:28.022Z | [ recovery-image] Oct 03 20:22:26.584 INFO O| Oct 03 20:22:26.584 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-10-03T20:22:28.044Z | [ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6225 | 2024-10-03T20:22:28.046Z | [ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO STEP 688 (remove_files) COMPLETE |
6226 | 2024-10-03T20:22:28.046Z | [ recovery-image] Oct 03 20:22:26.606 INFO O| Oct 03 20:22:26.606 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-10-03T20:22:28.065Z | [ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6228 | 2024-10-03T20:22:28.068Z | [ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO STEP 689 (remove_files) COMPLETE |
6229 | 2024-10-03T20:22:28.068Z | [ recovery-image] Oct 03 20:22:26.628 INFO O| Oct 03 20:22:26.628 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-10-03T20:22:28.087Z | [ recovery-image] Oct 03 20:22:26.649 INFO O| Oct 03 20:22:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6231 | 2024-10-03T20:22:28.089Z | [ recovery-image] Oct 03 20:22:26.650 INFO O| Oct 03 20:22:26.649 INFO STEP 690 (remove_files) COMPLETE |
6232 | 2024-10-03T20:22:28.089Z | [ recovery-image] Oct 03 20:22:26.650 INFO O| Oct 03 20:22:26.650 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-10-03T20:22:28.119Z | [ recovery-image] Oct 03 20:22:26.681 INFO O| Oct 03 20:22:26.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6234 | 2024-10-03T20:22:28.119Z | [ recovery-image] Oct 03 20:22:26.682 INFO O| Oct 03 20:22:26.681 INFO STEP 691 (remove_files) COMPLETE |
6235 | 2024-10-03T20:22:28.121Z | [ recovery-image] Oct 03 20:22:26.682 INFO O| Oct 03 20:22:26.681 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-10-03T20:22:28.148Z | [ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6237 | 2024-10-03T20:22:28.148Z | [ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO STEP 692 (remove_files) COMPLETE |
6238 | 2024-10-03T20:22:28.151Z | [ recovery-image] Oct 03 20:22:26.711 INFO O| Oct 03 20:22:26.711 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-10-03T20:22:28.166Z | [ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6240 | 2024-10-03T20:22:28.169Z | [ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO STEP 693 (remove_files) COMPLETE |
6241 | 2024-10-03T20:22:28.169Z | [ recovery-image] Oct 03 20:22:26.729 INFO O| Oct 03 20:22:26.729 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-10-03T20:22:28.184Z | [ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6243 | 2024-10-03T20:22:28.187Z | [ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.747 INFO STEP 694 (remove_files) COMPLETE |
6244 | 2024-10-03T20:22:28.187Z | [ recovery-image] Oct 03 20:22:26.747 INFO O| Oct 03 20:22:26.747 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-10-03T20:22:28.205Z | [ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6246 | 2024-10-03T20:22:28.205Z | [ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO STEP 695 (remove_files) COMPLETE |
6247 | 2024-10-03T20:22:28.205Z | [ recovery-image] Oct 03 20:22:26.767 INFO O| Oct 03 20:22:26.767 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-10-03T20:22:28.223Z | [ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6249 | 2024-10-03T20:22:28.223Z | [ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.785 INFO STEP 696 (remove_files) COMPLETE |
6250 | 2024-10-03T20:22:28.223Z | [ recovery-image] Oct 03 20:22:26.785 INFO O| Oct 03 20:22:26.785 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-10-03T20:22:28.243Z | [ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6252 | 2024-10-03T20:22:28.243Z | [ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO STEP 697 (remove_files) COMPLETE |
6253 | 2024-10-03T20:22:28.245Z | [ recovery-image] Oct 03 20:22:26.805 INFO O| Oct 03 20:22:26.805 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-10-03T20:22:28.257Z | [ host-image] Oct 03 20:22:26.820 INFO O| Oct 03 20:22:26.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6255 | 2024-10-03T20:22:28.262Z | [ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6256 | 2024-10-03T20:22:28.262Z | [ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO STEP 698 (remove_files) COMPLETE |
6257 | 2024-10-03T20:22:28.264Z | [ recovery-image] Oct 03 20:22:26.825 INFO O| Oct 03 20:22:26.825 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-10-03T20:22:28.283Z | [ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6259 | 2024-10-03T20:22:28.283Z | [ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO STEP 699 (remove_files) COMPLETE |
6260 | 2024-10-03T20:22:28.283Z | [ recovery-image] Oct 03 20:22:26.845 INFO O| Oct 03 20:22:26.845 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-10-03T20:22:28.305Z | [ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6262 | 2024-10-03T20:22:28.308Z | [ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.868 INFO STEP 700 (remove_files) COMPLETE |
6263 | 2024-10-03T20:22:28.308Z | [ recovery-image] Oct 03 20:22:26.868 INFO O| Oct 03 20:22:26.868 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-10-03T20:22:28.341Z | [ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6265 | 2024-10-03T20:22:28.341Z | [ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO STEP 701 (remove_files) COMPLETE |
6266 | 2024-10-03T20:22:28.341Z | [ recovery-image] Oct 03 20:22:26.903 INFO O| Oct 03 20:22:26.903 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-10-03T20:22:28.374Z | [ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6268 | 2024-10-03T20:22:28.374Z | [ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO STEP 702 (remove_files) COMPLETE |
6269 | 2024-10-03T20:22:28.377Z | [ recovery-image] Oct 03 20:22:26.937 INFO O| Oct 03 20:22:26.937 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-10-03T20:22:28.393Z | [ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6271 | 2024-10-03T20:22:28.394Z | [ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO STEP 703 (remove_files) COMPLETE |
6272 | 2024-10-03T20:22:28.397Z | [ recovery-image] Oct 03 20:22:26.956 INFO O| Oct 03 20:22:26.956 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-10-03T20:22:28.412Z | [ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6274 | 2024-10-03T20:22:28.412Z | [ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO STEP 704 (remove_files) COMPLETE |
6275 | 2024-10-03T20:22:28.412Z | [ recovery-image] Oct 03 20:22:26.974 INFO O| Oct 03 20:22:26.974 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-10-03T20:22:28.430Z | [ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6277 | 2024-10-03T20:22:28.430Z | [ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO STEP 705 (remove_files) COMPLETE |
6278 | 2024-10-03T20:22:28.430Z | [ recovery-image] Oct 03 20:22:26.992 INFO O| Oct 03 20:22:26.992 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-10-03T20:22:28.448Z | [ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6280 | 2024-10-03T20:22:28.452Z | [ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO STEP 706 (remove_files) COMPLETE |
6281 | 2024-10-03T20:22:28.452Z | [ recovery-image] Oct 03 20:22:27.011 INFO O| Oct 03 20:22:27.011 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-10-03T20:22:28.465Z | [ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6283 | 2024-10-03T20:22:28.468Z | [ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.028 INFO STEP 707 (remove_files) COMPLETE |
6284 | 2024-10-03T20:22:28.468Z | [ recovery-image] Oct 03 20:22:27.028 INFO O| Oct 03 20:22:27.028 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-10-03T20:22:28.481Z | [ recovery-image] Oct 03 20:22:27.044 INFO O| Oct 03 20:22:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6286 | 2024-10-03T20:22:28.484Z | [ recovery-image] Oct 03 20:22:27.044 INFO O| Oct 03 20:22:27.044 INFO STEP 708 (remove_files) COMPLETE |
6287 | 2024-10-03T20:22:28.484Z | [ recovery-image] Oct 03 20:22:27.045 INFO O| Oct 03 20:22:27.045 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-10-03T20:22:28.506Z | [ recovery-image] Oct 03 20:22:27.068 INFO O| Oct 03 20:22:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6289 | 2024-10-03T20:22:28.506Z | [ recovery-image] Oct 03 20:22:27.068 INFO O| Oct 03 20:22:27.068 INFO STEP 709 (remove_files) COMPLETE |
6290 | 2024-10-03T20:22:28.509Z | [ recovery-image] Oct 03 20:22:27.069 INFO O| Oct 03 20:22:27.068 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-10-03T20:22:28.529Z | [ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6292 | 2024-10-03T20:22:28.529Z | [ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO STEP 710 (remove_files) COMPLETE |
6293 | 2024-10-03T20:22:28.529Z | [ recovery-image] Oct 03 20:22:27.091 INFO O| Oct 03 20:22:27.091 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-10-03T20:22:28.562Z | [ recovery-image] Oct 03 20:22:27.124 INFO O| Oct 03 20:22:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6295 | 2024-10-03T20:22:28.564Z | [ recovery-image] Oct 03 20:22:27.125 INFO O| Oct 03 20:22:27.125 INFO STEP 711 (remove_files) COMPLETE |
6296 | 2024-10-03T20:22:28.564Z | [ recovery-image] Oct 03 20:22:27.125 INFO O| Oct 03 20:22:27.125 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-10-03T20:22:28.608Z | [ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6298 | 2024-10-03T20:22:28.608Z | [ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO STEP 712 (remove_files) COMPLETE |
6299 | 2024-10-03T20:22:28.608Z | [ recovery-image] Oct 03 20:22:27.168 INFO O| Oct 03 20:22:27.168 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-10-03T20:22:28.634Z | [ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6301 | 2024-10-03T20:22:28.634Z | [ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO STEP 713 (remove_files) COMPLETE |
6302 | 2024-10-03T20:22:28.637Z | [ recovery-image] Oct 03 20:22:27.197 INFO O| Oct 03 20:22:27.197 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-10-03T20:22:28.656Z | [ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6304 | 2024-10-03T20:22:28.656Z | [ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO STEP 714 (remove_files) COMPLETE |
6305 | 2024-10-03T20:22:28.656Z | [ recovery-image] Oct 03 20:22:27.218 INFO O| Oct 03 20:22:27.218 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-10-03T20:22:28.677Z | [ recovery-image] Oct 03 20:22:27.239 INFO O| Oct 03 20:22:27.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6307 | 2024-10-03T20:22:28.677Z | [ recovery-image] Oct 03 20:22:27.239 INFO O| Oct 03 20:22:27.239 INFO STEP 715 (remove_files) COMPLETE |
6308 | 2024-10-03T20:22:28.679Z | [ recovery-image] Oct 03 20:22:27.240 INFO O| Oct 03 20:22:27.239 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-10-03T20:22:28.716Z | [ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6310 | 2024-10-03T20:22:28.719Z | [ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO STEP 716 (remove_files) COMPLETE |
6311 | 2024-10-03T20:22:28.719Z | [ recovery-image] Oct 03 20:22:27.279 INFO O| Oct 03 20:22:27.279 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-10-03T20:22:28.737Z | [ recovery-image] Oct 03 20:22:27.298 INFO O| Oct 03 20:22:27.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6313 | 2024-10-03T20:22:28.740Z | [ recovery-image] Oct 03 20:22:27.298 INFO O| Oct 03 20:22:27.298 INFO STEP 717 (remove_files) COMPLETE |
6314 | 2024-10-03T20:22:28.740Z | [ recovery-image] Oct 03 20:22:27.299 INFO O| Oct 03 20:22:27.298 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-10-03T20:22:28.757Z | [ recovery-image] Oct 03 20:22:27.319 INFO O| Oct 03 20:22:27.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6316 | 2024-10-03T20:22:28.759Z | [ recovery-image] Oct 03 20:22:27.320 INFO O| Oct 03 20:22:27.319 INFO STEP 718 (remove_files) COMPLETE |
6317 | 2024-10-03T20:22:28.759Z | [ recovery-image] Oct 03 20:22:27.320 INFO O| Oct 03 20:22:27.320 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-10-03T20:22:28.778Z | [ recovery-image] Oct 03 20:22:27.340 INFO O| Oct 03 20:22:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6319 | 2024-10-03T20:22:28.782Z | [ recovery-image] Oct 03 20:22:27.341 INFO O| Oct 03 20:22:27.341 INFO STEP 719 (remove_files) COMPLETE |
6320 | 2024-10-03T20:22:28.782Z | [ recovery-image] Oct 03 20:22:27.341 INFO O| Oct 03 20:22:27.341 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-10-03T20:22:28.843Z | [ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6322 | 2024-10-03T20:22:28.846Z | [ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO STEP 720 (remove_files) COMPLETE |
6323 | 2024-10-03T20:22:28.846Z | [ recovery-image] Oct 03 20:22:27.406 INFO O| Oct 03 20:22:27.406 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-10-03T20:22:28.866Z | [ recovery-image] Oct 03 20:22:27.428 INFO O| Oct 03 20:22:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6325 | 2024-10-03T20:22:28.868Z | [ recovery-image] Oct 03 20:22:27.429 INFO O| Oct 03 20:22:27.428 INFO STEP 721 (remove_files) COMPLETE |
6326 | 2024-10-03T20:22:28.868Z | [ recovery-image] Oct 03 20:22:27.429 INFO O| Oct 03 20:22:27.429 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-10-03T20:22:28.886Z | [ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6328 | 2024-10-03T20:22:28.886Z | [ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO STEP 722 (remove_files) COMPLETE |
6329 | 2024-10-03T20:22:28.888Z | [ recovery-image] Oct 03 20:22:27.448 INFO O| Oct 03 20:22:27.448 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-10-03T20:22:28.905Z | [ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6331 | 2024-10-03T20:22:28.905Z | [ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO STEP 723 (remove_files) COMPLETE |
6332 | 2024-10-03T20:22:28.905Z | [ recovery-image] Oct 03 20:22:27.468 INFO O| Oct 03 20:22:27.468 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-10-03T20:22:28.923Z | [ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6334 | 2024-10-03T20:22:28.923Z | [ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO STEP 724 (remove_files) COMPLETE |
6335 | 2024-10-03T20:22:28.923Z | [ recovery-image] Oct 03 20:22:27.486 INFO O| Oct 03 20:22:27.486 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-10-03T20:22:28.942Z | [ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6337 | 2024-10-03T20:22:28.942Z | [ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.505 INFO STEP 725 (remove_files) COMPLETE |
6338 | 2024-10-03T20:22:28.944Z | [ recovery-image] Oct 03 20:22:27.505 INFO O| Oct 03 20:22:27.505 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-10-03T20:22:28.986Z | [ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6340 | 2024-10-03T20:22:28.989Z | [ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO STEP 726 (remove_files) COMPLETE |
6341 | 2024-10-03T20:22:28.989Z | [ recovery-image] Oct 03 20:22:27.549 INFO O| Oct 03 20:22:27.549 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-10-03T20:22:29.023Z | [ recovery-image] Oct 03 20:22:27.585 INFO O| Oct 03 20:22:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6343 | 2024-10-03T20:22:29.025Z | [ recovery-image] Oct 03 20:22:27.586 INFO O| Oct 03 20:22:27.586 INFO STEP 727 (remove_files) COMPLETE |
6344 | 2024-10-03T20:22:29.026Z | [ recovery-image] Oct 03 20:22:27.586 INFO O| Oct 03 20:22:27.586 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-10-03T20:22:29.056Z | [ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6346 | 2024-10-03T20:22:29.056Z | [ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO STEP 728 (remove_files) COMPLETE |
6347 | 2024-10-03T20:22:29.058Z | [ recovery-image] Oct 03 20:22:27.618 INFO O| Oct 03 20:22:27.618 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-10-03T20:22:29.074Z | [ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6349 | 2024-10-03T20:22:29.074Z | [ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO STEP 729 (remove_files) COMPLETE |
6350 | 2024-10-03T20:22:29.074Z | [ recovery-image] Oct 03 20:22:27.636 INFO O| Oct 03 20:22:27.636 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-10-03T20:22:29.092Z | [ recovery-image] Oct 03 20:22:27.654 INFO O| Oct 03 20:22:27.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6352 | 2024-10-03T20:22:29.092Z | [ recovery-image] Oct 03 20:22:27.655 INFO O| Oct 03 20:22:27.654 INFO STEP 730 (remove_files) COMPLETE |
6353 | 2024-10-03T20:22:29.094Z | [ recovery-image] Oct 03 20:22:27.655 INFO O| Oct 03 20:22:27.654 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-10-03T20:22:29.113Z | [ recovery-image] Oct 03 20:22:27.675 INFO O| Oct 03 20:22:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6355 | 2024-10-03T20:22:29.122Z | [ recovery-image] Oct 03 20:22:27.684 INFO O| Oct 03 20:22:27.684 INFO STEP 731 (remove_files) COMPLETE |
6356 | 2024-10-03T20:22:29.122Z | [ recovery-image] Oct 03 20:22:27.684 INFO O| Oct 03 20:22:27.684 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-10-03T20:22:29.147Z | [ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6358 | 2024-10-03T20:22:29.147Z | [ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO STEP 732 (remove_files) COMPLETE |
6359 | 2024-10-03T20:22:29.147Z | [ recovery-image] Oct 03 20:22:27.709 INFO O| Oct 03 20:22:27.709 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-10-03T20:22:29.178Z | [ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6361 | 2024-10-03T20:22:29.178Z | [ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO STEP 733 (remove_files) COMPLETE |
6362 | 2024-10-03T20:22:29.180Z | [ recovery-image] Oct 03 20:22:27.740 INFO O| Oct 03 20:22:27.740 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-10-03T20:22:29.199Z | [ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6364 | 2024-10-03T20:22:29.203Z | [ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO STEP 734 (remove_files) COMPLETE |
6365 | 2024-10-03T20:22:29.203Z | [ recovery-image] Oct 03 20:22:27.761 INFO O| Oct 03 20:22:27.761 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-10-03T20:22:29.219Z | [ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6367 | 2024-10-03T20:22:29.222Z | [ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO STEP 735 (remove_files) COMPLETE |
6368 | 2024-10-03T20:22:29.222Z | [ recovery-image] Oct 03 20:22:27.782 INFO O| Oct 03 20:22:27.782 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-10-03T20:22:29.240Z | [ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6370 | 2024-10-03T20:22:29.242Z | [ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO STEP 736 (remove_files) COMPLETE |
6371 | 2024-10-03T20:22:29.243Z | [ recovery-image] Oct 03 20:22:27.803 INFO O| Oct 03 20:22:27.803 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-10-03T20:22:29.261Z | [ recovery-image] Oct 03 20:22:27.823 INFO O| Oct 03 20:22:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6373 | 2024-10-03T20:22:29.263Z | [ recovery-image] Oct 03 20:22:27.824 INFO O| Oct 03 20:22:27.824 INFO STEP 737 (remove_files) COMPLETE |
6374 | 2024-10-03T20:22:29.263Z | [ recovery-image] Oct 03 20:22:27.824 INFO O| Oct 03 20:22:27.824 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-10-03T20:22:29.280Z | [ recovery-image] Oct 03 20:22:27.842 INFO O| Oct 03 20:22:27.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6376 | 2024-10-03T20:22:29.282Z | [ recovery-image] Oct 03 20:22:27.843 INFO O| Oct 03 20:22:27.843 INFO STEP 738 (remove_files) COMPLETE |
6377 | 2024-10-03T20:22:29.282Z | [ recovery-image] Oct 03 20:22:27.843 INFO O| Oct 03 20:22:27.843 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-10-03T20:22:29.297Z | [ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6379 | 2024-10-03T20:22:29.300Z | [ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO STEP 739 (remove_files) COMPLETE |
6380 | 2024-10-03T20:22:29.300Z | [ recovery-image] Oct 03 20:22:27.860 INFO O| Oct 03 20:22:27.860 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-10-03T20:22:29.317Z | [ recovery-image] Oct 03 20:22:27.879 INFO O| Oct 03 20:22:27.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6382 | 2024-10-03T20:22:29.319Z | [ recovery-image] Oct 03 20:22:27.879 INFO O| Oct 03 20:22:27.879 INFO STEP 740 (remove_files) COMPLETE |
6383 | 2024-10-03T20:22:29.319Z | [ recovery-image] Oct 03 20:22:27.880 INFO O| Oct 03 20:22:27.879 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-10-03T20:22:29.337Z | [ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6385 | 2024-10-03T20:22:29.339Z | [ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO STEP 741 (remove_files) COMPLETE |
6386 | 2024-10-03T20:22:29.339Z | [ recovery-image] Oct 03 20:22:27.900 INFO O| Oct 03 20:22:27.900 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-10-03T20:22:29.368Z | [ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6388 | 2024-10-03T20:22:29.368Z | [ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO STEP 742 (remove_files) COMPLETE |
6389 | 2024-10-03T20:22:29.370Z | [ recovery-image] Oct 03 20:22:27.930 INFO O| Oct 03 20:22:27.930 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-10-03T20:22:29.388Z | [ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6391 | 2024-10-03T20:22:29.388Z | [ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO STEP 743 (remove_files) COMPLETE |
6392 | 2024-10-03T20:22:29.390Z | [ recovery-image] Oct 03 20:22:27.950 INFO O| Oct 03 20:22:27.950 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-10-03T20:22:29.420Z | [ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6394 | 2024-10-03T20:22:29.422Z | [ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO STEP 744 (remove_files) COMPLETE |
6395 | 2024-10-03T20:22:29.422Z | [ recovery-image] Oct 03 20:22:27.982 INFO O| Oct 03 20:22:27.982 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-10-03T20:22:29.443Z | [ recovery-image] Oct 03 20:22:28.004 INFO O| Oct 03 20:22:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6397 | 2024-10-03T20:22:29.443Z | [ recovery-image] Oct 03 20:22:28.004 INFO O| Oct 03 20:22:28.004 INFO STEP 745 (remove_files) COMPLETE |
6398 | 2024-10-03T20:22:29.447Z | [ recovery-image] Oct 03 20:22:28.005 INFO O| Oct 03 20:22:28.004 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-10-03T20:22:29.478Z | [ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6400 | 2024-10-03T20:22:29.478Z | [ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO STEP 746 (remove_files) COMPLETE |
6401 | 2024-10-03T20:22:29.478Z | [ recovery-image] Oct 03 20:22:28.041 INFO O| Oct 03 20:22:28.041 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-10-03T20:22:29.499Z | [ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6403 | 2024-10-03T20:22:29.499Z | [ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.062 INFO STEP 747 (remove_files) COMPLETE |
6404 | 2024-10-03T20:22:29.499Z | [ recovery-image] Oct 03 20:22:28.062 INFO O| Oct 03 20:22:28.062 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-10-03T20:22:29.531Z | [ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6406 | 2024-10-03T20:22:29.531Z | [ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO STEP 748 (remove_files) COMPLETE |
6407 | 2024-10-03T20:22:29.531Z | [ recovery-image] Oct 03 20:22:28.093 INFO O| Oct 03 20:22:28.093 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-10-03T20:22:29.556Z | [ recovery-image] Oct 03 20:22:28.119 INFO O| Oct 03 20:22:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6409 | 2024-10-03T20:22:29.561Z | [ recovery-image] Oct 03 20:22:28.120 INFO O| Oct 03 20:22:28.120 INFO STEP 749 (remove_files) COMPLETE |
6410 | 2024-10-03T20:22:29.561Z | [ recovery-image] Oct 03 20:22:28.120 INFO O| Oct 03 20:22:28.120 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-10-03T20:22:29.579Z | [ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6412 | 2024-10-03T20:22:29.579Z | [ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO STEP 750 (remove_files) COMPLETE |
6413 | 2024-10-03T20:22:29.583Z | [ recovery-image] Oct 03 20:22:28.137 INFO O| Oct 03 20:22:28.137 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-10-03T20:22:29.600Z | [ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6415 | 2024-10-03T20:22:29.600Z | [ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO STEP 751 (remove_files) COMPLETE |
6416 | 2024-10-03T20:22:29.600Z | [ recovery-image] Oct 03 20:22:28.162 INFO O| Oct 03 20:22:28.162 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-10-03T20:22:29.624Z | [ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6418 | 2024-10-03T20:22:29.627Z | [ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.187 INFO STEP 752 (remove_files) COMPLETE |
6419 | 2024-10-03T20:22:29.627Z | [ recovery-image] Oct 03 20:22:28.187 INFO O| Oct 03 20:22:28.187 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-10-03T20:22:29.656Z | [ recovery-image] Oct 03 20:22:28.219 INFO O| Oct 03 20:22:28.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6421 | 2024-10-03T20:22:29.680Z | [ recovery-image] Oct 03 20:22:28.243 INFO O| Oct 03 20:22:28.243 INFO STEP 753 (remove_files) COMPLETE |
6422 | 2024-10-03T20:22:29.680Z | [ recovery-image] Oct 03 20:22:28.243 INFO O| Oct 03 20:22:28.243 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-10-03T20:22:29.738Z | [ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6424 | 2024-10-03T20:22:29.738Z | [ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO STEP 754 (remove_files) COMPLETE |
6425 | 2024-10-03T20:22:29.738Z | [ recovery-image] Oct 03 20:22:28.301 INFO O| Oct 03 20:22:28.301 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-10-03T20:22:29.761Z | [ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6427 | 2024-10-03T20:22:29.761Z | [ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO STEP 755 (remove_files) COMPLETE |
6428 | 2024-10-03T20:22:29.761Z | [ recovery-image] Oct 03 20:22:28.323 INFO O| Oct 03 20:22:28.323 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-10-03T20:22:29.786Z | [ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6430 | 2024-10-03T20:22:29.786Z | [ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO STEP 756 (remove_files) COMPLETE |
6431 | 2024-10-03T20:22:29.786Z | [ recovery-image] Oct 03 20:22:28.348 INFO O| Oct 03 20:22:28.348 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-10-03T20:22:29.807Z | [ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6433 | 2024-10-03T20:22:29.807Z | [ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO STEP 757 (remove_files) COMPLETE |
6434 | 2024-10-03T20:22:29.810Z | [ recovery-image] Oct 03 20:22:28.370 INFO O| Oct 03 20:22:28.370 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-10-03T20:22:29.843Z | [ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6436 | 2024-10-03T20:22:29.843Z | [ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO STEP 758 (remove_files) COMPLETE |
6437 | 2024-10-03T20:22:29.843Z | [ recovery-image] Oct 03 20:22:28.405 INFO O| Oct 03 20:22:28.405 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-10-03T20:22:29.867Z | [ recovery-image] Oct 03 20:22:28.429 INFO O| Oct 03 20:22:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6439 | 2024-10-03T20:22:29.887Z | [ recovery-image] Oct 03 20:22:28.450 INFO O| Oct 03 20:22:28.450 INFO STEP 759 (remove_files) COMPLETE |
6440 | 2024-10-03T20:22:29.887Z | [ recovery-image] Oct 03 20:22:28.450 INFO O| Oct 03 20:22:28.450 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-10-03T20:22:29.917Z | [ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6442 | 2024-10-03T20:22:29.920Z | [ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO STEP 760 (remove_files) COMPLETE |
6443 | 2024-10-03T20:22:29.920Z | [ recovery-image] Oct 03 20:22:28.480 INFO O| Oct 03 20:22:28.480 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-03T20:22:29.952Z | [ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6445 | 2024-10-03T20:22:29.952Z | [ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO STEP 761 (remove_files) COMPLETE |
6446 | 2024-10-03T20:22:29.952Z | [ recovery-image] Oct 03 20:22:28.513 INFO O| Oct 03 20:22:28.513 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-03T20:22:29.971Z | [ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6448 | 2024-10-03T20:22:29.971Z | [ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO STEP 762 (remove_files) COMPLETE |
6449 | 2024-10-03T20:22:29.973Z | [ recovery-image] Oct 03 20:22:28.533 INFO O| Oct 03 20:22:28.533 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-03T20:22:30.005Z | [ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6451 | 2024-10-03T20:22:30.005Z | [ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO STEP 763 (remove_files) COMPLETE |
6452 | 2024-10-03T20:22:30.008Z | [ recovery-image] Oct 03 20:22:28.568 INFO O| Oct 03 20:22:28.568 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-03T20:22:30.025Z | [ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6454 | 2024-10-03T20:22:30.025Z | [ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO STEP 764 (remove_files) COMPLETE |
6455 | 2024-10-03T20:22:30.028Z | [ recovery-image] Oct 03 20:22:28.588 INFO O| Oct 03 20:22:28.588 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-03T20:22:30.043Z | [ recovery-image] Oct 03 20:22:28.605 INFO O| Oct 03 20:22:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6457 | 2024-10-03T20:22:30.043Z | [ recovery-image] Oct 03 20:22:28.606 INFO O| Oct 03 20:22:28.606 INFO STEP 765 (remove_files) COMPLETE |
6458 | 2024-10-03T20:22:30.043Z | [ recovery-image] Oct 03 20:22:28.606 INFO O| Oct 03 20:22:28.606 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-03T20:22:30.076Z | [ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6460 | 2024-10-03T20:22:30.076Z | [ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.637 INFO STEP 766 (remove_files) COMPLETE |
6461 | 2024-10-03T20:22:30.076Z | [ recovery-image] Oct 03 20:22:28.637 INFO O| Oct 03 20:22:28.637 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-03T20:22:30.106Z | [ recovery-image] Oct 03 20:22:28.668 INFO O| Oct 03 20:22:28.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6463 | 2024-10-03T20:22:30.109Z | [ recovery-image] Oct 03 20:22:28.668 INFO O| Oct 03 20:22:28.668 INFO STEP 767 (remove_files) COMPLETE |
6464 | 2024-10-03T20:22:30.109Z | [ recovery-image] Oct 03 20:22:28.669 INFO O| Oct 03 20:22:28.668 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-03T20:22:30.142Z | [ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6466 | 2024-10-03T20:22:30.145Z | [ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO STEP 768 (remove_files) COMPLETE |
6467 | 2024-10-03T20:22:30.145Z | [ recovery-image] Oct 03 20:22:28.705 INFO O| Oct 03 20:22:28.705 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-03T20:22:30.159Z | [ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6469 | 2024-10-03T20:22:30.162Z | [ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO STEP 769 (remove_files) COMPLETE |
6470 | 2024-10-03T20:22:30.162Z | [ recovery-image] Oct 03 20:22:28.722 INFO O| Oct 03 20:22:28.722 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-10-03T20:22:30.176Z | [ recovery-image] Oct 03 20:22:28.738 INFO O| Oct 03 20:22:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6472 | 2024-10-03T20:22:30.177Z | [ recovery-image] Oct 03 20:22:28.739 INFO O| Oct 03 20:22:28.738 INFO STEP 770 (remove_files) COMPLETE |
6473 | 2024-10-03T20:22:30.177Z | [ recovery-image] Oct 03 20:22:28.739 INFO O| Oct 03 20:22:28.738 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-10-03T20:22:30.192Z | [ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6475 | 2024-10-03T20:22:30.192Z | [ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO STEP 771 (remove_files) COMPLETE |
6476 | 2024-10-03T20:22:30.195Z | [ recovery-image] Oct 03 20:22:28.755 INFO O| Oct 03 20:22:28.755 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-10-03T20:22:30.210Z | [ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6478 | 2024-10-03T20:22:30.210Z | [ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO STEP 772 (remove_files) COMPLETE |
6479 | 2024-10-03T20:22:30.212Z | [ recovery-image] Oct 03 20:22:28.772 INFO O| Oct 03 20:22:28.772 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-10-03T20:22:30.249Z | [ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6481 | 2024-10-03T20:22:30.249Z | [ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO STEP 773 (remove_files) COMPLETE |
6482 | 2024-10-03T20:22:30.249Z | [ recovery-image] Oct 03 20:22:28.811 INFO O| Oct 03 20:22:28.811 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-10-03T20:22:30.303Z | [ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6484 | 2024-10-03T20:22:30.303Z | [ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO STEP 774 (remove_files) COMPLETE |
6485 | 2024-10-03T20:22:30.303Z | [ recovery-image] Oct 03 20:22:28.863 INFO O| Oct 03 20:22:28.863 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-10-03T20:22:30.363Z | [ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6487 | 2024-10-03T20:22:30.363Z | [ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.926 INFO STEP 775 (remove_files) COMPLETE |
6488 | 2024-10-03T20:22:30.363Z | [ recovery-image] Oct 03 20:22:28.926 INFO O| Oct 03 20:22:28.926 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-10-03T20:22:30.386Z | [ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6490 | 2024-10-03T20:22:30.386Z | [ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO STEP 776 (remove_files) COMPLETE |
6491 | 2024-10-03T20:22:30.391Z | [ recovery-image] Oct 03 20:22:28.948 INFO O| Oct 03 20:22:28.948 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-10-03T20:22:30.447Z | [ recovery-image] Oct 03 20:22:29.009 INFO O| Oct 03 20:22:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6493 | 2024-10-03T20:22:30.447Z | [ recovery-image] Oct 03 20:22:29.009 INFO O| Oct 03 20:22:29.009 INFO STEP 777 (remove_files) COMPLETE |
6494 | 2024-10-03T20:22:30.450Z | [ recovery-image] Oct 03 20:22:29.010 INFO O| Oct 03 20:22:29.009 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-10-03T20:22:30.468Z | [ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6496 | 2024-10-03T20:22:30.468Z | [ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO STEP 778 (remove_files) COMPLETE |
6497 | 2024-10-03T20:22:30.468Z | [ recovery-image] Oct 03 20:22:29.031 INFO O| Oct 03 20:22:29.031 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-10-03T20:22:30.503Z | [ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6499 | 2024-10-03T20:22:30.503Z | [ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO STEP 779 (remove_files) COMPLETE |
6500 | 2024-10-03T20:22:30.503Z | [ recovery-image] Oct 03 20:22:29.065 INFO O| Oct 03 20:22:29.065 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-10-03T20:22:30.525Z | [ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6502 | 2024-10-03T20:22:30.525Z | [ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO STEP 780 (remove_files) COMPLETE |
6503 | 2024-10-03T20:22:30.525Z | [ recovery-image] Oct 03 20:22:29.087 INFO O| Oct 03 20:22:29.087 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-10-03T20:22:30.557Z | [ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6505 | 2024-10-03T20:22:30.557Z | [ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO STEP 781 (remove_files) COMPLETE |
6506 | 2024-10-03T20:22:30.557Z | [ recovery-image] Oct 03 20:22:29.120 INFO O| Oct 03 20:22:29.120 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-10-03T20:22:30.580Z | [ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6508 | 2024-10-03T20:22:30.580Z | [ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO STEP 782 (remove_files) COMPLETE |
6509 | 2024-10-03T20:22:30.580Z | [ recovery-image] Oct 03 20:22:29.142 INFO O| Oct 03 20:22:29.142 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-10-03T20:22:30.604Z | [ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6511 | 2024-10-03T20:22:30.604Z | [ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO STEP 783 (remove_files) COMPLETE |
6512 | 2024-10-03T20:22:30.604Z | [ recovery-image] Oct 03 20:22:29.166 INFO O| Oct 03 20:22:29.166 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-10-03T20:22:30.623Z | [ recovery-image] Oct 03 20:22:29.185 INFO O| Oct 03 20:22:29.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6514 | 2024-10-03T20:22:30.626Z | [ recovery-image] Oct 03 20:22:29.185 INFO O| Oct 03 20:22:29.185 INFO STEP 784 (remove_files) COMPLETE |
6515 | 2024-10-03T20:22:30.626Z | [ recovery-image] Oct 03 20:22:29.186 INFO O| Oct 03 20:22:29.185 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-10-03T20:22:30.642Z | [ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6517 | 2024-10-03T20:22:30.644Z | [ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO STEP 785 (remove_files) COMPLETE |
6518 | 2024-10-03T20:22:30.644Z | [ recovery-image] Oct 03 20:22:29.204 INFO O| Oct 03 20:22:29.204 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-10-03T20:22:30.660Z | [ recovery-image] Oct 03 20:22:29.222 INFO O| Oct 03 20:22:29.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6520 | 2024-10-03T20:22:30.660Z | [ recovery-image] Oct 03 20:22:29.222 INFO O| Oct 03 20:22:29.222 INFO STEP 786 (remove_files) COMPLETE |
6521 | 2024-10-03T20:22:30.663Z | [ recovery-image] Oct 03 20:22:29.223 INFO O| Oct 03 20:22:29.222 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-10-03T20:22:30.679Z | [ recovery-image] Oct 03 20:22:29.241 INFO O| Oct 03 20:22:29.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6523 | 2024-10-03T20:22:30.679Z | [ recovery-image] Oct 03 20:22:29.242 INFO O| Oct 03 20:22:29.242 INFO STEP 787 (remove_files) COMPLETE |
6524 | 2024-10-03T20:22:30.679Z | [ recovery-image] Oct 03 20:22:29.242 INFO O| Oct 03 20:22:29.242 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-10-03T20:22:30.713Z | [ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6526 | 2024-10-03T20:22:30.713Z | [ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO STEP 788 (remove_files) COMPLETE |
6527 | 2024-10-03T20:22:30.713Z | [ recovery-image] Oct 03 20:22:29.275 INFO O| Oct 03 20:22:29.275 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-10-03T20:22:30.734Z | [ recovery-image] Oct 03 20:22:29.296 INFO O| Oct 03 20:22:29.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6529 | 2024-10-03T20:22:30.734Z | [ recovery-image] Oct 03 20:22:29.296 INFO O| Oct 03 20:22:29.296 INFO STEP 789 (remove_files) COMPLETE |
6530 | 2024-10-03T20:22:30.736Z | [ recovery-image] Oct 03 20:22:29.297 INFO O| Oct 03 20:22:29.296 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-10-03T20:22:30.768Z | [ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6532 | 2024-10-03T20:22:30.772Z | [ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO STEP 790 (remove_files) COMPLETE |
6533 | 2024-10-03T20:22:30.772Z | [ recovery-image] Oct 03 20:22:29.329 INFO O| Oct 03 20:22:29.329 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-10-03T20:22:30.801Z | [ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6535 | 2024-10-03T20:22:30.801Z | [ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO STEP 791 (remove_files) COMPLETE |
6536 | 2024-10-03T20:22:30.801Z | [ recovery-image] Oct 03 20:22:29.363 INFO O| Oct 03 20:22:29.363 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-10-03T20:22:30.821Z | [ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6538 | 2024-10-03T20:22:30.821Z | [ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.384 INFO STEP 792 (remove_files) COMPLETE |
6539 | 2024-10-03T20:22:30.821Z | [ recovery-image] Oct 03 20:22:29.384 INFO O| Oct 03 20:22:29.384 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-10-03T20:22:30.839Z | [ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6541 | 2024-10-03T20:22:30.839Z | [ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO STEP 793 (remove_files) COMPLETE |
6542 | 2024-10-03T20:22:30.839Z | [ recovery-image] Oct 03 20:22:29.401 INFO O| Oct 03 20:22:29.401 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-10-03T20:22:30.856Z | [ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6544 | 2024-10-03T20:22:30.856Z | [ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO STEP 794 (remove_files) COMPLETE |
6545 | 2024-10-03T20:22:30.856Z | [ recovery-image] Oct 03 20:22:29.418 INFO O| Oct 03 20:22:29.418 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-10-03T20:22:30.888Z | [ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6547 | 2024-10-03T20:22:30.888Z | [ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO STEP 795 (remove_files) COMPLETE |
6548 | 2024-10-03T20:22:30.890Z | [ recovery-image] Oct 03 20:22:29.450 INFO O| Oct 03 20:22:29.450 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-10-03T20:22:30.908Z | [ recovery-image] Oct 03 20:22:29.470 INFO O| Oct 03 20:22:29.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6550 | 2024-10-03T20:22:30.908Z | [ recovery-image] Oct 03 20:22:29.471 INFO O| Oct 03 20:22:29.471 INFO STEP 796 (remove_files) COMPLETE |
6551 | 2024-10-03T20:22:30.908Z | [ recovery-image] Oct 03 20:22:29.471 INFO O| Oct 03 20:22:29.471 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-10-03T20:22:30.937Z | [ recovery-image] Oct 03 20:22:29.499 INFO O| Oct 03 20:22:29.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6553 | 2024-10-03T20:22:30.958Z | [ recovery-image] Oct 03 20:22:29.520 INFO O| Oct 03 20:22:29.520 INFO STEP 797 (remove_files) COMPLETE |
6554 | 2024-10-03T20:22:30.958Z | [ recovery-image] Oct 03 20:22:29.520 INFO O| Oct 03 20:22:29.520 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-10-03T20:22:30.978Z | [ recovery-image] Oct 03 20:22:29.540 INFO O| Oct 03 20:22:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6556 | 2024-10-03T20:22:31.009Z | [ recovery-image] Oct 03 20:22:29.570 INFO O| Oct 03 20:22:29.570 INFO STEP 798 (remove_files) COMPLETE |
6557 | 2024-10-03T20:22:31.009Z | [ recovery-image] Oct 03 20:22:29.570 INFO O| Oct 03 20:22:29.570 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-10-03T20:22:31.074Z | [ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6559 | 2024-10-03T20:22:31.074Z | [ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO STEP 799 (remove_files) COMPLETE |
6560 | 2024-10-03T20:22:31.074Z | [ recovery-image] Oct 03 20:22:29.636 INFO O| Oct 03 20:22:29.636 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-10-03T20:22:31.093Z | [ recovery-image] Oct 03 20:22:29.655 INFO O| Oct 03 20:22:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6562 | 2024-10-03T20:22:31.093Z | [ recovery-image] Oct 03 20:22:29.656 INFO O| Oct 03 20:22:29.655 INFO STEP 800 (remove_files) COMPLETE |
6563 | 2024-10-03T20:22:31.093Z | [ recovery-image] Oct 03 20:22:29.656 INFO O| Oct 03 20:22:29.656 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-10-03T20:22:31.123Z | [ recovery-image] Oct 03 20:22:29.685 INFO O| Oct 03 20:22:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6565 | 2024-10-03T20:22:31.126Z | [ recovery-image] Oct 03 20:22:29.685 INFO O| Oct 03 20:22:29.685 INFO STEP 801 (remove_files) COMPLETE |
6566 | 2024-10-03T20:22:31.126Z | [ recovery-image] Oct 03 20:22:29.686 INFO O| Oct 03 20:22:29.685 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-10-03T20:22:31.150Z | [ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6568 | 2024-10-03T20:22:31.150Z | [ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO STEP 802 (remove_files) COMPLETE |
6569 | 2024-10-03T20:22:31.150Z | [ recovery-image] Oct 03 20:22:29.712 INFO O| Oct 03 20:22:29.712 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-10-03T20:22:31.212Z | [ recovery-image] Oct 03 20:22:29.774 INFO O| Oct 03 20:22:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6571 | 2024-10-03T20:22:31.212Z | [ recovery-image] Oct 03 20:22:29.774 INFO O| Oct 03 20:22:29.774 INFO STEP 803 (remove_files) COMPLETE |
6572 | 2024-10-03T20:22:31.212Z | [ recovery-image] Oct 03 20:22:29.775 INFO O| Oct 03 20:22:29.774 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-10-03T20:22:31.273Z | [ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6574 | 2024-10-03T20:22:31.273Z | [ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO STEP 804 (remove_files) COMPLETE |
6575 | 2024-10-03T20:22:31.275Z | [ recovery-image] Oct 03 20:22:29.835 INFO O| Oct 03 20:22:29.835 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-10-03T20:22:31.290Z | [ recovery-image] Oct 03 20:22:29.852 INFO O| Oct 03 20:22:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6577 | 2024-10-03T20:22:31.290Z | [ recovery-image] Oct 03 20:22:29.853 INFO O| Oct 03 20:22:29.852 INFO STEP 805 (remove_files) COMPLETE |
6578 | 2024-10-03T20:22:31.290Z | [ recovery-image] Oct 03 20:22:29.853 INFO O| Oct 03 20:22:29.853 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-10-03T20:22:31.309Z | [ recovery-image] Oct 03 20:22:29.870 INFO O| Oct 03 20:22:29.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6580 | 2024-10-03T20:22:31.309Z | [ recovery-image] Oct 03 20:22:29.871 INFO O| Oct 03 20:22:29.870 INFO STEP 806 (remove_files) COMPLETE |
6581 | 2024-10-03T20:22:31.309Z | [ recovery-image] Oct 03 20:22:29.871 INFO O| Oct 03 20:22:29.870 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-10-03T20:22:31.326Z | [ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6583 | 2024-10-03T20:22:31.326Z | [ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO STEP 807 (remove_files) COMPLETE |
6584 | 2024-10-03T20:22:31.326Z | [ recovery-image] Oct 03 20:22:29.888 INFO O| Oct 03 20:22:29.888 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-10-03T20:22:31.329Z | [ host-image] Oct 03 20:22:29.891 INFO O| Oct 03 20:22:29.891 INFO O| Planning: Solver setup ... Done |
6586 | 2024-10-03T20:22:31.361Z | [ host-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO O| Planning: Running solver ... Done |
6587 | 2024-10-03T20:22:31.363Z | [ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6588 | 2024-10-03T20:22:31.363Z | [ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO STEP 808 (remove_files) COMPLETE |
6589 | 2024-10-03T20:22:31.363Z | [ recovery-image] Oct 03 20:22:29.923 INFO O| Oct 03 20:22:29.923 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-03T20:22:31.384Z | [ recovery-image] Oct 03 20:22:29.946 INFO O| Oct 03 20:22:29.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6591 | 2024-10-03T20:22:31.387Z | [ recovery-image] Oct 03 20:22:29.947 INFO O| Oct 03 20:22:29.947 INFO STEP 809 (remove_files) COMPLETE |
6592 | 2024-10-03T20:22:31.387Z | [ recovery-image] Oct 03 20:22:29.947 INFO O| Oct 03 20:22:29.947 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-03T20:22:31.431Z | [ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6594 | 2024-10-03T20:22:31.431Z | [ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO STEP 810 (remove_files) COMPLETE |
6595 | 2024-10-03T20:22:31.431Z | [ recovery-image] Oct 03 20:22:29.981 INFO O| Oct 03 20:22:29.981 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-03T20:22:31.431Z | [ host-image] Oct 03 20:22:29.992 INFO O| Oct 03 20:22:29.992 INFO O| Planning: Finding local manifests ... Done |
6597 | 2024-10-03T20:22:31.431Z | [ host-image] Oct 03 20:22:29.993 INFO O| Oct 03 20:22:29.993 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6598 | 2024-10-03T20:22:31.439Z | [ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6599 | 2024-10-03T20:22:31.439Z | [ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:30.000 INFO STEP 811 (remove_files) COMPLETE |
6600 | 2024-10-03T20:22:31.439Z | [ recovery-image] Oct 03 20:22:30.000 INFO O| Oct 03 20:22:30.000 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-10-03T20:22:31.515Z | [ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6602 | 2024-10-03T20:22:31.517Z | [ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO STEP 812 (remove_files) COMPLETE |
6603 | 2024-10-03T20:22:31.517Z | [ recovery-image] Oct 03 20:22:30.077 INFO O| Oct 03 20:22:30.077 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-10-03T20:22:31.543Z | [ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6605 | 2024-10-03T20:22:31.543Z | [ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO STEP 813 (remove_files) COMPLETE |
6606 | 2024-10-03T20:22:31.546Z | [ recovery-image] Oct 03 20:22:30.105 INFO O| Oct 03 20:22:30.095 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-10-03T20:22:31.555Z | [ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6608 | 2024-10-03T20:22:31.558Z | [ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.118 INFO STEP 814 (remove_files) COMPLETE |
6609 | 2024-10-03T20:22:31.558Z | [ recovery-image] Oct 03 20:22:30.118 INFO O| Oct 03 20:22:30.118 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-10-03T20:22:31.559Z | [ host-image] Oct 03 20:22:30.121 INFO O| Oct 03 20:22:30.121 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6611 | 2024-10-03T20:22:31.585Z | [ host-image] Oct 03 20:22:30.147 INFO O| Oct 03 20:22:30.147 INFO O| Planning: Package planning ... Done |
6612 | 2024-10-03T20:22:31.587Z | [ host-image] Oct 03 20:22:30.148 INFO O| Oct 03 20:22:30.148 INFO O| Planning: Merging actions ... Done |
6613 | 2024-10-03T20:22:31.617Z | [ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6614 | 2024-10-03T20:22:31.617Z | [ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO STEP 815 (remove_files) COMPLETE |
6615 | 2024-10-03T20:22:31.617Z | [ recovery-image] Oct 03 20:22:30.179 INFO O| Oct 03 20:22:30.179 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-10-03T20:22:31.645Z | [ recovery-image] Oct 03 20:22:30.207 INFO O| Oct 03 20:22:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6617 | 2024-10-03T20:22:31.645Z | [ recovery-image] Oct 03 20:22:30.208 INFO O| Oct 03 20:22:30.207 INFO STEP 816 (remove_files) COMPLETE |
6618 | 2024-10-03T20:22:31.648Z | [ recovery-image] Oct 03 20:22:30.208 INFO O| Oct 03 20:22:30.208 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-10-03T20:22:31.666Z | [ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6620 | 2024-10-03T20:22:31.670Z | [ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO STEP 817 (remove_files) COMPLETE |
6621 | 2024-10-03T20:22:31.670Z | [ recovery-image] Oct 03 20:22:30.228 INFO O| Oct 03 20:22:30.228 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-10-03T20:22:31.689Z | [ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6623 | 2024-10-03T20:22:31.691Z | [ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO STEP 818 (remove_files) COMPLETE |
6624 | 2024-10-03T20:22:31.691Z | [ recovery-image] Oct 03 20:22:30.251 INFO O| Oct 03 20:22:30.251 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-10-03T20:22:31.708Z | [ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6626 | 2024-10-03T20:22:31.708Z | [ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO STEP 819 (remove_files) COMPLETE |
6627 | 2024-10-03T20:22:31.708Z | [ recovery-image] Oct 03 20:22:30.270 INFO O| Oct 03 20:22:30.270 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-10-03T20:22:31.711Z | [ host-image] Oct 03 20:22:30.273 INFO O| Oct 03 20:22:30.273 INFO O| Planning: Checking for conflicting actions ... Done |
6629 | 2024-10-03T20:22:31.713Z | [ host-image] Oct 03 20:22:30.274 INFO O| Oct 03 20:22:30.274 INFO O| Planning: Consolidating action changes ... Done |
6630 | 2024-10-03T20:22:31.726Z | [ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6631 | 2024-10-03T20:22:31.726Z | [ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO STEP 820 (remove_files) COMPLETE |
6632 | 2024-10-03T20:22:31.728Z | [ recovery-image] Oct 03 20:22:30.288 INFO O| Oct 03 20:22:30.288 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-10-03T20:22:31.745Z | [ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6634 | 2024-10-03T20:22:31.745Z | [ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO STEP 821 (remove_files) COMPLETE |
6635 | 2024-10-03T20:22:31.748Z | [ recovery-image] Oct 03 20:22:30.307 INFO O| Oct 03 20:22:30.307 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-10-03T20:22:31.779Z | [ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6637 | 2024-10-03T20:22:31.782Z | [ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO STEP 822 (remove_files) COMPLETE |
6638 | 2024-10-03T20:22:31.782Z | [ recovery-image] Oct 03 20:22:30.341 INFO O| Oct 03 20:22:30.341 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-10-03T20:22:31.848Z | [ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6640 | 2024-10-03T20:22:31.848Z | [ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.400 INFO STEP 823 (remove_files) COMPLETE |
6641 | 2024-10-03T20:22:31.848Z | [ recovery-image] Oct 03 20:22:30.410 INFO O| Oct 03 20:22:30.401 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-10-03T20:22:31.859Z | [ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6643 | 2024-10-03T20:22:31.859Z | [ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO STEP 824 (remove_files) COMPLETE |
6644 | 2024-10-03T20:22:31.859Z | [ recovery-image] Oct 03 20:22:30.421 INFO O| Oct 03 20:22:30.421 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-10-03T20:22:31.878Z | [ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6646 | 2024-10-03T20:22:31.878Z | [ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO STEP 825 (remove_files) COMPLETE |
6647 | 2024-10-03T20:22:31.878Z | [ recovery-image] Oct 03 20:22:30.440 INFO O| Oct 03 20:22:30.440 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-10-03T20:22:31.897Z | [ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6649 | 2024-10-03T20:22:31.897Z | [ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO STEP 826 (remove_files) COMPLETE |
6650 | 2024-10-03T20:22:31.899Z | [ recovery-image] Oct 03 20:22:30.459 INFO O| Oct 03 20:22:30.459 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-10-03T20:22:31.917Z | [ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6652 | 2024-10-03T20:22:31.917Z | [ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO STEP 827 (remove_files) COMPLETE |
6653 | 2024-10-03T20:22:31.920Z | [ recovery-image] Oct 03 20:22:30.478 INFO O| Oct 03 20:22:30.478 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-10-03T20:22:31.938Z | [ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6655 | 2024-10-03T20:22:31.939Z | [ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.500 INFO STEP 828 (remove_files) COMPLETE |
6656 | 2024-10-03T20:22:31.939Z | [ recovery-image] Oct 03 20:22:30.500 INFO O| Oct 03 20:22:30.500 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-10-03T20:22:31.976Z | [ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6658 | 2024-10-03T20:22:31.976Z | [ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO STEP 829 (remove_files) COMPLETE |
6659 | 2024-10-03T20:22:31.976Z | [ recovery-image] Oct 03 20:22:30.538 INFO O| Oct 03 20:22:30.538 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-10-03T20:22:32.009Z | [ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6661 | 2024-10-03T20:22:32.009Z | [ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO STEP 830 (remove_files) COMPLETE |
6662 | 2024-10-03T20:22:32.009Z | [ recovery-image] Oct 03 20:22:30.571 INFO O| Oct 03 20:22:30.571 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-10-03T20:22:32.068Z | [ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6664 | 2024-10-03T20:22:32.068Z | [ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO STEP 831 (remove_files) COMPLETE |
6665 | 2024-10-03T20:22:32.070Z | [ recovery-image] Oct 03 20:22:30.630 INFO O| Oct 03 20:22:30.630 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-10-03T20:22:32.129Z | [ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6667 | 2024-10-03T20:22:32.129Z | [ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO STEP 832 (remove_files) COMPLETE |
6668 | 2024-10-03T20:22:32.132Z | [ recovery-image] Oct 03 20:22:30.691 INFO O| Oct 03 20:22:30.691 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-10-03T20:22:32.153Z | [ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6670 | 2024-10-03T20:22:32.153Z | [ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO STEP 833 (remove_files) COMPLETE |
6671 | 2024-10-03T20:22:32.153Z | [ recovery-image] Oct 03 20:22:30.714 INFO O| Oct 03 20:22:30.714 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-10-03T20:22:32.190Z | [ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6673 | 2024-10-03T20:22:32.190Z | [ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO STEP 834 (remove_files) COMPLETE |
6674 | 2024-10-03T20:22:32.190Z | [ recovery-image] Oct 03 20:22:30.752 INFO O| Oct 03 20:22:30.747 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-10-03T20:22:32.217Z | [ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6676 | 2024-10-03T20:22:32.217Z | [ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO STEP 835 (remove_files) COMPLETE |
6677 | 2024-10-03T20:22:32.220Z | [ recovery-image] Oct 03 20:22:30.779 INFO O| Oct 03 20:22:30.764 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-10-03T20:22:32.220Z | [ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6679 | 2024-10-03T20:22:32.220Z | [ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO STEP 836 (remove_files) COMPLETE |
6680 | 2024-10-03T20:22:32.220Z | [ recovery-image] Oct 03 20:22:30.780 INFO O| Oct 03 20:22:30.780 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-10-03T20:22:32.238Z | [ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6682 | 2024-10-03T20:22:32.238Z | [ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO STEP 837 (remove_files) COMPLETE |
6683 | 2024-10-03T20:22:32.238Z | [ recovery-image] Oct 03 20:22:30.799 INFO O| Oct 03 20:22:30.799 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-03T20:22:32.293Z | [ host-image] Oct 03 20:22:30.855 INFO O| Oct 03 20:22:30.855 INFO O| Planning: Evaluating mediators ... Done |
6685 | 2024-10-03T20:22:32.296Z | [ host-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO O| Planning: Planning completed in 4.04 seconds |
6686 | 2024-10-03T20:22:32.296Z | [ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6687 | 2024-10-03T20:22:32.296Z | [ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO STEP 838 (remove_files) COMPLETE |
6688 | 2024-10-03T20:22:32.296Z | [ recovery-image] Oct 03 20:22:30.856 INFO O| Oct 03 20:22:30.856 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-10-03T20:22:32.299Z | [ host-image] Oct 03 20:22:30.858 INFO O| Oct 03 20:22:30.858 INFO O| Packages to install: 1 |
6690 | 2024-10-03T20:22:32.325Z | [ host-image] Oct 03 20:22:30.888 INFO O| Oct 03 20:22:30.887 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
6691 | 2024-10-03T20:22:32.333Z | [ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6692 | 2024-10-03T20:22:32.333Z | [ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO STEP 839 (remove_files) COMPLETE |
6693 | 2024-10-03T20:22:32.333Z | [ recovery-image] Oct 03 20:22:30.896 INFO O| Oct 03 20:22:30.896 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-10-03T20:22:32.354Z | [ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6695 | 2024-10-03T20:22:32.354Z | [ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO STEP 840 (remove_files) COMPLETE |
6696 | 2024-10-03T20:22:32.354Z | [ recovery-image] Oct 03 20:22:30.915 INFO O| Oct 03 20:22:30.915 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-10-03T20:22:32.393Z | [ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6698 | 2024-10-03T20:22:32.393Z | [ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO STEP 841 (remove_files) COMPLETE |
6699 | 2024-10-03T20:22:32.393Z | [ recovery-image] Oct 03 20:22:30.954 INFO O| Oct 03 20:22:30.954 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-10-03T20:22:32.414Z | [ recovery-image] Oct 03 20:22:30.976 INFO O| Oct 03 20:22:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6701 | 2024-10-03T20:22:32.417Z | [ recovery-image] Oct 03 20:22:30.980 INFO O| Oct 03 20:22:30.980 INFO STEP 842 (remove_files) COMPLETE |
6702 | 2024-10-03T20:22:32.417Z | [ recovery-image] Oct 03 20:22:30.980 INFO O| Oct 03 20:22:30.980 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-03T20:22:32.452Z | [ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6704 | 2024-10-03T20:22:32.452Z | [ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO STEP 843 (remove_files) COMPLETE |
6705 | 2024-10-03T20:22:32.452Z | [ recovery-image] Oct 03 20:22:31.013 INFO O| Oct 03 20:22:31.013 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-03T20:22:32.489Z | [ recovery-image] Oct 03 20:22:31.051 INFO O| Oct 03 20:22:31.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6707 | 2024-10-03T20:22:32.489Z | [ recovery-image] Oct 03 20:22:31.051 INFO O| Oct 03 20:22:31.051 INFO STEP 844 (remove_files) COMPLETE |
6708 | 2024-10-03T20:22:32.492Z | [ recovery-image] Oct 03 20:22:31.052 INFO O| Oct 03 20:22:31.051 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-03T20:22:32.511Z | [ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6710 | 2024-10-03T20:22:32.514Z | [ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO STEP 845 (remove_files) COMPLETE |
6711 | 2024-10-03T20:22:32.514Z | [ recovery-image] Oct 03 20:22:31.073 INFO O| Oct 03 20:22:31.073 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-03T20:22:32.532Z | [ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6713 | 2024-10-03T20:22:32.532Z | [ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO STEP 846 (remove_files) COMPLETE |
6714 | 2024-10-03T20:22:32.535Z | [ recovery-image] Oct 03 20:22:31.094 INFO O| Oct 03 20:22:31.094 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-03T20:22:32.567Z | [ recovery-image] Oct 03 20:22:31.129 INFO O| Oct 03 20:22:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6716 | 2024-10-03T20:22:32.567Z | [ recovery-image] Oct 03 20:22:31.129 INFO O| Oct 03 20:22:31.129 INFO STEP 847 (remove_files) COMPLETE |
6717 | 2024-10-03T20:22:32.567Z | [ recovery-image] Oct 03 20:22:31.130 INFO O| Oct 03 20:22:31.129 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-03T20:22:32.589Z | [ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6719 | 2024-10-03T20:22:32.589Z | [ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO STEP 848 (remove_files) COMPLETE |
6720 | 2024-10-03T20:22:32.589Z | [ recovery-image] Oct 03 20:22:31.151 INFO O| Oct 03 20:22:31.151 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-03T20:22:32.640Z | [ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6722 | 2024-10-03T20:22:32.640Z | [ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO STEP 849 (remove_files) COMPLETE |
6723 | 2024-10-03T20:22:32.640Z | [ recovery-image] Oct 03 20:22:31.202 INFO O| Oct 03 20:22:31.202 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-03T20:22:32.706Z | [ recovery-image] Oct 03 20:22:31.268 INFO O| Oct 03 20:22:31.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6725 | 2024-10-03T20:22:32.709Z | [ recovery-image] Oct 03 20:22:31.269 INFO O| Oct 03 20:22:31.269 INFO STEP 850 (remove_files) COMPLETE |
6726 | 2024-10-03T20:22:32.709Z | [ recovery-image] Oct 03 20:22:31.269 INFO O| Oct 03 20:22:31.269 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-03T20:22:32.725Z | [ recovery-image] Oct 03 20:22:31.287 INFO O| Oct 03 20:22:31.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6728 | 2024-10-03T20:22:32.728Z | [ recovery-image] Oct 03 20:22:31.288 INFO O| Oct 03 20:22:31.288 INFO STEP 851 (remove_files) COMPLETE |
6729 | 2024-10-03T20:22:32.728Z | [ recovery-image] Oct 03 20:22:31.288 INFO O| Oct 03 20:22:31.288 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-03T20:22:32.744Z | [ recovery-image] Oct 03 20:22:31.306 INFO O| Oct 03 20:22:31.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6731 | 2024-10-03T20:22:32.747Z | [ recovery-image] Oct 03 20:22:31.310 INFO O| Oct 03 20:22:31.310 INFO STEP 852 (remove_files) COMPLETE |
6732 | 2024-10-03T20:22:32.751Z | [ recovery-image] Oct 03 20:22:31.310 INFO O| Oct 03 20:22:31.310 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-03T20:22:32.767Z | [ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6734 | 2024-10-03T20:22:32.770Z | [ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO STEP 853 (remove_files) COMPLETE |
6735 | 2024-10-03T20:22:32.770Z | [ recovery-image] Oct 03 20:22:31.330 INFO O| Oct 03 20:22:31.330 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-03T20:22:32.786Z | [ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6737 | 2024-10-03T20:22:32.789Z | [ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO STEP 854 (remove_files) COMPLETE |
6738 | 2024-10-03T20:22:32.789Z | [ recovery-image] Oct 03 20:22:31.348 INFO O| Oct 03 20:22:31.348 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-03T20:22:32.804Z | [ recovery-image] Oct 03 20:22:31.367 INFO O| Oct 03 20:22:31.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6740 | 2024-10-03T20:22:32.817Z | [ recovery-image] Oct 03 20:22:31.379 INFO O| Oct 03 20:22:31.379 INFO STEP 855 (remove_files) COMPLETE |
6741 | 2024-10-03T20:22:32.819Z | [ recovery-image] Oct 03 20:22:31.379 INFO O| Oct 03 20:22:31.379 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-03T20:22:32.837Z | [ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6743 | 2024-10-03T20:22:32.839Z | [ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO STEP 856 (remove_files) COMPLETE |
6744 | 2024-10-03T20:22:32.839Z | [ recovery-image] Oct 03 20:22:31.399 INFO O| Oct 03 20:22:31.399 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-03T20:22:32.855Z | [ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6746 | 2024-10-03T20:22:32.858Z | [ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.418 INFO STEP 857 (remove_files) COMPLETE |
6747 | 2024-10-03T20:22:32.858Z | [ recovery-image] Oct 03 20:22:31.418 INFO O| Oct 03 20:22:31.418 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-03T20:22:32.874Z | [ recovery-image] Oct 03 20:22:31.436 INFO O| Oct 03 20:22:31.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6749 | 2024-10-03T20:22:32.877Z | [ recovery-image] Oct 03 20:22:31.436 INFO O| Oct 03 20:22:31.436 INFO STEP 858 (remove_files) COMPLETE |
6750 | 2024-10-03T20:22:32.877Z | [ recovery-image] Oct 03 20:22:31.437 INFO O| Oct 03 20:22:31.437 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-03T20:22:32.982Z | [ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6752 | 2024-10-03T20:22:32.982Z | [ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO STEP 859 (remove_files) COMPLETE |
6753 | 2024-10-03T20:22:32.983Z | [ recovery-image] Oct 03 20:22:31.544 INFO O| Oct 03 20:22:31.544 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-03T20:22:33.013Z | [ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6755 | 2024-10-03T20:22:33.013Z | [ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO STEP 860 (remove_files) COMPLETE |
6756 | 2024-10-03T20:22:33.013Z | [ recovery-image] Oct 03 20:22:31.575 INFO O| Oct 03 20:22:31.575 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-03T20:22:33.036Z | [ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6758 | 2024-10-03T20:22:33.036Z | [ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO STEP 861 (remove_files) COMPLETE |
6759 | 2024-10-03T20:22:33.046Z | [ recovery-image] Oct 03 20:22:31.598 INFO O| Oct 03 20:22:31.598 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-03T20:22:33.059Z | [ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6761 | 2024-10-03T20:22:33.059Z | [ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO STEP 862 (remove_files) COMPLETE |
6762 | 2024-10-03T20:22:33.062Z | [ recovery-image] Oct 03 20:22:31.621 INFO O| Oct 03 20:22:31.621 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-03T20:22:33.082Z | [ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6764 | 2024-10-03T20:22:33.082Z | [ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO STEP 863 (remove_files) COMPLETE |
6765 | 2024-10-03T20:22:33.090Z | [ recovery-image] Oct 03 20:22:31.644 INFO O| Oct 03 20:22:31.644 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-03T20:22:33.102Z | [ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6767 | 2024-10-03T20:22:33.102Z | [ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO STEP 864 (remove_files) COMPLETE |
6768 | 2024-10-03T20:22:33.104Z | [ recovery-image] Oct 03 20:22:31.664 INFO O| Oct 03 20:22:31.664 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-03T20:22:33.123Z | [ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6770 | 2024-10-03T20:22:33.123Z | [ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO STEP 865 (remove_files) COMPLETE |
6771 | 2024-10-03T20:22:33.123Z | [ recovery-image] Oct 03 20:22:31.685 INFO O| Oct 03 20:22:31.685 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-03T20:22:33.143Z | [ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6773 | 2024-10-03T20:22:33.143Z | [ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO STEP 866 (remove_files) COMPLETE |
6774 | 2024-10-03T20:22:33.143Z | [ recovery-image] Oct 03 20:22:31.705 INFO O| Oct 03 20:22:31.705 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-03T20:22:33.162Z | [ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6776 | 2024-10-03T20:22:33.162Z | [ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO STEP 867 (remove_files) COMPLETE |
6777 | 2024-10-03T20:22:33.162Z | [ recovery-image] Oct 03 20:22:31.724 INFO O| Oct 03 20:22:31.724 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-03T20:22:33.183Z | [ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6779 | 2024-10-03T20:22:33.183Z | [ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO STEP 868 (remove_files) COMPLETE |
6780 | 2024-10-03T20:22:33.186Z | [ recovery-image] Oct 03 20:22:31.745 INFO O| Oct 03 20:22:31.745 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-03T20:22:33.204Z | [ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6782 | 2024-10-03T20:22:33.204Z | [ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO STEP 869 (remove_files) COMPLETE |
6783 | 2024-10-03T20:22:33.204Z | [ recovery-image] Oct 03 20:22:31.766 INFO O| Oct 03 20:22:31.766 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-03T20:22:33.222Z | [ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6785 | 2024-10-03T20:22:33.222Z | [ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO STEP 870 (remove_files) COMPLETE |
6786 | 2024-10-03T20:22:33.224Z | [ recovery-image] Oct 03 20:22:31.784 INFO O| Oct 03 20:22:31.784 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-03T20:22:33.241Z | [ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6788 | 2024-10-03T20:22:33.241Z | [ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO STEP 871 (remove_files) COMPLETE |
6789 | 2024-10-03T20:22:33.241Z | [ recovery-image] Oct 03 20:22:31.803 INFO O| Oct 03 20:22:31.803 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-03T20:22:33.261Z | [ recovery-image] Oct 03 20:22:31.823 INFO O| Oct 03 20:22:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6791 | 2024-10-03T20:22:33.261Z | [ recovery-image] Oct 03 20:22:31.824 INFO O| Oct 03 20:22:31.824 INFO STEP 872 (remove_files) COMPLETE |
6792 | 2024-10-03T20:22:33.261Z | [ recovery-image] Oct 03 20:22:31.824 INFO O| Oct 03 20:22:31.824 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-03T20:22:33.280Z | [ recovery-image] Oct 03 20:22:31.842 INFO O| Oct 03 20:22:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6794 | 2024-10-03T20:22:33.283Z | [ recovery-image] Oct 03 20:22:31.843 INFO O| Oct 03 20:22:31.842 INFO STEP 873 (remove_files) COMPLETE |
6795 | 2024-10-03T20:22:33.283Z | [ recovery-image] Oct 03 20:22:31.843 INFO O| Oct 03 20:22:31.842 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-03T20:22:33.302Z | [ recovery-image] Oct 03 20:22:31.862 INFO O| Oct 03 20:22:31.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6797 | 2024-10-03T20:22:33.302Z | [ recovery-image] Oct 03 20:22:31.863 INFO O| Oct 03 20:22:31.862 INFO STEP 874 (remove_files) COMPLETE |
6798 | 2024-10-03T20:22:33.305Z | [ recovery-image] Oct 03 20:22:31.863 INFO O| Oct 03 20:22:31.862 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-03T20:22:33.320Z | [ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6800 | 2024-10-03T20:22:33.320Z | [ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO STEP 875 (remove_files) COMPLETE |
6801 | 2024-10-03T20:22:33.322Z | [ recovery-image] Oct 03 20:22:31.882 INFO O| Oct 03 20:22:31.882 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-03T20:22:33.338Z | [ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6803 | 2024-10-03T20:22:33.341Z | [ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO STEP 876 (remove_files) COMPLETE |
6804 | 2024-10-03T20:22:33.341Z | [ recovery-image] Oct 03 20:22:31.900 INFO O| Oct 03 20:22:31.900 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-03T20:22:33.357Z | [ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6806 | 2024-10-03T20:22:33.357Z | [ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO STEP 877 (remove_files) COMPLETE |
6807 | 2024-10-03T20:22:33.357Z | [ recovery-image] Oct 03 20:22:31.919 INFO O| Oct 03 20:22:31.919 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-03T20:22:33.377Z | [ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6809 | 2024-10-03T20:22:33.377Z | [ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO STEP 878 (remove_files) COMPLETE |
6810 | 2024-10-03T20:22:33.377Z | [ recovery-image] Oct 03 20:22:31.939 INFO O| Oct 03 20:22:31.939 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-03T20:22:33.396Z | [ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6812 | 2024-10-03T20:22:33.399Z | [ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO STEP 879 (remove_files) COMPLETE |
6813 | 2024-10-03T20:22:33.399Z | [ recovery-image] Oct 03 20:22:31.958 INFO O| Oct 03 20:22:31.958 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-03T20:22:33.416Z | [ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6815 | 2024-10-03T20:22:33.418Z | [ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO STEP 880 (remove_files) COMPLETE |
6816 | 2024-10-03T20:22:33.418Z | [ recovery-image] Oct 03 20:22:31.978 INFO O| Oct 03 20:22:31.978 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-03T20:22:33.435Z | [ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6818 | 2024-10-03T20:22:33.435Z | [ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO STEP 881 (remove_files) COMPLETE |
6819 | 2024-10-03T20:22:33.435Z | [ recovery-image] Oct 03 20:22:31.997 INFO O| Oct 03 20:22:31.997 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-10-03T20:22:33.455Z | [ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6821 | 2024-10-03T20:22:33.457Z | [ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO STEP 882 (remove_files) COMPLETE |
6822 | 2024-10-03T20:22:33.457Z | [ recovery-image] Oct 03 20:22:32.017 INFO O| Oct 03 20:22:32.017 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-10-03T20:22:33.476Z | [ recovery-image] Oct 03 20:22:32.038 INFO O| Oct 03 20:22:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6824 | 2024-10-03T20:22:33.476Z | [ recovery-image] Oct 03 20:22:32.039 INFO O| Oct 03 20:22:32.038 INFO STEP 883 (remove_files) COMPLETE |
6825 | 2024-10-03T20:22:33.479Z | [ recovery-image] Oct 03 20:22:32.039 INFO O| Oct 03 20:22:32.039 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-10-03T20:22:33.516Z | [ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6827 | 2024-10-03T20:22:33.518Z | [ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO STEP 884 (remove_files) COMPLETE |
6828 | 2024-10-03T20:22:33.519Z | [ recovery-image] Oct 03 20:22:32.078 INFO O| Oct 03 20:22:32.078 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-10-03T20:22:33.535Z | [ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6830 | 2024-10-03T20:22:33.535Z | [ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO STEP 885 (remove_files) COMPLETE |
6831 | 2024-10-03T20:22:33.538Z | [ recovery-image] Oct 03 20:22:32.097 INFO O| Oct 03 20:22:32.097 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-10-03T20:22:33.568Z | [ recovery-image] Oct 03 20:22:32.130 INFO O| Oct 03 20:22:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6833 | 2024-10-03T20:22:33.570Z | [ recovery-image] Oct 03 20:22:32.130 INFO O| Oct 03 20:22:32.130 INFO STEP 886 (remove_files) COMPLETE |
6834 | 2024-10-03T20:22:33.570Z | [ recovery-image] Oct 03 20:22:32.131 INFO O| Oct 03 20:22:32.130 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-10-03T20:22:33.599Z | [ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6836 | 2024-10-03T20:22:33.599Z | [ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO STEP 887 (remove_files) COMPLETE |
6837 | 2024-10-03T20:22:33.599Z | [ recovery-image] Oct 03 20:22:32.161 INFO O| Oct 03 20:22:32.161 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-10-03T20:22:33.631Z | [ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6839 | 2024-10-03T20:22:33.631Z | [ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.193 INFO STEP 888 (remove_files) COMPLETE |
6840 | 2024-10-03T20:22:33.631Z | [ recovery-image] Oct 03 20:22:32.193 INFO O| Oct 03 20:22:32.193 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-10-03T20:22:33.649Z | [ host-image] Oct 03 20:22:32.211 INFO O| Oct 03 20:22:32.211 INFO O| Download: Completed 20.80 MB in 1.32 seconds (15.7M/s) |
6842 | 2024-10-03T20:22:33.673Z | [ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6843 | 2024-10-03T20:22:33.676Z | [ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO STEP 889 (remove_files) COMPLETE |
6844 | 2024-10-03T20:22:33.676Z | [ recovery-image] Oct 03 20:22:32.234 INFO O| Oct 03 20:22:32.234 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-10-03T20:22:33.736Z | [ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6846 | 2024-10-03T20:22:33.736Z | [ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO STEP 890 (remove_files) COMPLETE |
6847 | 2024-10-03T20:22:33.740Z | [ recovery-image] Oct 03 20:22:32.298 INFO O| Oct 03 20:22:32.298 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-10-03T20:22:33.789Z | [ host-image] Oct 03 20:22:32.351 INFO O| Oct 03 20:22:32.351 INFO O| Actions: 1/22 actions (Installing new actions) |
6849 | 2024-10-03T20:22:33.806Z | [ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6850 | 2024-10-03T20:22:33.808Z | [ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO STEP 891 (remove_files) COMPLETE |
6851 | 2024-10-03T20:22:33.808Z | [ recovery-image] Oct 03 20:22:32.368 INFO O| Oct 03 20:22:32.368 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-10-03T20:22:33.823Z | [ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6853 | 2024-10-03T20:22:33.825Z | [ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO STEP 892 (remove_files) COMPLETE |
6854 | 2024-10-03T20:22:33.826Z | [ recovery-image] Oct 03 20:22:32.385 INFO O| Oct 03 20:22:32.385 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-10-03T20:22:33.838Z | [ recovery-image] Oct 03 20:22:32.400 INFO O| Oct 03 20:22:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6856 | 2024-10-03T20:22:33.841Z | [ recovery-image] Oct 03 20:22:32.401 INFO O| Oct 03 20:22:32.401 INFO STEP 893 (remove_files) COMPLETE |
6857 | 2024-10-03T20:22:33.841Z | [ recovery-image] Oct 03 20:22:32.401 INFO O| Oct 03 20:22:32.401 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-10-03T20:22:33.853Z | [ recovery-image] Oct 03 20:22:32.415 INFO O| Oct 03 20:22:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6859 | 2024-10-03T20:22:33.855Z | [ recovery-image] Oct 03 20:22:32.416 INFO O| Oct 03 20:22:32.416 INFO STEP 894 (remove_files) COMPLETE |
6860 | 2024-10-03T20:22:33.856Z | [ recovery-image] Oct 03 20:22:32.416 INFO O| Oct 03 20:22:32.416 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-03T20:22:33.869Z | [ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6862 | 2024-10-03T20:22:33.871Z | [ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.431 INFO STEP 895 (remove_files) COMPLETE |
6863 | 2024-10-03T20:22:33.871Z | [ recovery-image] Oct 03 20:22:32.431 INFO O| Oct 03 20:22:32.431 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-10-03T20:22:33.885Z | [ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6865 | 2024-10-03T20:22:33.887Z | [ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO STEP 896 (remove_files) COMPLETE |
6866 | 2024-10-03T20:22:33.887Z | [ recovery-image] Oct 03 20:22:32.447 INFO O| Oct 03 20:22:32.447 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-10-03T20:22:33.915Z | [ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6868 | 2024-10-03T20:22:33.915Z | [ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.477 INFO STEP 897 (remove_files) COMPLETE |
6869 | 2024-10-03T20:22:33.915Z | [ recovery-image] Oct 03 20:22:32.477 INFO O| Oct 03 20:22:32.477 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-10-03T20:22:33.932Z | [ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6871 | 2024-10-03T20:22:33.932Z | [ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO STEP 898 (remove_files) COMPLETE |
6872 | 2024-10-03T20:22:33.935Z | [ recovery-image] Oct 03 20:22:32.494 INFO O| Oct 03 20:22:32.494 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-03T20:22:33.966Z | [ recovery-image] Oct 03 20:22:32.528 INFO O| Oct 03 20:22:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6874 | 2024-10-03T20:22:33.969Z | [ recovery-image] Oct 03 20:22:32.529 INFO O| Oct 03 20:22:32.528 INFO STEP 899 (remove_files) COMPLETE |
6875 | 2024-10-03T20:22:33.969Z | [ recovery-image] Oct 03 20:22:32.529 INFO O| Oct 03 20:22:32.529 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-03T20:22:33.991Z | [ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6877 | 2024-10-03T20:22:33.991Z | [ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO STEP 900 (remove_files) COMPLETE |
6878 | 2024-10-03T20:22:33.991Z | [ recovery-image] Oct 03 20:22:32.553 INFO O| Oct 03 20:22:32.553 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-10-03T20:22:34.039Z | [ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6880 | 2024-10-03T20:22:34.042Z | [ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO STEP 901 (remove_files) COMPLETE |
6881 | 2024-10-03T20:22:34.042Z | [ recovery-image] Oct 03 20:22:32.601 INFO O| Oct 03 20:22:32.601 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-10-03T20:22:34.059Z | [ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6883 | 2024-10-03T20:22:34.062Z | [ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO STEP 902 (remove_files) COMPLETE |
6884 | 2024-10-03T20:22:34.062Z | [ recovery-image] Oct 03 20:22:32.621 INFO O| Oct 03 20:22:32.621 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-10-03T20:22:34.110Z | [ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6886 | 2024-10-03T20:22:34.110Z | [ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO STEP 903 (remove_files) COMPLETE |
6887 | 2024-10-03T20:22:34.110Z | [ recovery-image] Oct 03 20:22:32.672 INFO O| Oct 03 20:22:32.672 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-10-03T20:22:34.131Z | [ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6889 | 2024-10-03T20:22:34.131Z | [ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.693 INFO STEP 904 (remove_files) COMPLETE |
6890 | 2024-10-03T20:22:34.131Z | [ recovery-image] Oct 03 20:22:32.693 INFO O| Oct 03 20:22:32.693 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-10-03T20:22:34.163Z | [ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6892 | 2024-10-03T20:22:34.163Z | [ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO STEP 905 (remove_files) COMPLETE |
6893 | 2024-10-03T20:22:34.163Z | [ recovery-image] Oct 03 20:22:32.725 INFO O| Oct 03 20:22:32.725 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-10-03T20:22:34.197Z | [ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6895 | 2024-10-03T20:22:34.197Z | [ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO STEP 906 (remove_files) COMPLETE |
6896 | 2024-10-03T20:22:34.197Z | [ recovery-image] Oct 03 20:22:32.759 INFO O| Oct 03 20:22:32.759 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-10-03T20:22:34.238Z | [ recovery-image] Oct 03 20:22:32.800 INFO O| Oct 03 20:22:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6898 | 2024-10-03T20:22:34.238Z | [ recovery-image] Oct 03 20:22:32.800 INFO O| Oct 03 20:22:32.800 INFO STEP 907 (remove_files) COMPLETE |
6899 | 2024-10-03T20:22:34.240Z | [ recovery-image] Oct 03 20:22:32.801 INFO O| Oct 03 20:22:32.800 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-10-03T20:22:34.258Z | [ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6901 | 2024-10-03T20:22:34.258Z | [ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO STEP 908 (remove_files) COMPLETE |
6902 | 2024-10-03T20:22:34.258Z | [ recovery-image] Oct 03 20:22:32.820 INFO O| Oct 03 20:22:32.820 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-10-03T20:22:34.277Z | [ recovery-image] Oct 03 20:22:32.839 INFO O| Oct 03 20:22:32.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6904 | 2024-10-03T20:22:34.277Z | [ recovery-image] Oct 03 20:22:32.839 INFO O| Oct 03 20:22:32.839 INFO STEP 909 (remove_files) COMPLETE |
6905 | 2024-10-03T20:22:34.280Z | [ recovery-image] Oct 03 20:22:32.840 INFO O| Oct 03 20:22:32.839 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-10-03T20:22:34.296Z | [ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6907 | 2024-10-03T20:22:34.296Z | [ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO STEP 910 (remove_files) COMPLETE |
6908 | 2024-10-03T20:22:34.296Z | [ recovery-image] Oct 03 20:22:32.858 INFO O| Oct 03 20:22:32.858 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-10-03T20:22:34.314Z | [ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6910 | 2024-10-03T20:22:34.314Z | [ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO STEP 911 (remove_files) COMPLETE |
6911 | 2024-10-03T20:22:34.314Z | [ recovery-image] Oct 03 20:22:32.876 INFO O| Oct 03 20:22:32.876 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-10-03T20:22:34.346Z | [ recovery-image] Oct 03 20:22:32.908 INFO O| Oct 03 20:22:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6913 | 2024-10-03T20:22:34.346Z | [ recovery-image] Oct 03 20:22:32.909 INFO O| Oct 03 20:22:32.908 INFO STEP 912 (remove_files) COMPLETE |
6914 | 2024-10-03T20:22:34.347Z | [ recovery-image] Oct 03 20:22:32.909 INFO O| Oct 03 20:22:32.909 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-10-03T20:22:34.381Z | [ recovery-image] Oct 03 20:22:32.943 INFO O| Oct 03 20:22:32.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6916 | 2024-10-03T20:22:34.386Z | [ recovery-image] Oct 03 20:22:32.943 INFO O| Oct 03 20:22:32.943 INFO STEP 913 (remove_files) COMPLETE |
6917 | 2024-10-03T20:22:34.386Z | [ recovery-image] Oct 03 20:22:32.944 INFO O| Oct 03 20:22:32.943 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-10-03T20:22:34.401Z | [ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6919 | 2024-10-03T20:22:34.404Z | [ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO STEP 914 (remove_files) COMPLETE |
6920 | 2024-10-03T20:22:34.404Z | [ recovery-image] Oct 03 20:22:32.963 INFO O| Oct 03 20:22:32.963 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-10-03T20:22:34.419Z | [ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6922 | 2024-10-03T20:22:34.422Z | [ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.981 INFO STEP 915 (remove_files) COMPLETE |
6923 | 2024-10-03T20:22:34.422Z | [ recovery-image] Oct 03 20:22:32.981 INFO O| Oct 03 20:22:32.981 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-10-03T20:22:34.464Z | [ recovery-image] Oct 03 20:22:33.025 INFO O| Oct 03 20:22:33.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6925 | 2024-10-03T20:22:34.466Z | [ recovery-image] Oct 03 20:22:33.026 INFO O| Oct 03 20:22:33.026 INFO STEP 916 (remove_files) COMPLETE |
6926 | 2024-10-03T20:22:34.466Z | [ recovery-image] Oct 03 20:22:33.026 INFO O| Oct 03 20:22:33.026 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-10-03T20:22:34.495Z | [ recovery-image] Oct 03 20:22:33.057 INFO O| Oct 03 20:22:33.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6928 | 2024-10-03T20:22:34.498Z | [ recovery-image] Oct 03 20:22:33.057 INFO O| Oct 03 20:22:33.057 INFO STEP 917 (remove_files) COMPLETE |
6929 | 2024-10-03T20:22:34.498Z | [ recovery-image] Oct 03 20:22:33.058 INFO O| Oct 03 20:22:33.057 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-10-03T20:22:34.542Z | [ recovery-image] Oct 03 20:22:33.104 INFO O| Oct 03 20:22:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6931 | 2024-10-03T20:22:34.547Z | [ recovery-image] Oct 03 20:22:33.109 INFO O| Oct 03 20:22:33.109 INFO STEP 918 (remove_files) COMPLETE |
6932 | 2024-10-03T20:22:34.547Z | [ recovery-image] Oct 03 20:22:33.109 INFO O| Oct 03 20:22:33.109 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-10-03T20:22:34.611Z | [ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6934 | 2024-10-03T20:22:34.611Z | [ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO STEP 919 (remove_files) COMPLETE |
6935 | 2024-10-03T20:22:34.611Z | [ recovery-image] Oct 03 20:22:33.173 INFO O| Oct 03 20:22:33.173 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-10-03T20:22:34.655Z | [ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6937 | 2024-10-03T20:22:34.655Z | [ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO STEP 920 (remove_files) COMPLETE |
6938 | 2024-10-03T20:22:34.655Z | [ recovery-image] Oct 03 20:22:33.216 INFO O| Oct 03 20:22:33.216 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-10-03T20:22:34.671Z | [ host-image] Oct 03 20:22:33.233 INFO O| Oct 03 20:22:33.233 INFO O| Actions: Completed 22 actions in 0.88 seconds. |
6940 | 2024-10-03T20:22:34.738Z | [ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6941 | 2024-10-03T20:22:34.738Z | [ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO STEP 921 (remove_files) COMPLETE |
6942 | 2024-10-03T20:22:34.738Z | [ recovery-image] Oct 03 20:22:33.300 INFO O| Oct 03 20:22:33.300 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-03T20:22:34.759Z | [ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6944 | 2024-10-03T20:22:34.759Z | [ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO STEP 922 (remove_files) COMPLETE |
6945 | 2024-10-03T20:22:34.759Z | [ recovery-image] Oct 03 20:22:33.321 INFO O| Oct 03 20:22:33.321 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-03T20:22:34.787Z | [ recovery-image] Oct 03 20:22:33.349 INFO O| Oct 03 20:22:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6947 | 2024-10-03T20:22:34.790Z | [ recovery-image] Oct 03 20:22:33.349 INFO O| Oct 03 20:22:33.349 INFO STEP 923 (remove_files) COMPLETE |
6948 | 2024-10-03T20:22:34.790Z | [ recovery-image] Oct 03 20:22:33.350 INFO O| Oct 03 20:22:33.349 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-03T20:22:34.808Z | [ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6950 | 2024-10-03T20:22:34.812Z | [ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO STEP 924 (remove_files) COMPLETE |
6951 | 2024-10-03T20:22:34.812Z | [ recovery-image] Oct 03 20:22:33.370 INFO O| Oct 03 20:22:33.370 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-03T20:22:34.828Z | [ recovery-image] Oct 03 20:22:33.390 INFO O| Oct 03 20:22:33.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6953 | 2024-10-03T20:22:34.842Z | [ recovery-image] Oct 03 20:22:33.404 INFO O| Oct 03 20:22:33.404 INFO STEP 925 (remove_files) COMPLETE |
6954 | 2024-10-03T20:22:34.842Z | [ recovery-image] Oct 03 20:22:33.404 INFO O| Oct 03 20:22:33.404 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-03T20:22:34.873Z | [ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6956 | 2024-10-03T20:22:34.875Z | [ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO STEP 926 (remove_files) COMPLETE |
6957 | 2024-10-03T20:22:34.875Z | [ recovery-image] Oct 03 20:22:33.435 INFO O| Oct 03 20:22:33.435 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-03T20:22:34.912Z | [ recovery-image] Oct 03 20:22:33.474 INFO O| Oct 03 20:22:33.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6959 | 2024-10-03T20:22:34.931Z | [ recovery-image] Oct 03 20:22:33.493 INFO O| Oct 03 20:22:33.493 INFO STEP 927 (remove_files) COMPLETE |
6960 | 2024-10-03T20:22:34.931Z | [ recovery-image] Oct 03 20:22:33.493 INFO O| Oct 03 20:22:33.493 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-03T20:22:34.956Z | [ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6962 | 2024-10-03T20:22:34.956Z | [ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO STEP 928 (remove_files) COMPLETE |
6963 | 2024-10-03T20:22:34.958Z | [ recovery-image] Oct 03 20:22:33.517 INFO O| Oct 03 20:22:33.517 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-03T20:22:34.982Z | [ recovery-image] Oct 03 20:22:33.544 INFO O| Oct 03 20:22:33.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6965 | 2024-10-03T20:22:34.985Z | [ recovery-image] Oct 03 20:22:33.545 INFO O| Oct 03 20:22:33.544 INFO STEP 929 (remove_files) COMPLETE |
6966 | 2024-10-03T20:22:34.985Z | [ recovery-image] Oct 03 20:22:33.545 INFO O| Oct 03 20:22:33.545 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-10-03T20:22:35.008Z | [ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6968 | 2024-10-03T20:22:35.010Z | [ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.570 INFO STEP 930 (remove_files) COMPLETE |
6969 | 2024-10-03T20:22:35.010Z | [ recovery-image] Oct 03 20:22:33.570 INFO O| Oct 03 20:22:33.570 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-10-03T20:22:35.033Z | [ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6971 | 2024-10-03T20:22:35.033Z | [ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO STEP 931 (remove_files) COMPLETE |
6972 | 2024-10-03T20:22:35.036Z | [ recovery-image] Oct 03 20:22:33.595 INFO O| Oct 03 20:22:33.595 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-10-03T20:22:35.068Z | [ recovery-image] Oct 03 20:22:33.629 INFO O| Oct 03 20:22:33.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6974 | 2024-10-03T20:22:35.070Z | [ recovery-image] Oct 03 20:22:33.630 INFO O| Oct 03 20:22:33.630 INFO STEP 932 (remove_files) COMPLETE |
6975 | 2024-10-03T20:22:35.070Z | [ recovery-image] Oct 03 20:22:33.630 INFO O| Oct 03 20:22:33.630 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-03T20:22:35.090Z | [ recovery-image] Oct 03 20:22:33.651 INFO O| Oct 03 20:22:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6977 | 2024-10-03T20:22:35.092Z | [ recovery-image] Oct 03 20:22:33.652 INFO O| Oct 03 20:22:33.652 INFO STEP 933 (remove_files) COMPLETE |
6978 | 2024-10-03T20:22:35.092Z | [ recovery-image] Oct 03 20:22:33.652 INFO O| Oct 03 20:22:33.652 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-03T20:22:35.110Z | [ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6980 | 2024-10-03T20:22:35.113Z | [ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO STEP 934 (remove_files) COMPLETE |
6981 | 2024-10-03T20:22:35.113Z | [ recovery-image] Oct 03 20:22:33.672 INFO O| Oct 03 20:22:33.672 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-10-03T20:22:35.145Z | [ recovery-image] Oct 03 20:22:33.705 INFO O| Oct 03 20:22:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6983 | 2024-10-03T20:22:35.148Z | [ recovery-image] Oct 03 20:22:33.705 INFO O| Oct 03 20:22:33.705 INFO STEP 935 (remove_files) COMPLETE |
6984 | 2024-10-03T20:22:35.148Z | [ recovery-image] Oct 03 20:22:33.706 INFO O| Oct 03 20:22:33.705 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-10-03T20:22:35.158Z | [ host-image] Oct 03 20:22:33.720 INFO O| Oct 03 20:22:33.719 INFO O| Done |
6986 | 2024-10-03T20:22:35.158Z | [ host-image] Oct 03 20:22:33.720 INFO O| Oct 03 20:22:33.719 INFO O| Done |
6987 | 2024-10-03T20:22:35.166Z | [ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6988 | 2024-10-03T20:22:35.166Z | [ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO STEP 936 (remove_files) COMPLETE |
6989 | 2024-10-03T20:22:35.167Z | [ recovery-image] Oct 03 20:22:33.727 INFO O| Oct 03 20:22:33.727 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-10-03T20:22:35.215Z | [ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6991 | 2024-10-03T20:22:35.215Z | [ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO STEP 937 (remove_files) COMPLETE |
6992 | 2024-10-03T20:22:35.215Z | [ recovery-image] Oct 03 20:22:33.777 INFO O| Oct 03 20:22:33.777 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-10-03T20:22:35.273Z | [ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6994 | 2024-10-03T20:22:35.273Z | [ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO STEP 938 (remove_files) COMPLETE |
6995 | 2024-10-03T20:22:35.273Z | [ recovery-image] Oct 03 20:22:33.835 INFO O| Oct 03 20:22:33.835 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-10-03T20:22:35.294Z | [ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6997 | 2024-10-03T20:22:35.294Z | [ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO STEP 939 (remove_files) COMPLETE |
6998 | 2024-10-03T20:22:35.294Z | [ recovery-image] Oct 03 20:22:33.856 INFO O| Oct 03 20:22:33.856 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-10-03T20:22:35.334Z | [ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7000 | 2024-10-03T20:22:35.334Z | [ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO STEP 940 (remove_files) COMPLETE |
7001 | 2024-10-03T20:22:35.334Z | [ recovery-image] Oct 03 20:22:33.896 INFO O| Oct 03 20:22:33.896 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-10-03T20:22:35.353Z | [ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7003 | 2024-10-03T20:22:35.353Z | [ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.915 INFO STEP 941 (remove_files) COMPLETE |
7004 | 2024-10-03T20:22:35.355Z | [ recovery-image] Oct 03 20:22:33.915 INFO O| Oct 03 20:22:33.915 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-10-03T20:22:35.370Z | [ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7006 | 2024-10-03T20:22:35.370Z | [ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO STEP 942 (remove_files) COMPLETE |
7007 | 2024-10-03T20:22:35.373Z | [ recovery-image] Oct 03 20:22:33.932 INFO O| Oct 03 20:22:33.932 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-10-03T20:22:35.405Z | [ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7009 | 2024-10-03T20:22:35.405Z | [ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO STEP 943 (remove_files) COMPLETE |
7010 | 2024-10-03T20:22:35.405Z | [ recovery-image] Oct 03 20:22:33.967 INFO O| Oct 03 20:22:33.967 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-10-03T20:22:35.466Z | [ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7012 | 2024-10-03T20:22:35.466Z | [ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO STEP 944 (remove_files) COMPLETE |
7013 | 2024-10-03T20:22:35.466Z | [ recovery-image] Oct 03 20:22:34.027 INFO O| Oct 03 20:22:34.027 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-10-03T20:22:35.548Z | [ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7015 | 2024-10-03T20:22:35.552Z | [ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO STEP 945 (remove_files) COMPLETE |
7016 | 2024-10-03T20:22:35.552Z | [ recovery-image] Oct 03 20:22:34.110 INFO O| Oct 03 20:22:34.110 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-10-03T20:22:35.568Z | [ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7018 | 2024-10-03T20:22:35.568Z | [ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO STEP 946 (remove_files) COMPLETE |
7019 | 2024-10-03T20:22:35.568Z | [ recovery-image] Oct 03 20:22:34.130 INFO O| Oct 03 20:22:34.130 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-10-03T20:22:35.597Z | [ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7021 | 2024-10-03T20:22:35.597Z | [ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO STEP 947 (remove_files) COMPLETE |
7022 | 2024-10-03T20:22:35.597Z | [ recovery-image] Oct 03 20:22:34.159 INFO O| Oct 03 20:22:34.159 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-10-03T20:22:35.617Z | [ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7024 | 2024-10-03T20:22:35.617Z | [ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO STEP 948 (remove_files) COMPLETE |
7025 | 2024-10-03T20:22:35.617Z | [ recovery-image] Oct 03 20:22:34.179 INFO O| Oct 03 20:22:34.179 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-10-03T20:22:35.658Z | [ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7027 | 2024-10-03T20:22:35.658Z | [ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO STEP 949 (remove_files) COMPLETE |
7028 | 2024-10-03T20:22:35.658Z | [ recovery-image] Oct 03 20:22:34.219 INFO O| Oct 03 20:22:34.219 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-10-03T20:22:35.677Z | [ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7030 | 2024-10-03T20:22:35.677Z | [ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO STEP 950 (remove_files) COMPLETE |
7031 | 2024-10-03T20:22:35.680Z | [ recovery-image] Oct 03 20:22:34.239 INFO O| Oct 03 20:22:34.239 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-10-03T20:22:35.696Z | [ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7033 | 2024-10-03T20:22:35.696Z | [ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO STEP 951 (remove_files) COMPLETE |
7034 | 2024-10-03T20:22:35.696Z | [ recovery-image] Oct 03 20:22:34.257 INFO O| Oct 03 20:22:34.257 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-10-03T20:22:35.714Z | [ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7036 | 2024-10-03T20:22:35.714Z | [ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.276 INFO STEP 952 (remove_files) COMPLETE |
7037 | 2024-10-03T20:22:35.714Z | [ recovery-image] Oct 03 20:22:34.276 INFO O| Oct 03 20:22:34.276 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-10-03T20:22:35.753Z | [ recovery-image] Oct 03 20:22:34.314 INFO O| Oct 03 20:22:34.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7039 | 2024-10-03T20:22:35.753Z | [ recovery-image] Oct 03 20:22:34.314 INFO O| Oct 03 20:22:34.314 INFO STEP 953 (remove_files) COMPLETE |
7040 | 2024-10-03T20:22:35.753Z | [ recovery-image] Oct 03 20:22:34.315 INFO O| Oct 03 20:22:34.314 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-10-03T20:22:35.814Z | [ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7042 | 2024-10-03T20:22:35.817Z | [ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO STEP 954 (remove_files) COMPLETE |
7043 | 2024-10-03T20:22:35.817Z | [ recovery-image] Oct 03 20:22:34.376 INFO O| Oct 03 20:22:34.376 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-10-03T20:22:35.839Z | [ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7045 | 2024-10-03T20:22:35.839Z | [ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO STEP 955 (remove_files) COMPLETE |
7046 | 2024-10-03T20:22:35.841Z | [ recovery-image] Oct 03 20:22:34.401 INFO O| Oct 03 20:22:34.401 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-10-03T20:22:35.858Z | [ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7048 | 2024-10-03T20:22:35.858Z | [ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO STEP 956 (remove_files) COMPLETE |
7049 | 2024-10-03T20:22:35.858Z | [ recovery-image] Oct 03 20:22:34.420 INFO O| Oct 03 20:22:34.420 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-10-03T20:22:35.875Z | [ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7051 | 2024-10-03T20:22:35.875Z | [ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO STEP 957 (remove_files) COMPLETE |
7052 | 2024-10-03T20:22:35.877Z | [ recovery-image] Oct 03 20:22:34.437 INFO O| Oct 03 20:22:34.437 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-10-03T20:22:35.890Z | [ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7054 | 2024-10-03T20:22:35.890Z | [ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO STEP 958 (remove_files) COMPLETE |
7055 | 2024-10-03T20:22:35.893Z | [ recovery-image] Oct 03 20:22:34.452 INFO O| Oct 03 20:22:34.452 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-10-03T20:22:35.944Z | [ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7057 | 2024-10-03T20:22:35.944Z | [ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO STEP 959 (remove_files) COMPLETE |
7058 | 2024-10-03T20:22:35.944Z | [ recovery-image] Oct 03 20:22:34.506 INFO O| Oct 03 20:22:34.506 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-10-03T20:22:35.967Z | [ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7060 | 2024-10-03T20:22:35.970Z | [ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO STEP 960 (remove_files) COMPLETE |
7061 | 2024-10-03T20:22:35.970Z | [ recovery-image] Oct 03 20:22:34.529 INFO O| Oct 03 20:22:34.529 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-10-03T20:22:36.023Z | [ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7063 | 2024-10-03T20:22:36.026Z | [ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO STEP 961 (remove_files) COMPLETE |
7064 | 2024-10-03T20:22:36.026Z | [ recovery-image] Oct 03 20:22:34.585 INFO O| Oct 03 20:22:34.585 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-10-03T20:22:36.039Z | [ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7066 | 2024-10-03T20:22:36.042Z | [ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO STEP 962 (remove_files) COMPLETE |
7067 | 2024-10-03T20:22:36.042Z | [ recovery-image] Oct 03 20:22:34.601 INFO O| Oct 03 20:22:34.601 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-10-03T20:22:36.074Z | [ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7069 | 2024-10-03T20:22:36.077Z | [ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO STEP 963 (remove_files) COMPLETE |
7070 | 2024-10-03T20:22:36.077Z | [ recovery-image] Oct 03 20:22:34.636 INFO O| Oct 03 20:22:34.636 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-10-03T20:22:36.095Z | [ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7072 | 2024-10-03T20:22:36.098Z | [ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO STEP 964 (remove_files) COMPLETE |
7073 | 2024-10-03T20:22:36.098Z | [ recovery-image] Oct 03 20:22:34.657 INFO O| Oct 03 20:22:34.657 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-10-03T20:22:36.113Z | [ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7075 | 2024-10-03T20:22:36.114Z | [ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO STEP 965 (remove_files) COMPLETE |
7076 | 2024-10-03T20:22:36.114Z | [ recovery-image] Oct 03 20:22:34.675 INFO O| Oct 03 20:22:34.675 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-10-03T20:22:36.133Z | [ recovery-image] Oct 03 20:22:34.694 INFO O| Oct 03 20:22:34.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7078 | 2024-10-03T20:22:36.133Z | [ recovery-image] Oct 03 20:22:34.695 INFO O| Oct 03 20:22:34.695 INFO STEP 966 (remove_files) COMPLETE |
7079 | 2024-10-03T20:22:36.135Z | [ recovery-image] Oct 03 20:22:34.695 INFO O| Oct 03 20:22:34.695 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-10-03T20:22:36.164Z | [ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7081 | 2024-10-03T20:22:36.164Z | [ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO STEP 967 (remove_files) COMPLETE |
7082 | 2024-10-03T20:22:36.164Z | [ recovery-image] Oct 03 20:22:34.726 INFO O| Oct 03 20:22:34.726 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-10-03T20:22:36.186Z | [ host-image] Oct 03 20:22:34.748 INFO O| Oct 03 20:22:34.748 INFO O| Done |
7084 | 2024-10-03T20:22:36.204Z | [ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7085 | 2024-10-03T20:22:36.204Z | [ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO STEP 968 (remove_files) COMPLETE |
7086 | 2024-10-03T20:22:36.204Z | [ recovery-image] Oct 03 20:22:34.765 INFO O| Oct 03 20:22:34.765 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-10-03T20:22:36.219Z | [ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7088 | 2024-10-03T20:22:36.219Z | [ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO STEP 969 (remove_files) COMPLETE |
7089 | 2024-10-03T20:22:36.222Z | [ recovery-image] Oct 03 20:22:34.781 INFO O| Oct 03 20:22:34.781 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-10-03T20:22:36.235Z | [ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7091 | 2024-10-03T20:22:36.235Z | [ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO STEP 970 (remove_files) COMPLETE |
7092 | 2024-10-03T20:22:36.238Z | [ recovery-image] Oct 03 20:22:34.797 INFO O| Oct 03 20:22:34.797 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-10-03T20:22:36.252Z | [ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7094 | 2024-10-03T20:22:36.252Z | [ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.814 INFO STEP 971 (remove_files) COMPLETE |
7095 | 2024-10-03T20:22:36.254Z | [ recovery-image] Oct 03 20:22:34.814 INFO O| Oct 03 20:22:34.814 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-10-03T20:22:36.284Z | [ recovery-image] Oct 03 20:22:34.845 INFO O| Oct 03 20:22:34.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7097 | 2024-10-03T20:22:36.284Z | [ recovery-image] Oct 03 20:22:34.845 INFO O| Oct 03 20:22:34.845 INFO STEP 972 (remove_files) COMPLETE |
7098 | 2024-10-03T20:22:36.286Z | [ recovery-image] Oct 03 20:22:34.846 INFO O| Oct 03 20:22:34.845 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-10-03T20:22:36.317Z | [ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7100 | 2024-10-03T20:22:36.320Z | [ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO STEP 973 (remove_files) COMPLETE |
7101 | 2024-10-03T20:22:36.320Z | [ recovery-image] Oct 03 20:22:34.879 INFO O| Oct 03 20:22:34.879 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-10-03T20:22:36.375Z | [ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7103 | 2024-10-03T20:22:36.375Z | [ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO STEP 974 (remove_files) COMPLETE |
7104 | 2024-10-03T20:22:36.375Z | [ recovery-image] Oct 03 20:22:34.937 INFO O| Oct 03 20:22:34.936 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-10-03T20:22:36.392Z | [ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7106 | 2024-10-03T20:22:36.392Z | [ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.952 INFO STEP 975 (remove_files) COMPLETE |
7107 | 2024-10-03T20:22:36.392Z | [ recovery-image] Oct 03 20:22:34.953 INFO O| Oct 03 20:22:34.953 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-10-03T20:22:36.426Z | [ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7109 | 2024-10-03T20:22:36.426Z | [ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO STEP 976 (remove_files) COMPLETE |
7110 | 2024-10-03T20:22:36.428Z | [ recovery-image] Oct 03 20:22:34.986 INFO O| Oct 03 20:22:34.986 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-10-03T20:22:36.458Z | [ recovery-image] Oct 03 20:22:35.020 INFO O| Oct 03 20:22:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7112 | 2024-10-03T20:22:36.481Z | [ recovery-image] Oct 03 20:22:35.041 INFO O| Oct 03 20:22:35.041 INFO STEP 977 (remove_files) COMPLETE |
7113 | 2024-10-03T20:22:36.481Z | [ recovery-image] Oct 03 20:22:35.041 INFO O| Oct 03 20:22:35.041 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-10-03T20:22:36.548Z | [ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7115 | 2024-10-03T20:22:36.548Z | [ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO STEP 978 (remove_files) COMPLETE |
7116 | 2024-10-03T20:22:36.548Z | [ recovery-image] Oct 03 20:22:35.110 INFO O| Oct 03 20:22:35.110 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-10-03T20:22:36.566Z | [ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7118 | 2024-10-03T20:22:36.566Z | [ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO STEP 979 (remove_files) COMPLETE |
7119 | 2024-10-03T20:22:36.569Z | [ recovery-image] Oct 03 20:22:35.128 INFO O| Oct 03 20:22:35.128 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-10-03T20:22:36.586Z | [ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7121 | 2024-10-03T20:22:36.586Z | [ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.148 INFO STEP 980 (remove_files) COMPLETE |
7122 | 2024-10-03T20:22:36.588Z | [ recovery-image] Oct 03 20:22:35.148 INFO O| Oct 03 20:22:35.148 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-10-03T20:22:36.625Z | [ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7124 | 2024-10-03T20:22:36.625Z | [ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO STEP 981 (remove_files) COMPLETE |
7125 | 2024-10-03T20:22:36.625Z | [ recovery-image] Oct 03 20:22:35.187 INFO O| Oct 03 20:22:35.187 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-10-03T20:22:36.655Z | [ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7127 | 2024-10-03T20:22:36.656Z | [ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO STEP 982 (remove_files) COMPLETE |
7128 | 2024-10-03T20:22:36.658Z | [ recovery-image] Oct 03 20:22:35.217 INFO O| Oct 03 20:22:35.217 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-10-03T20:22:36.693Z | [ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7130 | 2024-10-03T20:22:36.693Z | [ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO STEP 983 (remove_files) COMPLETE |
7131 | 2024-10-03T20:22:36.696Z | [ recovery-image] Oct 03 20:22:35.255 INFO O| Oct 03 20:22:35.255 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-10-03T20:22:36.795Z | [ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7133 | 2024-10-03T20:22:36.795Z | [ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO STEP 984 (remove_files) COMPLETE |
7134 | 2024-10-03T20:22:36.795Z | [ recovery-image] Oct 03 20:22:35.356 INFO O| Oct 03 20:22:35.356 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-10-03T20:22:36.854Z | [ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7136 | 2024-10-03T20:22:36.856Z | [ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO STEP 985 (remove_files) COMPLETE |
7137 | 2024-10-03T20:22:36.856Z | [ recovery-image] Oct 03 20:22:35.416 INFO O| Oct 03 20:22:35.416 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-10-03T20:22:36.886Z | [ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7139 | 2024-10-03T20:22:36.887Z | [ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO STEP 986 (remove_files) COMPLETE |
7140 | 2024-10-03T20:22:36.889Z | [ recovery-image] Oct 03 20:22:35.448 INFO O| Oct 03 20:22:35.448 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-10-03T20:22:36.924Z | [ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7142 | 2024-10-03T20:22:36.924Z | [ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO STEP 987 (remove_files) COMPLETE |
7143 | 2024-10-03T20:22:36.927Z | [ recovery-image] Oct 03 20:22:35.486 INFO O| Oct 03 20:22:35.486 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-10-03T20:22:36.984Z | [ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7145 | 2024-10-03T20:22:36.984Z | [ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO STEP 988 (remove_files) COMPLETE |
7146 | 2024-10-03T20:22:36.984Z | [ recovery-image] Oct 03 20:22:35.545 INFO O| Oct 03 20:22:35.545 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-10-03T20:22:37.053Z | [ recovery-image] Oct 03 20:22:35.613 INFO O| Oct 03 20:22:35.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7148 | 2024-10-03T20:22:37.053Z | [ recovery-image] Oct 03 20:22:35.614 INFO O| Oct 03 20:22:35.613 INFO STEP 989 (remove_files) COMPLETE |
7149 | 2024-10-03T20:22:37.053Z | [ recovery-image] Oct 03 20:22:35.614 INFO O| Oct 03 20:22:35.614 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-10-03T20:22:37.070Z | [ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7151 | 2024-10-03T20:22:37.070Z | [ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO STEP 990 (remove_files) COMPLETE |
7152 | 2024-10-03T20:22:37.072Z | [ recovery-image] Oct 03 20:22:35.632 INFO O| Oct 03 20:22:35.632 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-10-03T20:22:37.087Z | [ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7154 | 2024-10-03T20:22:37.087Z | [ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO STEP 991 (remove_files) COMPLETE |
7155 | 2024-10-03T20:22:37.089Z | [ recovery-image] Oct 03 20:22:35.649 INFO O| Oct 03 20:22:35.649 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-10-03T20:22:37.117Z | [ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7157 | 2024-10-03T20:22:37.117Z | [ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO STEP 992 (remove_files) COMPLETE |
7158 | 2024-10-03T20:22:37.119Z | [ recovery-image] Oct 03 20:22:35.678 INFO O| Oct 03 20:22:35.678 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-10-03T20:22:37.162Z | [ recovery-image] Oct 03 20:22:35.723 INFO O| Oct 03 20:22:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7160 | 2024-10-03T20:22:37.162Z | [ recovery-image] Oct 03 20:22:35.723 INFO O| Oct 03 20:22:35.723 INFO STEP 993 (remove_files) COMPLETE |
7161 | 2024-10-03T20:22:37.162Z | [ recovery-image] Oct 03 20:22:35.724 INFO O| Oct 03 20:22:35.723 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-10-03T20:22:37.198Z | [ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7163 | 2024-10-03T20:22:37.198Z | [ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO STEP 994 (remove_files) COMPLETE |
7164 | 2024-10-03T20:22:37.198Z | [ recovery-image] Oct 03 20:22:35.760 INFO O| Oct 03 20:22:35.760 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-10-03T20:22:37.219Z | [ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7166 | 2024-10-03T20:22:37.219Z | [ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO STEP 995 (remove_files) COMPLETE |
7167 | 2024-10-03T20:22:37.219Z | [ recovery-image] Oct 03 20:22:35.781 INFO O| Oct 03 20:22:35.781 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-10-03T20:22:37.238Z | [ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7169 | 2024-10-03T20:22:37.238Z | [ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO STEP 996 (remove_files) COMPLETE |
7170 | 2024-10-03T20:22:37.238Z | [ recovery-image] Oct 03 20:22:35.800 INFO O| Oct 03 20:22:35.800 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-10-03T20:22:37.257Z | [ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7172 | 2024-10-03T20:22:37.257Z | [ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO STEP 997 (remove_files) COMPLETE |
7173 | 2024-10-03T20:22:37.257Z | [ recovery-image] Oct 03 20:22:35.819 INFO O| Oct 03 20:22:35.819 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-10-03T20:22:37.276Z | [ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7175 | 2024-10-03T20:22:37.276Z | [ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.838 INFO STEP 998 (remove_files) COMPLETE |
7176 | 2024-10-03T20:22:37.276Z | [ recovery-image] Oct 03 20:22:35.838 INFO O| Oct 03 20:22:35.838 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-03T20:22:37.296Z | [ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7178 | 2024-10-03T20:22:37.296Z | [ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO STEP 999 (remove_files) COMPLETE |
7179 | 2024-10-03T20:22:37.298Z | [ recovery-image] Oct 03 20:22:35.857 INFO O| Oct 03 20:22:35.857 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-03T20:22:37.313Z | [ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7181 | 2024-10-03T20:22:37.316Z | [ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO STEP 1000 (remove_files) COMPLETE |
7182 | 2024-10-03T20:22:37.316Z | [ recovery-image] Oct 03 20:22:35.875 INFO O| Oct 03 20:22:35.875 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-03T20:22:37.333Z | [ recovery-image] Oct 03 20:22:35.894 INFO O| Oct 03 20:22:35.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7184 | 2024-10-03T20:22:37.336Z | [ recovery-image] Oct 03 20:22:35.895 INFO O| Oct 03 20:22:35.895 INFO STEP 1001 (remove_files) COMPLETE |
7185 | 2024-10-03T20:22:37.336Z | [ recovery-image] Oct 03 20:22:35.895 INFO O| Oct 03 20:22:35.895 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-03T20:22:37.400Z | [ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7187 | 2024-10-03T20:22:37.400Z | [ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO STEP 1002 (remove_files) COMPLETE |
7188 | 2024-10-03T20:22:37.402Z | [ recovery-image] Oct 03 20:22:35.961 INFO O| Oct 03 20:22:35.961 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-03T20:22:37.502Z | [ recovery-image] Oct 03 20:22:36.064 INFO O| Oct 03 20:22:36.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7190 | 2024-10-03T20:22:37.522Z | [ recovery-image] Oct 03 20:22:36.084 INFO O| Oct 03 20:22:36.084 INFO STEP 1003 (remove_files) COMPLETE |
7191 | 2024-10-03T20:22:37.522Z | [ recovery-image] Oct 03 20:22:36.084 INFO O| Oct 03 20:22:36.084 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-03T20:22:37.564Z | [ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7193 | 2024-10-03T20:22:37.564Z | [ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO STEP 1004 (remove_files) COMPLETE |
7194 | 2024-10-03T20:22:37.564Z | [ recovery-image] Oct 03 20:22:36.125 INFO O| Oct 03 20:22:36.125 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-03T20:22:37.582Z | [ recovery-image] Oct 03 20:22:36.143 INFO O| Oct 03 20:22:36.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7196 | 2024-10-03T20:22:37.582Z | [ recovery-image] Oct 03 20:22:36.143 INFO O| Oct 03 20:22:36.143 INFO STEP 1005 (remove_files) COMPLETE |
7197 | 2024-10-03T20:22:37.582Z | [ recovery-image] Oct 03 20:22:36.144 INFO O| Oct 03 20:22:36.143 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-03T20:22:37.600Z | [ recovery-image] Oct 03 20:22:36.161 INFO O| Oct 03 20:22:36.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7199 | 2024-10-03T20:22:37.602Z | [ recovery-image] Oct 03 20:22:36.161 INFO O| Oct 03 20:22:36.161 INFO STEP 1006 (remove_files) COMPLETE |
7200 | 2024-10-03T20:22:37.602Z | [ recovery-image] Oct 03 20:22:36.162 INFO O| Oct 03 20:22:36.161 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-03T20:22:37.643Z | [ recovery-image] Oct 03 20:22:36.204 INFO O| Oct 03 20:22:36.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7202 | 2024-10-03T20:22:37.643Z | [ recovery-image] Oct 03 20:22:36.204 INFO O| Oct 03 20:22:36.204 INFO STEP 1007 (remove_files) COMPLETE |
7203 | 2024-10-03T20:22:37.645Z | [ recovery-image] Oct 03 20:22:36.205 INFO O| Oct 03 20:22:36.204 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-03T20:22:37.663Z | [ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7205 | 2024-10-03T20:22:37.663Z | [ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO STEP 1008 (remove_files) COMPLETE |
7206 | 2024-10-03T20:22:37.663Z | [ recovery-image] Oct 03 20:22:36.225 INFO O| Oct 03 20:22:36.225 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-03T20:22:37.695Z | [ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7208 | 2024-10-03T20:22:37.695Z | [ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO STEP 1009 (remove_files) COMPLETE |
7209 | 2024-10-03T20:22:37.695Z | [ recovery-image] Oct 03 20:22:36.256 INFO O| Oct 03 20:22:36.256 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-03T20:22:37.731Z | [ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7211 | 2024-10-03T20:22:37.731Z | [ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO STEP 1010 (remove_files) COMPLETE |
7212 | 2024-10-03T20:22:37.731Z | [ recovery-image] Oct 03 20:22:36.292 INFO O| Oct 03 20:22:36.292 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-03T20:22:37.762Z | [ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7214 | 2024-10-03T20:22:37.762Z | [ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO STEP 1011 (remove_files) COMPLETE |
7215 | 2024-10-03T20:22:37.764Z | [ recovery-image] Oct 03 20:22:36.323 INFO O| Oct 03 20:22:36.323 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-03T20:22:37.800Z | [ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7217 | 2024-10-03T20:22:37.800Z | [ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO STEP 1012 (remove_files) COMPLETE |
7218 | 2024-10-03T20:22:37.800Z | [ recovery-image] Oct 03 20:22:36.360 INFO O| Oct 03 20:22:36.360 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-03T20:22:37.828Z | [ recovery-image] Oct 03 20:22:36.389 INFO O| Oct 03 20:22:36.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7220 | 2024-10-03T20:22:37.830Z | [ recovery-image] Oct 03 20:22:36.390 INFO O| Oct 03 20:22:36.389 INFO STEP 1013 (remove_files) COMPLETE |
7221 | 2024-10-03T20:22:37.830Z | [ recovery-image] Oct 03 20:22:36.390 INFO O| Oct 03 20:22:36.390 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-03T20:22:37.849Z | [ recovery-image] Oct 03 20:22:36.410 INFO O| Oct 03 20:22:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7223 | 2024-10-03T20:22:37.851Z | [ recovery-image] Oct 03 20:22:36.411 INFO O| Oct 03 20:22:36.411 INFO STEP 1014 (remove_files) COMPLETE |
7224 | 2024-10-03T20:22:37.851Z | [ recovery-image] Oct 03 20:22:36.411 INFO O| Oct 03 20:22:36.411 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-03T20:22:37.867Z | [ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7226 | 2024-10-03T20:22:37.870Z | [ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO STEP 1015 (remove_files) COMPLETE |
7227 | 2024-10-03T20:22:37.870Z | [ recovery-image] Oct 03 20:22:36.429 INFO O| Oct 03 20:22:36.429 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-03T20:22:37.890Z | [ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7229 | 2024-10-03T20:22:37.893Z | [ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO STEP 1016 (remove_files) COMPLETE |
7230 | 2024-10-03T20:22:37.893Z | [ recovery-image] Oct 03 20:22:36.451 INFO O| Oct 03 20:22:36.451 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-03T20:22:37.920Z | [ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7232 | 2024-10-03T20:22:37.920Z | [ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO STEP 1017 (remove_files) COMPLETE |
7233 | 2024-10-03T20:22:37.923Z | [ recovery-image] Oct 03 20:22:36.481 INFO O| Oct 03 20:22:36.481 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-03T20:22:37.976Z | [ recovery-image] Oct 03 20:22:36.537 INFO O| Oct 03 20:22:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7235 | 2024-10-03T20:22:37.976Z | [ recovery-image] Oct 03 20:22:36.537 INFO O| Oct 03 20:22:36.537 INFO STEP 1018 (remove_files) COMPLETE |
7236 | 2024-10-03T20:22:37.978Z | [ recovery-image] Oct 03 20:22:36.538 INFO O| Oct 03 20:22:36.537 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-03T20:22:38.043Z | [ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7238 | 2024-10-03T20:22:38.043Z | [ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO STEP 1019 (remove_files) COMPLETE |
7239 | 2024-10-03T20:22:38.044Z | [ recovery-image] Oct 03 20:22:36.605 INFO O| Oct 03 20:22:36.605 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-03T20:22:38.065Z | [ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7241 | 2024-10-03T20:22:38.068Z | [ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.627 INFO STEP 1020 (remove_files) COMPLETE |
7242 | 2024-10-03T20:22:38.068Z | [ recovery-image] Oct 03 20:22:36.627 INFO O| Oct 03 20:22:36.627 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-03T20:22:38.095Z | [ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7244 | 2024-10-03T20:22:38.095Z | [ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO STEP 1021 (remove_files) COMPLETE |
7245 | 2024-10-03T20:22:38.097Z | [ recovery-image] Oct 03 20:22:36.656 INFO O| Oct 03 20:22:36.656 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-03T20:22:38.116Z | [ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7247 | 2024-10-03T20:22:38.116Z | [ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO STEP 1022 (remove_files) COMPLETE |
7248 | 2024-10-03T20:22:38.116Z | [ recovery-image] Oct 03 20:22:36.678 INFO O| Oct 03 20:22:36.678 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-03T20:22:38.136Z | [ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7250 | 2024-10-03T20:22:38.136Z | [ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO STEP 1023 (remove_files) COMPLETE |
7251 | 2024-10-03T20:22:38.139Z | [ recovery-image] Oct 03 20:22:36.698 INFO O| Oct 03 20:22:36.698 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-03T20:22:38.157Z | [ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7253 | 2024-10-03T20:22:38.157Z | [ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO STEP 1024 (remove_files) COMPLETE |
7254 | 2024-10-03T20:22:38.159Z | [ recovery-image] Oct 03 20:22:36.718 INFO O| Oct 03 20:22:36.718 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-03T20:22:38.191Z | [ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7256 | 2024-10-03T20:22:38.191Z | [ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO STEP 1025 (remove_files) COMPLETE |
7257 | 2024-10-03T20:22:38.191Z | [ recovery-image] Oct 03 20:22:36.753 INFO O| Oct 03 20:22:36.753 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-03T20:22:38.244Z | [ recovery-image] Oct 03 20:22:36.805 INFO O| Oct 03 20:22:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7259 | 2024-10-03T20:22:38.268Z | [ recovery-image] Oct 03 20:22:36.829 INFO O| Oct 03 20:22:36.829 INFO STEP 1026 (remove_files) COMPLETE |
7260 | 2024-10-03T20:22:38.268Z | [ recovery-image] Oct 03 20:22:36.829 INFO O| Oct 03 20:22:36.829 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-03T20:22:38.299Z | [ recovery-image] Oct 03 20:22:36.861 INFO O| Oct 03 20:22:36.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7262 | 2024-10-03T20:22:38.324Z | [ recovery-image] Oct 03 20:22:36.885 INFO O| Oct 03 20:22:36.885 INFO STEP 1027 (remove_files) COMPLETE |
7263 | 2024-10-03T20:22:38.324Z | [ recovery-image] Oct 03 20:22:36.885 INFO O| Oct 03 20:22:36.885 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-03T20:22:38.381Z | [ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7265 | 2024-10-03T20:22:38.381Z | [ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO STEP 1028 (remove_files) COMPLETE |
7266 | 2024-10-03T20:22:38.381Z | [ recovery-image] Oct 03 20:22:36.942 INFO O| Oct 03 20:22:36.942 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-03T20:22:38.403Z | [ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7268 | 2024-10-03T20:22:38.403Z | [ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO STEP 1029 (remove_files) COMPLETE |
7269 | 2024-10-03T20:22:38.403Z | [ recovery-image] Oct 03 20:22:36.964 INFO O| Oct 03 20:22:36.964 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-03T20:22:38.422Z | [ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7271 | 2024-10-03T20:22:38.422Z | [ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO STEP 1030 (remove_files) COMPLETE |
7272 | 2024-10-03T20:22:38.425Z | [ recovery-image] Oct 03 20:22:36.984 INFO O| Oct 03 20:22:36.984 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-03T20:22:38.440Z | [ recovery-image] Oct 03 20:22:37.001 INFO O| Oct 03 20:22:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7274 | 2024-10-03T20:22:38.440Z | [ recovery-image] Oct 03 20:22:37.001 INFO O| Oct 03 20:22:37.001 INFO STEP 1031 (remove_files) COMPLETE |
7275 | 2024-10-03T20:22:38.443Z | [ recovery-image] Oct 03 20:22:37.002 INFO O| Oct 03 20:22:37.001 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-03T20:22:38.463Z | [ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7277 | 2024-10-03T20:22:38.463Z | [ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO STEP 1032 (remove_files) COMPLETE |
7278 | 2024-10-03T20:22:38.463Z | [ recovery-image] Oct 03 20:22:37.024 INFO O| Oct 03 20:22:37.024 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-03T20:22:38.482Z | [ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7280 | 2024-10-03T20:22:38.482Z | [ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO STEP 1033 (remove_files) COMPLETE |
7281 | 2024-10-03T20:22:38.482Z | [ recovery-image] Oct 03 20:22:37.043 INFO O| Oct 03 20:22:37.043 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-03T20:22:38.512Z | [ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7283 | 2024-10-03T20:22:38.512Z | [ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO STEP 1034 (remove_files) COMPLETE |
7284 | 2024-10-03T20:22:38.515Z | [ recovery-image] Oct 03 20:22:37.074 INFO O| Oct 03 20:22:37.074 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-03T20:22:38.555Z | [ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7286 | 2024-10-03T20:22:38.555Z | [ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO STEP 1035 (remove_files) COMPLETE |
7287 | 2024-10-03T20:22:38.558Z | [ recovery-image] Oct 03 20:22:37.117 INFO O| Oct 03 20:22:37.117 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-03T20:22:38.586Z | [ recovery-image] Oct 03 20:22:37.147 INFO O| Oct 03 20:22:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7289 | 2024-10-03T20:22:38.586Z | [ recovery-image] Oct 03 20:22:37.147 INFO O| Oct 03 20:22:37.147 INFO STEP 1036 (remove_files) COMPLETE |
7290 | 2024-10-03T20:22:38.586Z | [ recovery-image] Oct 03 20:22:37.148 INFO O| Oct 03 20:22:37.147 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-03T20:22:38.619Z | [ recovery-image] Oct 03 20:22:37.180 INFO O| Oct 03 20:22:37.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7292 | 2024-10-03T20:22:38.622Z | [ recovery-image] Oct 03 20:22:37.181 INFO O| Oct 03 20:22:37.180 INFO STEP 1037 (remove_files) COMPLETE |
7293 | 2024-10-03T20:22:38.622Z | [ recovery-image] Oct 03 20:22:37.181 INFO O| Oct 03 20:22:37.180 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-03T20:22:38.665Z | [ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7295 | 2024-10-03T20:22:38.665Z | [ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.227 INFO STEP 1038 (remove_files) COMPLETE |
7296 | 2024-10-03T20:22:38.665Z | [ recovery-image] Oct 03 20:22:37.227 INFO O| Oct 03 20:22:37.227 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-03T20:22:38.684Z | [ recovery-image] Oct 03 20:22:37.244 INFO O| Oct 03 20:22:37.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7298 | 2024-10-03T20:22:38.684Z | [ recovery-image] Oct 03 20:22:37.244 INFO O| Oct 03 20:22:37.244 INFO STEP 1039 (remove_files) COMPLETE |
7299 | 2024-10-03T20:22:38.684Z | [ recovery-image] Oct 03 20:22:37.245 INFO O| Oct 03 20:22:37.244 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-03T20:22:38.700Z | [ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7301 | 2024-10-03T20:22:38.700Z | [ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO STEP 1040 (remove_files) COMPLETE |
7302 | 2024-10-03T20:22:38.700Z | [ recovery-image] Oct 03 20:22:37.261 INFO O| Oct 03 20:22:37.261 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-03T20:22:38.718Z | [ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7304 | 2024-10-03T20:22:38.718Z | [ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO STEP 1041 (remove_files) COMPLETE |
7305 | 2024-10-03T20:22:38.719Z | [ recovery-image] Oct 03 20:22:37.279 INFO O| Oct 03 20:22:37.279 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-03T20:22:38.757Z | [ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7307 | 2024-10-03T20:22:38.760Z | [ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO STEP 1042 (remove_files) COMPLETE |
7308 | 2024-10-03T20:22:38.760Z | [ recovery-image] Oct 03 20:22:37.319 INFO O| Oct 03 20:22:37.319 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-03T20:22:38.779Z | [ recovery-image] Oct 03 20:22:37.340 INFO O| Oct 03 20:22:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7310 | 2024-10-03T20:22:38.782Z | [ recovery-image] Oct 03 20:22:37.341 INFO O| Oct 03 20:22:37.341 INFO STEP 1043 (remove_files) COMPLETE |
7311 | 2024-10-03T20:22:38.782Z | [ recovery-image] Oct 03 20:22:37.341 INFO O| Oct 03 20:22:37.341 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-03T20:22:38.817Z | [ recovery-image] Oct 03 20:22:37.378 INFO O| Oct 03 20:22:37.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7313 | 2024-10-03T20:22:38.819Z | [ recovery-image] Oct 03 20:22:37.379 INFO O| Oct 03 20:22:37.379 INFO STEP 1044 (remove_files) COMPLETE |
7314 | 2024-10-03T20:22:38.819Z | [ recovery-image] Oct 03 20:22:37.379 INFO O| Oct 03 20:22:37.379 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-03T20:22:38.838Z | [ recovery-image] Oct 03 20:22:37.399 INFO O| Oct 03 20:22:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7316 | 2024-10-03T20:22:38.841Z | [ recovery-image] Oct 03 20:22:37.399 INFO O| Oct 03 20:22:37.399 INFO STEP 1045 (remove_files) COMPLETE |
7317 | 2024-10-03T20:22:38.841Z | [ recovery-image] Oct 03 20:22:37.400 INFO O| Oct 03 20:22:37.399 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-03T20:22:38.880Z | [ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7319 | 2024-10-03T20:22:38.880Z | [ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO STEP 1046 (remove_files) COMPLETE |
7320 | 2024-10-03T20:22:38.880Z | [ recovery-image] Oct 03 20:22:37.441 INFO O| Oct 03 20:22:37.441 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-03T20:22:38.903Z | [ host-image] Oct 03 20:22:37.465 INFO O| Oct 03 20:22:37.465 INFO O| Done |
7322 | 2024-10-03T20:22:38.915Z | [ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7323 | 2024-10-03T20:22:38.918Z | [ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO STEP 1047 (remove_files) COMPLETE |
7324 | 2024-10-03T20:22:38.918Z | [ recovery-image] Oct 03 20:22:37.476 INFO O| Oct 03 20:22:37.476 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-10-03T20:22:38.937Z | [ recovery-image] Oct 03 20:22:37.498 INFO O| Oct 03 20:22:37.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7326 | 2024-10-03T20:22:38.937Z | [ recovery-image] Oct 03 20:22:37.499 INFO O| Oct 03 20:22:37.499 INFO STEP 1048 (remove_files) COMPLETE |
7327 | 2024-10-03T20:22:38.937Z | [ recovery-image] Oct 03 20:22:37.499 INFO O| Oct 03 20:22:37.499 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-10-03T20:22:38.954Z | [ host-image] Oct 03 20:22:37.514 INFO O| Oct 03 20:22:37.514 INFO O| Done |
7329 | 2024-10-03T20:22:38.957Z | [ host-image] Oct 03 20:22:37.514 INFO O| Oct 03 20:22:37.514 INFO O| Done |
7330 | 2024-10-03T20:22:38.969Z | [ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7331 | 2024-10-03T20:22:38.969Z | [ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO STEP 1049 (remove_files) COMPLETE |
7332 | 2024-10-03T20:22:38.972Z | [ recovery-image] Oct 03 20:22:37.530 INFO O| Oct 03 20:22:37.530 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-03T20:22:38.972Z | [ host-image] Oct 03 20:22:37.533 INFO O| Oct 03 20:22:37.533 INFO O| Done |
7334 | 2024-10-03T20:22:38.990Z | [ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7335 | 2024-10-03T20:22:38.990Z | [ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO STEP 1050 (remove_files) COMPLETE |
7336 | 2024-10-03T20:22:38.990Z | [ recovery-image] Oct 03 20:22:37.552 INFO O| Oct 03 20:22:37.552 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-10-03T20:22:39.034Z | [ recovery-image] Oct 03 20:22:37.596 INFO O| Oct 03 20:22:37.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7338 | 2024-10-03T20:22:39.041Z | [ recovery-image] Oct 03 20:22:37.602 INFO O| Oct 03 20:22:37.602 INFO STEP 1051 (remove_files) COMPLETE |
7339 | 2024-10-03T20:22:39.041Z | [ recovery-image] Oct 03 20:22:37.602 INFO O| Oct 03 20:22:37.602 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-10-03T20:22:39.067Z | [ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7341 | 2024-10-03T20:22:39.067Z | [ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO STEP 1052 (remove_files) COMPLETE |
7342 | 2024-10-03T20:22:39.067Z | [ recovery-image] Oct 03 20:22:37.628 INFO O| Oct 03 20:22:37.628 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-10-03T20:22:39.125Z | [ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7344 | 2024-10-03T20:22:39.125Z | [ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO STEP 1053 (remove_files) COMPLETE |
7345 | 2024-10-03T20:22:39.125Z | [ recovery-image] Oct 03 20:22:37.686 INFO O| Oct 03 20:22:37.686 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-10-03T20:22:39.177Z | [ recovery-image] Oct 03 20:22:37.717 INFO O| Oct 03 20:22:37.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7347 | 2024-10-03T20:22:39.180Z | [ recovery-image] Oct 03 20:22:37.717 INFO O| Oct 03 20:22:37.717 INFO STEP 1054 (remove_files) COMPLETE |
7348 | 2024-10-03T20:22:39.180Z | [ recovery-image] Oct 03 20:22:37.718 INFO O| Oct 03 20:22:37.718 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.738 INFO STEP 14 (pkg_install) COMPLETE |
7350 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7351 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "mfg" is not enabled |
7352 | 2024-10-03T20:22:39.180Z | [ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7353 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7354 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "compliance" is not enabled |
7355 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7356 | 2024-10-03T20:22:39.180Z | [ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 1055 (remove_files) COMPLETE |
7357 | 2024-10-03T20:22:39.180Z | [ recovery-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "stress" is not enabled |
7359 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7360 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO skip step because feature "nfs" is not enabled |
7361 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7362 | 2024-10-03T20:22:39.180Z | [ host-image] Oct 03 20:22:37.739 INFO O| Oct 03 20:22:37.739 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7363 | 2024-10-03T20:22:39.263Z | [ recovery-image] Oct 03 20:22:37.824 INFO O| Oct 03 20:22:37.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7364 | 2024-10-03T20:22:39.265Z | [ recovery-image] Oct 03 20:22:37.825 INFO O| Oct 03 20:22:37.825 INFO STEP 1056 (remove_files) COMPLETE |
7365 | 2024-10-03T20:22:39.265Z | [ recovery-image] Oct 03 20:22:37.825 INFO O| Oct 03 20:22:37.825 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-10-03T20:22:39.266Z | [ host-image] Oct 03 20:22:37.826 INFO O| Oct 03 20:22:37.826 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7367 | 2024-10-03T20:22:39.282Z | [ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7368 | 2024-10-03T20:22:39.285Z | [ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.844 INFO STEP 1057 (remove_files) COMPLETE |
7369 | 2024-10-03T20:22:39.285Z | [ recovery-image] Oct 03 20:22:37.844 INFO O| Oct 03 20:22:37.844 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-10-03T20:22:39.301Z | [ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7371 | 2024-10-03T20:22:39.304Z | [ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO STEP 1058 (remove_files) COMPLETE |
7372 | 2024-10-03T20:22:39.304Z | [ recovery-image] Oct 03 20:22:37.863 INFO O| Oct 03 20:22:37.863 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-10-03T20:22:39.322Z | [ recovery-image] Oct 03 20:22:37.883 INFO O| Oct 03 20:22:37.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7374 | 2024-10-03T20:22:39.322Z | [ recovery-image] Oct 03 20:22:37.883 INFO O| Oct 03 20:22:37.883 INFO STEP 1059 (remove_files) COMPLETE |
7375 | 2024-10-03T20:22:39.322Z | [ recovery-image] Oct 03 20:22:37.884 INFO O| Oct 03 20:22:37.883 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-10-03T20:22:39.344Z | [ recovery-image] Oct 03 20:22:37.905 INFO O| Oct 03 20:22:37.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7377 | 2024-10-03T20:22:39.346Z | [ recovery-image] Oct 03 20:22:37.906 INFO O| Oct 03 20:22:37.905 INFO STEP 1060 (remove_files) COMPLETE |
7378 | 2024-10-03T20:22:39.346Z | [ recovery-image] Oct 03 20:22:37.906 INFO O| Oct 03 20:22:37.906 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-10-03T20:22:39.366Z | [ recovery-image] Oct 03 20:22:37.927 INFO O| Oct 03 20:22:37.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7380 | 2024-10-03T20:22:39.383Z | [ recovery-image] Oct 03 20:22:37.943 INFO O| Oct 03 20:22:37.943 INFO STEP 1061 (remove_files) COMPLETE |
7381 | 2024-10-03T20:22:39.385Z | [ recovery-image] Oct 03 20:22:37.943 INFO O| Oct 03 20:22:37.943 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-10-03T20:22:39.399Z | [ host-image] Oct 03 20:22:37.961 INFO O| Oct 03 20:22:37.960 INFO completed processing gimlet/ramdisk-01-os |
7383 | 2024-10-03T20:22:39.402Z | [ host-image] Oct 03 20:22:37.963 INFO omicron1 baseline generation... |
7384 | 2024-10-03T20:22:39.404Z | [ host-image] Oct 03 20:22:37.964 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7385 | 2024-10-03T20:22:39.404Z | [ recovery-image] Oct 03 20:22:37.965 INFO O| Oct 03 20:22:37.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7386 | 2024-10-03T20:22:39.404Z | [ recovery-image] Oct 03 20:22:37.966 INFO O| Oct 03 20:22:37.965 INFO STEP 1062 (remove_files) COMPLETE |
7387 | 2024-10-03T20:22:39.404Z | [ recovery-image] Oct 03 20:22:37.966 INFO O| Oct 03 20:22:37.965 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-10-03T20:22:39.436Z | [ recovery-image] Oct 03 20:22:37.997 INFO O| Oct 03 20:22:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7389 | 2024-10-03T20:22:39.438Z | [ recovery-image] Oct 03 20:22:37.997 INFO O| Oct 03 20:22:37.997 INFO STEP 1063 (remove_files) COMPLETE |
7390 | 2024-10-03T20:22:39.438Z | [ recovery-image] Oct 03 20:22:37.998 INFO O| Oct 03 20:22:37.997 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-10-03T20:22:39.454Z | [ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7392 | 2024-10-03T20:22:39.454Z | [ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO STEP 1064 (remove_files) COMPLETE |
7393 | 2024-10-03T20:22:39.454Z | [ recovery-image] Oct 03 20:22:38.016 INFO O| Oct 03 20:22:38.016 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-10-03T20:22:39.474Z | [ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7395 | 2024-10-03T20:22:39.474Z | [ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO STEP 1065 (remove_files) COMPLETE |
7396 | 2024-10-03T20:22:39.474Z | [ recovery-image] Oct 03 20:22:38.035 INFO O| Oct 03 20:22:38.035 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-03T20:22:39.512Z | [ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7398 | 2024-10-03T20:22:39.512Z | [ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO STEP 1066 (remove_files) COMPLETE |
7399 | 2024-10-03T20:22:39.512Z | [ recovery-image] Oct 03 20:22:38.074 INFO O| Oct 03 20:22:38.074 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-03T20:22:39.533Z | [ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7401 | 2024-10-03T20:22:39.534Z | [ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO STEP 1067 (remove_files) COMPLETE |
7402 | 2024-10-03T20:22:39.534Z | [ recovery-image] Oct 03 20:22:38.095 INFO O| Oct 03 20:22:38.095 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-03T20:22:39.557Z | [ recovery-image] Oct 03 20:22:38.118 INFO O| Oct 03 20:22:38.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7404 | 2024-10-03T20:22:39.557Z | [ recovery-image] Oct 03 20:22:38.119 INFO O| Oct 03 20:22:38.118 INFO STEP 1068 (remove_files) COMPLETE |
7405 | 2024-10-03T20:22:39.557Z | [ recovery-image] Oct 03 20:22:38.119 INFO O| Oct 03 20:22:38.119 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-10-03T20:22:39.575Z | [ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7407 | 2024-10-03T20:22:39.575Z | [ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.137 INFO STEP 1069 (remove_files) COMPLETE |
7408 | 2024-10-03T20:22:39.575Z | [ recovery-image] Oct 03 20:22:38.137 INFO O| Oct 03 20:22:38.137 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-10-03T20:22:39.630Z | [ recovery-image] Oct 03 20:22:38.191 INFO O| Oct 03 20:22:38.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7410 | 2024-10-03T20:22:39.633Z | [ recovery-image] Oct 03 20:22:38.192 INFO O| Oct 03 20:22:38.191 INFO STEP 1070 (remove_files) COMPLETE |
7411 | 2024-10-03T20:22:39.633Z | [ recovery-image] Oct 03 20:22:38.192 INFO O| Oct 03 20:22:38.192 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-10-03T20:22:39.651Z | [ recovery-image] Oct 03 20:22:38.212 INFO O| Oct 03 20:22:38.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7413 | 2024-10-03T20:22:39.654Z | [ recovery-image] Oct 03 20:22:38.213 INFO O| Oct 03 20:22:38.213 INFO STEP 1071 (remove_files) COMPLETE |
7414 | 2024-10-03T20:22:39.654Z | [ recovery-image] Oct 03 20:22:38.213 INFO O| Oct 03 20:22:38.213 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-10-03T20:22:39.671Z | [ recovery-image] Oct 03 20:22:38.232 INFO O| Oct 03 20:22:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7416 | 2024-10-03T20:22:39.674Z | [ recovery-image] Oct 03 20:22:38.233 INFO O| Oct 03 20:22:38.233 INFO STEP 1072 (remove_files) COMPLETE |
7417 | 2024-10-03T20:22:39.674Z | [ recovery-image] Oct 03 20:22:38.233 INFO O| Oct 03 20:22:38.233 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-10-03T20:22:39.706Z | [ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7419 | 2024-10-03T20:22:39.706Z | [ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO STEP 1073 (remove_files) COMPLETE |
7420 | 2024-10-03T20:22:39.706Z | [ recovery-image] Oct 03 20:22:38.267 INFO O| Oct 03 20:22:38.267 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-10-03T20:22:39.726Z | [ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7422 | 2024-10-03T20:22:39.726Z | [ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO STEP 1074 (remove_files) COMPLETE |
7423 | 2024-10-03T20:22:39.726Z | [ recovery-image] Oct 03 20:22:38.287 INFO O| Oct 03 20:22:38.287 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-10-03T20:22:39.763Z | [ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7425 | 2024-10-03T20:22:39.765Z | [ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO STEP 1075 (remove_files) COMPLETE |
7426 | 2024-10-03T20:22:39.765Z | [ recovery-image] Oct 03 20:22:38.324 INFO O| Oct 03 20:22:38.324 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-10-03T20:22:39.783Z | [ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7428 | 2024-10-03T20:22:39.783Z | [ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.345 INFO STEP 1076 (remove_files) COMPLETE |
7429 | 2024-10-03T20:22:39.783Z | [ recovery-image] Oct 03 20:22:38.345 INFO O| Oct 03 20:22:38.345 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-10-03T20:22:39.808Z | [ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7431 | 2024-10-03T20:22:39.808Z | [ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO STEP 1077 (remove_files) COMPLETE |
7432 | 2024-10-03T20:22:39.808Z | [ recovery-image] Oct 03 20:22:38.369 INFO O| Oct 03 20:22:38.369 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-10-03T20:22:39.841Z | [ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7434 | 2024-10-03T20:22:39.844Z | [ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO STEP 1078 (remove_files) COMPLETE |
7435 | 2024-10-03T20:22:39.844Z | [ recovery-image] Oct 03 20:22:38.402 INFO O| Oct 03 20:22:38.402 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-10-03T20:22:39.878Z | [ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7437 | 2024-10-03T20:22:39.878Z | [ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO STEP 1079 (remove_files) COMPLETE |
7438 | 2024-10-03T20:22:39.878Z | [ recovery-image] Oct 03 20:22:38.439 INFO O| Oct 03 20:22:38.439 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-10-03T20:22:39.907Z | [ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7440 | 2024-10-03T20:22:39.910Z | [ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO STEP 1080 (remove_files) COMPLETE |
7441 | 2024-10-03T20:22:39.910Z | [ recovery-image] Oct 03 20:22:38.469 INFO O| Oct 03 20:22:38.469 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-10-03T20:22:39.928Z | [ recovery-image] Oct 03 20:22:38.489 INFO O| Oct 03 20:22:38.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7443 | 2024-10-03T20:22:39.928Z | [ recovery-image] Oct 03 20:22:38.490 INFO O| Oct 03 20:22:38.490 INFO STEP 1081 (remove_files) COMPLETE |
7444 | 2024-10-03T20:22:39.928Z | [ recovery-image] Oct 03 20:22:38.490 INFO O| Oct 03 20:22:38.490 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-10-03T20:22:39.947Z | [ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7446 | 2024-10-03T20:22:39.948Z | [ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO STEP 1082 (remove_files) COMPLETE |
7447 | 2024-10-03T20:22:39.948Z | [ recovery-image] Oct 03 20:22:38.509 INFO O| Oct 03 20:22:38.509 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-10-03T20:22:39.967Z | [ recovery-image] Oct 03 20:22:38.528 INFO O| Oct 03 20:22:38.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7449 | 2024-10-03T20:22:39.967Z | [ recovery-image] Oct 03 20:22:38.528 INFO O| Oct 03 20:22:38.528 INFO STEP 1083 (remove_files) COMPLETE |
7450 | 2024-10-03T20:22:39.970Z | [ recovery-image] Oct 03 20:22:38.529 INFO O| Oct 03 20:22:38.528 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-10-03T20:22:39.987Z | [ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7452 | 2024-10-03T20:22:39.987Z | [ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO STEP 1084 (remove_files) COMPLETE |
7453 | 2024-10-03T20:22:39.987Z | [ recovery-image] Oct 03 20:22:38.548 INFO O| Oct 03 20:22:38.548 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-10-03T20:22:40.006Z | [ recovery-image] Oct 03 20:22:38.567 INFO O| Oct 03 20:22:38.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7455 | 2024-10-03T20:22:40.006Z | [ recovery-image] Oct 03 20:22:38.568 INFO O| Oct 03 20:22:38.568 INFO STEP 1085 (remove_files) COMPLETE |
7456 | 2024-10-03T20:22:40.006Z | [ recovery-image] Oct 03 20:22:38.568 INFO O| Oct 03 20:22:38.568 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-10-03T20:22:40.025Z | [ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7458 | 2024-10-03T20:22:40.025Z | [ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO STEP 1086 (remove_files) COMPLETE |
7459 | 2024-10-03T20:22:40.025Z | [ recovery-image] Oct 03 20:22:38.586 INFO O| Oct 03 20:22:38.586 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-10-03T20:22:40.063Z | [ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7461 | 2024-10-03T20:22:40.063Z | [ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO STEP 1087 (remove_files) COMPLETE |
7462 | 2024-10-03T20:22:40.064Z | [ recovery-image] Oct 03 20:22:38.625 INFO O| Oct 03 20:22:38.625 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-10-03T20:22:40.106Z | [ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7464 | 2024-10-03T20:22:40.106Z | [ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO STEP 1088 (remove_files) COMPLETE |
7465 | 2024-10-03T20:22:40.107Z | [ recovery-image] Oct 03 20:22:38.668 INFO O| Oct 03 20:22:38.668 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-10-03T20:22:40.129Z | [ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7467 | 2024-10-03T20:22:40.129Z | [ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO STEP 1089 (remove_files) COMPLETE |
7468 | 2024-10-03T20:22:40.129Z | [ recovery-image] Oct 03 20:22:38.689 INFO O| Oct 03 20:22:38.689 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-10-03T20:22:40.148Z | [ recovery-image] Oct 03 20:22:38.708 INFO O| Oct 03 20:22:38.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7470 | 2024-10-03T20:22:40.148Z | [ recovery-image] Oct 03 20:22:38.708 INFO O| Oct 03 20:22:38.708 INFO STEP 1090 (remove_files) COMPLETE |
7471 | 2024-10-03T20:22:40.148Z | [ recovery-image] Oct 03 20:22:38.709 INFO O| Oct 03 20:22:38.708 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-10-03T20:22:40.206Z | [ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7473 | 2024-10-03T20:22:40.206Z | [ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.768 INFO STEP 1091 (remove_files) COMPLETE |
7474 | 2024-10-03T20:22:40.210Z | [ recovery-image] Oct 03 20:22:38.768 INFO O| Oct 03 20:22:38.768 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-10-03T20:22:40.236Z | [ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7476 | 2024-10-03T20:22:40.239Z | [ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO STEP 1092 (remove_files) COMPLETE |
7477 | 2024-10-03T20:22:40.239Z | [ recovery-image] Oct 03 20:22:38.789 INFO O| Oct 03 20:22:38.789 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-10-03T20:22:40.239Z | [ host-image] Oct 03 20:22:38.798 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22940:20241002T092403Z |
7479 | 2024-10-03T20:22:40.263Z | [ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7480 | 2024-10-03T20:22:40.265Z | [ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO STEP 1093 (remove_files) COMPLETE |
7481 | 2024-10-03T20:22:40.265Z | [ recovery-image] Oct 03 20:22:38.824 INFO O| Oct 03 20:22:38.824 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-10-03T20:22:40.280Z | [ recovery-image] Oct 03 20:22:38.841 INFO O| Oct 03 20:22:38.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7483 | 2024-10-03T20:22:40.283Z | [ recovery-image] Oct 03 20:22:38.842 INFO O| Oct 03 20:22:38.842 INFO STEP 1094 (remove_files) COMPLETE |
7484 | 2024-10-03T20:22:40.283Z | [ recovery-image] Oct 03 20:22:38.842 INFO O| Oct 03 20:22:38.842 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-10-03T20:22:40.297Z | [ recovery-image] Oct 03 20:22:38.858 INFO O| Oct 03 20:22:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7486 | 2024-10-03T20:22:40.300Z | [ recovery-image] Oct 03 20:22:38.859 INFO O| Oct 03 20:22:38.858 INFO STEP 1095 (remove_files) COMPLETE |
7487 | 2024-10-03T20:22:40.300Z | [ recovery-image] Oct 03 20:22:38.859 INFO O| Oct 03 20:22:38.859 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-10-03T20:22:40.314Z | [ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7489 | 2024-10-03T20:22:40.317Z | [ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.876 INFO STEP 1096 (remove_files) COMPLETE |
7490 | 2024-10-03T20:22:40.317Z | [ recovery-image] Oct 03 20:22:38.876 INFO O| Oct 03 20:22:38.876 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-10-03T20:22:40.333Z | [ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7492 | 2024-10-03T20:22:40.335Z | [ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO STEP 1097 (remove_files) COMPLETE |
7493 | 2024-10-03T20:22:40.335Z | [ recovery-image] Oct 03 20:22:38.894 INFO O| Oct 03 20:22:38.894 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-10-03T20:22:40.359Z | [ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7495 | 2024-10-03T20:22:40.359Z | [ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO STEP 1098 (remove_files) COMPLETE |
7496 | 2024-10-03T20:22:40.359Z | [ recovery-image] Oct 03 20:22:38.920 INFO O| Oct 03 20:22:38.920 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-10-03T20:22:40.379Z | [ recovery-image] Oct 03 20:22:38.940 INFO O| Oct 03 20:22:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7498 | 2024-10-03T20:22:40.379Z | [ recovery-image] Oct 03 20:22:38.941 INFO O| Oct 03 20:22:38.941 INFO STEP 1099 (remove_files) COMPLETE |
7499 | 2024-10-03T20:22:40.379Z | [ recovery-image] Oct 03 20:22:38.941 INFO O| Oct 03 20:22:38.941 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-10-03T20:22:40.409Z | [ recovery-image] Oct 03 20:22:38.970 INFO O| Oct 03 20:22:38.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7501 | 2024-10-03T20:22:40.409Z | [ recovery-image] Oct 03 20:22:38.970 INFO O| Oct 03 20:22:38.970 INFO STEP 1100 (remove_files) COMPLETE |
7502 | 2024-10-03T20:22:40.411Z | [ recovery-image] Oct 03 20:22:38.971 INFO O| Oct 03 20:22:38.970 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-10-03T20:22:40.431Z | [ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7504 | 2024-10-03T20:22:40.433Z | [ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO STEP 1101 (remove_files) COMPLETE |
7505 | 2024-10-03T20:22:40.433Z | [ recovery-image] Oct 03 20:22:38.992 INFO O| Oct 03 20:22:38.992 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-10-03T20:22:40.490Z | [ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7507 | 2024-10-03T20:22:40.490Z | [ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO STEP 1102 (remove_files) COMPLETE |
7508 | 2024-10-03T20:22:40.490Z | [ recovery-image] Oct 03 20:22:39.051 INFO O| Oct 03 20:22:39.051 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-10-03T20:22:40.511Z | [ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7510 | 2024-10-03T20:22:40.511Z | [ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO STEP 1103 (remove_files) COMPLETE |
7511 | 2024-10-03T20:22:40.511Z | [ recovery-image] Oct 03 20:22:39.072 INFO O| Oct 03 20:22:39.072 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-10-03T20:22:40.536Z | [ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7513 | 2024-10-03T20:22:40.536Z | [ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO STEP 1104 (remove_files) COMPLETE |
7514 | 2024-10-03T20:22:40.536Z | [ recovery-image] Oct 03 20:22:39.097 INFO O| Oct 03 20:22:39.097 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-10-03T20:22:40.575Z | [ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7516 | 2024-10-03T20:22:40.575Z | [ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO STEP 1105 (remove_files) COMPLETE |
7517 | 2024-10-03T20:22:40.575Z | [ recovery-image] Oct 03 20:22:39.135 INFO O| Oct 03 20:22:39.135 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-10-03T20:22:40.594Z | [ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7519 | 2024-10-03T20:22:40.594Z | [ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO STEP 1106 (remove_files) COMPLETE |
7520 | 2024-10-03T20:22:40.594Z | [ recovery-image] Oct 03 20:22:39.154 INFO O| Oct 03 20:22:39.154 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-10-03T20:22:40.622Z | [ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7522 | 2024-10-03T20:22:40.622Z | [ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO STEP 1107 (remove_files) COMPLETE |
7523 | 2024-10-03T20:22:40.622Z | [ recovery-image] Oct 03 20:22:39.183 INFO O| Oct 03 20:22:39.183 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-10-03T20:22:40.641Z | [ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7525 | 2024-10-03T20:22:40.641Z | [ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO STEP 1108 (remove_files) COMPLETE |
7526 | 2024-10-03T20:22:40.641Z | [ recovery-image] Oct 03 20:22:39.202 INFO O| Oct 03 20:22:39.202 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-10-03T20:22:40.701Z | [ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7528 | 2024-10-03T20:22:40.701Z | [ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.262 INFO STEP 1109 (remove_files) COMPLETE |
7529 | 2024-10-03T20:22:40.701Z | [ recovery-image] Oct 03 20:22:39.262 INFO O| Oct 03 20:22:39.262 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-10-03T20:22:40.722Z | [ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7531 | 2024-10-03T20:22:40.722Z | [ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO STEP 1110 (remove_files) COMPLETE |
7532 | 2024-10-03T20:22:40.722Z | [ recovery-image] Oct 03 20:22:39.282 INFO O| Oct 03 20:22:39.282 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-10-03T20:22:40.783Z | [ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7534 | 2024-10-03T20:22:40.783Z | [ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.345 INFO STEP 1111 (remove_files) COMPLETE |
7535 | 2024-10-03T20:22:40.783Z | [ recovery-image] Oct 03 20:22:39.345 INFO O| Oct 03 20:22:39.345 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-10-03T20:22:40.806Z | [ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7537 | 2024-10-03T20:22:40.806Z | [ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO STEP 1112 (remove_files) COMPLETE |
7538 | 2024-10-03T20:22:40.806Z | [ recovery-image] Oct 03 20:22:39.365 INFO O| Oct 03 20:22:39.365 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-10-03T20:22:40.824Z | [ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7540 | 2024-10-03T20:22:40.824Z | [ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO STEP 1113 (remove_files) COMPLETE |
7541 | 2024-10-03T20:22:40.824Z | [ recovery-image] Oct 03 20:22:39.383 INFO O| Oct 03 20:22:39.383 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-10-03T20:22:40.840Z | [ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7543 | 2024-10-03T20:22:40.840Z | [ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO STEP 1114 (remove_files) COMPLETE |
7544 | 2024-10-03T20:22:40.840Z | [ recovery-image] Oct 03 20:22:39.401 INFO O| Oct 03 20:22:39.401 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-10-03T20:22:40.858Z | [ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7546 | 2024-10-03T20:22:40.858Z | [ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO STEP 1115 (remove_files) COMPLETE |
7547 | 2024-10-03T20:22:40.858Z | [ recovery-image] Oct 03 20:22:39.419 INFO O| Oct 03 20:22:39.419 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-10-03T20:22:40.892Z | [ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7549 | 2024-10-03T20:22:40.892Z | [ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO STEP 1116 (remove_files) COMPLETE |
7550 | 2024-10-03T20:22:40.895Z | [ recovery-image] Oct 03 20:22:39.453 INFO O| Oct 03 20:22:39.453 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-10-03T20:22:40.960Z | [ recovery-image] Oct 03 20:22:39.520 INFO O| Oct 03 20:22:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7552 | 2024-10-03T20:22:40.960Z | [ recovery-image] Oct 03 20:22:39.520 INFO O| Oct 03 20:22:39.520 INFO STEP 1117 (remove_files) COMPLETE |
7553 | 2024-10-03T20:22:40.960Z | [ recovery-image] Oct 03 20:22:39.521 INFO O| Oct 03 20:22:39.520 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-10-03T20:22:40.983Z | [ recovery-image] Oct 03 20:22:39.544 INFO O| Oct 03 20:22:39.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7555 | 2024-10-03T20:22:40.985Z | [ recovery-image] Oct 03 20:22:39.544 INFO O| Oct 03 20:22:39.544 INFO STEP 1118 (remove_files) COMPLETE |
7556 | 2024-10-03T20:22:40.985Z | [ recovery-image] Oct 03 20:22:39.545 INFO O| Oct 03 20:22:39.544 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-10-03T20:22:41.012Z | [ recovery-image] Oct 03 20:22:39.573 INFO O| Oct 03 20:22:39.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7558 | 2024-10-03T20:22:41.014Z | [ recovery-image] Oct 03 20:22:39.573 INFO O| Oct 03 20:22:39.573 INFO STEP 1119 (remove_files) COMPLETE |
7559 | 2024-10-03T20:22:41.014Z | [ recovery-image] Oct 03 20:22:39.574 INFO O| Oct 03 20:22:39.573 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-10-03T20:22:41.035Z | [ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7561 | 2024-10-03T20:22:41.037Z | [ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO STEP 1120 (remove_files) COMPLETE |
7562 | 2024-10-03T20:22:41.038Z | [ recovery-image] Oct 03 20:22:39.596 INFO O| Oct 03 20:22:39.596 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-10-03T20:22:41.055Z | [ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7564 | 2024-10-03T20:22:41.057Z | [ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO STEP 1121 (remove_files) COMPLETE |
7565 | 2024-10-03T20:22:41.057Z | [ recovery-image] Oct 03 20:22:39.616 INFO O| Oct 03 20:22:39.616 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-10-03T20:22:41.073Z | [ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7567 | 2024-10-03T20:22:41.073Z | [ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO STEP 1122 (remove_files) COMPLETE |
7568 | 2024-10-03T20:22:41.073Z | [ recovery-image] Oct 03 20:22:39.634 INFO O| Oct 03 20:22:39.634 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-10-03T20:22:41.091Z | [ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7570 | 2024-10-03T20:22:41.091Z | [ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO STEP 1123 (remove_files) COMPLETE |
7571 | 2024-10-03T20:22:41.091Z | [ recovery-image] Oct 03 20:22:39.652 INFO O| Oct 03 20:22:39.652 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-10-03T20:22:41.120Z | [ recovery-image] Oct 03 20:22:39.681 INFO O| Oct 03 20:22:39.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7573 | 2024-10-03T20:22:41.123Z | [ recovery-image] Oct 03 20:22:39.682 INFO O| Oct 03 20:22:39.681 INFO STEP 1124 (remove_files) COMPLETE |
7574 | 2024-10-03T20:22:41.123Z | [ recovery-image] Oct 03 20:22:39.682 INFO O| Oct 03 20:22:39.682 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-10-03T20:22:41.142Z | [ recovery-image] Oct 03 20:22:39.703 INFO O| Oct 03 20:22:39.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7576 | 2024-10-03T20:22:41.144Z | [ recovery-image] Oct 03 20:22:39.704 INFO O| Oct 03 20:22:39.704 INFO STEP 1125 (remove_files) COMPLETE |
7577 | 2024-10-03T20:22:41.145Z | [ recovery-image] Oct 03 20:22:39.704 INFO O| Oct 03 20:22:39.704 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-10-03T20:22:41.162Z | [ recovery-image] Oct 03 20:22:39.723 INFO O| Oct 03 20:22:39.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7579 | 2024-10-03T20:22:41.165Z | [ recovery-image] Oct 03 20:22:39.724 INFO O| Oct 03 20:22:39.723 INFO STEP 1126 (remove_files) COMPLETE |
7580 | 2024-10-03T20:22:41.165Z | [ recovery-image] Oct 03 20:22:39.724 INFO O| Oct 03 20:22:39.724 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-10-03T20:22:41.199Z | [ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7582 | 2024-10-03T20:22:41.201Z | [ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO STEP 1127 (remove_files) COMPLETE |
7583 | 2024-10-03T20:22:41.201Z | [ recovery-image] Oct 03 20:22:39.760 INFO O| Oct 03 20:22:39.760 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-10-03T20:22:41.221Z | [ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7585 | 2024-10-03T20:22:41.223Z | [ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO STEP 1128 (remove_files) COMPLETE |
7586 | 2024-10-03T20:22:41.223Z | [ recovery-image] Oct 03 20:22:39.780 INFO O| Oct 03 20:22:39.780 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-10-03T20:22:41.239Z | [ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7588 | 2024-10-03T20:22:41.241Z | [ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO STEP 1129 (remove_files) COMPLETE |
7589 | 2024-10-03T20:22:41.241Z | [ recovery-image] Oct 03 20:22:39.800 INFO O| Oct 03 20:22:39.800 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-10-03T20:22:41.297Z | [ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7591 | 2024-10-03T20:22:41.301Z | [ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO STEP 1130 (remove_files) COMPLETE |
7592 | 2024-10-03T20:22:41.301Z | [ recovery-image] Oct 03 20:22:39.858 INFO O| Oct 03 20:22:39.858 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-10-03T20:22:41.329Z | [ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7594 | 2024-10-03T20:22:41.329Z | [ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO STEP 1131 (remove_files) COMPLETE |
7595 | 2024-10-03T20:22:41.329Z | [ recovery-image] Oct 03 20:22:39.890 INFO O| Oct 03 20:22:39.890 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-10-03T20:22:41.366Z | [ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7597 | 2024-10-03T20:22:41.367Z | [ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO STEP 1132 (remove_files) COMPLETE |
7598 | 2024-10-03T20:22:41.367Z | [ recovery-image] Oct 03 20:22:39.928 INFO O| Oct 03 20:22:39.928 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-10-03T20:22:41.400Z | [ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7600 | 2024-10-03T20:22:41.402Z | [ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO STEP 1133 (remove_files) COMPLETE |
7601 | 2024-10-03T20:22:41.402Z | [ recovery-image] Oct 03 20:22:39.961 INFO O| Oct 03 20:22:39.961 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-10-03T20:22:41.417Z | [ recovery-image] Oct 03 20:22:39.978 INFO O| Oct 03 20:22:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7603 | 2024-10-03T20:22:41.417Z | [ recovery-image] Oct 03 20:22:39.979 INFO O| Oct 03 20:22:39.979 INFO STEP 1134 (remove_files) COMPLETE |
7604 | 2024-10-03T20:22:41.417Z | [ recovery-image] Oct 03 20:22:39.979 INFO O| Oct 03 20:22:39.979 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-10-03T20:22:41.435Z | [ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7606 | 2024-10-03T20:22:41.435Z | [ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO STEP 1135 (remove_files) COMPLETE |
7607 | 2024-10-03T20:22:41.437Z | [ recovery-image] Oct 03 20:22:39.996 INFO O| Oct 03 20:22:39.996 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-10-03T20:22:41.452Z | [ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7609 | 2024-10-03T20:22:41.452Z | [ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO STEP 1136 (remove_files) COMPLETE |
7610 | 2024-10-03T20:22:41.452Z | [ recovery-image] Oct 03 20:22:40.013 INFO O| Oct 03 20:22:40.013 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-10-03T20:22:41.508Z | [ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7612 | 2024-10-03T20:22:41.508Z | [ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO STEP 1137 (remove_files) COMPLETE |
7613 | 2024-10-03T20:22:41.508Z | [ recovery-image] Oct 03 20:22:40.069 INFO O| Oct 03 20:22:40.069 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-10-03T20:22:41.552Z | [ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7615 | 2024-10-03T20:22:41.552Z | [ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO STEP 1138 (remove_files) COMPLETE |
7616 | 2024-10-03T20:22:41.552Z | [ recovery-image] Oct 03 20:22:40.113 INFO O| Oct 03 20:22:40.113 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-10-03T20:22:41.570Z | [ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7618 | 2024-10-03T20:22:41.570Z | [ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO STEP 1139 (remove_files) COMPLETE |
7619 | 2024-10-03T20:22:41.570Z | [ recovery-image] Oct 03 20:22:40.130 INFO O| Oct 03 20:22:40.130 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-10-03T20:22:41.586Z | [ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7621 | 2024-10-03T20:22:41.586Z | [ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO STEP 1140 (remove_files) COMPLETE |
7622 | 2024-10-03T20:22:41.586Z | [ recovery-image] Oct 03 20:22:40.147 INFO O| Oct 03 20:22:40.147 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-10-03T20:22:41.623Z | [ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7624 | 2024-10-03T20:22:41.626Z | [ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.182 INFO STEP 1141 (remove_files) COMPLETE |
7625 | 2024-10-03T20:22:41.626Z | [ recovery-image] Oct 03 20:22:40.182 INFO O| Oct 03 20:22:40.182 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-10-03T20:22:41.637Z | [ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7627 | 2024-10-03T20:22:41.639Z | [ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO STEP 1142 (remove_files) COMPLETE |
7628 | 2024-10-03T20:22:41.639Z | [ recovery-image] Oct 03 20:22:40.198 INFO O| Oct 03 20:22:40.198 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-10-03T20:22:41.664Z | [ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7630 | 2024-10-03T20:22:41.664Z | [ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO STEP 1143 (remove_files) COMPLETE |
7631 | 2024-10-03T20:22:41.664Z | [ recovery-image] Oct 03 20:22:40.224 INFO O| Oct 03 20:22:40.224 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-10-03T20:22:41.719Z | [ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7633 | 2024-10-03T20:22:41.722Z | [ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO STEP 1144 (remove_files) COMPLETE |
7634 | 2024-10-03T20:22:41.722Z | [ recovery-image] Oct 03 20:22:40.280 INFO O| Oct 03 20:22:40.280 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-10-03T20:22:41.745Z | [ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7636 | 2024-10-03T20:22:41.749Z | [ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO STEP 1145 (remove_files) COMPLETE |
7637 | 2024-10-03T20:22:41.749Z | [ recovery-image] Oct 03 20:22:40.300 INFO O| Oct 03 20:22:40.300 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-10-03T20:22:41.762Z | [ recovery-image] Oct 03 20:22:40.317 INFO O| Oct 03 20:22:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7639 | 2024-10-03T20:22:41.775Z | [ recovery-image] Oct 03 20:22:40.318 INFO O| Oct 03 20:22:40.318 INFO STEP 1146 (remove_files) COMPLETE |
7640 | 2024-10-03T20:22:41.775Z | [ recovery-image] Oct 03 20:22:40.318 INFO O| Oct 03 20:22:40.318 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-10-03T20:22:41.816Z | [ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7642 | 2024-10-03T20:22:41.819Z | [ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.377 INFO STEP 1147 (remove_files) COMPLETE |
7643 | 2024-10-03T20:22:41.819Z | [ recovery-image] Oct 03 20:22:40.377 INFO O| Oct 03 20:22:40.377 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-10-03T20:22:41.835Z | [ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7645 | 2024-10-03T20:22:41.838Z | [ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO STEP 1148 (remove_files) COMPLETE |
7646 | 2024-10-03T20:22:41.838Z | [ recovery-image] Oct 03 20:22:40.396 INFO O| Oct 03 20:22:40.396 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-10-03T20:22:41.854Z | [ recovery-image] Oct 03 20:22:40.414 INFO O| Oct 03 20:22:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7648 | 2024-10-03T20:22:41.857Z | [ recovery-image] Oct 03 20:22:40.414 INFO O| Oct 03 20:22:40.414 INFO STEP 1149 (remove_files) COMPLETE |
7649 | 2024-10-03T20:22:41.857Z | [ recovery-image] Oct 03 20:22:40.415 INFO O| Oct 03 20:22:40.415 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-10-03T20:22:41.871Z | [ recovery-image] Oct 03 20:22:40.432 INFO O| Oct 03 20:22:40.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7651 | 2024-10-03T20:22:41.882Z | [ recovery-image] Oct 03 20:22:40.443 INFO O| Oct 03 20:22:40.443 INFO STEP 1150 (remove_files) COMPLETE |
7652 | 2024-10-03T20:22:41.882Z | [ recovery-image] Oct 03 20:22:40.443 INFO O| Oct 03 20:22:40.443 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-10-03T20:22:41.946Z | [ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7654 | 2024-10-03T20:22:41.946Z | [ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO STEP 1151 (remove_files) COMPLETE |
7655 | 2024-10-03T20:22:41.948Z | [ recovery-image] Oct 03 20:22:40.507 INFO O| Oct 03 20:22:40.507 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-10-03T20:22:41.963Z | [ recovery-image] Oct 03 20:22:40.524 INFO O| Oct 03 20:22:40.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7657 | 2024-10-03T20:22:41.966Z | [ recovery-image] Oct 03 20:22:40.525 INFO O| Oct 03 20:22:40.524 INFO STEP 1152 (remove_files) COMPLETE |
7658 | 2024-10-03T20:22:41.966Z | [ recovery-image] Oct 03 20:22:40.525 INFO O| Oct 03 20:22:40.525 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-10-03T20:22:41.982Z | [ recovery-image] Oct 03 20:22:40.543 INFO O| Oct 03 20:22:40.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7660 | 2024-10-03T20:22:41.985Z | [ recovery-image] Oct 03 20:22:40.543 INFO O| Oct 03 20:22:40.543 INFO STEP 1153 (remove_files) COMPLETE |
7661 | 2024-10-03T20:22:41.985Z | [ recovery-image] Oct 03 20:22:40.544 INFO O| Oct 03 20:22:40.543 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-10-03T20:22:42.023Z | [ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7663 | 2024-10-03T20:22:42.026Z | [ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO STEP 1154 (remove_files) COMPLETE |
7664 | 2024-10-03T20:22:42.026Z | [ recovery-image] Oct 03 20:22:40.584 INFO O| Oct 03 20:22:40.584 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-10-03T20:22:42.082Z | [ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7666 | 2024-10-03T20:22:42.082Z | [ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO STEP 1155 (remove_files) COMPLETE |
7667 | 2024-10-03T20:22:42.082Z | [ recovery-image] Oct 03 20:22:40.643 INFO O| Oct 03 20:22:40.643 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-10-03T20:22:42.142Z | [ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7669 | 2024-10-03T20:22:42.142Z | [ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO STEP 1156 (remove_files) COMPLETE |
7670 | 2024-10-03T20:22:42.143Z | [ recovery-image] Oct 03 20:22:40.703 INFO O| Oct 03 20:22:40.703 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-10-03T20:22:42.182Z | [ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7672 | 2024-10-03T20:22:42.182Z | [ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO STEP 1157 (remove_files) COMPLETE |
7673 | 2024-10-03T20:22:42.182Z | [ recovery-image] Oct 03 20:22:40.743 INFO O| Oct 03 20:22:40.743 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-10-03T20:22:42.204Z | [ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7675 | 2024-10-03T20:22:42.204Z | [ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.765 INFO STEP 1158 (remove_files) COMPLETE |
7676 | 2024-10-03T20:22:42.204Z | [ recovery-image] Oct 03 20:22:40.765 INFO O| Oct 03 20:22:40.765 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-10-03T20:22:42.236Z | [ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7678 | 2024-10-03T20:22:42.236Z | [ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO STEP 1159 (remove_files) COMPLETE |
7679 | 2024-10-03T20:22:42.239Z | [ recovery-image] Oct 03 20:22:40.796 INFO O| Oct 03 20:22:40.796 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-10-03T20:22:42.293Z | [ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7681 | 2024-10-03T20:22:42.293Z | [ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO STEP 1160 (remove_files) COMPLETE |
7682 | 2024-10-03T20:22:42.293Z | [ recovery-image] Oct 03 20:22:40.854 INFO O| Oct 03 20:22:40.854 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-10-03T20:22:42.340Z | [ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7684 | 2024-10-03T20:22:42.340Z | [ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO STEP 1161 (remove_files) COMPLETE |
7685 | 2024-10-03T20:22:42.340Z | [ recovery-image] Oct 03 20:22:40.901 INFO O| Oct 03 20:22:40.901 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-10-03T20:22:42.374Z | [ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7687 | 2024-10-03T20:22:42.374Z | [ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO STEP 1162 (remove_files) COMPLETE |
7688 | 2024-10-03T20:22:42.374Z | [ recovery-image] Oct 03 20:22:40.935 INFO O| Oct 03 20:22:40.935 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-10-03T20:22:42.430Z | [ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7690 | 2024-10-03T20:22:42.430Z | [ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO STEP 1163 (remove_files) COMPLETE |
7691 | 2024-10-03T20:22:42.430Z | [ recovery-image] Oct 03 20:22:40.991 INFO O| Oct 03 20:22:40.991 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-10-03T20:22:42.452Z | [ recovery-image] Oct 03 20:22:41.013 INFO O| Oct 03 20:22:41.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7693 | 2024-10-03T20:22:42.452Z | [ recovery-image] Oct 03 20:22:41.014 INFO O| Oct 03 20:22:41.013 INFO STEP 1164 (remove_files) COMPLETE |
7694 | 2024-10-03T20:22:42.456Z | [ recovery-image] Oct 03 20:22:41.014 INFO O| Oct 03 20:22:41.014 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-10-03T20:22:42.481Z | [ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7696 | 2024-10-03T20:22:42.481Z | [ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO STEP 1165 (remove_files) COMPLETE |
7697 | 2024-10-03T20:22:42.481Z | [ recovery-image] Oct 03 20:22:41.042 INFO O| Oct 03 20:22:41.042 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-10-03T20:22:42.501Z | [ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7699 | 2024-10-03T20:22:42.501Z | [ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO STEP 1166 (remove_files) COMPLETE |
7700 | 2024-10-03T20:22:42.501Z | [ recovery-image] Oct 03 20:22:41.062 INFO O| Oct 03 20:22:41.062 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-10-03T20:22:42.533Z | [ recovery-image] Oct 03 20:22:41.094 INFO O| Oct 03 20:22:41.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7702 | 2024-10-03T20:22:42.533Z | [ recovery-image] Oct 03 20:22:41.094 INFO O| Oct 03 20:22:41.094 INFO STEP 1167 (remove_files) COMPLETE |
7703 | 2024-10-03T20:22:42.537Z | [ recovery-image] Oct 03 20:22:41.095 INFO O| Oct 03 20:22:41.094 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-10-03T20:22:42.557Z | [ recovery-image] Oct 03 20:22:41.118 INFO O| Oct 03 20:22:41.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7705 | 2024-10-03T20:22:42.558Z | [ recovery-image] Oct 03 20:22:41.119 INFO O| Oct 03 20:22:41.119 INFO STEP 1168 (remove_files) COMPLETE |
7706 | 2024-10-03T20:22:42.560Z | [ recovery-image] Oct 03 20:22:41.119 INFO O| Oct 03 20:22:41.119 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-10-03T20:22:42.576Z | [ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7708 | 2024-10-03T20:22:42.576Z | [ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO STEP 1169 (remove_files) COMPLETE |
7709 | 2024-10-03T20:22:42.579Z | [ recovery-image] Oct 03 20:22:41.137 INFO O| Oct 03 20:22:41.137 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-10-03T20:22:42.611Z | [ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7711 | 2024-10-03T20:22:42.614Z | [ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO STEP 1170 (remove_files) COMPLETE |
7712 | 2024-10-03T20:22:42.614Z | [ recovery-image] Oct 03 20:22:41.171 INFO O| Oct 03 20:22:41.171 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-10-03T20:22:42.633Z | [ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7714 | 2024-10-03T20:22:42.633Z | [ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO STEP 1171 (remove_files) COMPLETE |
7715 | 2024-10-03T20:22:42.633Z | [ recovery-image] Oct 03 20:22:41.194 INFO O| Oct 03 20:22:41.194 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-10-03T20:22:42.653Z | [ recovery-image] Oct 03 20:22:41.214 INFO O| Oct 03 20:22:41.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7717 | 2024-10-03T20:22:42.656Z | [ recovery-image] Oct 03 20:22:41.215 INFO O| Oct 03 20:22:41.215 INFO STEP 1172 (remove_files) COMPLETE |
7718 | 2024-10-03T20:22:42.656Z | [ recovery-image] Oct 03 20:22:41.215 INFO O| Oct 03 20:22:41.215 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-10-03T20:22:42.673Z | [ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7720 | 2024-10-03T20:22:42.675Z | [ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO STEP 1173 (remove_files) COMPLETE |
7721 | 2024-10-03T20:22:42.675Z | [ recovery-image] Oct 03 20:22:41.234 INFO O| Oct 03 20:22:41.234 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-10-03T20:22:42.692Z | [ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7723 | 2024-10-03T20:22:42.695Z | [ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.253 INFO STEP 1174 (remove_files) COMPLETE |
7724 | 2024-10-03T20:22:42.695Z | [ recovery-image] Oct 03 20:22:41.253 INFO O| Oct 03 20:22:41.253 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-10-03T20:22:42.711Z | [ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7726 | 2024-10-03T20:22:42.714Z | [ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO STEP 1175 (remove_files) COMPLETE |
7727 | 2024-10-03T20:22:42.714Z | [ recovery-image] Oct 03 20:22:41.272 INFO O| Oct 03 20:22:41.272 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-10-03T20:22:42.733Z | [ recovery-image] Oct 03 20:22:41.294 INFO O| Oct 03 20:22:41.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7729 | 2024-10-03T20:22:42.736Z | [ recovery-image] Oct 03 20:22:41.294 INFO O| Oct 03 20:22:41.294 INFO STEP 1176 (remove_files) COMPLETE |
7730 | 2024-10-03T20:22:42.736Z | [ recovery-image] Oct 03 20:22:41.295 INFO O| Oct 03 20:22:41.294 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-10-03T20:22:42.752Z | [ recovery-image] Oct 03 20:22:41.312 INFO O| Oct 03 20:22:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7732 | 2024-10-03T20:22:42.754Z | [ recovery-image] Oct 03 20:22:41.313 INFO O| Oct 03 20:22:41.313 INFO STEP 1177 (remove_files) COMPLETE |
7733 | 2024-10-03T20:22:42.754Z | [ recovery-image] Oct 03 20:22:41.313 INFO O| Oct 03 20:22:41.313 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-10-03T20:22:42.788Z | [ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7735 | 2024-10-03T20:22:42.788Z | [ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO STEP 1178 (remove_files) COMPLETE |
7736 | 2024-10-03T20:22:42.788Z | [ recovery-image] Oct 03 20:22:41.349 INFO O| Oct 03 20:22:41.349 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-10-03T20:22:42.807Z | [ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7738 | 2024-10-03T20:22:42.807Z | [ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO STEP 1179 (remove_files) COMPLETE |
7739 | 2024-10-03T20:22:42.807Z | [ recovery-image] Oct 03 20:22:41.368 INFO O| Oct 03 20:22:41.368 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-10-03T20:22:42.827Z | [ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7741 | 2024-10-03T20:22:42.827Z | [ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO STEP 1180 (remove_files) COMPLETE |
7742 | 2024-10-03T20:22:42.829Z | [ recovery-image] Oct 03 20:22:41.388 INFO O| Oct 03 20:22:41.388 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-10-03T20:22:42.845Z | [ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7744 | 2024-10-03T20:22:42.845Z | [ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO STEP 1181 (remove_files) COMPLETE |
7745 | 2024-10-03T20:22:42.848Z | [ recovery-image] Oct 03 20:22:41.406 INFO O| Oct 03 20:22:41.406 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-10-03T20:22:42.863Z | [ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7747 | 2024-10-03T20:22:42.863Z | [ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO STEP 1182 (remove_files) COMPLETE |
7748 | 2024-10-03T20:22:42.863Z | [ recovery-image] Oct 03 20:22:41.424 INFO O| Oct 03 20:22:41.424 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-10-03T20:22:42.921Z | [ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7750 | 2024-10-03T20:22:42.921Z | [ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO STEP 1183 (remove_files) COMPLETE |
7751 | 2024-10-03T20:22:42.923Z | [ recovery-image] Oct 03 20:22:41.481 INFO O| Oct 03 20:22:41.481 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-10-03T20:22:42.941Z | [ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7753 | 2024-10-03T20:22:42.941Z | [ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO STEP 1184 (remove_files) COMPLETE |
7754 | 2024-10-03T20:22:42.944Z | [ recovery-image] Oct 03 20:22:41.502 INFO O| Oct 03 20:22:41.502 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-10-03T20:22:42.973Z | [ recovery-image] Oct 03 20:22:41.534 INFO O| Oct 03 20:22:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7756 | 2024-10-03T20:22:42.978Z | [ recovery-image] Oct 03 20:22:41.534 INFO O| Oct 03 20:22:41.534 INFO STEP 1185 (remove_files) COMPLETE |
7757 | 2024-10-03T20:22:42.978Z | [ recovery-image] Oct 03 20:22:41.535 INFO O| Oct 03 20:22:41.535 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-10-03T20:22:42.995Z | [ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7759 | 2024-10-03T20:22:42.997Z | [ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO STEP 1186 (remove_files) COMPLETE |
7760 | 2024-10-03T20:22:42.997Z | [ recovery-image] Oct 03 20:22:41.556 INFO O| Oct 03 20:22:41.556 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-10-03T20:22:43.014Z | [ recovery-image] Oct 03 20:22:41.575 INFO O| Oct 03 20:22:41.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7762 | 2024-10-03T20:22:43.017Z | [ recovery-image] Oct 03 20:22:41.576 INFO O| Oct 03 20:22:41.576 INFO STEP 1187 (remove_files) COMPLETE |
7763 | 2024-10-03T20:22:43.017Z | [ recovery-image] Oct 03 20:22:41.576 INFO O| Oct 03 20:22:41.576 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-10-03T20:22:43.033Z | [ recovery-image] Oct 03 20:22:41.594 INFO O| Oct 03 20:22:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7765 | 2024-10-03T20:22:43.036Z | [ recovery-image] Oct 03 20:22:41.594 INFO O| Oct 03 20:22:41.594 INFO STEP 1188 (remove_files) COMPLETE |
7766 | 2024-10-03T20:22:43.036Z | [ recovery-image] Oct 03 20:22:41.595 INFO O| Oct 03 20:22:41.595 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-10-03T20:22:43.052Z | [ recovery-image] Oct 03 20:22:41.612 INFO O| Oct 03 20:22:41.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7768 | 2024-10-03T20:22:43.055Z | [ recovery-image] Oct 03 20:22:41.613 INFO O| Oct 03 20:22:41.613 INFO STEP 1189 (remove_files) COMPLETE |
7769 | 2024-10-03T20:22:43.055Z | [ recovery-image] Oct 03 20:22:41.613 INFO O| Oct 03 20:22:41.613 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-10-03T20:22:43.088Z | [ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7771 | 2024-10-03T20:22:43.090Z | [ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO STEP 1190 (remove_files) COMPLETE |
7772 | 2024-10-03T20:22:43.091Z | [ recovery-image] Oct 03 20:22:41.649 INFO O| Oct 03 20:22:41.649 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-10-03T20:22:43.137Z | [ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7774 | 2024-10-03T20:22:43.137Z | [ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO STEP 1191 (remove_files) COMPLETE |
7775 | 2024-10-03T20:22:43.140Z | [ recovery-image] Oct 03 20:22:41.698 INFO O| Oct 03 20:22:41.698 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-10-03T20:22:43.167Z | [ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7777 | 2024-10-03T20:22:43.167Z | [ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.720 INFO STEP 1192 (remove_files) COMPLETE |
7778 | 2024-10-03T20:22:43.167Z | [ recovery-image] Oct 03 20:22:41.720 INFO O| Oct 03 20:22:41.720 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-10-03T20:22:43.201Z | [ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7780 | 2024-10-03T20:22:43.201Z | [ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO STEP 1193 (remove_files) COMPLETE |
7781 | 2024-10-03T20:22:43.201Z | [ recovery-image] Oct 03 20:22:41.758 INFO O| Oct 03 20:22:41.758 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-10-03T20:22:43.281Z | [ recovery-image] Oct 03 20:22:41.841 INFO O| Oct 03 20:22:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7783 | 2024-10-03T20:22:43.281Z | [ recovery-image] Oct 03 20:22:41.842 INFO O| Oct 03 20:22:41.841 INFO STEP 1194 (remove_files) COMPLETE |
7784 | 2024-10-03T20:22:43.281Z | [ recovery-image] Oct 03 20:22:41.842 INFO O| Oct 03 20:22:41.842 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-10-03T20:22:43.302Z | [ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7786 | 2024-10-03T20:22:43.302Z | [ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO STEP 1195 (remove_files) COMPLETE |
7787 | 2024-10-03T20:22:43.302Z | [ recovery-image] Oct 03 20:22:41.863 INFO O| Oct 03 20:22:41.863 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-10-03T20:22:43.322Z | [ recovery-image] Oct 03 20:22:41.882 INFO O| Oct 03 20:22:41.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7789 | 2024-10-03T20:22:43.322Z | [ recovery-image] Oct 03 20:22:41.883 INFO O| Oct 03 20:22:41.883 INFO STEP 1196 (remove_files) COMPLETE |
7790 | 2024-10-03T20:22:43.324Z | [ recovery-image] Oct 03 20:22:41.883 INFO O| Oct 03 20:22:41.883 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-10-03T20:22:43.351Z | [ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7792 | 2024-10-03T20:22:43.351Z | [ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO STEP 1197 (remove_files) COMPLETE |
7793 | 2024-10-03T20:22:43.351Z | [ recovery-image] Oct 03 20:22:41.912 INFO O| Oct 03 20:22:41.912 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-10-03T20:22:43.394Z | [ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7795 | 2024-10-03T20:22:43.394Z | [ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO STEP 1198 (remove_files) COMPLETE |
7796 | 2024-10-03T20:22:43.394Z | [ recovery-image] Oct 03 20:22:41.954 INFO O| Oct 03 20:22:41.954 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-10-03T20:22:43.442Z | [ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7798 | 2024-10-03T20:22:43.442Z | [ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO STEP 1199 (remove_files) COMPLETE |
7799 | 2024-10-03T20:22:43.445Z | [ recovery-image] Oct 03 20:22:42.003 INFO O| Oct 03 20:22:42.003 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-10-03T20:22:43.460Z | [ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7801 | 2024-10-03T20:22:43.460Z | [ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.021 INFO STEP 1200 (remove_files) COMPLETE |
7802 | 2024-10-03T20:22:43.460Z | [ recovery-image] Oct 03 20:22:42.021 INFO O| Oct 03 20:22:42.021 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-10-03T20:22:43.496Z | [ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7804 | 2024-10-03T20:22:43.499Z | [ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO STEP 1201 (remove_files) COMPLETE |
7805 | 2024-10-03T20:22:43.499Z | [ recovery-image] Oct 03 20:22:42.057 INFO O| Oct 03 20:22:42.057 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-10-03T20:22:43.518Z | [ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7807 | 2024-10-03T20:22:43.518Z | [ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO STEP 1202 (remove_files) COMPLETE |
7808 | 2024-10-03T20:22:43.518Z | [ recovery-image] Oct 03 20:22:42.078 INFO O| Oct 03 20:22:42.078 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-10-03T20:22:43.543Z | [ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7810 | 2024-10-03T20:22:43.543Z | [ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO STEP 1203 (remove_files) COMPLETE |
7811 | 2024-10-03T20:22:43.543Z | [ recovery-image] Oct 03 20:22:42.103 INFO O| Oct 03 20:22:42.103 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-10-03T20:22:43.574Z | [ recovery-image] Oct 03 20:22:42.135 INFO O| Oct 03 20:22:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7813 | 2024-10-03T20:22:43.577Z | [ recovery-image] Oct 03 20:22:42.136 INFO O| Oct 03 20:22:42.136 INFO STEP 1204 (remove_files) COMPLETE |
7814 | 2024-10-03T20:22:43.577Z | [ recovery-image] Oct 03 20:22:42.136 INFO O| Oct 03 20:22:42.136 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-10-03T20:22:43.610Z | [ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7816 | 2024-10-03T20:22:43.610Z | [ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO STEP 1205 (remove_files) COMPLETE |
7817 | 2024-10-03T20:22:43.610Z | [ recovery-image] Oct 03 20:22:42.171 INFO O| Oct 03 20:22:42.171 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7818 | 2024-10-03T20:22:43.661Z | [ recovery-image] Oct 03 20:22:42.221 INFO O| Oct 03 20:22:42.221 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7819 | 2024-10-03T20:22:43.663Z | [ recovery-image] Oct 03 20:22:42.222 INFO O| Oct 03 20:22:42.222 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7820 | 2024-10-03T20:22:45.760Z | [ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO STEP 1206 (pack_tar) COMPLETE |
7821 | 2024-10-03T20:22:45.760Z | [ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7822 | 2024-10-03T20:22:45.763Z | [ recovery-image] Oct 03 20:22:44.321 INFO O| Oct 03 20:22:44.321 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7823 | 2024-10-03T20:22:46.001Z | [ recovery-image] Oct 03 20:22:44.561 INFO O| Oct 03 20:22:44.561 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7824 | 2024-10-03T20:22:46.132Z | [ recovery-image] Oct 03 20:22:44.693 INFO O| Oct 03 20:22:44.693 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7825 | 2024-10-03T20:22:46.144Z | [ recovery-image] Oct 03 20:22:44.703 INFO image builder template: zfs-recovery... |
7826 | 2024-10-03T20:22:46.147Z | [ recovery-image] Oct 03 20:22:44.703 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/.tmp4RA0ll/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None |
7827 | 2024-10-03T20:22:46.197Z | [ recovery-image] Oct 03 20:22:44.758 INFO O| Oct 03 20:22:44.758 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7828 | 2024-10-03T20:22:46.214Z | [ recovery-image] Oct 03 20:22:44.775 INFO O| Oct 03 20:22:44.775 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7829 | 2024-10-03T20:22:46.340Z | [ recovery-image] Oct 03 20:22:44.901 INFO O| Oct 03 20:22:44.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7830 | 2024-10-03T20:22:46.441Z | [ recovery-image] Oct 03 20:22:45.001 INFO O| Oct 03 20:22:45.001 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7831 | 2024-10-03T20:22:46.441Z | [ recovery-image] Oct 03 20:22:45.001 INFO O| Oct 03 20:22:45.001 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7832 | 2024-10-03T20:22:46.449Z | [ recovery-image] Oct 03 20:22:45.010 INFO O| Oct 03 20:22:45.009 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7833 | 2024-10-03T20:22:46.643Z | [ recovery-image] Oct 03 20:22:45.204 INFO O| Oct 03 20:22:45.203 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7834 | 2024-10-03T20:22:46.697Z | [ recovery-image] Oct 03 20:22:45.258 INFO O| Oct 03 20:22:45.258 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7835 | 2024-10-03T20:22:46.715Z | [ recovery-image] Oct 03 20:22:45.275 INFO O| Oct 03 20:22:45.275 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7836 | 2024-10-03T20:22:46.725Z | [ recovery-image] Oct 03 20:22:45.283 INFO O| Oct 03 20:22:45.283 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7837 | 2024-10-03T20:22:46.727Z | [ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO no lofi found |
7838 | 2024-10-03T20:22:46.727Z | [ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7839 | 2024-10-03T20:22:46.727Z | [ recovery-image] Oct 03 20:22:45.285 INFO O| Oct 03 20:22:45.285 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7840 | 2024-10-03T20:22:49.452Z | [ recovery-image] Oct 03 20:22:48.012 INFO O| Oct 03 20:22:48.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
7841 | 2024-10-03T20:22:49.452Z | [ recovery-image] Oct 03 20:22:48.012 INFO O| Oct 03 20:22:48.012 INFO pool device = /dev/dsk/c2t1d0p0 |
7842 | 2024-10-03T20:22:49.454Z | [ recovery-image] Oct 03 20:22:48.013 INFO O| Oct 03 20:22:48.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7843 | 2024-10-03T20:22:49.702Z | [ recovery-image] Oct 03 20:22:48.262 INFO O| Oct 03 20:22:48.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7844 | 2024-10-03T20:22:49.702Z | [ recovery-image] Oct 03 20:22:48.262 INFO O| Oct 03 20:22:48.262 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7845 | 2024-10-03T20:22:49.736Z | [ recovery-image] Oct 03 20:22:48.296 INFO O| Oct 03 20:22:48.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7846 | 2024-10-03T20:22:49.867Z | [ recovery-image] Oct 03 20:22:48.426 INFO O| Oct 03 20:22:48.426 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7847 | 2024-10-03T20:22:49.922Z | [ recovery-image] Oct 03 20:22:48.483 INFO O| Oct 03 20:22:48.483 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7848 | 2024-10-03T20:22:49.950Z | [ recovery-image] Oct 03 20:22:48.510 INFO O| Oct 03 20:22:48.510 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7849 | 2024-10-03T20:22:49.982Z | [ recovery-image] Oct 03 20:22:48.541 INFO O| Oct 03 20:22:48.541 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7850 | 2024-10-03T20:22:50.062Z | [ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7851 | 2024-10-03T20:22:50.065Z | [ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7852 | 2024-10-03T20:22:50.065Z | [ recovery-image] Oct 03 20:22:48.620 INFO O| Oct 03 20:22:48.620 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7853 | 2024-10-03T20:22:50.075Z | [ recovery-image] Oct 03 20:22:48.635 INFO O| Oct 03 20:22:48.635 INFO boot environment UUID: 98ffee44-6483-4e6f-a647-0fe9bc6a88a1 |
7854 | 2024-10-03T20:22:50.075Z | [ recovery-image] Oct 03 20:22:48.635 INFO O| Oct 03 20:22:48.635 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98ffee44-6483-4e6f-a647-0fe9bc6a88a1 |
7855 | 2024-10-03T20:22:50.110Z | [ recovery-image] Oct 03 20:22:48.670 INFO O| Oct 03 20:22:48.670 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7856 | 2024-10-03T20:22:50.168Z | [ recovery-image] Oct 03 20:22:48.728 INFO O| Oct 03 20:22:48.728 INFO STEP 0 (create_be) COMPLETE |
7857 | 2024-10-03T20:22:50.168Z | [ recovery-image] Oct 03 20:22:48.728 INFO O| Oct 03 20:22:48.728 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7858 | 2024-10-03T20:22:50.199Z | [ recovery-image] Oct 03 20:22:48.759 INFO O| Oct 03 20:22:48.758 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"] |
7859 | 2024-10-03T20:22:57.687Z | [ recovery-image] Oct 03 20:22:56.246 INFO O| Oct 03 20:22:56.246 INFO STEP 1 (unpack_tar) COMPLETE |
7860 | 2024-10-03T20:22:57.687Z | [ recovery-image] Oct 03 20:22:56.246 INFO O| Oct 03 20:22:56.246 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7861 | 2024-10-03T20:22:57.707Z | [ recovery-image] Oct 03 20:22:56.266 INFO O| Oct 03 20:22:56.266 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7862 | 2024-10-03T20:22:59.199Z | [ recovery-image] Oct 03 20:22:57.759 INFO O| Oct 03 20:22:57.759 INFO STEP 2 (devfsadm) COMPLETE |
7863 | 2024-10-03T20:22:59.200Z | [ recovery-image] Oct 03 20:22:57.759 INFO O| Oct 03 20:22:57.759 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7864 | 2024-10-03T20:22:59.217Z | [ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7865 | 2024-10-03T20:22:59.217Z | [ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7866 | 2024-10-03T20:22:59.217Z | [ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO STEP 3 (ensure_dir) COMPLETE |
7867 | 2024-10-03T20:22:59.220Z | [ recovery-image] Oct 03 20:22:57.776 INFO O| Oct 03 20:22:57.776 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7868 | 2024-10-03T20:22:59.233Z | [ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7869 | 2024-10-03T20:22:59.233Z | [ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO STEP 4 (ensure_dir) COMPLETE |
7870 | 2024-10-03T20:22:59.233Z | [ recovery-image] Oct 03 20:22:57.792 INFO O| Oct 03 20:22:57.792 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7871 | 2024-10-03T20:22:59.274Z | [ recovery-image] Oct 03 20:22:57.833 INFO O| Oct 03 20:22:57.833 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7872 | 2024-10-03T20:22:59.274Z | [ recovery-image] Oct 03 20:22:57.833 INFO O| Oct 03 20:22:57.833 INFO STEP 5 (ensure_dir) COMPLETE |
7873 | 2024-10-03T20:22:59.277Z | [ recovery-image] Oct 03 20:22:57.834 INFO O| Oct 03 20:22:57.834 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7874 | 2024-10-03T20:22:59.304Z | [ recovery-image] Oct 03 20:22:57.863 INFO O| Oct 03 20:22:57.863 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7875 | 2024-10-03T20:22:59.307Z | [ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7876 | 2024-10-03T20:22:59.307Z | [ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO STEP 6 (ensure_dir) COMPLETE |
7877 | 2024-10-03T20:22:59.307Z | [ recovery-image] Oct 03 20:22:57.864 INFO O| Oct 03 20:22:57.864 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7878 | 2024-10-03T20:22:59.320Z | [ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7879 | 2024-10-03T20:22:59.324Z | [ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7880 | 2024-10-03T20:22:59.324Z | [ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO STEP 7 (ensure_dir) COMPLETE |
7881 | 2024-10-03T20:22:59.324Z | [ recovery-image] Oct 03 20:22:57.880 INFO O| Oct 03 20:22:57.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7882 | 2024-10-03T20:22:59.337Z | [ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7883 | 2024-10-03T20:22:59.340Z | [ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO STEP 8 (remove_files) COMPLETE |
7884 | 2024-10-03T20:22:59.340Z | [ recovery-image] Oct 03 20:22:57.896 INFO O| Oct 03 20:22:57.896 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7885 | 2024-10-03T20:22:59.355Z | [ recovery-image] Oct 03 20:22:57.914 INFO O| Oct 03 20:22:57.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7886 | 2024-10-03T20:22:59.358Z | [ recovery-image] Oct 03 20:22:57.916 INFO O| Oct 03 20:22:57.915 INFO STEP 9 (remove_files) COMPLETE |
7887 | 2024-10-03T20:22:59.358Z | [ recovery-image] Oct 03 20:22:57.916 INFO O| Oct 03 20:22:57.915 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7888 | 2024-10-03T20:22:59.373Z | [ recovery-image] Oct 03 20:22:57.933 INFO O| Oct 03 20:22:57.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7889 | 2024-10-03T20:22:59.377Z | [ recovery-image] Oct 03 20:22:57.934 INFO O| Oct 03 20:22:57.934 INFO STEP 10 (remove_files) COMPLETE |
7890 | 2024-10-03T20:22:59.377Z | [ recovery-image] Oct 03 20:22:57.934 INFO O| Oct 03 20:22:57.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7891 | 2024-10-03T20:22:59.392Z | [ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7892 | 2024-10-03T20:22:59.392Z | [ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO STEP 11 (remove_files) COMPLETE |
7893 | 2024-10-03T20:22:59.392Z | [ recovery-image] Oct 03 20:22:57.951 INFO O| Oct 03 20:22:57.951 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-03T20:22:59.412Z | [ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7895 | 2024-10-03T20:22:59.415Z | [ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO STEP 12 (remove_files) COMPLETE |
7896 | 2024-10-03T20:22:59.415Z | [ recovery-image] Oct 03 20:22:57.971 INFO O| Oct 03 20:22:57.971 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7897 | 2024-10-03T20:22:59.460Z | [ recovery-image] Oct 03 20:22:58.019 INFO O| Oct 03 20:22:58.019 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7898 | 2024-10-03T20:22:59.460Z | [ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7899 | 2024-10-03T20:22:59.464Z | [ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.020 INFO STEP 13 (ensure_dir) COMPLETE |
7900 | 2024-10-03T20:22:59.464Z | [ recovery-image] Oct 03 20:22:58.020 INFO O| Oct 03 20:22:58.020 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7901 | 2024-10-03T20:22:59.479Z | [ recovery-image] Oct 03 20:22:58.038 INFO O| Oct 03 20:22:58.038 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7902 | 2024-10-03T20:22:59.479Z | [ recovery-image] Oct 03 20:22:58.038 INFO O| Oct 03 20:22:58.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7903 | 2024-10-03T20:22:59.483Z | [ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7904 | 2024-10-03T20:22:59.483Z | [ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.039 INFO STEP 14 (ensure_dir) COMPLETE |
7905 | 2024-10-03T20:22:59.483Z | [ recovery-image] Oct 03 20:22:58.039 INFO O| Oct 03 20:22:58.039 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7906 | 2024-10-03T20:22:59.497Z | [ recovery-image] Oct 03 20:22:58.056 INFO O| Oct 03 20:22:58.056 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7907 | 2024-10-03T20:22:59.497Z | [ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7908 | 2024-10-03T20:22:59.500Z | [ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7909 | 2024-10-03T20:22:59.500Z | [ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO STEP 15 (ensure_dir) COMPLETE |
7910 | 2024-10-03T20:22:59.500Z | [ recovery-image] Oct 03 20:22:58.057 INFO O| Oct 03 20:22:58.057 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7911 | 2024-10-03T20:22:59.515Z | [ recovery-image] Oct 03 20:22:58.074 INFO O| Oct 03 20:22:58.074 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7912 | 2024-10-03T20:22:59.515Z | [ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7913 | 2024-10-03T20:22:59.515Z | [ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.074 INFO STEP 16 (ensure_dir) COMPLETE |
7914 | 2024-10-03T20:22:59.518Z | [ recovery-image] Oct 03 20:22:58.075 INFO O| Oct 03 20:22:58.075 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7915 | 2024-10-03T20:22:59.533Z | [ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7916 | 2024-10-03T20:22:59.535Z | [ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7917 | 2024-10-03T20:22:59.535Z | [ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO STEP 17 (ensure_dir) COMPLETE |
7918 | 2024-10-03T20:22:59.535Z | [ recovery-image] Oct 03 20:22:58.092 INFO O| Oct 03 20:22:58.092 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7919 | 2024-10-03T20:22:59.551Z | [ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7920 | 2024-10-03T20:22:59.551Z | [ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7921 | 2024-10-03T20:22:59.551Z | [ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO ok! |
7922 | 2024-10-03T20:22:59.551Z | [ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO STEP 18 (ensure_symlink) COMPLETE |
7923 | 2024-10-03T20:22:59.554Z | [ recovery-image] Oct 03 20:22:58.110 INFO O| Oct 03 20:22:58.110 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7924 | 2024-10-03T20:22:59.567Z | [ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7925 | 2024-10-03T20:22:59.567Z | [ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7926 | 2024-10-03T20:22:59.570Z | [ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO ok! |
7927 | 2024-10-03T20:22:59.570Z | [ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO STEP 19 (ensure_file) COMPLETE |
7928 | 2024-10-03T20:22:59.570Z | [ recovery-image] Oct 03 20:22:58.127 INFO O| Oct 03 20:22:58.127 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7929 | 2024-10-03T20:22:59.585Z | [ recovery-image] Oct 03 20:22:58.144 INFO O| Oct 03 20:22:58.144 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7930 | 2024-10-03T20:22:59.585Z | [ recovery-image] Oct 03 20:22:58.144 INFO O| Oct 03 20:22:58.144 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7931 | 2024-10-03T20:22:59.588Z | [ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7932 | 2024-10-03T20:22:59.588Z | [ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO ok! |
7933 | 2024-10-03T20:22:59.588Z | [ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO STEP 20 (ensure_symlink) COMPLETE |
7934 | 2024-10-03T20:22:59.588Z | [ recovery-image] Oct 03 20:22:58.145 INFO O| Oct 03 20:22:58.145 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7935 | 2024-10-03T20:22:59.603Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7936 | 2024-10-03T20:22:59.603Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7937 | 2024-10-03T20:22:59.605Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7938 | 2024-10-03T20:22:59.605Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO ok! |
7939 | 2024-10-03T20:22:59.605Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO STEP 21 (ensure_symlink) COMPLETE |
7940 | 2024-10-03T20:22:59.606Z | [ recovery-image] Oct 03 20:22:58.162 INFO O| Oct 03 20:22:58.162 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7941 | 2024-10-03T20:22:59.621Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7942 | 2024-10-03T20:22:59.621Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7943 | 2024-10-03T20:22:59.623Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7944 | 2024-10-03T20:22:59.623Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO ok! |
7945 | 2024-10-03T20:22:59.624Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO STEP 22 (ensure_symlink) COMPLETE |
7946 | 2024-10-03T20:22:59.624Z | [ recovery-image] Oct 03 20:22:58.180 INFO O| Oct 03 20:22:58.180 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7947 | 2024-10-03T20:22:59.638Z | [ recovery-image] Oct 03 20:22:58.197 INFO O| Oct 03 20:22:58.197 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7948 | 2024-10-03T20:22:59.638Z | [ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.197 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7949 | 2024-10-03T20:22:59.641Z | [ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7950 | 2024-10-03T20:22:59.641Z | [ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO ok! |
7951 | 2024-10-03T20:22:59.641Z | [ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO STEP 23 (ensure_symlink) COMPLETE |
7952 | 2024-10-03T20:22:59.641Z | [ recovery-image] Oct 03 20:22:58.198 INFO O| Oct 03 20:22:58.198 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7953 | 2024-10-03T20:22:59.659Z | [ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7954 | 2024-10-03T20:22:59.659Z | [ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 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 ... |
7955 | 2024-10-03T20:22:59.662Z | [ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7956 | 2024-10-03T20:22:59.662Z | [ recovery-image] Oct 03 20:22:58.216 INFO O| Oct 03 20:22:58.216 INFO ok! |
7957 | 2024-10-03T20:22:59.662Z | [ recovery-image] Oct 03 20:22:58.217 INFO O| Oct 03 20:22:58.216 INFO STEP 24 (ensure_file) COMPLETE |
7958 | 2024-10-03T20:22:59.662Z | [ recovery-image] Oct 03 20:22:58.217 INFO O| Oct 03 20:22:58.216 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7959 | 2024-10-03T20:22:59.674Z | [ recovery-image] Oct 03 20:22:58.233 INFO O| Oct 03 20:22:58.233 INFO updating shadow file |
7960 | 2024-10-03T20:22:59.677Z | [ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7961 | 2024-10-03T20:22:59.677Z | [ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7962 | 2024-10-03T20:22:59.677Z | [ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO STEP 25 (shadow) COMPLETE |
7963 | 2024-10-03T20:22:59.677Z | [ recovery-image] Oct 03 20:22:58.234 INFO O| Oct 03 20:22:58.234 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7964 | 2024-10-03T20:22:59.689Z | [ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7965 | 2024-10-03T20:22:59.689Z | [ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7966 | 2024-10-03T20:22:59.692Z | [ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7967 | 2024-10-03T20:22:59.692Z | [ recovery-image] Oct 03 20:22:58.247 INFO O| Oct 03 20:22:58.247 INFO ok! |
7968 | 2024-10-03T20:22:59.692Z | [ recovery-image] Oct 03 20:22:58.248 INFO O| Oct 03 20:22:58.247 INFO STEP 26 (ensure_file) COMPLETE |
7969 | 2024-10-03T20:22:59.692Z | [ recovery-image] Oct 03 20:22:58.248 INFO O| Oct 03 20:22:58.248 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7970 | 2024-10-03T20:22:59.706Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7971 | 2024-10-03T20:22:59.706Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7972 | 2024-10-03T20:22:59.710Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7973 | 2024-10-03T20:22:59.710Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO ok! |
7974 | 2024-10-03T20:22:59.710Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO STEP 27 (ensure_file) COMPLETE |
7975 | 2024-10-03T20:22:59.710Z | [ recovery-image] Oct 03 20:22:58.265 INFO O| Oct 03 20:22:58.265 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7976 | 2024-10-03T20:22:59.724Z | [ recovery-image] Oct 03 20:22:58.283 INFO O| Oct 03 20:22:58.283 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7977 | 2024-10-03T20:22:59.724Z | [ recovery-image] Oct 03 20:22:58.283 INFO O| Oct 03 20:22:58.283 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7978 | 2024-10-03T20:22:59.727Z | [ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7979 | 2024-10-03T20:22:59.727Z | [ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7980 | 2024-10-03T20:22:59.727Z | [ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO ok! |
7981 | 2024-10-03T20:22:59.727Z | [ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO STEP 28 (ensure_file) COMPLETE |
7982 | 2024-10-03T20:22:59.727Z | [ recovery-image] Oct 03 20:22:58.284 INFO O| Oct 03 20:22:58.284 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7983 | 2024-10-03T20:22:59.740Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7984 | 2024-10-03T20:22:59.740Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7985 | 2024-10-03T20:22:59.743Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7986 | 2024-10-03T20:22:59.743Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO ok! |
7987 | 2024-10-03T20:22:59.743Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO STEP 29 (ensure_file) COMPLETE |
7988 | 2024-10-03T20:22:59.743Z | [ recovery-image] Oct 03 20:22:58.299 INFO O| Oct 03 20:22:58.299 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7989 | 2024-10-03T20:22:59.752Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7990 | 2024-10-03T20:22:59.752Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7991 | 2024-10-03T20:22:59.752Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7992 | 2024-10-03T20:22:59.754Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO ok! |
7993 | 2024-10-03T20:22:59.754Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO STEP 30 (ensure_file) COMPLETE |
7994 | 2024-10-03T20:22:59.754Z | [ recovery-image] Oct 03 20:22:58.311 INFO O| Oct 03 20:22:58.311 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7995 | 2024-10-03T20:22:59.768Z | [ recovery-image] Oct 03 20:22:58.327 INFO O| Oct 03 20:22:58.327 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7996 | 2024-10-03T20:22:59.768Z | [ recovery-image] Oct 03 20:22:58.327 INFO O| Oct 03 20:22:58.327 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7997 | 2024-10-03T20:22:59.771Z | [ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.327 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7998 | 2024-10-03T20:22:59.771Z | [ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7999 | 2024-10-03T20:22:59.771Z | [ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO ok! |
8000 | 2024-10-03T20:22:59.771Z | [ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO STEP 31 (ensure_file) COMPLETE |
8001 | 2024-10-03T20:22:59.771Z | [ recovery-image] Oct 03 20:22:58.328 INFO O| Oct 03 20:22:58.328 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8002 | 2024-10-03T20:22:59.786Z | [ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8003 | 2024-10-03T20:22:59.786Z | [ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8004 | 2024-10-03T20:22:59.788Z | [ recovery-image] Oct 03 20:22:58.345 INFO O| Oct 03 20:22:58.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8005 | 2024-10-03T20:22:59.788Z | [ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.345 INFO ok! |
8006 | 2024-10-03T20:22:59.789Z | [ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.346 INFO STEP 32 (ensure_file) COMPLETE |
8007 | 2024-10-03T20:22:59.789Z | [ recovery-image] Oct 03 20:22:58.346 INFO O| Oct 03 20:22:58.346 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8008 | 2024-10-03T20:22:59.804Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.363 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8009 | 2024-10-03T20:22:59.804Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8010 | 2024-10-03T20:22:59.807Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8011 | 2024-10-03T20:22:59.807Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO ok! |
8012 | 2024-10-03T20:22:59.807Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO STEP 33 (ensure_file) COMPLETE |
8013 | 2024-10-03T20:22:59.807Z | [ recovery-image] Oct 03 20:22:58.364 INFO O| Oct 03 20:22:58.364 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8014 | 2024-10-03T20:22:59.822Z | [ recovery-image] Oct 03 20:22:58.381 INFO O| Oct 03 20:22:58.381 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8015 | 2024-10-03T20:22:59.822Z | [ recovery-image] Oct 03 20:22:58.381 INFO O| Oct 03 20:22:58.381 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8016 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8017 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8018 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8019 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8020 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO ok! |
8021 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO STEP 34 (ensure_file) COMPLETE |
8022 | 2024-10-03T20:22:59.825Z | [ recovery-image] Oct 03 20:22:58.382 INFO O| Oct 03 20:22:58.382 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8023 | 2024-10-03T20:22:59.839Z | [ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8024 | 2024-10-03T20:22:59.843Z | [ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8025 | 2024-10-03T20:22:59.843Z | [ recovery-image] Oct 03 20:22:58.398 INFO O| Oct 03 20:22:58.398 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8026 | 2024-10-03T20:22:59.843Z | [ recovery-image] Oct 03 20:22:58.399 INFO O| Oct 03 20:22:58.398 INFO STEP 35 (ensure_dir) COMPLETE |
8027 | 2024-10-03T20:22:59.843Z | [ recovery-image] Oct 03 20:22:58.399 INFO O| Oct 03 20:22:58.398 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8028 | 2024-10-03T20:22:59.856Z | [ recovery-image] Oct 03 20:22:58.415 INFO O| Oct 03 20:22:58.415 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 |
8029 | 2024-10-03T20:22:59.856Z | [ recovery-image] Oct 03 20:22:58.415 INFO O| Oct 03 20:22:58.415 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 ... |
8030 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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 |
8031 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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 |
8032 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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 |
8033 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 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 |
8034 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO ok! |
8035 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO STEP 36 (ensure_file) COMPLETE |
8036 | 2024-10-03T20:22:59.859Z | [ recovery-image] Oct 03 20:22:58.416 INFO O| Oct 03 20:22:58.416 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8037 | 2024-10-03T20:22:59.874Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8038 | 2024-10-03T20:22:59.874Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.433 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 ... |
8039 | 2024-10-03T20:22:59.877Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8040 | 2024-10-03T20:22:59.877Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO ok! |
8041 | 2024-10-03T20:22:59.877Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO STEP 37 (ensure_symlink) COMPLETE |
8042 | 2024-10-03T20:22:59.877Z | [ recovery-image] Oct 03 20:22:58.434 INFO O| Oct 03 20:22:58.434 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8043 | 2024-10-03T20:22:59.892Z | [ recovery-image] Oct 03 20:22:58.451 INFO O| Oct 03 20:22:58.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8044 | 2024-10-03T20:22:59.892Z | [ recovery-image] Oct 03 20:22:58.451 INFO O| Oct 03 20:22:58.451 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8045 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.451 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8046 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8047 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8048 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8049 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO ok! |
8050 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO STEP 38 (ensure_file) COMPLETE |
8051 | 2024-10-03T20:22:59.895Z | [ recovery-image] Oct 03 20:22:58.452 INFO O| Oct 03 20:22:58.452 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8052 | 2024-10-03T20:22:59.906Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8053 | 2024-10-03T20:22:59.906Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 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 ... |
8054 | 2024-10-03T20:22:59.908Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 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 |
8055 | 2024-10-03T20:22:59.908Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8056 | 2024-10-03T20:22:59.908Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO ok! |
8057 | 2024-10-03T20:22:59.908Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO STEP 39 (ensure_file) COMPLETE |
8058 | 2024-10-03T20:22:59.908Z | [ recovery-image] Oct 03 20:22:58.465 INFO O| Oct 03 20:22:58.465 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8059 | 2024-10-03T20:22:59.923Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8060 | 2024-10-03T20:22:59.923Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8061 | 2024-10-03T20:22:59.925Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8062 | 2024-10-03T20:22:59.925Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO ok! |
8063 | 2024-10-03T20:22:59.925Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO STEP 40 (ensure_file) COMPLETE |
8064 | 2024-10-03T20:22:59.925Z | [ recovery-image] Oct 03 20:22:58.482 INFO O| Oct 03 20:22:58.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8065 | 2024-10-03T20:22:59.941Z | [ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO updating shadow file |
8066 | 2024-10-03T20:22:59.944Z | [ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8067 | 2024-10-03T20:22:59.944Z | [ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO STEP 41 (shadow) COMPLETE |
8068 | 2024-10-03T20:22:59.944Z | [ recovery-image] Oct 03 20:22:58.500 INFO O| Oct 03 20:22:58.500 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8069 | 2024-10-03T20:22:59.960Z | [ recovery-image] Oct 03 20:22:58.518 INFO O| Oct 03 20:22:58.518 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8070 | 2024-10-03T20:22:59.960Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8071 | 2024-10-03T20:22:59.962Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8072 | 2024-10-03T20:22:59.962Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8073 | 2024-10-03T20:22:59.962Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO ok! |
8074 | 2024-10-03T20:22:59.962Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO STEP 42 (ensure_file) COMPLETE |
8075 | 2024-10-03T20:22:59.962Z | [ recovery-image] Oct 03 20:22:58.519 INFO O| Oct 03 20:22:58.519 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8076 | 2024-10-03T20:22:59.979Z | [ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8077 | 2024-10-03T20:22:59.979Z | [ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO STEP 43 (ensure_dir) COMPLETE |
8078 | 2024-10-03T20:22:59.982Z | [ recovery-image] Oct 03 20:22:58.537 INFO O| Oct 03 20:22:58.537 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8079 | 2024-10-03T20:22:59.996Z | [ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8080 | 2024-10-03T20:22:59.996Z | [ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8081 | 2024-10-03T20:22:59.999Z | [ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO STEP 44 (ensure_dir) COMPLETE |
8082 | 2024-10-03T20:22:59.999Z | [ recovery-image] Oct 03 20:22:58.555 INFO O| Oct 03 20:22:58.555 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8083 | 2024-10-03T20:23:00.014Z | [ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8084 | 2024-10-03T20:23:00.016Z | [ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8085 | 2024-10-03T20:23:00.016Z | [ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO STEP 45 (ensure_dir) COMPLETE |
8086 | 2024-10-03T20:23:00.016Z | [ recovery-image] Oct 03 20:22:58.573 INFO O| Oct 03 20:22:58.573 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8087 | 2024-10-03T20:23:00.032Z | [ recovery-image] Oct 03 20:22:58.589 INFO O| Oct 03 20:22:58.589 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8088 | 2024-10-03T20:23:00.032Z | [ recovery-image] Oct 03 20:22:58.589 INFO O| Oct 03 20:22:58.589 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8089 | 2024-10-03T20:23:00.078Z | [ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8090 | 2024-10-03T20:23:00.078Z | [ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO ok! |
8091 | 2024-10-03T20:23:00.080Z | [ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO STEP 46 (ensure_file) COMPLETE |
8092 | 2024-10-03T20:23:00.080Z | [ recovery-image] Oct 03 20:22:58.637 INFO O| Oct 03 20:22:58.637 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8093 | 2024-10-03T20:23:00.241Z | [ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8094 | 2024-10-03T20:23:00.241Z | [ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8095 | 2024-10-03T20:23:00.241Z | [ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO STEP 47 (ensure_dir) COMPLETE |
8096 | 2024-10-03T20:23:00.241Z | [ recovery-image] Oct 03 20:22:58.657 INFO O| Oct 03 20:22:58.657 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8097 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8098 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8099 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8100 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO ok! |
8101 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO STEP 48 (ensure_file) COMPLETE |
8102 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.675 INFO O| Oct 03 20:22:58.675 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8103 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8104 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8105 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO STEP 49 (ensure_dir) COMPLETE |
8106 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.692 INFO O| Oct 03 20:22:58.692 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8107 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.709 INFO O| Oct 03 20:22:58.709 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8108 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.709 INFO O| Oct 03 20:22:58.709 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8109 | 2024-10-03T20:23:00.245Z | [ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8110 | 2024-10-03T20:23:00.246Z | [ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO ok! |
8111 | 2024-10-03T20:23:00.246Z | [ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO STEP 50 (ensure_file) COMPLETE |
8112 | 2024-10-03T20:23:00.246Z | [ recovery-image] Oct 03 20:22:58.730 INFO O| Oct 03 20:22:58.730 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8113 | 2024-10-03T20:23:00.246Z | [ recovery-image] Oct 03 20:22:58.750 INFO O| Oct 03 20:22:58.750 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8114 | 2024-10-03T20:23:00.246Z | [ recovery-image] Oct 03 20:22:58.751 INFO O| Oct 03 20:22:58.750 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8115 | 2024-10-03T20:23:01.737Z | [ recovery-image] Oct 03 20:23:00.295 INFO O| Oct 03 20:23:00.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8116 | 2024-10-03T20:23:01.737Z | [ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO ok! |
8117 | 2024-10-03T20:23:01.737Z | [ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO STEP 51 (ensure_file) COMPLETE |
8118 | 2024-10-03T20:23:01.739Z | [ recovery-image] Oct 03 20:23:00.296 INFO O| Oct 03 20:23:00.295 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8119 | 2024-10-03T20:23:01.753Z | [ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8120 | 2024-10-03T20:23:01.753Z | [ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8121 | 2024-10-03T20:23:01.756Z | [ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO STEP 52 (ensure_dir) COMPLETE |
8122 | 2024-10-03T20:23:01.756Z | [ recovery-image] Oct 03 20:23:00.312 INFO O| Oct 03 20:23:00.312 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8123 | 2024-10-03T20:23:01.767Z | [ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8124 | 2024-10-03T20:23:01.767Z | [ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 INFO copying /tmp/.tmp4RA0ll/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 ... |
8125 | 2024-10-03T20:23:01.770Z | [ recovery-image] Oct 03 20:23:00.326 INFO O| Oct 03 20:23:00.326 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 |
8126 | 2024-10-03T20:23:01.770Z | [ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.326 INFO ok! |
8127 | 2024-10-03T20:23:01.770Z | [ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.326 INFO STEP 53 (ensure_file) COMPLETE |
8128 | 2024-10-03T20:23:01.770Z | [ recovery-image] Oct 03 20:23:00.327 INFO O| Oct 03 20:23:00.327 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8129 | 2024-10-03T20:23:01.787Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8130 | 2024-10-03T20:23:01.787Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO copying /tmp/.tmp4RA0ll/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 ... |
8131 | 2024-10-03T20:23:01.790Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 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 |
8132 | 2024-10-03T20:23:01.790Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO ok! |
8133 | 2024-10-03T20:23:01.790Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO STEP 54 (ensure_file) COMPLETE |
8134 | 2024-10-03T20:23:01.790Z | [ recovery-image] Oct 03 20:23:00.346 INFO O| Oct 03 20:23:00.346 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8135 | 2024-10-03T20:23:01.806Z | [ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8136 | 2024-10-03T20:23:01.806Z | [ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8137 | 2024-10-03T20:23:01.808Z | [ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO STEP 55 (ensure_dir) COMPLETE |
8138 | 2024-10-03T20:23:01.808Z | [ recovery-image] Oct 03 20:23:00.365 INFO O| Oct 03 20:23:00.365 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8139 | 2024-10-03T20:23:01.821Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8140 | 2024-10-03T20:23:01.821Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO copying /tmp/.tmp4RA0ll/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 ... |
8141 | 2024-10-03T20:23:01.821Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8142 | 2024-10-03T20:23:01.824Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO ok! |
8143 | 2024-10-03T20:23:01.824Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO STEP 56 (ensure_file) COMPLETE |
8144 | 2024-10-03T20:23:01.824Z | [ recovery-image] Oct 03 20:23:00.380 INFO O| Oct 03 20:23:00.380 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8145 | 2024-10-03T20:23:01.838Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8146 | 2024-10-03T20:23:01.838Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO copying /tmp/.tmp4RA0ll/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 ... |
8147 | 2024-10-03T20:23:01.840Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 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 |
8148 | 2024-10-03T20:23:01.840Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO ok! |
8149 | 2024-10-03T20:23:01.840Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO STEP 57 (ensure_file) COMPLETE |
8150 | 2024-10-03T20:23:01.840Z | [ recovery-image] Oct 03 20:23:00.397 INFO O| Oct 03 20:23:00.397 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8151 | 2024-10-03T20:23:01.852Z | [ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8152 | 2024-10-03T20:23:01.852Z | [ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8153 | 2024-10-03T20:23:01.852Z | [ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO STEP 58 (ensure_dir) COMPLETE |
8154 | 2024-10-03T20:23:01.854Z | [ recovery-image] Oct 03 20:23:00.411 INFO O| Oct 03 20:23:00.411 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8155 | 2024-10-03T20:23:01.869Z | [ recovery-image] Oct 03 20:23:00.427 INFO O| Oct 03 20:23:00.427 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8156 | 2024-10-03T20:23:01.869Z | [ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.427 INFO copying /tmp/.tmp4RA0ll/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 ... |
8157 | 2024-10-03T20:23:01.869Z | [ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8158 | 2024-10-03T20:23:01.869Z | [ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO ok! |
8159 | 2024-10-03T20:23:01.871Z | [ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO STEP 59 (ensure_file) COMPLETE |
8160 | 2024-10-03T20:23:01.871Z | [ recovery-image] Oct 03 20:23:00.428 INFO O| Oct 03 20:23:00.428 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8161 | 2024-10-03T20:23:01.886Z | [ recovery-image] Oct 03 20:23:00.445 INFO O| Oct 03 20:23:00.445 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8162 | 2024-10-03T20:23:01.887Z | [ recovery-image] Oct 03 20:23:00.445 INFO O| Oct 03 20:23:00.445 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8163 | 2024-10-03T20:23:01.889Z | [ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8164 | 2024-10-03T20:23:01.889Z | [ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO ok! |
8165 | 2024-10-03T20:23:01.889Z | [ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO STEP 60 (ensure_file) COMPLETE |
8166 | 2024-10-03T20:23:01.889Z | [ recovery-image] Oct 03 20:23:00.446 INFO O| Oct 03 20:23:00.446 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8167 | 2024-10-03T20:23:01.904Z | [ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.462 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8168 | 2024-10-03T20:23:01.904Z | [ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.463 INFO STEP 61 (ensure_dir) COMPLETE |
8169 | 2024-10-03T20:23:01.906Z | [ recovery-image] Oct 03 20:23:00.463 INFO O| Oct 03 20:23:00.463 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8170 | 2024-10-03T20:23:01.920Z | [ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8171 | 2024-10-03T20:23:01.920Z | [ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO STEP 62 (ensure_dir) COMPLETE |
8172 | 2024-10-03T20:23:01.924Z | [ recovery-image] Oct 03 20:23:00.479 INFO O| Oct 03 20:23:00.479 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8173 | 2024-10-03T20:23:01.932Z | [ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8174 | 2024-10-03T20:23:01.932Z | [ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO STEP 63 (ensure_dir) COMPLETE |
8175 | 2024-10-03T20:23:01.932Z | [ recovery-image] Oct 03 20:23:00.491 INFO O| Oct 03 20:23:00.491 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8176 | 2024-10-03T20:23:01.943Z | [ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8177 | 2024-10-03T20:23:01.943Z | [ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO STEP 64 (ensure_dir) COMPLETE |
8178 | 2024-10-03T20:23:01.946Z | [ recovery-image] Oct 03 20:23:00.502 INFO O| Oct 03 20:23:00.502 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8179 | 2024-10-03T20:23:01.954Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8180 | 2024-10-03T20:23:01.954Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO copying /tmp/.tmp4RA0ll/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8181 | 2024-10-03T20:23:01.957Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8182 | 2024-10-03T20:23:01.957Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO ok! |
8183 | 2024-10-03T20:23:01.957Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO STEP 65 (ensure_file) COMPLETE |
8184 | 2024-10-03T20:23:01.957Z | [ recovery-image] Oct 03 20:23:00.513 INFO O| Oct 03 20:23:00.513 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8185 | 2024-10-03T20:23:01.966Z | [ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8186 | 2024-10-03T20:23:01.969Z | [ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.525 INFO STEP 66 (remove_files) COMPLETE |
8187 | 2024-10-03T20:23:01.969Z | [ recovery-image] Oct 03 20:23:00.525 INFO O| Oct 03 20:23:00.525 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8188 | 2024-10-03T20:23:01.980Z | [ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8189 | 2024-10-03T20:23:01.982Z | [ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO STEP 67 (remove_files) COMPLETE |
8190 | 2024-10-03T20:23:01.982Z | [ recovery-image] Oct 03 20:23:00.539 INFO O| Oct 03 20:23:00.539 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8191 | 2024-10-03T20:23:01.991Z | [ recovery-image] Oct 03 20:23:00.550 INFO O| Oct 03 20:23:00.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8192 | 2024-10-03T20:23:01.994Z | [ recovery-image] Oct 03 20:23:00.551 INFO O| Oct 03 20:23:00.550 INFO STEP 68 (remove_files) COMPLETE |
8193 | 2024-10-03T20:23:01.994Z | [ recovery-image] Oct 03 20:23:00.551 INFO O| Oct 03 20:23:00.551 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8194 | 2024-10-03T20:23:02.006Z | [ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8195 | 2024-10-03T20:23:02.009Z | [ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO STEP 69 (remove_files) COMPLETE |
8196 | 2024-10-03T20:23:02.009Z | [ recovery-image] Oct 03 20:23:00.565 INFO O| Oct 03 20:23:00.565 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8197 | 2024-10-03T20:23:02.020Z | [ recovery-image] Oct 03 20:23:00.578 INFO O| Oct 03 20:23:00.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8198 | 2024-10-03T20:23:02.022Z | [ recovery-image] Oct 03 20:23:00.579 INFO O| Oct 03 20:23:00.579 INFO STEP 70 (remove_files) COMPLETE |
8199 | 2024-10-03T20:23:02.022Z | [ recovery-image] Oct 03 20:23:00.579 INFO O| Oct 03 20:23:00.579 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8200 | 2024-10-03T20:23:02.034Z | [ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8201 | 2024-10-03T20:23:02.037Z | [ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO STEP 71 (remove_files) COMPLETE |
8202 | 2024-10-03T20:23:02.037Z | [ recovery-image] Oct 03 20:23:00.593 INFO O| Oct 03 20:23:00.593 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-03T20:23:02.051Z | [ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8204 | 2024-10-03T20:23:02.051Z | [ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO STEP 72 (remove_files) COMPLETE |
8205 | 2024-10-03T20:23:02.051Z | [ recovery-image] Oct 03 20:23:00.610 INFO O| Oct 03 20:23:00.610 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-03T20:23:02.067Z | [ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8207 | 2024-10-03T20:23:02.067Z | [ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO STEP 73 (remove_files) COMPLETE |
8208 | 2024-10-03T20:23:02.067Z | [ recovery-image] Oct 03 20:23:00.626 INFO O| Oct 03 20:23:00.626 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-03T20:23:02.082Z | [ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8210 | 2024-10-03T20:23:02.082Z | [ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO STEP 74 (remove_files) COMPLETE |
8211 | 2024-10-03T20:23:02.082Z | [ recovery-image] Oct 03 20:23:00.641 INFO O| Oct 03 20:23:00.641 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-03T20:23:02.093Z | [ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8213 | 2024-10-03T20:23:02.093Z | [ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO STEP 75 (remove_files) COMPLETE |
8214 | 2024-10-03T20:23:02.096Z | [ recovery-image] Oct 03 20:23:00.652 INFO O| Oct 03 20:23:00.652 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-03T20:23:02.107Z | [ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8216 | 2024-10-03T20:23:02.107Z | [ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.666 INFO STEP 76 (remove_files) COMPLETE |
8217 | 2024-10-03T20:23:02.109Z | [ recovery-image] Oct 03 20:23:00.666 INFO O| Oct 03 20:23:00.666 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-03T20:23:02.121Z | [ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8219 | 2024-10-03T20:23:02.123Z | [ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO STEP 77 (remove_files) COMPLETE |
8220 | 2024-10-03T20:23:02.123Z | [ recovery-image] Oct 03 20:23:00.679 INFO O| Oct 03 20:23:00.679 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-03T20:23:02.135Z | [ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8222 | 2024-10-03T20:23:02.135Z | [ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO STEP 78 (remove_files) COMPLETE |
8223 | 2024-10-03T20:23:02.138Z | [ recovery-image] Oct 03 20:23:00.694 INFO O| Oct 03 20:23:00.694 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-03T20:23:02.150Z | [ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8225 | 2024-10-03T20:23:02.150Z | [ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.709 INFO STEP 79 (remove_files) COMPLETE |
8226 | 2024-10-03T20:23:02.152Z | [ recovery-image] Oct 03 20:23:00.709 INFO O| Oct 03 20:23:00.709 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8227 | 2024-10-03T20:23:02.164Z | [ recovery-image] Oct 03 20:23:00.722 INFO O| Oct 03 20:23:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8228 | 2024-10-03T20:23:02.164Z | [ recovery-image] Oct 03 20:23:00.723 INFO O| Oct 03 20:23:00.723 INFO STEP 80 (remove_files) COMPLETE |
8229 | 2024-10-03T20:23:02.166Z | [ recovery-image] Oct 03 20:23:00.723 INFO O| Oct 03 20:23:00.723 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8230 | 2024-10-03T20:23:02.177Z | [ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8231 | 2024-10-03T20:23:02.177Z | [ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO STEP 81 (remove_files) COMPLETE |
8232 | 2024-10-03T20:23:02.180Z | [ recovery-image] Oct 03 20:23:00.736 INFO O| Oct 03 20:23:00.736 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8233 | 2024-10-03T20:23:02.193Z | [ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8234 | 2024-10-03T20:23:02.196Z | [ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO STEP 82 (remove_files) COMPLETE |
8235 | 2024-10-03T20:23:02.196Z | [ recovery-image] Oct 03 20:23:00.752 INFO O| Oct 03 20:23:00.752 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8236 | 2024-10-03T20:23:02.209Z | [ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8237 | 2024-10-03T20:23:02.209Z | [ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO STEP 83 (remove_files) COMPLETE |
8238 | 2024-10-03T20:23:02.209Z | [ recovery-image] Oct 03 20:23:00.768 INFO O| Oct 03 20:23:00.768 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8239 | 2024-10-03T20:23:02.223Z | [ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8240 | 2024-10-03T20:23:02.223Z | [ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO STEP 84 (remove_files) COMPLETE |
8241 | 2024-10-03T20:23:02.226Z | [ recovery-image] Oct 03 20:23:00.781 INFO O| Oct 03 20:23:00.781 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8242 | 2024-10-03T20:23:02.235Z | [ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8243 | 2024-10-03T20:23:02.235Z | [ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO STEP 85 (remove_files) COMPLETE |
8244 | 2024-10-03T20:23:02.237Z | [ recovery-image] Oct 03 20:23:00.794 INFO O| Oct 03 20:23:00.794 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8245 | 2024-10-03T20:23:02.250Z | [ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8246 | 2024-10-03T20:23:02.250Z | [ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO STEP 86 (remove_files) COMPLETE |
8247 | 2024-10-03T20:23:02.250Z | [ recovery-image] Oct 03 20:23:00.809 INFO O| Oct 03 20:23:00.809 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8248 | 2024-10-03T20:23:02.271Z | [ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8249 | 2024-10-03T20:23:02.271Z | [ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO STEP 87 (remove_files) COMPLETE |
8250 | 2024-10-03T20:23:02.282Z | [ recovery-image] Oct 03 20:23:00.825 INFO O| Oct 03 20:23:00.825 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8251 | 2024-10-03T20:23:02.282Z | [ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8252 | 2024-10-03T20:23:02.282Z | [ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO STEP 88 (remove_files) COMPLETE |
8253 | 2024-10-03T20:23:02.282Z | [ recovery-image] Oct 03 20:23:00.836 INFO O| Oct 03 20:23:00.836 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8254 | 2024-10-03T20:23:02.290Z | [ recovery-image] Oct 03 20:23:00.849 INFO O| Oct 03 20:23:00.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8255 | 2024-10-03T20:23:02.290Z | [ recovery-image] Oct 03 20:23:00.849 INFO O| Oct 03 20:23:00.849 INFO STEP 89 (remove_files) COMPLETE |
8256 | 2024-10-03T20:23:02.293Z | [ recovery-image] Oct 03 20:23:00.850 INFO O| Oct 03 20:23:00.849 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8257 | 2024-10-03T20:23:02.306Z | [ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8258 | 2024-10-03T20:23:02.306Z | [ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO STEP 90 (remove_files) COMPLETE |
8259 | 2024-10-03T20:23:02.308Z | [ recovery-image] Oct 03 20:23:00.865 INFO O| Oct 03 20:23:00.865 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8260 | 2024-10-03T20:23:02.320Z | [ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8261 | 2024-10-03T20:23:02.320Z | [ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO STEP 91 (remove_files) COMPLETE |
8262 | 2024-10-03T20:23:02.323Z | [ recovery-image] Oct 03 20:23:00.879 INFO O| Oct 03 20:23:00.879 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8263 | 2024-10-03T20:23:02.335Z | [ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8264 | 2024-10-03T20:23:02.335Z | [ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO STEP 92 (remove_files) COMPLETE |
8265 | 2024-10-03T20:23:02.339Z | [ recovery-image] Oct 03 20:23:00.894 INFO O| Oct 03 20:23:00.894 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8266 | 2024-10-03T20:23:02.350Z | [ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8267 | 2024-10-03T20:23:02.350Z | [ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO STEP 93 (remove_files) COMPLETE |
8268 | 2024-10-03T20:23:02.353Z | [ recovery-image] Oct 03 20:23:00.909 INFO O| Oct 03 20:23:00.909 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8269 | 2024-10-03T20:23:02.366Z | [ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8270 | 2024-10-03T20:23:02.366Z | [ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO STEP 94 (remove_files) COMPLETE |
8271 | 2024-10-03T20:23:02.373Z | [ recovery-image] Oct 03 20:23:00.925 INFO O| Oct 03 20:23:00.925 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8272 | 2024-10-03T20:23:02.389Z | [ recovery-image] Oct 03 20:23:00.948 INFO O| Oct 03 20:23:00.948 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8273 | 2024-10-03T20:23:02.391Z | [ recovery-image] Oct 03 20:23:00.948 INFO O| Oct 03 20:23:00.948 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8274 | 2024-10-03T20:23:08.683Z | [ recovery-image] Oct 03 20:23:07.235 INFO O| Oct 03 20:23:07.235 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 |
8275 | 2024-10-03T20:23:08.683Z | [ recovery-image] Oct 03 20:23:07.235 INFO O| Oct 03 20:23:07.235 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8276 | 2024-10-03T20:23:08.690Z | [ recovery-image] Oct 03 20:23:07.248 INFO O| Oct 03 20:23:07.248 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8277 | 2024-10-03T20:23:08.767Z | [ recovery-image] Oct 03 20:23:07.324 INFO O| Oct 03 20:23:07.324 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8278 | 2024-10-03T20:23:08.767Z | [ recovery-image] Oct 03 20:23:07.324 INFO O| Oct 03 20:23:07.324 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 ... |
8279 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8280 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO ok! |
8281 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8282 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO STEP 95 (seed_smf) COMPLETE |
8283 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.326 INFO O| Oct 03 20:23:07.326 INFO steps complete; finalising image! |
8284 | 2024-10-03T20:23:08.770Z | [ recovery-image] Oct 03 20:23:07.327 INFO O| Oct 03 20:23:07.327 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8285 | 2024-10-03T20:23:08.805Z | [ recovery-image] Oct 03 20:23:07.363 INFO O| Oct 03 20:23:07.363 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Oct 3 20:23:07 2024) |
8286 | 2024-10-03T20:23:09.013Z | [ recovery-image] Oct 03 20:23:07.571 INFO O| Oct 03 20:23:07.571 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024) |
8287 | 2024-10-03T20:23:09.220Z | [ recovery-image] Oct 03 20:23:07.778 INFO O| Oct 03 20:23:07.778 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024) |
8288 | 2024-10-03T20:23:09.426Z | [ recovery-image] Oct 03 20:23:07.984 INFO O| Oct 03 20:23:07.984 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024) |
8289 | 2024-10-03T20:23:09.633Z | [ recovery-image] Oct 03 20:23:08.191 INFO O| Oct 03 20:23:08.190 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Oct 3 20:23:07 2024) |
8290 | 2024-10-03T20:23:09.843Z | [ recovery-image] Oct 03 20:23:08.401 INFO O| Oct 03 20:23:08.401 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Thu Oct 3 20:23:07 2024) |
8291 | 2024-10-03T20:23:10.070Z | [ recovery-image] Oct 03 20:23:08.627 INFO O| Oct 03 20:23:08.627 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio |
8292 | 2024-10-03T20:23:10.070Z | [ recovery-image] Oct 03 20:23:08.627 INFO O| Oct 03 20:23:08.627 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8293 | 2024-10-03T20:23:10.235Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 54s |
8294 | 2024-10-03T20:23:10.294Z | [ recovery-image] Oct 03 20:23:08.851 INFO O| Oct 03 20:23:08.851 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 |
8295 | 2024-10-03T20:23:10.294Z | [ recovery-image] Oct 03 20:23:08.852 INFO O| Oct 03 20:23:08.851 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8296 | 2024-10-03T20:23:10.586Z | Oct 03 20:23:09.144 INFO [verify-libraries] process exited with exit status: 0 (359.18059228s) |
8297 | 2024-10-03T20:23:13.503Z | [ recovery-image] Oct 03 20:23:12.060 INFO O| Oct 03 20:23:12.060 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8298 | 2024-10-03T20:23:13.503Z | [ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8299 | 2024-10-03T20:23:13.506Z | [ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8300 | 2024-10-03T20:23:13.506Z | [ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.060 INFO completed processing gimlet/zfs-recovery |
8301 | 2024-10-03T20:23:13.506Z | [ recovery-image] Oct 03 20:23:12.061 INFO O| Oct 03 20:23:12.061 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8302 | 2024-10-03T20:23:13.942Z | [ recovery-image] Oct 03 20:23:12.499 INFO O| Oct 03 20:23:12.499 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8303 | 2024-10-03T20:23:14.038Z | [ recovery-image] Oct 03 20:23:12.595 INFO BUILD STRING "heads/stlouis-0-gb547e5da60\n" |
8304 | 2024-10-03T20:23:14.040Z | [ recovery-image] Oct 03 20:23:12.596 INFO expanded image name: "recovery 09053ca/${os_short_commit} 2024-10-03 19:55" -> "recovery 09053ca/b547e5d 2024-10-03 19:55" |
8305 | 2024-10-03T20:23:14.040Z | [ recovery-image] Oct 03 20:23:12.596 INFO output artefacts stored in: "/work/os-recovery" |
8306 | 2024-10-03T20:23:14.040Z | [ recovery-image] Oct 03 20:23:12.596 INFO collecting git info from project "amd-host-image-builder"... |
8307 | 2024-10-03T20:23:14.282Z | [ recovery-image] Oct 03 20:23:12.838 INFO collecting git info from project "amd-firmware"... |
8308 | 2024-10-03T20:23:14.526Z | [ recovery-image] Oct 03 20:23:13.083 INFO collecting git info from project "pilot"... |
8309 | 2024-10-03T20:23:14.537Z | [ recovery-image] Oct 03 20:23:13.095 INFO collecting git info from project "bootserver"... |
8310 | 2024-10-03T20:23:14.543Z | [ recovery-image] Oct 03 20:23:13.100 INFO collecting git info from project "image-builder"... |
8311 | 2024-10-03T20:23:14.549Z | [ recovery-image] Oct 03 20:23:13.106 INFO collecting git info from project "phbl"... |
8312 | 2024-10-03T20:23:14.555Z | [ recovery-image] Oct 03 20:23:13.112 INFO collecting git info from project "pinprick"... |
8313 | 2024-10-03T20:23:14.560Z | [ recovery-image] Oct 03 20:23:13.117 INFO collecting git info from project "chelsio-t6-roms"... |
8314 | 2024-10-03T20:23:14.580Z | [ recovery-image] Oct 03 20:23:13.138 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8315 | 2024-10-03T20:23:14.943Z | [ recovery-image] Oct 03 20:23:13.500 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8316 | 2024-10-03T20:23:15.294Z | [ recovery-image] Oct 03 20:23:13.851 INFO creating Oxide boot image... |
8317 | 2024-10-03T20:23:15.295Z | [ recovery-image] Oct 03 20:23:13.851 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 09053ca/b547e5d 2024-10-03 19:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8318 | 2024-10-03T20:23:39.911Z | [ host-image] Oct 03 20:23:38.465 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22940:20241002T092434Z |
8319 | 2024-10-03T20:23:39.911Z | [ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22940:20241002T092434Z |
8320 | 2024-10-03T20:23:39.913Z | [ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8321 | 2024-10-03T20:23:39.913Z | [ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8322 | 2024-10-03T20:23:39.913Z | [ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8323 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.466 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8324 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8325 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8326 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8327 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8328 | 2024-10-03T20:23:39.914Z | [ host-image] Oct 03 20:23:38.467 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22940:20241002T092435Z |
8329 | 2024-10-03T20:23:39.916Z | [ host-image] Oct 03 20:23:38.469 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22940:20241002T092436Z |
8330 | 2024-10-03T20:23:39.916Z | [ host-image] Oct 03 20:23:38.470 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22940:20241002T092436Z |
8331 | 2024-10-03T20:23:39.916Z | [ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22940:20241002T092436Z |
8332 | 2024-10-03T20:23:39.916Z | [ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8333 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.471 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22940:20241002T092436Z |
8334 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22940:20241002T092436Z |
8335 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22940:20241002T092436Z |
8336 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22940:20241002T092436Z |
8337 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22940:20241002T092437Z |
8338 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.472 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22940:20241002T092437Z |
8339 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22940:20241002T092437Z |
8340 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22940:20241002T092438Z |
8341 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22940:20241002T092439Z |
8342 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22940:20241002T092440Z |
8343 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22940:20241002T092440Z |
8344 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22940:20241002T092441Z |
8345 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.473 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22940:20241002T092442Z |
8346 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8347 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22940:20241002T092443Z |
8348 | 2024-10-03T20:23:39.919Z | [ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22940:20241002T092445Z |
8349 | 2024-10-03T20:23:39.922Z | [ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22940:20241002T092446Z |
8350 | 2024-10-03T20:23:39.922Z | [ host-image] Oct 03 20:23:38.474 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22940:20241002T092446Z |
8351 | 2024-10-03T20:23:39.922Z | [ host-image] Oct 03 20:23:38.475 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22940:20241002T092448Z |
8352 | 2024-10-03T20:23:39.922Z | [ host-image] Oct 03 20:23:38.475 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22940:20241002T092448Z |
8353 | 2024-10-03T20:23:39.930Z | [ host-image] Oct 03 20:23:38.484 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8354 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22940:20241002T092448Z |
8355 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241001T131146Z |
8356 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8357 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.485 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8358 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22940:20241002T092448Z |
8359 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8360 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.486 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8361 | 2024-10-03T20:23:39.933Z | [ host-image] Oct 03 20:23:38.487 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8362 | 2024-10-03T20:23:39.936Z | [ host-image] Oct 03 20:23:38.488 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8363 | 2024-10-03T20:23:39.945Z | [ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8364 | 2024-10-03T20:23:39.947Z | [ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8365 | 2024-10-03T20:23:39.947Z | [ host-image] Oct 03 20:23:38.500 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8366 | 2024-10-03T20:23:39.947Z | [ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8367 | 2024-10-03T20:23:39.947Z | [ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8368 | 2024-10-03T20:23:39.947Z | [ host-image] Oct 03 20:23:38.501 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8369 | 2024-10-03T20:23:39.982Z | [ host-image] Oct 03 20:23:38.537 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8370 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.538 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8371 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.538 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8372 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22940:20241002T092450Z |
8373 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22940:20241002T092455Z |
8374 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8375 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22940:20241002T092456Z |
8376 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8377 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8378 | 2024-10-03T20:23:39.985Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8379 | 2024-10-03T20:23:39.987Z | [ host-image] Oct 03 20:23:38.539 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22940:20241002T092456Z |
8380 | 2024-10-03T20:23:39.987Z | [ host-image] Oct 03 20:23:38.540 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8381 | 2024-10-03T20:23:39.990Z | [ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8382 | 2024-10-03T20:23:39.990Z | [ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8383 | 2024-10-03T20:23:39.990Z | [ host-image] Oct 03 20:23:38.544 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8384 | 2024-10-03T20:23:39.992Z | [ host-image] Oct 03 20:23:38.545 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22940:20241002T092456Z |
8385 | 2024-10-03T20:23:39.992Z | [ host-image] Oct 03 20:23:38.545 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8386 | 2024-10-03T20:23:40.005Z | [ host-image] Oct 03 20:23:38.560 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8387 | 2024-10-03T20:23:40.008Z | [ host-image] Oct 03 20:23:38.560 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22940:20241002T092457Z |
8388 | 2024-10-03T20:23:40.008Z | [ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22940:20241002T092457Z |
8389 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22940:20241002T092457Z |
8390 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.562 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8391 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.563 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22940:20241002T092458Z |
8392 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22940:20241002T092459Z |
8393 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22940:20241002T092459Z |
8394 | 2024-10-03T20:23:40.010Z | [ host-image] Oct 03 20:23:38.564 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22940:20241002T092459Z |
8395 | 2024-10-03T20:23:40.013Z | [ host-image] Oct 03 20:23:38.568 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8396 | 2024-10-03T20:23:40.015Z | [ host-image] Oct 03 20:23:38.568 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22940:20241002T092459Z |
8397 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22940:20241002T092500Z |
8398 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8399 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22940:20241002T092501Z |
8400 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22940:20241002T092501Z |
8401 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.569 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22940:20241002T092501Z |
8402 | 2024-10-03T20:23:40.016Z | [ host-image] Oct 03 20:23:38.570 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22940:20241002T092501Z |
8403 | 2024-10-03T20:23:40.024Z | [ host-image] Oct 03 20:23:38.578 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22940:20241002T092501Z |
8404 | 2024-10-03T20:23:40.024Z | [ host-image] Oct 03 20:23:38.578 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8405 | 2024-10-03T20:23:40.028Z | [ host-image] Oct 03 20:23:38.580 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22940:20241002T092501Z |
8406 | 2024-10-03T20:23:40.028Z | [ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22940:20241002T092501Z |
8407 | 2024-10-03T20:23:40.030Z | [ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22940:20241002T092501Z |
8408 | 2024-10-03T20:23:40.030Z | [ host-image] Oct 03 20:23:38.582 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22940:20241002T092502Z |
8409 | 2024-10-03T20:23:40.030Z | [ host-image] Oct 03 20:23:38.583 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22940:20241002T092502Z |
8410 | 2024-10-03T20:23:40.030Z | [ host-image] Oct 03 20:23:38.583 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22940:20241002T092502Z |
8411 | 2024-10-03T20:23:40.038Z | [ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22940:20241002T092503Z |
8412 | 2024-10-03T20:23:40.041Z | [ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22940:20241002T092503Z |
8413 | 2024-10-03T20:23:40.041Z | [ host-image] Oct 03 20:23:38.593 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22940:20241002T092503Z |
8414 | 2024-10-03T20:23:40.041Z | [ host-image] Oct 03 20:23:38.595 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22940:20241002T092503Z |
8415 | 2024-10-03T20:23:40.041Z | [ host-image] Oct 03 20:23:38.595 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22940:20241002T092503Z |
8416 | 2024-10-03T20:23:40.062Z | [ host-image] Oct 03 20:23:38.616 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22940:20241002T092506Z |
8417 | 2024-10-03T20:23:40.064Z | [ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22940:20241002T092504Z |
8418 | 2024-10-03T20:23:40.064Z | [ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22940:20241002T092504Z |
8419 | 2024-10-03T20:23:40.064Z | [ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8420 | 2024-10-03T20:23:40.064Z | [ host-image] Oct 03 20:23:38.617 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8421 | 2024-10-03T20:23:40.091Z | [ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22940:20241002T092504Z |
8422 | 2024-10-03T20:23:40.094Z | [ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8423 | 2024-10-03T20:23:40.094Z | [ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22940:20241002T092504Z |
8424 | 2024-10-03T20:23:40.094Z | [ host-image] Oct 03 20:23:38.646 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22940:20241002T092504Z |
8425 | 2024-10-03T20:23:40.094Z | [ host-image] Oct 03 20:23:38.648 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22940:20241002T092505Z |
8426 | 2024-10-03T20:23:40.094Z | [ host-image] Oct 03 20:23:38.648 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8427 | 2024-10-03T20:23:40.096Z | [ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8428 | 2024-10-03T20:23:40.096Z | [ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22940:20241002T092505Z |
8429 | 2024-10-03T20:23:40.096Z | [ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22940:20241002T092505Z |
8430 | 2024-10-03T20:23:40.096Z | [ host-image] Oct 03 20:23:38.649 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22940:20241002T092505Z |
8431 | 2024-10-03T20:23:40.097Z | [ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22940:20241002T092505Z |
8432 | 2024-10-03T20:23:40.097Z | [ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22940:20241002T092506Z |
8433 | 2024-10-03T20:23:40.097Z | [ host-image] Oct 03 20:23:38.650 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22940:20241002T092506Z |
8434 | 2024-10-03T20:23:40.099Z | [ host-image] Oct 03 20:23:38.653 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8435 | 2024-10-03T20:23:40.100Z | [ host-image] Oct 03 20:23:38.653 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22940:20241002T092507Z |
8436 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22940:20241002T092507Z |
8437 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22940:20241002T092507Z |
8438 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.655 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22940:20241002T092508Z |
8439 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22940:20241002T092507Z |
8440 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22940:20241002T092508Z |
8441 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8442 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8443 | 2024-10-03T20:23:40.102Z | [ host-image] Oct 03 20:23:38.656 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22940:20241002T092510Z |
8444 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22940:20241002T092510Z |
8445 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8446 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8447 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8448 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8449 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.657 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8450 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.658 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8451 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.659 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8452 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.659 INFO O| tempdir @ "/tmp/.tmpz1S5hr/tmp" |
8453 | 2024-10-03T20:23:40.105Z | [ host-image] Oct 03 20:23:38.659 INFO O| image root @ "/tmp/.tmpz1S5hr/tmp/root" |
8454 | 2024-10-03T20:23:40.108Z | [ host-image] Oct 03 20:23:38.659 INFO O| creating image... |
8455 | 2024-10-03T20:23:40.598Z | [ host-image] Oct 03 20:23:39.153 INFO O| copying publishers... |
8456 | 2024-10-03T20:23:47.682Z | [ host-image] Oct 03 20:23:46.236 INFO O| adding properties... |
8457 | 2024-10-03T20:23:48.683Z | [ host-image] Oct 03 20:23:47.237 INFO O| installing packages... |
8458 | 2024-10-03T20:24:00.634Z | [ recovery-image] Oct 03 20:23:59.186 INFO O| ok, image written! |
8459 | 2024-10-03T20:24:00.634Z | [ recovery-image] Oct 03 20:23:59.186 INFO O| ok, boot_image_csum file written! |
8460 | 2024-10-03T20:24:00.639Z | [ recovery-image] Oct 03 20:23:59.191 INFO creating boot archive (CPIO)... |
8461 | 2024-10-03T20:24:00.642Z | [ recovery-image] Oct 03 20:23:59.191 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 |
8462 | 2024-10-03T20:24:00.646Z | [ recovery-image] Oct 03 20:23:59.198 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8463 | 2024-10-03T20:24:00.649Z | [ recovery-image] Oct 03 20:23:59.198 INFO E| + outfile=/work/os-recovery/cpio |
8464 | 2024-10-03T20:24:00.649Z | [ recovery-image] Oct 03 20:23:59.198 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8465 | 2024-10-03T20:24:00.649Z | [ recovery-image] Oct 03 20:23:59.200 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8466 | 2024-10-03T20:24:00.650Z | [ recovery-image] Oct 03 20:23:59.200 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8467 | 2024-10-03T20:24:00.681Z | [ recovery-image] Oct 03 20:23:59.233 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8468 | 2024-10-03T20:24:00.681Z | [ recovery-image] Oct 03 20:23:59.233 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8469 | 2024-10-03T20:24:00.689Z | [ recovery-image] Oct 03 20:23:59.241 INFO creating compressed cpio/unix for nanobl-rs... |
8470 | 2024-10-03T20:24:00.691Z | [ recovery-image] Oct 03 20:23:59.242 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 |
8471 | 2024-10-03T20:24:00.975Z | [ recovery-image] Oct 03 20:23:59.527 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8472 | 2024-10-03T20:24:04.014Z | [ host-image] Oct 03 20:24:02.566 INFO O| seeding SMF database... |
8473 | 2024-10-03T20:24:05.311Z | [ recovery-image] Oct 03 20:24:03.863 INFO creating reset image... |
8474 | 2024-10-03T20:24:05.311Z | [ recovery-image] Oct 03 20:24:03.863 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8475 | 2024-10-03T20:24:05.550Z | [ recovery-image] Oct 03 20:24:04.102 INFO E| Updating crates.io index |
8476 | 2024-10-03T20:24:05.670Z | [ recovery-image] Oct 03 20:24:04.222 INFO E| Downloading crates ... |
8477 | 2024-10-03T20:24:05.754Z | [ recovery-image] Oct 03 20:24:04.306 INFO E| Downloaded colorchoice v1.0.2 |
8478 | 2024-10-03T20:24:05.771Z | [ recovery-image] Oct 03 20:24:04.322 INFO E| Downloaded clap_lex v0.7.2 |
8479 | 2024-10-03T20:24:05.773Z | [ recovery-image] Oct 03 20:24:04.325 INFO E| Downloaded utf8parse v0.2.2 |
8480 | 2024-10-03T20:24:05.775Z | [ recovery-image] Oct 03 20:24:04.326 INFO E| Downloaded anstyle-parse v0.2.5 |
8481 | 2024-10-03T20:24:05.778Z | [ recovery-image] Oct 03 20:24:04.328 INFO E| Downloaded shared_child v1.0.1 |
8482 | 2024-10-03T20:24:05.778Z | [ recovery-image] Oct 03 20:24:04.329 INFO E| Downloaded anstyle-query v1.1.1 |
8483 | 2024-10-03T20:24:05.787Z | [ recovery-image] Oct 03 20:24:04.330 INFO E| Downloaded os_pipe v1.2.1 |
8484 | 2024-10-03T20:24:05.787Z | [ recovery-image] Oct 03 20:24:04.332 INFO E| Downloaded anstream v0.6.15 |
8485 | 2024-10-03T20:24:05.787Z | [ recovery-image] Oct 03 20:24:04.334 INFO E| Downloaded duct v0.13.7 |
8486 | 2024-10-03T20:24:05.787Z | [ recovery-image] Oct 03 20:24:04.336 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8487 | 2024-10-03T20:24:05.788Z | [ recovery-image] Oct 03 20:24:04.338 INFO E| Downloaded clap v4.5.17 |
8488 | 2024-10-03T20:24:05.795Z | [ recovery-image] Oct 03 20:24:04.347 INFO E| Downloaded clap_builder v4.5.17 |
8489 | 2024-10-03T20:24:05.830Z | [ recovery-image] Oct 03 20:24:04.382 INFO E| Downloaded libc v0.2.158 |
8490 | 2024-10-03T20:24:05.904Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling proc-macro2 v1.0.86 |
8491 | 2024-10-03T20:24:05.904Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling unicode-ident v1.0.13 |
8492 | 2024-10-03T20:24:05.904Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling libc v0.2.158 |
8493 | 2024-10-03T20:24:05.907Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling utf8parse v0.2.2 |
8494 | 2024-10-03T20:24:05.907Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling anstyle v1.0.8 |
8495 | 2024-10-03T20:24:05.907Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8496 | 2024-10-03T20:24:05.907Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling anstyle-query v1.1.1 |
8497 | 2024-10-03T20:24:05.907Z | [ recovery-image] Oct 03 20:24:04.456 INFO E| Compiling colorchoice v1.0.2 |
8498 | 2024-10-03T20:24:06.105Z | [ recovery-image] Oct 03 20:24:04.656 INFO E| Compiling anstyle-parse v0.2.5 |
8499 | 2024-10-03T20:24:06.105Z | [ recovery-image] Oct 03 20:24:04.656 INFO E| Compiling heck v0.5.0 |
8500 | 2024-10-03T20:24:06.123Z | [ recovery-image] Oct 03 20:24:04.674 INFO E| Compiling strsim v0.11.1 |
8501 | 2024-10-03T20:24:06.205Z | [ recovery-image] Oct 03 20:24:04.756 INFO E| Compiling clap_lex v0.7.2 |
8502 | 2024-10-03T20:24:06.205Z | [ recovery-image] Oct 03 20:24:04.756 INFO E| Compiling once_cell v1.19.0 |
8503 | 2024-10-03T20:24:06.441Z | [ recovery-image] Oct 03 20:24:04.993 INFO E| Compiling anstream v0.6.15 |
8504 | 2024-10-03T20:24:06.796Z | [ recovery-image] Oct 03 20:24:05.347 INFO E| Compiling clap_builder v4.5.17 |
8505 | 2024-10-03T20:24:07.321Z | [ recovery-image] Oct 03 20:24:05.873 INFO E| Compiling os_pipe v1.2.1 |
8506 | 2024-10-03T20:24:07.321Z | [ recovery-image] Oct 03 20:24:05.873 INFO E| Compiling shared_child v1.0.1 |
8507 | 2024-10-03T20:24:07.443Z | [ recovery-image] Oct 03 20:24:05.994 INFO E| Compiling quote v1.0.37 |
8508 | 2024-10-03T20:24:07.459Z | [ recovery-image] Oct 03 20:24:06.010 INFO E| Compiling duct v0.13.7 |
8509 | 2024-10-03T20:24:07.816Z | [ recovery-image] Oct 03 20:24:06.367 INFO E| Compiling syn v2.0.77 |
8510 | 2024-10-03T20:24:11.700Z | [ recovery-image] Oct 03 20:24:10.251 INFO E| Compiling clap_derive v4.5.13 |
8511 | 2024-10-03T20:24:12.769Z | [ host-image] Oct 03 20:24:11.320 INFO O| configuring SMF profile... |
8512 | 2024-10-03T20:24:12.772Z | [ host-image] Oct 03 20:24:11.320 INFO O| modifying shadow(5)... |
8513 | 2024-10-03T20:24:12.772Z | [ host-image] Oct 03 20:24:11.320 INFO O| loading user and group database... |
8514 | 2024-10-03T20:24:12.772Z | [ host-image] Oct 03 20:24:11.320 INFO O| assessing packaged files... |
8515 | 2024-10-03T20:24:13.527Z | [ recovery-image] Oct 03 20:24:12.077 INFO E| Compiling clap v4.5.17 |
8516 | 2024-10-03T20:24:13.580Z | [ recovery-image] Oct 03 20:24:12.131 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8517 | 2024-10-03T20:24:14.605Z | [ recovery-image] Oct 03 20:24:13.156 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
8518 | 2024-10-03T20:24:14.616Z | [ recovery-image] Oct 03 20:24:13.167 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8519 | 2024-10-03T20:24:14.739Z | [ recovery-image] Oct 03 20:24:13.290 INFO E| Updating crates.io index |
8520 | 2024-10-03T20:24:14.902Z | [ recovery-image] Oct 03 20:24:13.453 INFO E| Downloading crates ... |
8521 | 2024-10-03T20:24:14.955Z | [ recovery-image] Oct 03 20:24:13.506 INFO E| Downloaded seq-macro v0.3.5 |
8522 | 2024-10-03T20:24:14.959Z | [ recovery-image] Oct 03 20:24:13.510 INFO E| Downloaded bitstruct v0.1.1 |
8523 | 2024-10-03T20:24:14.963Z | [ recovery-image] Oct 03 20:24:13.514 INFO E| Downloaded bitstruct_derive v0.1.0 |
8524 | 2024-10-03T20:24:14.966Z | [ recovery-image] Oct 03 20:24:13.515 INFO E| Downloaded bit_field v0.10.2 |
8525 | 2024-10-03T20:24:14.975Z | [ recovery-image] Oct 03 20:24:13.526 INFO E| Downloaded raw-cpuid v10.7.0 |
8526 | 2024-10-03T20:24:14.979Z | [ recovery-image] Oct 03 20:24:13.530 INFO E| Downloaded cpio_reader v0.1.1 |
8527 | 2024-10-03T20:24:15.064Z | [ host-image] Oct 03 20:24:13.614 INFO O| creating archive... |
8528 | 2024-10-03T20:24:15.097Z | [ host-image] Oct 03 20:24:13.647 INFO O| missing from packaging: |
8529 | 2024-10-03T20:24:15.097Z | [ host-image] Oct 03 20:24:13.647 INFO O| "etc/.pwd.lock" |
8530 | 2024-10-03T20:24:15.099Z | [ host-image] Oct 03 20:24:13.648 INFO O| "etc/bash" |
8531 | 2024-10-03T20:24:15.102Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/generic.xml" |
8532 | 2024-10-03T20:24:15.102Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/inetd_services.xml" |
8533 | 2024-10-03T20:24:15.105Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/name_service.xml" |
8534 | 2024-10-03T20:24:15.105Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/platform.xml" |
8535 | 2024-10-03T20:24:15.105Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8536 | 2024-10-03T20:24:15.105Z | [ host-image] Oct 03 20:24:13.653 INFO O| "etc/svc/repository.db" |
8537 | 2024-10-03T20:24:15.105Z | [ recovery-image] Oct 03 20:24:13.655 INFO E| Downloaded x86 v0.52.0 |
8538 | 2024-10-03T20:24:15.111Z | [ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share" |
8539 | 2024-10-03T20:24:15.111Z | [ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share/man" |
8540 | 2024-10-03T20:24:15.113Z | [ host-image] Oct 03 20:24:13.662 INFO O| "opt/ooce/share/man/man1" |
8541 | 2024-10-03T20:24:15.120Z | [ host-image] Oct 03 20:24:13.670 INFO O| finishing archive... |
8542 | 2024-10-03T20:24:15.165Z | [ recovery-image] Oct 03 20:24:13.715 INFO E| Updating crates.io index |
8543 | 2024-10-03T20:24:15.236Z | [ recovery-image] Oct 03 20:24:13.787 INFO E| Downloading crates ... |
8544 | 2024-10-03T20:24:15.307Z | [ recovery-image] Oct 03 20:24:13.858 INFO E| Downloaded compiler_builtins v0.1.125 |
8545 | 2024-10-03T20:24:15.378Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling compiler_builtins v0.1.125 |
8546 | 2024-10-03T20:24:15.379Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8547 | 2024-10-03T20:24:15.379Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling proc-macro2 v1.0.86 |
8548 | 2024-10-03T20:24:15.381Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling unicode-ident v1.0.13 |
8549 | 2024-10-03T20:24:15.381Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling syn v1.0.109 |
8550 | 2024-10-03T20:24:15.381Z | [ recovery-image] Oct 03 20:24:13.929 INFO E| Compiling x86 v0.52.0 |
8551 | 2024-10-03T20:24:15.381Z | [ recovery-image] Oct 03 20:24:13.930 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8552 | 2024-10-03T20:24:15.384Z | [ recovery-image] Oct 03 20:24:13.935 INFO E| Compiling seq-macro v0.3.5 |
8553 | 2024-10-03T20:24:16.503Z | [ recovery-image] Oct 03 20:24:15.054 INFO E| Compiling quote v1.0.37 |
8554 | 2024-10-03T20:24:16.762Z | [ recovery-image] Oct 03 20:24:15.312 INFO E| Compiling syn v2.0.77 |
8555 | 2024-10-03T20:24:18.101Z | [ host-image] Oct 03 20:24:16.651 INFO O| creating gzonly manifest... |
8556 | 2024-10-03T20:24:18.116Z | [ host-image] Oct 03 20:24:16.666 INFO O| ok |
8557 | 2024-10-03T20:24:18.224Z | [ host-image] Oct 03 20:24:16.774 INFO image builder template: ramdisk-02-trim... |
8558 | 2024-10-03T20:24:18.224Z | [ host-image] Oct 03 20:24:16.774 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/.tmp4RA0ll/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8559 | 2024-10-03T20:24:18.252Z | [ host-image] Oct 03 20:24:16.802 INFO O| Oct 03 20:24:16.802 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8560 | 2024-10-03T20:24:18.256Z | [ host-image] Oct 03 20:24:16.807 INFO O| Oct 03 20:24:16.807 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8561 | 2024-10-03T20:24:18.393Z | [ host-image] Oct 03 20:24:16.943 INFO O| Oct 03 20:24:16.943 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8562 | 2024-10-03T20:24:18.467Z | [ host-image] Oct 03 20:24:17.018 INFO O| Oct 03 20:24:17.017 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8563 | 2024-10-03T20:24:18.470Z | [ host-image] Oct 03 20:24:17.018 INFO O| Oct 03 20:24:17.018 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8564 | 2024-10-03T20:24:18.473Z | [ host-image] Oct 03 20:24:17.024 INFO O| Oct 03 20:24:17.024 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8565 | 2024-10-03T20:24:18.480Z | [ host-image] Oct 03 20:24:17.030 INFO O| Oct 03 20:24:17.030 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8566 | 2024-10-03T20:24:18.488Z | [ host-image] Oct 03 20:24:17.037 INFO O| Oct 03 20:24:17.037 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8567 | 2024-10-03T20:24:18.694Z | [ host-image] Oct 03 20:24:17.244 INFO O| Oct 03 20:24:17.244 INFO rolled back to input snapshot; work may begin |
8568 | 2024-10-03T20:24:18.694Z | [ host-image] Oct 03 20:24:17.245 INFO O| Oct 03 20:24:17.244 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8569 | 2024-10-03T20:24:18.702Z | [ host-image] Oct 03 20:24:17.253 INFO O| Oct 03 20:24:17.253 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8570 | 2024-10-03T20:24:18.719Z | [ host-image] Oct 03 20:24:17.269 INFO O| Oct 03 20:24:17.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8571 | 2024-10-03T20:24:18.812Z | [ host-image] Oct 03 20:24:17.362 INFO O| Oct 03 20:24:17.362 INFO STEP 0 (remove_files) COMPLETE |
8572 | 2024-10-03T20:24:18.812Z | [ host-image] Oct 03 20:24:17.362 INFO O| Oct 03 20:24:17.362 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8573 | 2024-10-03T20:24:18.835Z | [ host-image] Oct 03 20:24:17.383 INFO O| Oct 03 20:24:17.383 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8574 | 2024-10-03T20:24:18.838Z | [ host-image] Oct 03 20:24:17.386 INFO O| Oct 03 20:24:17.386 INFO STEP 1 (remove_files) COMPLETE |
8575 | 2024-10-03T20:24:18.838Z | [ host-image] Oct 03 20:24:17.386 INFO O| Oct 03 20:24:17.386 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8576 | 2024-10-03T20:24:18.856Z | [ host-image] Oct 03 20:24:17.406 INFO O| Oct 03 20:24:17.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8577 | 2024-10-03T20:24:18.880Z | [ host-image] Oct 03 20:24:17.430 INFO O| Oct 03 20:24:17.430 INFO STEP 2 (remove_files) COMPLETE |
8578 | 2024-10-03T20:24:18.880Z | [ host-image] Oct 03 20:24:17.430 INFO O| Oct 03 20:24:17.430 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-10-03T20:24:18.899Z | [ host-image] Oct 03 20:24:17.449 INFO O| Oct 03 20:24:17.449 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8580 | 2024-10-03T20:24:18.902Z | [ host-image] Oct 03 20:24:17.452 INFO O| Oct 03 20:24:17.452 INFO STEP 3 (remove_files) COMPLETE |
8581 | 2024-10-03T20:24:18.904Z | [ host-image] Oct 03 20:24:17.452 INFO O| Oct 03 20:24:17.452 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-10-03T20:24:18.921Z | [ host-image] Oct 03 20:24:17.471 INFO O| Oct 03 20:24:17.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8583 | 2024-10-03T20:24:18.926Z | [ host-image] Oct 03 20:24:17.477 INFO O| Oct 03 20:24:17.476 INFO STEP 4 (remove_files) COMPLETE |
8584 | 2024-10-03T20:24:18.929Z | [ host-image] Oct 03 20:24:17.477 INFO O| Oct 03 20:24:17.477 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-10-03T20:24:18.959Z | [ host-image] Oct 03 20:24:17.509 INFO O| Oct 03 20:24:17.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8586 | 2024-10-03T20:24:18.963Z | [ host-image] Oct 03 20:24:17.514 INFO O| Oct 03 20:24:17.514 INFO STEP 5 (remove_files) COMPLETE |
8587 | 2024-10-03T20:24:18.966Z | [ host-image] Oct 03 20:24:17.514 INFO O| Oct 03 20:24:17.514 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-10-03T20:24:18.986Z | [ host-image] Oct 03 20:24:17.536 INFO O| Oct 03 20:24:17.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8589 | 2024-10-03T20:24:19.003Z | [ host-image] Oct 03 20:24:17.552 INFO O| Oct 03 20:24:17.552 INFO STEP 6 (remove_files) COMPLETE |
8590 | 2024-10-03T20:24:19.003Z | [ host-image] Oct 03 20:24:17.553 INFO O| Oct 03 20:24:17.552 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-10-03T20:24:19.030Z | [ host-image] Oct 03 20:24:17.578 INFO O| Oct 03 20:24:17.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8592 | 2024-10-03T20:24:19.045Z | [ host-image] Oct 03 20:24:17.595 INFO O| Oct 03 20:24:17.595 INFO STEP 7 (remove_files) COMPLETE |
8593 | 2024-10-03T20:24:19.048Z | [ host-image] Oct 03 20:24:17.595 INFO O| Oct 03 20:24:17.595 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-10-03T20:24:19.061Z | [ host-image] Oct 03 20:24:17.612 INFO O| Oct 03 20:24:17.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8595 | 2024-10-03T20:24:19.153Z | [ host-image] Oct 03 20:24:17.703 INFO O| Oct 03 20:24:17.703 INFO STEP 8 (remove_files) COMPLETE |
8596 | 2024-10-03T20:24:19.153Z | [ host-image] Oct 03 20:24:17.703 INFO O| Oct 03 20:24:17.703 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-10-03T20:24:19.167Z | [ host-image] Oct 03 20:24:17.717 INFO O| Oct 03 20:24:17.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8598 | 2024-10-03T20:24:19.220Z | [ recovery-image] Oct 03 20:24:17.769 INFO E| Compiling scroll_derive v0.12.0 |
8599 | 2024-10-03T20:24:19.288Z | [ host-image] Oct 03 20:24:17.838 INFO O| Oct 03 20:24:17.838 INFO STEP 9 (remove_files) COMPLETE |
8600 | 2024-10-03T20:24:19.288Z | [ host-image] Oct 03 20:24:17.838 INFO O| Oct 03 20:24:17.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-10-03T20:24:19.303Z | [ host-image] Oct 03 20:24:17.853 INFO O| Oct 03 20:24:17.853 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8602 | 2024-10-03T20:24:19.306Z | [ host-image] Oct 03 20:24:17.857 INFO O| Oct 03 20:24:17.856 INFO STEP 10 (remove_files) COMPLETE |
8603 | 2024-10-03T20:24:19.306Z | [ host-image] Oct 03 20:24:17.857 INFO O| Oct 03 20:24:17.857 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-10-03T20:24:19.324Z | [ host-image] Oct 03 20:24:17.874 INFO O| Oct 03 20:24:17.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8605 | 2024-10-03T20:24:19.326Z | [ host-image] Oct 03 20:24:17.875 INFO O| Oct 03 20:24:17.875 INFO STEP 11 (remove_files) COMPLETE |
8606 | 2024-10-03T20:24:19.326Z | [ host-image] Oct 03 20:24:17.875 INFO O| Oct 03 20:24:17.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-10-03T20:24:19.337Z | [ host-image] Oct 03 20:24:17.887 INFO O| Oct 03 20:24:17.887 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8608 | 2024-10-03T20:24:19.339Z | [ host-image] Oct 03 20:24:17.889 INFO O| Oct 03 20:24:17.889 INFO STEP 12 (remove_files) COMPLETE |
8609 | 2024-10-03T20:24:19.339Z | [ host-image] Oct 03 20:24:17.889 INFO O| Oct 03 20:24:17.889 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8610 | 2024-10-03T20:24:19.372Z | [ host-image] Oct 03 20:24:17.922 INFO O| Oct 03 20:24:17.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8611 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.923 INFO O| Oct 03 20:24:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8612 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8613 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8614 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8615 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8616 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8617 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8618 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8619 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8620 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.924 INFO O| Oct 03 20:24:17.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8621 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8622 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8623 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8624 | 2024-10-03T20:24:19.375Z | [ host-image] Oct 03 20:24:17.925 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8625 | 2024-10-03T20:24:19.378Z | [ host-image] Oct 03 20:24:17.926 INFO O| Oct 03 20:24:17.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8626 | 2024-10-03T20:24:19.378Z | [ host-image] Oct 03 20:24:17.926 INFO O| Oct 03 20:24:17.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8627 | 2024-10-03T20:24:19.716Z | [ host-image] Oct 03 20:24:18.266 INFO O| Oct 03 20:24:18.266 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8628 | 2024-10-03T20:24:19.718Z | [ host-image] Oct 03 20:24:18.268 INFO O| Oct 03 20:24:18.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8629 | 2024-10-03T20:24:19.721Z | [ host-image] Oct 03 20:24:18.272 INFO O| Oct 03 20:24:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8630 | 2024-10-03T20:24:19.729Z | [ host-image] Oct 03 20:24:18.279 INFO O| Oct 03 20:24:18.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8631 | 2024-10-03T20:24:19.780Z | [ host-image] Oct 03 20:24:18.330 INFO O| Oct 03 20:24:18.329 INFO STEP 13 (remove_files) COMPLETE |
8632 | 2024-10-03T20:24:19.780Z | [ host-image] Oct 03 20:24:18.330 INFO O| Oct 03 20:24:18.329 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8633 | 2024-10-03T20:24:19.792Z | [ host-image] Oct 03 20:24:18.342 INFO O| Oct 03 20:24:18.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8634 | 2024-10-03T20:24:19.794Z | [ host-image] Oct 03 20:24:18.344 INFO O| Oct 03 20:24:18.344 INFO STEP 14 (remove_files) COMPLETE |
8635 | 2024-10-03T20:24:19.795Z | [ host-image] Oct 03 20:24:18.344 INFO O| Oct 03 20:24:18.344 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8636 | 2024-10-03T20:24:19.805Z | [ host-image] Oct 03 20:24:18.355 INFO O| Oct 03 20:24:18.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8637 | 2024-10-03T20:24:19.812Z | [ host-image] Oct 03 20:24:18.362 INFO O| Oct 03 20:24:18.362 INFO STEP 15 (remove_files) COMPLETE |
8638 | 2024-10-03T20:24:19.812Z | [ host-image] Oct 03 20:24:18.362 INFO O| Oct 03 20:24:18.362 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8639 | 2024-10-03T20:24:19.823Z | [ host-image] Oct 03 20:24:18.373 INFO O| Oct 03 20:24:18.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8640 | 2024-10-03T20:24:19.826Z | [ host-image] Oct 03 20:24:18.374 INFO O| Oct 03 20:24:18.374 INFO STEP 16 (remove_files) COMPLETE |
8641 | 2024-10-03T20:24:19.826Z | [ host-image] Oct 03 20:24:18.374 INFO O| Oct 03 20:24:18.374 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8642 | 2024-10-03T20:24:19.834Z | [ host-image] Oct 03 20:24:18.384 INFO O| Oct 03 20:24:18.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8643 | 2024-10-03T20:24:19.837Z | [ host-image] Oct 03 20:24:18.386 INFO O| Oct 03 20:24:18.386 INFO STEP 17 (remove_files) COMPLETE |
8644 | 2024-10-03T20:24:19.837Z | [ host-image] Oct 03 20:24:18.386 INFO O| Oct 03 20:24:18.386 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8645 | 2024-10-03T20:24:19.849Z | [ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8646 | 2024-10-03T20:24:19.849Z | [ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO STEP 18 (remove_files) COMPLETE |
8647 | 2024-10-03T20:24:19.852Z | [ host-image] Oct 03 20:24:18.399 INFO O| Oct 03 20:24:18.399 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8648 | 2024-10-03T20:24:19.863Z | [ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8649 | 2024-10-03T20:24:19.863Z | [ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO STEP 19 (remove_files) COMPLETE |
8650 | 2024-10-03T20:24:19.866Z | [ host-image] Oct 03 20:24:18.413 INFO O| Oct 03 20:24:18.413 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-10-03T20:24:19.876Z | [ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8652 | 2024-10-03T20:24:19.876Z | [ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO STEP 20 (remove_files) COMPLETE |
8653 | 2024-10-03T20:24:19.876Z | [ host-image] Oct 03 20:24:18.426 INFO O| Oct 03 20:24:18.426 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8654 | 2024-10-03T20:24:19.891Z | [ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8655 | 2024-10-03T20:24:19.891Z | [ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO STEP 21 (remove_files) COMPLETE |
8656 | 2024-10-03T20:24:19.895Z | [ host-image] Oct 03 20:24:18.441 INFO O| Oct 03 20:24:18.441 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8657 | 2024-10-03T20:24:19.901Z | [ host-image] Oct 03 20:24:18.451 INFO O| Oct 03 20:24:18.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8658 | 2024-10-03T20:24:19.901Z | [ host-image] Oct 03 20:24:18.451 INFO O| Oct 03 20:24:18.451 INFO STEP 22 (remove_files) COMPLETE |
8659 | 2024-10-03T20:24:19.904Z | [ host-image] Oct 03 20:24:18.452 INFO O| Oct 03 20:24:18.451 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8660 | 2024-10-03T20:24:19.913Z | [ host-image] Oct 03 20:24:18.462 INFO O| Oct 03 20:24:18.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8661 | 2024-10-03T20:24:19.913Z | [ host-image] Oct 03 20:24:18.462 INFO O| Oct 03 20:24:18.462 INFO STEP 23 (remove_files) COMPLETE |
8662 | 2024-10-03T20:24:19.916Z | [ host-image] Oct 03 20:24:18.463 INFO O| Oct 03 20:24:18.462 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8663 | 2024-10-03T20:24:19.926Z | [ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8664 | 2024-10-03T20:24:19.930Z | [ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO STEP 24 (remove_files) COMPLETE |
8665 | 2024-10-03T20:24:19.930Z | [ host-image] Oct 03 20:24:18.476 INFO O| Oct 03 20:24:18.476 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8666 | 2024-10-03T20:24:19.942Z | [ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8667 | 2024-10-03T20:24:19.942Z | [ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO STEP 25 (remove_files) COMPLETE |
8668 | 2024-10-03T20:24:19.945Z | [ host-image] Oct 03 20:24:18.492 INFO O| Oct 03 20:24:18.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-10-03T20:24:19.955Z | [ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8670 | 2024-10-03T20:24:19.955Z | [ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO STEP 26 (remove_files) COMPLETE |
8671 | 2024-10-03T20:24:19.957Z | [ host-image] Oct 03 20:24:18.505 INFO O| Oct 03 20:24:18.505 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8672 | 2024-10-03T20:24:19.969Z | [ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8673 | 2024-10-03T20:24:19.969Z | [ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO STEP 27 (remove_files) COMPLETE |
8674 | 2024-10-03T20:24:19.969Z | [ host-image] Oct 03 20:24:18.519 INFO O| Oct 03 20:24:18.519 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8675 | 2024-10-03T20:24:19.983Z | [ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8676 | 2024-10-03T20:24:19.983Z | [ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO STEP 28 (remove_files) COMPLETE |
8677 | 2024-10-03T20:24:19.985Z | [ host-image] Oct 03 20:24:18.533 INFO O| Oct 03 20:24:18.533 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8678 | 2024-10-03T20:24:19.997Z | [ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8679 | 2024-10-03T20:24:19.997Z | [ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO STEP 29 (remove_files) COMPLETE |
8680 | 2024-10-03T20:24:19.997Z | [ host-image] Oct 03 20:24:18.547 INFO O| Oct 03 20:24:18.547 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8681 | 2024-10-03T20:24:20.011Z | [ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8682 | 2024-10-03T20:24:20.011Z | [ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.561 INFO STEP 30 (remove_files) COMPLETE |
8683 | 2024-10-03T20:24:20.013Z | [ host-image] Oct 03 20:24:18.561 INFO O| Oct 03 20:24:18.561 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8684 | 2024-10-03T20:24:20.021Z | [ host-image] Oct 03 20:24:18.571 INFO O| Oct 03 20:24:18.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8685 | 2024-10-03T20:24:20.024Z | [ host-image] Oct 03 20:24:18.571 INFO O| Oct 03 20:24:18.571 INFO STEP 31 (remove_files) COMPLETE |
8686 | 2024-10-03T20:24:20.024Z | [ host-image] Oct 03 20:24:18.572 INFO O| Oct 03 20:24:18.571 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8687 | 2024-10-03T20:24:20.033Z | [ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8688 | 2024-10-03T20:24:20.033Z | [ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO STEP 32 (remove_files) COMPLETE |
8689 | 2024-10-03T20:24:20.033Z | [ host-image] Oct 03 20:24:18.583 INFO O| Oct 03 20:24:18.583 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8690 | 2024-10-03T20:24:20.043Z | [ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8691 | 2024-10-03T20:24:20.043Z | [ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO STEP 33 (remove_files) COMPLETE |
8692 | 2024-10-03T20:24:20.043Z | [ host-image] Oct 03 20:24:18.593 INFO O| Oct 03 20:24:18.593 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8693 | 2024-10-03T20:24:20.053Z | [ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8694 | 2024-10-03T20:24:20.053Z | [ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO STEP 34 (remove_files) COMPLETE |
8695 | 2024-10-03T20:24:20.056Z | [ host-image] Oct 03 20:24:18.603 INFO O| Oct 03 20:24:18.603 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8696 | 2024-10-03T20:24:20.063Z | [ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8697 | 2024-10-03T20:24:20.063Z | [ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO STEP 35 (remove_files) COMPLETE |
8698 | 2024-10-03T20:24:20.063Z | [ host-image] Oct 03 20:24:18.613 INFO O| Oct 03 20:24:18.613 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8699 | 2024-10-03T20:24:20.074Z | [ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8700 | 2024-10-03T20:24:20.074Z | [ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO STEP 36 (remove_files) COMPLETE |
8701 | 2024-10-03T20:24:20.076Z | [ host-image] Oct 03 20:24:18.624 INFO O| Oct 03 20:24:18.624 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8702 | 2024-10-03T20:24:20.084Z | [ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8703 | 2024-10-03T20:24:20.084Z | [ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO STEP 37 (remove_files) COMPLETE |
8704 | 2024-10-03T20:24:20.087Z | [ host-image] Oct 03 20:24:18.634 INFO O| Oct 03 20:24:18.634 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8705 | 2024-10-03T20:24:20.094Z | [ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8706 | 2024-10-03T20:24:20.094Z | [ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO STEP 38 (remove_files) COMPLETE |
8707 | 2024-10-03T20:24:20.097Z | [ host-image] Oct 03 20:24:18.645 INFO O| Oct 03 20:24:18.645 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8708 | 2024-10-03T20:24:20.105Z | [ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8709 | 2024-10-03T20:24:20.105Z | [ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO STEP 39 (remove_files) COMPLETE |
8710 | 2024-10-03T20:24:20.105Z | [ host-image] Oct 03 20:24:18.655 INFO O| Oct 03 20:24:18.655 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8711 | 2024-10-03T20:24:20.115Z | [ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8712 | 2024-10-03T20:24:20.115Z | [ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.666 INFO STEP 40 (remove_files) COMPLETE |
8713 | 2024-10-03T20:24:20.118Z | [ host-image] Oct 03 20:24:18.666 INFO O| Oct 03 20:24:18.666 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8714 | 2024-10-03T20:24:20.126Z | [ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8715 | 2024-10-03T20:24:20.128Z | [ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO STEP 41 (remove_files) COMPLETE |
8716 | 2024-10-03T20:24:20.128Z | [ host-image] Oct 03 20:24:18.676 INFO O| Oct 03 20:24:18.676 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8717 | 2024-10-03T20:24:20.136Z | [ host-image] Oct 03 20:24:18.686 INFO O| Oct 03 20:24:18.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8718 | 2024-10-03T20:24:20.138Z | [ host-image] Oct 03 20:24:18.686 INFO O| Oct 03 20:24:18.686 INFO STEP 42 (remove_files) COMPLETE |
8719 | 2024-10-03T20:24:20.138Z | [ host-image] Oct 03 20:24:18.687 INFO O| Oct 03 20:24:18.686 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8720 | 2024-10-03T20:24:20.146Z | [ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8721 | 2024-10-03T20:24:20.146Z | [ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.697 INFO STEP 43 (remove_files) COMPLETE |
8722 | 2024-10-03T20:24:20.149Z | [ host-image] Oct 03 20:24:18.697 INFO O| Oct 03 20:24:18.697 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8723 | 2024-10-03T20:24:20.157Z | [ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8724 | 2024-10-03T20:24:20.160Z | [ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO STEP 44 (remove_files) COMPLETE |
8725 | 2024-10-03T20:24:20.160Z | [ host-image] Oct 03 20:24:18.707 INFO O| Oct 03 20:24:18.707 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8726 | 2024-10-03T20:24:20.168Z | [ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8727 | 2024-10-03T20:24:20.171Z | [ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO STEP 45 (remove_files) COMPLETE |
8728 | 2024-10-03T20:24:20.171Z | [ host-image] Oct 03 20:24:18.717 INFO O| Oct 03 20:24:18.717 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8729 | 2024-10-03T20:24:20.177Z | [ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8730 | 2024-10-03T20:24:20.177Z | [ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO STEP 46 (remove_files) COMPLETE |
8731 | 2024-10-03T20:24:20.177Z | [ host-image] Oct 03 20:24:18.727 INFO O| Oct 03 20:24:18.727 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8732 | 2024-10-03T20:24:20.187Z | [ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8733 | 2024-10-03T20:24:20.187Z | [ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO STEP 47 (remove_files) COMPLETE |
8734 | 2024-10-03T20:24:20.187Z | [ host-image] Oct 03 20:24:18.737 INFO O| Oct 03 20:24:18.737 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8735 | 2024-10-03T20:24:20.199Z | [ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8736 | 2024-10-03T20:24:20.199Z | [ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO STEP 48 (remove_files) COMPLETE |
8737 | 2024-10-03T20:24:20.200Z | [ host-image] Oct 03 20:24:18.749 INFO O| Oct 03 20:24:18.749 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8738 | 2024-10-03T20:24:20.212Z | [ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8739 | 2024-10-03T20:24:20.212Z | [ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO STEP 49 (remove_files) COMPLETE |
8740 | 2024-10-03T20:24:20.214Z | [ host-image] Oct 03 20:24:18.762 INFO O| Oct 03 20:24:18.762 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8741 | 2024-10-03T20:24:20.224Z | [ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8742 | 2024-10-03T20:24:20.224Z | [ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO STEP 50 (remove_files) COMPLETE |
8743 | 2024-10-03T20:24:20.227Z | [ host-image] Oct 03 20:24:18.774 INFO O| Oct 03 20:24:18.774 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8744 | 2024-10-03T20:24:20.235Z | [ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8745 | 2024-10-03T20:24:20.237Z | [ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO STEP 51 (remove_files) COMPLETE |
8746 | 2024-10-03T20:24:20.237Z | [ host-image] Oct 03 20:24:18.785 INFO O| Oct 03 20:24:18.785 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8747 | 2024-10-03T20:24:20.244Z | [ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8748 | 2024-10-03T20:24:20.245Z | [ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO STEP 52 (remove_files) COMPLETE |
8749 | 2024-10-03T20:24:20.247Z | [ host-image] Oct 03 20:24:18.795 INFO O| Oct 03 20:24:18.795 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8750 | 2024-10-03T20:24:20.254Z | [ host-image] Oct 03 20:24:18.804 INFO O| Oct 03 20:24:18.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8751 | 2024-10-03T20:24:20.254Z | [ host-image] Oct 03 20:24:18.805 INFO O| Oct 03 20:24:18.805 INFO STEP 53 (remove_files) COMPLETE |
8752 | 2024-10-03T20:24:20.258Z | [ host-image] Oct 03 20:24:18.805 INFO O| Oct 03 20:24:18.805 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8753 | 2024-10-03T20:24:20.264Z | [ host-image] Oct 03 20:24:18.814 INFO O| Oct 03 20:24:18.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8754 | 2024-10-03T20:24:20.264Z | [ host-image] Oct 03 20:24:18.815 INFO O| Oct 03 20:24:18.814 INFO STEP 54 (remove_files) COMPLETE |
8755 | 2024-10-03T20:24:20.267Z | [ host-image] Oct 03 20:24:18.815 INFO O| Oct 03 20:24:18.815 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8756 | 2024-10-03T20:24:20.274Z | [ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8757 | 2024-10-03T20:24:20.274Z | [ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO STEP 55 (remove_files) COMPLETE |
8758 | 2024-10-03T20:24:20.274Z | [ host-image] Oct 03 20:24:18.824 INFO O| Oct 03 20:24:18.824 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8759 | 2024-10-03T20:24:20.284Z | [ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8760 | 2024-10-03T20:24:20.284Z | [ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO STEP 56 (remove_files) COMPLETE |
8761 | 2024-10-03T20:24:20.285Z | [ host-image] Oct 03 20:24:18.834 INFO O| Oct 03 20:24:18.834 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8762 | 2024-10-03T20:24:20.295Z | [ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8763 | 2024-10-03T20:24:20.295Z | [ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO STEP 57 (remove_files) COMPLETE |
8764 | 2024-10-03T20:24:20.295Z | [ host-image] Oct 03 20:24:18.845 INFO O| Oct 03 20:24:18.845 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8765 | 2024-10-03T20:24:20.305Z | [ host-image] Oct 03 20:24:18.855 INFO O| Oct 03 20:24:18.855 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8766 | 2024-10-03T20:24:20.305Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8767 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8768 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8769 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8770 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8771 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO ok! |
8772 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO STEP 58 (ensure_file) COMPLETE |
8773 | 2024-10-03T20:24:20.308Z | [ host-image] Oct 03 20:24:18.856 INFO O| Oct 03 20:24:18.856 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8774 | 2024-10-03T20:24:20.316Z | [ host-image] Oct 03 20:24:18.866 INFO O| Oct 03 20:24:18.866 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8775 | 2024-10-03T20:24:20.316Z | [ host-image] Oct 03 20:24:18.866 INFO O| Oct 03 20:24:18.866 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8776 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8777 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8778 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8779 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8780 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO ok! |
8781 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO STEP 59 (ensure_file) COMPLETE |
8782 | 2024-10-03T20:24:20.319Z | [ host-image] Oct 03 20:24:18.867 INFO O| Oct 03 20:24:18.867 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8783 | 2024-10-03T20:24:20.327Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8784 | 2024-10-03T20:24:20.327Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8785 | 2024-10-03T20:24:20.329Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8786 | 2024-10-03T20:24:20.329Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO ok! |
8787 | 2024-10-03T20:24:20.329Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO STEP 60 (ensure_file) COMPLETE |
8788 | 2024-10-03T20:24:20.329Z | [ host-image] Oct 03 20:24:18.877 INFO O| Oct 03 20:24:18.877 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-10-03T20:24:20.337Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8790 | 2024-10-03T20:24:20.337Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8791 | 2024-10-03T20:24:20.340Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8792 | 2024-10-03T20:24:20.340Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO ok! |
8793 | 2024-10-03T20:24:20.340Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO STEP 61 (ensure_file) COMPLETE |
8794 | 2024-10-03T20:24:20.340Z | [ host-image] Oct 03 20:24:18.887 INFO O| Oct 03 20:24:18.887 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-10-03T20:24:20.347Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8796 | 2024-10-03T20:24:20.347Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8797 | 2024-10-03T20:24:20.349Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8798 | 2024-10-03T20:24:20.349Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8799 | 2024-10-03T20:24:20.350Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO ok! |
8800 | 2024-10-03T20:24:20.350Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO STEP 62 (ensure_file) COMPLETE |
8801 | 2024-10-03T20:24:20.350Z | [ host-image] Oct 03 20:24:18.897 INFO O| Oct 03 20:24:18.897 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-10-03T20:24:20.357Z | [ host-image] Oct 03 20:24:18.907 INFO O| Oct 03 20:24:18.907 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8803 | 2024-10-03T20:24:20.357Z | [ host-image] Oct 03 20:24:18.907 INFO O| Oct 03 20:24:18.907 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8804 | 2024-10-03T20:24:20.360Z | [ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8805 | 2024-10-03T20:24:20.360Z | [ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8806 | 2024-10-03T20:24:20.360Z | [ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO ok! |
8807 | 2024-10-03T20:24:20.360Z | [ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO STEP 63 (ensure_file) COMPLETE |
8808 | 2024-10-03T20:24:20.360Z | [ host-image] Oct 03 20:24:18.908 INFO O| Oct 03 20:24:18.908 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8809 | 2024-10-03T20:24:20.368Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8810 | 2024-10-03T20:24:20.368Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8811 | 2024-10-03T20:24:20.368Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8812 | 2024-10-03T20:24:20.371Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO ok! |
8813 | 2024-10-03T20:24:20.371Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO STEP 64 (assemble_files) COMPLETE |
8814 | 2024-10-03T20:24:20.371Z | [ host-image] Oct 03 20:24:18.918 INFO O| Oct 03 20:24:18.918 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8815 | 2024-10-03T20:24:20.379Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8816 | 2024-10-03T20:24:20.379Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8817 | 2024-10-03T20:24:20.379Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8818 | 2024-10-03T20:24:20.379Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8819 | 2024-10-03T20:24:20.381Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO ok! |
8820 | 2024-10-03T20:24:20.381Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO STEP 65 (ensure_file) COMPLETE |
8821 | 2024-10-03T20:24:20.381Z | [ host-image] Oct 03 20:24:18.929 INFO O| Oct 03 20:24:18.929 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-10-03T20:24:20.391Z | [ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.941 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8823 | 2024-10-03T20:24:20.394Z | [ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8824 | 2024-10-03T20:24:20.394Z | [ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8825 | 2024-10-03T20:24:20.394Z | [ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO STEP 66 (ensure_dir) COMPLETE |
8826 | 2024-10-03T20:24:20.394Z | [ host-image] Oct 03 20:24:18.942 INFO O| Oct 03 20:24:18.942 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2024-10-03T20:24:20.403Z | [ host-image] Oct 03 20:24:18.953 INFO O| Oct 03 20:24:18.953 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8828 | 2024-10-03T20:24:20.403Z | [ host-image] Oct 03 20:24:18.953 INFO O| Oct 03 20:24:18.953 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 ... |
8829 | 2024-10-03T20:24:20.411Z | [ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 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 |
8830 | 2024-10-03T20:24:20.411Z | [ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8831 | 2024-10-03T20:24:20.413Z | [ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO ok! |
8832 | 2024-10-03T20:24:20.413Z | [ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO STEP 67 (ensure_file) COMPLETE |
8833 | 2024-10-03T20:24:20.413Z | [ host-image] Oct 03 20:24:18.961 INFO O| Oct 03 20:24:18.961 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-10-03T20:24:20.423Z | [ host-image] Oct 03 20:24:18.973 INFO O| Oct 03 20:24:18.973 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8835 | 2024-10-03T20:24:20.423Z | [ host-image] Oct 03 20:24:18.973 INFO O| Oct 03 20:24:18.973 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 ... |
8836 | 2024-10-03T20:24:20.426Z | [ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.973 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 |
8837 | 2024-10-03T20:24:20.426Z | [ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8838 | 2024-10-03T20:24:20.426Z | [ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO ok! |
8839 | 2024-10-03T20:24:20.426Z | [ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO STEP 68 (ensure_file) COMPLETE |
8840 | 2024-10-03T20:24:20.426Z | [ host-image] Oct 03 20:24:18.974 INFO O| Oct 03 20:24:18.974 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-10-03T20:24:20.442Z | [ host-image] Oct 03 20:24:18.991 INFO O| Oct 03 20:24:18.991 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8842 | 2024-10-03T20:24:20.442Z | [ host-image] Oct 03 20:24:18.991 INFO O| Oct 03 20:24:18.991 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8843 | 2024-10-03T20:24:21.512Z | [ recovery-image] Oct 03 20:24:20.062 INFO E| Compiling bitstruct_derive v0.1.0 |
8844 | 2024-10-03T20:24:22.771Z | [ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO STEP 69 (pack_tar) COMPLETE |
8845 | 2024-10-03T20:24:22.771Z | [ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8846 | 2024-10-03T20:24:22.773Z | [ host-image] Oct 03 20:24:21.320 INFO O| Oct 03 20:24:21.320 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8847 | 2024-10-03T20:24:22.964Z | [ host-image] Oct 03 20:24:21.513 INFO O| Oct 03 20:24:21.513 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8848 | 2024-10-03T20:24:23.064Z | [ host-image] Oct 03 20:24:21.614 INFO O| Oct 03 20:24:21.614 INFO completed processing gimlet/ramdisk-02-trim |
8849 | 2024-10-03T20:24:23.067Z | [ host-image] Oct 03 20:24:21.616 INFO image builder template: zfs... |
8850 | 2024-10-03T20:24:23.067Z | [ host-image] Oct 03 20:24:21.616 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/.tmp4RA0ll/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None |
8851 | 2024-10-03T20:24:23.080Z | [ host-image] Oct 03 20:24:21.630 INFO O| Oct 03 20:24:21.630 INFO skip include "stress" because feature "stress" is not enabled |
8852 | 2024-10-03T20:24:23.112Z | [ host-image] Oct 03 20:24:21.662 INFO O| Oct 03 20:24:21.662 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8853 | 2024-10-03T20:24:23.116Z | [ host-image] Oct 03 20:24:21.666 INFO O| Oct 03 20:24:21.666 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8854 | 2024-10-03T20:24:23.198Z | [ host-image] Oct 03 20:24:21.746 INFO O| Oct 03 20:24:21.746 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8855 | 2024-10-03T20:24:23.270Z | [ host-image] Oct 03 20:24:21.819 INFO O| Oct 03 20:24:21.818 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8856 | 2024-10-03T20:24:23.270Z | [ host-image] Oct 03 20:24:21.819 INFO O| Oct 03 20:24:21.819 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8857 | 2024-10-03T20:24:23.275Z | [ host-image] Oct 03 20:24:21.823 INFO O| Oct 03 20:24:21.823 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8858 | 2024-10-03T20:24:23.356Z | [ host-image] Oct 03 20:24:21.906 INFO O| Oct 03 20:24:21.906 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8859 | 2024-10-03T20:24:23.415Z | [ host-image] Oct 03 20:24:21.965 INFO O| Oct 03 20:24:21.965 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8860 | 2024-10-03T20:24:23.425Z | [ host-image] Oct 03 20:24:21.975 INFO O| Oct 03 20:24:21.975 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8861 | 2024-10-03T20:24:23.430Z | [ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8862 | 2024-10-03T20:24:23.433Z | [ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO no lofi found |
8863 | 2024-10-03T20:24:23.433Z | [ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8864 | 2024-10-03T20:24:23.433Z | [ host-image] Oct 03 20:24:21.980 INFO O| Oct 03 20:24:21.980 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8865 | 2024-10-03T20:24:25.459Z | [ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
8866 | 2024-10-03T20:24:25.459Z | [ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8867 | 2024-10-03T20:24:25.462Z | [ host-image] Oct 03 20:24:24.009 INFO O| Oct 03 20:24:24.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8868 | 2024-10-03T20:24:25.530Z | [ host-image] Oct 03 20:24:24.079 INFO O| Oct 03 20:24:24.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8869 | 2024-10-03T20:24:25.530Z | [ host-image] Oct 03 20:24:24.079 INFO O| Oct 03 20:24:24.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8870 | 2024-10-03T20:24:25.547Z | [ host-image] Oct 03 20:24:24.096 INFO O| Oct 03 20:24:24.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8871 | 2024-10-03T20:24:25.603Z | [ host-image] Oct 03 20:24:24.153 INFO O| Oct 03 20:24:24.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8872 | 2024-10-03T20:24:25.641Z | [ host-image] Oct 03 20:24:24.190 INFO O| Oct 03 20:24:24.190 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8873 | 2024-10-03T20:24:25.655Z | [ host-image] Oct 03 20:24:24.205 INFO O| Oct 03 20:24:24.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8874 | 2024-10-03T20:24:25.666Z | [ host-image] Oct 03 20:24:24.215 INFO O| Oct 03 20:24:24.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8875 | 2024-10-03T20:24:25.711Z | [ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8876 | 2024-10-03T20:24:25.711Z | [ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8877 | 2024-10-03T20:24:25.714Z | [ host-image] Oct 03 20:24:24.261 INFO O| Oct 03 20:24:24.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8878 | 2024-10-03T20:24:25.721Z | [ host-image] Oct 03 20:24:24.270 INFO O| Oct 03 20:24:24.270 INFO boot environment UUID: 39564fbc-8c4b-453e-b5c9-33b08a3910ad |
8879 | 2024-10-03T20:24:25.722Z | [ host-image] Oct 03 20:24:24.270 INFO O| Oct 03 20:24:24.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 39564fbc-8c4b-453e-b5c9-33b08a3910ad |
8880 | 2024-10-03T20:24:25.731Z | [ host-image] Oct 03 20:24:24.281 INFO O| Oct 03 20:24:24.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8881 | 2024-10-03T20:24:25.742Z | [ host-image] Oct 03 20:24:24.292 INFO O| Oct 03 20:24:24.291 INFO STEP 0 (create_be) COMPLETE |
8882 | 2024-10-03T20:24:25.744Z | [ host-image] Oct 03 20:24:24.292 INFO O| Oct 03 20:24:24.291 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8883 | 2024-10-03T20:24:25.758Z | [ host-image] Oct 03 20:24:24.307 INFO O| Oct 03 20:24:24.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8884 | 2024-10-03T20:24:35.935Z | [ recovery-image] Oct 03 20:24:34.483 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8885 | 2024-10-03T20:24:38.204Z | [ recovery-image] Oct 03 20:24:36.747 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8886 | 2024-10-03T20:24:42.659Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bitflags v1.3.2 |
8887 | 2024-10-03T20:24:42.660Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling adler2 v2.0.0 |
8888 | 2024-10-03T20:24:42.660Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling plain v0.2.3 |
8889 | 2024-10-03T20:24:42.660Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling log v0.4.22 |
8890 | 2024-10-03T20:24:42.660Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bit_field v0.10.2 |
8891 | 2024-10-03T20:24:42.660Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling scroll v0.12.0 |
8892 | 2024-10-03T20:24:42.661Z | [ recovery-image] Oct 03 20:24:41.198 INFO E| Compiling bitstruct v0.1.1 |
8893 | 2024-10-03T20:24:42.801Z | [ recovery-image] Oct 03 20:24:41.345 INFO E| Compiling raw-cpuid v10.7.0 |
8894 | 2024-10-03T20:24:42.843Z | [ recovery-image] Oct 03 20:24:41.388 INFO E| Compiling miniz_oxide v0.8.0 |
8895 | 2024-10-03T20:24:43.059Z | [ recovery-image] Oct 03 20:24:41.606 INFO E| Compiling cpio_reader v0.1.1 |
8896 | 2024-10-03T20:24:43.221Z | [ recovery-image] Oct 03 20:24:41.769 INFO E| Compiling static_assertions v1.1.0 |
8897 | 2024-10-03T20:24:43.590Z | [ recovery-image] Oct 03 20:24:42.137 INFO E| Compiling goblin v0.8.2 |
8898 | 2024-10-03T20:24:47.840Z | [ host-image] Oct 03 20:24:46.387 INFO O| Oct 03 20:24:46.386 INFO STEP 1 (unpack_tar) COMPLETE |
8899 | 2024-10-03T20:24:47.840Z | [ host-image] Oct 03 20:24:46.387 INFO O| Oct 03 20:24:46.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8900 | 2024-10-03T20:24:47.853Z | [ host-image] Oct 03 20:24:46.400 INFO O| Oct 03 20:24:46.400 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8901 | 2024-10-03T20:24:47.994Z | [ host-image] Oct 03 20:24:46.541 INFO O| Oct 03 20:24:46.541 INFO STEP 2 (devfsadm) COMPLETE |
8902 | 2024-10-03T20:24:47.994Z | [ host-image] Oct 03 20:24:46.541 INFO O| Oct 03 20:24:46.541 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8903 | 2024-10-03T20:24:48.009Z | [ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8904 | 2024-10-03T20:24:48.009Z | [ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8905 | 2024-10-03T20:24:48.011Z | [ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO STEP 3 (ensure_dir) COMPLETE |
8906 | 2024-10-03T20:24:48.011Z | [ host-image] Oct 03 20:24:46.556 INFO O| Oct 03 20:24:46.556 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8907 | 2024-10-03T20:24:48.021Z | [ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8908 | 2024-10-03T20:24:48.021Z | [ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO STEP 4 (ensure_dir) COMPLETE |
8909 | 2024-10-03T20:24:48.024Z | [ host-image] Oct 03 20:24:46.568 INFO O| Oct 03 20:24:46.568 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8910 | 2024-10-03T20:24:48.032Z | [ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8911 | 2024-10-03T20:24:48.032Z | [ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO STEP 5 (ensure_dir) COMPLETE |
8912 | 2024-10-03T20:24:48.035Z | [ host-image] Oct 03 20:24:46.579 INFO O| Oct 03 20:24:46.579 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8913 | 2024-10-03T20:24:48.043Z | [ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8914 | 2024-10-03T20:24:48.043Z | [ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8915 | 2024-10-03T20:24:48.046Z | [ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO STEP 6 (ensure_dir) COMPLETE |
8916 | 2024-10-03T20:24:48.046Z | [ host-image] Oct 03 20:24:46.590 INFO O| Oct 03 20:24:46.590 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8917 | 2024-10-03T20:24:48.057Z | [ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8918 | 2024-10-03T20:24:48.059Z | [ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8919 | 2024-10-03T20:24:48.059Z | [ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO STEP 7 (ensure_dir) COMPLETE |
8920 | 2024-10-03T20:24:48.059Z | [ host-image] Oct 03 20:24:46.604 INFO O| Oct 03 20:24:46.604 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8921 | 2024-10-03T20:24:48.067Z | [ host-image] Oct 03 20:24:46.614 INFO O| Oct 03 20:24:46.614 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8922 | 2024-10-03T20:24:48.070Z | [ host-image] Oct 03 20:24:46.615 INFO O| Oct 03 20:24:46.615 INFO STEP 8 (remove_files) COMPLETE |
8923 | 2024-10-03T20:24:48.070Z | [ host-image] Oct 03 20:24:46.615 INFO O| Oct 03 20:24:46.615 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8924 | 2024-10-03T20:24:48.078Z | [ host-image] Oct 03 20:24:46.625 INFO O| Oct 03 20:24:46.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8925 | 2024-10-03T20:24:48.080Z | [ host-image] Oct 03 20:24:46.626 INFO O| Oct 03 20:24:46.626 INFO STEP 9 (remove_files) COMPLETE |
8926 | 2024-10-03T20:24:48.080Z | [ host-image] Oct 03 20:24:46.626 INFO O| Oct 03 20:24:46.626 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8927 | 2024-10-03T20:24:48.090Z | [ host-image] Oct 03 20:24:46.637 INFO O| Oct 03 20:24:46.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8928 | 2024-10-03T20:24:48.093Z | [ host-image] Oct 03 20:24:46.638 INFO O| Oct 03 20:24:46.637 INFO STEP 10 (remove_files) COMPLETE |
8929 | 2024-10-03T20:24:48.093Z | [ host-image] Oct 03 20:24:46.638 INFO O| Oct 03 20:24:46.637 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8930 | 2024-10-03T20:24:48.106Z | [ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8931 | 2024-10-03T20:24:48.108Z | [ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO STEP 11 (remove_files) COMPLETE |
8932 | 2024-10-03T20:24:48.108Z | [ host-image] Oct 03 20:24:46.653 INFO O| Oct 03 20:24:46.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8933 | 2024-10-03T20:24:48.116Z | [ host-image] Oct 03 20:24:46.663 INFO O| Oct 03 20:24:46.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8934 | 2024-10-03T20:24:48.118Z | [ host-image] Oct 03 20:24:46.664 INFO O| Oct 03 20:24:46.663 INFO STEP 12 (remove_files) COMPLETE |
8935 | 2024-10-03T20:24:48.119Z | [ host-image] Oct 03 20:24:46.664 INFO O| Oct 03 20:24:46.664 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8936 | 2024-10-03T20:24:48.127Z | [ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8937 | 2024-10-03T20:24:48.127Z | [ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8938 | 2024-10-03T20:24:48.129Z | [ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO STEP 13 (ensure_dir) COMPLETE |
8939 | 2024-10-03T20:24:48.129Z | [ host-image] Oct 03 20:24:46.674 INFO O| Oct 03 20:24:46.674 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8940 | 2024-10-03T20:24:48.137Z | [ host-image] Oct 03 20:24:46.684 INFO O| Oct 03 20:24:46.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8941 | 2024-10-03T20:24:48.140Z | [ host-image] Oct 03 20:24:46.684 INFO O| Oct 03 20:24:46.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8942 | 2024-10-03T20:24:48.140Z | [ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8943 | 2024-10-03T20:24:48.140Z | [ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.685 INFO STEP 14 (ensure_dir) COMPLETE |
8944 | 2024-10-03T20:24:48.140Z | [ host-image] Oct 03 20:24:46.685 INFO O| Oct 03 20:24:46.685 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8945 | 2024-10-03T20:24:48.148Z | [ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8946 | 2024-10-03T20:24:48.148Z | [ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8947 | 2024-10-03T20:24:48.150Z | [ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8948 | 2024-10-03T20:24:48.150Z | [ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO STEP 15 (ensure_dir) COMPLETE |
8949 | 2024-10-03T20:24:48.150Z | [ host-image] Oct 03 20:24:46.695 INFO O| Oct 03 20:24:46.695 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8950 | 2024-10-03T20:24:48.159Z | [ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8951 | 2024-10-03T20:24:48.159Z | [ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8952 | 2024-10-03T20:24:48.159Z | [ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO STEP 16 (ensure_dir) COMPLETE |
8953 | 2024-10-03T20:24:48.162Z | [ host-image] Oct 03 20:24:46.706 INFO O| Oct 03 20:24:46.706 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8954 | 2024-10-03T20:24:48.169Z | [ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8955 | 2024-10-03T20:24:48.169Z | [ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8956 | 2024-10-03T20:24:48.169Z | [ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO STEP 17 (ensure_dir) COMPLETE |
8957 | 2024-10-03T20:24:48.172Z | [ host-image] Oct 03 20:24:46.716 INFO O| Oct 03 20:24:46.716 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-03T20:24:48.180Z | [ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8959 | 2024-10-03T20:24:48.182Z | [ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8960 | 2024-10-03T20:24:48.182Z | [ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO ok! |
8961 | 2024-10-03T20:24:48.182Z | [ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO STEP 18 (ensure_symlink) COMPLETE |
8962 | 2024-10-03T20:24:48.182Z | [ host-image] Oct 03 20:24:46.727 INFO O| Oct 03 20:24:46.727 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8963 | 2024-10-03T20:24:48.191Z | [ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8964 | 2024-10-03T20:24:48.191Z | [ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8965 | 2024-10-03T20:24:48.193Z | [ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO ok! |
8966 | 2024-10-03T20:24:48.193Z | [ host-image] Oct 03 20:24:46.737 INFO O| Oct 03 20:24:46.737 INFO STEP 19 (ensure_file) COMPLETE |
8967 | 2024-10-03T20:24:48.193Z | [ host-image] Oct 03 20:24:46.738 INFO O| Oct 03 20:24:46.737 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8968 | 2024-10-03T20:24:48.201Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8969 | 2024-10-03T20:24:48.203Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8970 | 2024-10-03T20:24:48.203Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8971 | 2024-10-03T20:24:48.203Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO ok! |
8972 | 2024-10-03T20:24:48.203Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO STEP 20 (ensure_symlink) COMPLETE |
8973 | 2024-10-03T20:24:48.203Z | [ host-image] Oct 03 20:24:46.748 INFO O| Oct 03 20:24:46.748 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8974 | 2024-10-03T20:24:48.214Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8975 | 2024-10-03T20:24:48.217Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8976 | 2024-10-03T20:24:48.217Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8977 | 2024-10-03T20:24:48.217Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO ok! |
8978 | 2024-10-03T20:24:48.217Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO STEP 21 (ensure_symlink) COMPLETE |
8979 | 2024-10-03T20:24:48.217Z | [ host-image] Oct 03 20:24:46.761 INFO O| Oct 03 20:24:46.761 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8980 | 2024-10-03T20:24:48.227Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8981 | 2024-10-03T20:24:48.227Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8982 | 2024-10-03T20:24:48.227Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8983 | 2024-10-03T20:24:48.229Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO ok! |
8984 | 2024-10-03T20:24:48.230Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO STEP 22 (ensure_symlink) COMPLETE |
8985 | 2024-10-03T20:24:48.230Z | [ host-image] Oct 03 20:24:46.774 INFO O| Oct 03 20:24:46.774 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8986 | 2024-10-03T20:24:48.238Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8987 | 2024-10-03T20:24:48.238Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8988 | 2024-10-03T20:24:48.241Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8989 | 2024-10-03T20:24:48.241Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO ok! |
8990 | 2024-10-03T20:24:48.241Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO STEP 23 (ensure_symlink) COMPLETE |
8991 | 2024-10-03T20:24:48.241Z | [ host-image] Oct 03 20:24:46.785 INFO O| Oct 03 20:24:46.785 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8992 | 2024-10-03T20:24:48.248Z | [ host-image] Oct 03 20:24:46.795 INFO O| Oct 03 20:24:46.795 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8993 | 2024-10-03T20:24:48.250Z | [ host-image] Oct 03 20:24:46.795 INFO O| Oct 03 20:24:46.795 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8994 | 2024-10-03T20:24:48.250Z | [ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8995 | 2024-10-03T20:24:48.250Z | [ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO ok! |
8996 | 2024-10-03T20:24:48.250Z | [ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO STEP 24 (ensure_file) COMPLETE |
8997 | 2024-10-03T20:24:48.251Z | [ host-image] Oct 03 20:24:46.796 INFO O| Oct 03 20:24:46.796 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8998 | 2024-10-03T20:24:48.260Z | [ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO updating shadow file |
8999 | 2024-10-03T20:24:48.260Z | [ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9000 | 2024-10-03T20:24:48.262Z | [ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9001 | 2024-10-03T20:24:48.262Z | [ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO STEP 25 (shadow) COMPLETE |
9002 | 2024-10-03T20:24:48.262Z | [ host-image] Oct 03 20:24:46.807 INFO O| Oct 03 20:24:46.807 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9003 | 2024-10-03T20:24:48.270Z | [ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9004 | 2024-10-03T20:24:48.270Z | [ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9005 | 2024-10-03T20:24:48.273Z | [ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9006 | 2024-10-03T20:24:48.273Z | [ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO ok! |
9007 | 2024-10-03T20:24:48.273Z | [ host-image] Oct 03 20:24:46.817 INFO O| Oct 03 20:24:46.817 INFO STEP 26 (ensure_file) COMPLETE |
9008 | 2024-10-03T20:24:48.273Z | [ host-image] Oct 03 20:24:46.818 INFO O| Oct 03 20:24:46.817 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9009 | 2024-10-03T20:24:48.281Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9010 | 2024-10-03T20:24:48.281Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9011 | 2024-10-03T20:24:48.285Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9012 | 2024-10-03T20:24:48.285Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO ok! |
9013 | 2024-10-03T20:24:48.285Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO STEP 27 (ensure_file) COMPLETE |
9014 | 2024-10-03T20:24:48.285Z | [ host-image] Oct 03 20:24:46.828 INFO O| Oct 03 20:24:46.828 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9015 | 2024-10-03T20:24:48.295Z | [ host-image] Oct 03 20:24:46.841 INFO O| Oct 03 20:24:46.841 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9016 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9017 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9018 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9019 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO ok! |
9020 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO STEP 28 (ensure_file) COMPLETE |
9021 | 2024-10-03T20:24:48.298Z | [ host-image] Oct 03 20:24:46.842 INFO O| Oct 03 20:24:46.842 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9022 | 2024-10-03T20:24:48.307Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9023 | 2024-10-03T20:24:48.307Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9024 | 2024-10-03T20:24:48.307Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9025 | 2024-10-03T20:24:48.310Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO ok! |
9026 | 2024-10-03T20:24:48.310Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO STEP 29 (ensure_file) COMPLETE |
9027 | 2024-10-03T20:24:48.310Z | [ host-image] Oct 03 20:24:46.854 INFO O| Oct 03 20:24:46.854 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9028 | 2024-10-03T20:24:48.319Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9029 | 2024-10-03T20:24:48.319Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9030 | 2024-10-03T20:24:48.322Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9031 | 2024-10-03T20:24:48.322Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO ok! |
9032 | 2024-10-03T20:24:48.322Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO STEP 30 (ensure_file) COMPLETE |
9033 | 2024-10-03T20:24:48.322Z | [ host-image] Oct 03 20:24:46.866 INFO O| Oct 03 20:24:46.866 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9034 | 2024-10-03T20:24:48.332Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9035 | 2024-10-03T20:24:48.332Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9036 | 2024-10-03T20:24:48.335Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9037 | 2024-10-03T20:24:48.335Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9038 | 2024-10-03T20:24:48.335Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO ok! |
9039 | 2024-10-03T20:24:48.335Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO STEP 31 (ensure_file) COMPLETE |
9040 | 2024-10-03T20:24:48.335Z | [ host-image] Oct 03 20:24:46.879 INFO O| Oct 03 20:24:46.879 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9041 | 2024-10-03T20:24:48.344Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.890 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9042 | 2024-10-03T20:24:48.346Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9043 | 2024-10-03T20:24:48.346Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9044 | 2024-10-03T20:24:48.346Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO ok! |
9045 | 2024-10-03T20:24:48.346Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO STEP 32 (ensure_file) COMPLETE |
9046 | 2024-10-03T20:24:48.346Z | [ host-image] Oct 03 20:24:46.891 INFO O| Oct 03 20:24:46.891 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9047 | 2024-10-03T20:24:48.355Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9048 | 2024-10-03T20:24:48.355Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9049 | 2024-10-03T20:24:48.357Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9050 | 2024-10-03T20:24:48.357Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO ok! |
9051 | 2024-10-03T20:24:48.357Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO STEP 33 (ensure_file) COMPLETE |
9052 | 2024-10-03T20:24:48.357Z | [ host-image] Oct 03 20:24:46.902 INFO O| Oct 03 20:24:46.902 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9053 | 2024-10-03T20:24:48.366Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9054 | 2024-10-03T20:24:48.366Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.912 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9055 | 2024-10-03T20:24:48.366Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9056 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9057 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9058 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9059 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO ok! |
9060 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO STEP 34 (ensure_file) COMPLETE |
9061 | 2024-10-03T20:24:48.368Z | [ host-image] Oct 03 20:24:46.913 INFO O| Oct 03 20:24:46.913 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9062 | 2024-10-03T20:24:48.376Z | [ host-image] Oct 03 20:24:46.923 INFO O| Oct 03 20:24:46.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9063 | 2024-10-03T20:24:48.379Z | [ host-image] Oct 03 20:24:46.923 INFO O| Oct 03 20:24:46.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9064 | 2024-10-03T20:24:48.379Z | [ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9065 | 2024-10-03T20:24:48.379Z | [ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO STEP 35 (ensure_dir) COMPLETE |
9066 | 2024-10-03T20:24:48.379Z | [ host-image] Oct 03 20:24:46.924 INFO O| Oct 03 20:24:46.923 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9067 | 2024-10-03T20:24:48.387Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 |
9068 | 2024-10-03T20:24:48.387Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 ... |
9069 | 2024-10-03T20:24:48.389Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 |
9070 | 2024-10-03T20:24:48.389Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 |
9071 | 2024-10-03T20:24:48.390Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 |
9072 | 2024-10-03T20:24:48.390Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 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 |
9073 | 2024-10-03T20:24:48.390Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO ok! |
9074 | 2024-10-03T20:24:48.390Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO STEP 36 (ensure_file) COMPLETE |
9075 | 2024-10-03T20:24:48.390Z | [ host-image] Oct 03 20:24:46.934 INFO O| Oct 03 20:24:46.934 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9076 | 2024-10-03T20:24:48.397Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9077 | 2024-10-03T20:24:48.397Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 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 ... |
9078 | 2024-10-03T20:24:48.397Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9079 | 2024-10-03T20:24:48.400Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO ok! |
9080 | 2024-10-03T20:24:48.400Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO STEP 37 (ensure_symlink) COMPLETE |
9081 | 2024-10-03T20:24:48.400Z | [ host-image] Oct 03 20:24:46.944 INFO O| Oct 03 20:24:46.944 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9082 | 2024-10-03T20:24:48.408Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9083 | 2024-10-03T20:24:48.408Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9084 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9085 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9086 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9087 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9088 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO ok! |
9089 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO STEP 38 (ensure_file) COMPLETE |
9090 | 2024-10-03T20:24:48.410Z | [ host-image] Oct 03 20:24:46.955 INFO O| Oct 03 20:24:46.955 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9091 | 2024-10-03T20:24:48.418Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9092 | 2024-10-03T20:24:48.418Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 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 ... |
9093 | 2024-10-03T20:24:48.421Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 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 |
9094 | 2024-10-03T20:24:48.421Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9095 | 2024-10-03T20:24:48.421Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO ok! |
9096 | 2024-10-03T20:24:48.421Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO STEP 39 (ensure_file) COMPLETE |
9097 | 2024-10-03T20:24:48.421Z | [ host-image] Oct 03 20:24:46.965 INFO O| Oct 03 20:24:46.965 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9098 | 2024-10-03T20:24:48.428Z | [ host-image] Oct 03 20:24:46.975 INFO O| Oct 03 20:24:46.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9099 | 2024-10-03T20:24:48.428Z | [ host-image] Oct 03 20:24:46.975 INFO O| Oct 03 20:24:46.975 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9100 | 2024-10-03T20:24:48.431Z | [ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9101 | 2024-10-03T20:24:48.431Z | [ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.975 INFO ok! |
9102 | 2024-10-03T20:24:48.431Z | [ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.976 INFO STEP 40 (ensure_file) COMPLETE |
9103 | 2024-10-03T20:24:48.431Z | [ host-image] Oct 03 20:24:46.976 INFO O| Oct 03 20:24:46.976 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9104 | 2024-10-03T20:24:48.439Z | [ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.985 INFO updating shadow file |
9105 | 2024-10-03T20:24:48.441Z | [ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9106 | 2024-10-03T20:24:48.441Z | [ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO STEP 41 (shadow) COMPLETE |
9107 | 2024-10-03T20:24:48.441Z | [ host-image] Oct 03 20:24:46.986 INFO O| Oct 03 20:24:46.986 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9108 | 2024-10-03T20:24:48.449Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9109 | 2024-10-03T20:24:48.449Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9110 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9111 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9112 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO ok! |
9113 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 42 (ensure_file) COMPLETE |
9114 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9115 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO skip step because feature "mfg" is not enabled |
9116 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9117 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO skip step because feature "mfg" is not enabled |
9118 | 2024-10-03T20:24:48.452Z | [ host-image] Oct 03 20:24:46.996 INFO O| Oct 03 20:24:46.996 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9119 | 2024-10-03T20:24:48.463Z | [ host-image] Oct 03 20:24:47.010 INFO O| Oct 03 20:24:47.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9120 | 2024-10-03T20:24:48.463Z | [ host-image] Oct 03 20:24:47.010 INFO O| Oct 03 20:24:47.010 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9121 | 2024-10-03T20:24:49.119Z | [ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9122 | 2024-10-03T20:24:49.119Z | [ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9123 | 2024-10-03T20:24:49.122Z | [ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO ok! |
9124 | 2024-10-03T20:24:49.122Z | [ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO STEP 45 (ensure_file) COMPLETE |
9125 | 2024-10-03T20:24:49.122Z | [ host-image] Oct 03 20:24:47.666 INFO O| Oct 03 20:24:47.666 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9126 | 2024-10-03T20:24:49.133Z | [ host-image] Oct 03 20:24:47.679 INFO O| Oct 03 20:24:47.679 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9127 | 2024-10-03T20:24:49.133Z | [ host-image] Oct 03 20:24:47.679 INFO O| Oct 03 20:24:47.679 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9128 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.679 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9129 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9130 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9131 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9132 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO ok! |
9133 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO STEP 46 (ensure_file) COMPLETE |
9134 | 2024-10-03T20:24:49.135Z | [ host-image] Oct 03 20:24:47.680 INFO O| Oct 03 20:24:47.680 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9135 | 2024-10-03T20:24:49.144Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9136 | 2024-10-03T20:24:49.144Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 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 ... |
9137 | 2024-10-03T20:24:49.147Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 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 |
9138 | 2024-10-03T20:24:49.147Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9139 | 2024-10-03T20:24:49.147Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO ok! |
9140 | 2024-10-03T20:24:49.147Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO STEP 47 (ensure_file) COMPLETE |
9141 | 2024-10-03T20:24:49.147Z | [ host-image] Oct 03 20:24:47.691 INFO O| Oct 03 20:24:47.691 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9142 | 2024-10-03T20:24:49.155Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9143 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9144 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9145 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9146 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9147 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9148 | 2024-10-03T20:24:49.157Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO ok! |
9149 | 2024-10-03T20:24:49.158Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO STEP 48 (ensure_file) COMPLETE |
9150 | 2024-10-03T20:24:49.158Z | [ host-image] Oct 03 20:24:47.702 INFO O| Oct 03 20:24:47.702 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9151 | 2024-10-03T20:24:49.166Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9152 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 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 ... |
9153 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 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 |
9154 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9155 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO ok! |
9156 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO STEP 49 (ensure_file) COMPLETE |
9157 | 2024-10-03T20:24:49.168Z | [ host-image] Oct 03 20:24:47.713 INFO O| Oct 03 20:24:47.713 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9158 | 2024-10-03T20:24:49.177Z | [ host-image] Oct 03 20:24:47.723 INFO O| Oct 03 20:24:47.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9159 | 2024-10-03T20:24:49.177Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.723 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9160 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9161 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9162 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9163 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9164 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO ok! |
9165 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO STEP 50 (ensure_file) COMPLETE |
9166 | 2024-10-03T20:24:49.180Z | [ host-image] Oct 03 20:24:47.724 INFO O| Oct 03 20:24:47.724 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9167 | 2024-10-03T20:24:49.187Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9168 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 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 ... |
9169 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 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 |
9170 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9171 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO ok! |
9172 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO STEP 51 (ensure_file) COMPLETE |
9173 | 2024-10-03T20:24:49.190Z | [ host-image] Oct 03 20:24:47.734 INFO O| Oct 03 20:24:47.734 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9174 | 2024-10-03T20:24:49.199Z | [ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9175 | 2024-10-03T20:24:49.199Z | [ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 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 ... |
9176 | 2024-10-03T20:24:49.203Z | [ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 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 |
9177 | 2024-10-03T20:24:49.203Z | [ host-image] Oct 03 20:24:47.745 INFO O| Oct 03 20:24:47.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9178 | 2024-10-03T20:24:49.203Z | [ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.745 INFO ok! |
9179 | 2024-10-03T20:24:49.203Z | [ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.746 INFO STEP 52 (ensure_file) COMPLETE |
9180 | 2024-10-03T20:24:49.203Z | [ host-image] Oct 03 20:24:47.746 INFO O| Oct 03 20:24:47.746 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9181 | 2024-10-03T20:24:49.211Z | [ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9182 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 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 ... |
9183 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.757 INFO O| Oct 03 20:24:47.757 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 |
9184 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9185 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.757 INFO ok! |
9186 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.758 INFO STEP 53 (ensure_file) COMPLETE |
9187 | 2024-10-03T20:24:49.213Z | [ host-image] Oct 03 20:24:47.758 INFO O| Oct 03 20:24:47.758 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9188 | 2024-10-03T20:24:49.226Z | [ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9189 | 2024-10-03T20:24:49.226Z | [ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO STEP 54 (ensure_dir) COMPLETE |
9190 | 2024-10-03T20:24:49.226Z | [ host-image] Oct 03 20:24:47.772 INFO O| Oct 03 20:24:47.772 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-10-03T20:24:49.239Z | [ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9192 | 2024-10-03T20:24:49.239Z | [ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9193 | 2024-10-03T20:24:49.239Z | [ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO STEP 55 (ensure_dir) COMPLETE |
9194 | 2024-10-03T20:24:49.242Z | [ host-image] Oct 03 20:24:47.786 INFO O| Oct 03 20:24:47.786 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9195 | 2024-10-03T20:24:49.263Z | [ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9196 | 2024-10-03T20:24:49.265Z | [ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9197 | 2024-10-03T20:24:49.266Z | [ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO STEP 56 (ensure_dir) COMPLETE |
9198 | 2024-10-03T20:24:49.266Z | [ host-image] Oct 03 20:24:47.810 INFO O| Oct 03 20:24:47.810 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-10-03T20:24:49.279Z | [ host-image] Oct 03 20:24:47.826 INFO O| Oct 03 20:24:47.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9200 | 2024-10-03T20:24:49.279Z | [ host-image] Oct 03 20:24:47.826 INFO O| Oct 03 20:24:47.826 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9201 | 2024-10-03T20:24:49.297Z | [ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9202 | 2024-10-03T20:24:49.297Z | [ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO ok! |
9203 | 2024-10-03T20:24:49.299Z | [ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO STEP 57 (ensure_file) COMPLETE |
9204 | 2024-10-03T20:24:49.299Z | [ host-image] Oct 03 20:24:47.843 INFO O| Oct 03 20:24:47.843 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-10-03T20:24:49.316Z | [ host-image] Oct 03 20:24:47.863 INFO O| Oct 03 20:24:47.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9206 | 2024-10-03T20:24:49.318Z | [ host-image] Oct 03 20:24:47.863 INFO O| Oct 03 20:24:47.863 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9207 | 2024-10-03T20:24:50.471Z | [ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9208 | 2024-10-03T20:24:50.471Z | [ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO ok! |
9209 | 2024-10-03T20:24:50.471Z | [ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO STEP 58 (ensure_file) COMPLETE |
9210 | 2024-10-03T20:24:50.474Z | [ host-image] Oct 03 20:24:49.018 INFO O| Oct 03 20:24:49.018 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-10-03T20:24:50.487Z | [ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9212 | 2024-10-03T20:24:50.487Z | [ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9213 | 2024-10-03T20:24:50.490Z | [ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO STEP 59 (ensure_dir) COMPLETE |
9214 | 2024-10-03T20:24:50.490Z | [ host-image] Oct 03 20:24:49.034 INFO O| Oct 03 20:24:49.034 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-10-03T20:24:50.503Z | [ host-image] Oct 03 20:24:49.049 INFO O| Oct 03 20:24:49.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9216 | 2024-10-03T20:24:50.503Z | [ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.049 INFO copying /tmp/.tmp4RA0ll/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 ... |
9217 | 2024-10-03T20:24:50.503Z | [ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9218 | 2024-10-03T20:24:50.506Z | [ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO ok! |
9219 | 2024-10-03T20:24:50.506Z | [ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO STEP 60 (ensure_file) COMPLETE |
9220 | 2024-10-03T20:24:50.506Z | [ host-image] Oct 03 20:24:49.050 INFO O| Oct 03 20:24:49.050 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-10-03T20:24:50.517Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9222 | 2024-10-03T20:24:50.517Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO copying /tmp/.tmp4RA0ll/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 ... |
9223 | 2024-10-03T20:24:50.520Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9224 | 2024-10-03T20:24:50.520Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO ok! |
9225 | 2024-10-03T20:24:50.520Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO STEP 61 (ensure_file) COMPLETE |
9226 | 2024-10-03T20:24:50.520Z | [ host-image] Oct 03 20:24:49.064 INFO O| Oct 03 20:24:49.064 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9227 | 2024-10-03T20:24:50.531Z | [ host-image] Oct 03 20:24:49.077 INFO O| Oct 03 20:24:49.077 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9228 | 2024-10-03T20:24:50.533Z | [ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9229 | 2024-10-03T20:24:50.533Z | [ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO STEP 62 (ensure_dir) COMPLETE |
9230 | 2024-10-03T20:24:50.533Z | [ host-image] Oct 03 20:24:49.078 INFO O| Oct 03 20:24:49.078 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9231 | 2024-10-03T20:24:50.541Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9232 | 2024-10-03T20:24:50.541Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO copying /tmp/.tmp4RA0ll/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 ... |
9233 | 2024-10-03T20:24:50.544Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9234 | 2024-10-03T20:24:50.544Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO ok! |
9235 | 2024-10-03T20:24:50.544Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO STEP 63 (ensure_file) COMPLETE |
9236 | 2024-10-03T20:24:50.544Z | [ host-image] Oct 03 20:24:49.088 INFO O| Oct 03 20:24:49.088 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9237 | 2024-10-03T20:24:50.552Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9238 | 2024-10-03T20:24:50.552Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO copying /tmp/.tmp4RA0ll/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 ... |
9239 | 2024-10-03T20:24:50.555Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9240 | 2024-10-03T20:24:50.555Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO ok! |
9241 | 2024-10-03T20:24:50.555Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO STEP 64 (ensure_file) COMPLETE |
9242 | 2024-10-03T20:24:50.555Z | [ host-image] Oct 03 20:24:49.098 INFO O| Oct 03 20:24:49.098 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9243 | 2024-10-03T20:24:50.562Z | [ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9244 | 2024-10-03T20:24:50.564Z | [ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9245 | 2024-10-03T20:24:50.564Z | [ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO STEP 65 (ensure_dir) COMPLETE |
9246 | 2024-10-03T20:24:50.564Z | [ host-image] Oct 03 20:24:49.109 INFO O| Oct 03 20:24:49.109 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-10-03T20:24:50.572Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9248 | 2024-10-03T20:24:50.573Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO copying /tmp/.tmp4RA0ll/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 ... |
9249 | 2024-10-03T20:24:50.573Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9250 | 2024-10-03T20:24:50.575Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO ok! |
9251 | 2024-10-03T20:24:50.575Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO STEP 66 (ensure_file) COMPLETE |
9252 | 2024-10-03T20:24:50.575Z | [ host-image] Oct 03 20:24:49.119 INFO O| Oct 03 20:24:49.119 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-10-03T20:24:50.583Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9254 | 2024-10-03T20:24:50.583Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9255 | 2024-10-03T20:24:50.586Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9256 | 2024-10-03T20:24:50.586Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO ok! |
9257 | 2024-10-03T20:24:50.586Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO STEP 67 (ensure_file) COMPLETE |
9258 | 2024-10-03T20:24:50.586Z | [ host-image] Oct 03 20:24:49.130 INFO O| Oct 03 20:24:49.130 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-10-03T20:24:50.594Z | [ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9260 | 2024-10-03T20:24:50.597Z | [ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9261 | 2024-10-03T20:24:50.597Z | [ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO STEP 68 (ensure_dir) COMPLETE |
9262 | 2024-10-03T20:24:50.597Z | [ host-image] Oct 03 20:24:49.141 INFO O| Oct 03 20:24:49.141 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9263 | 2024-10-03T20:24:50.605Z | [ host-image] Oct 03 20:24:49.152 INFO O| Oct 03 20:24:49.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9264 | 2024-10-03T20:24:50.607Z | [ host-image] Oct 03 20:24:49.152 INFO O| Oct 03 20:24:49.152 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9265 | 2024-10-03T20:24:51.217Z | [ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9266 | 2024-10-03T20:24:51.217Z | [ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO ok! |
9267 | 2024-10-03T20:24:51.219Z | [ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO STEP 69 (ensure_file) COMPLETE |
9268 | 2024-10-03T20:24:51.219Z | [ host-image] Oct 03 20:24:49.763 INFO O| Oct 03 20:24:49.763 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-10-03T20:24:51.229Z | [ host-image] Oct 03 20:24:49.776 INFO O| Oct 03 20:24:49.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9270 | 2024-10-03T20:24:51.229Z | [ host-image] Oct 03 20:24:49.776 INFO O| Oct 03 20:24:49.776 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9271 | 2024-10-03T20:24:51.993Z | [ recovery-image] Oct 03 20:24:50.540 INFO E| Finished `release` profile [optimized] target(s) in 37.35s |
9272 | 2024-10-03T20:24:52.023Z | [ recovery-image] Oct 03 20:24:50.567 INFO building host image... |
9273 | 2024-10-03T20:24:52.023Z | [ recovery-image] Oct 03 20:24:50.567 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") |
9274 | 2024-10-03T20:24:52.742Z | [ recovery-image] Oct 03 20:24:51.288 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9275 | 2024-10-03T20:24:53.199Z | [ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9276 | 2024-10-03T20:24:53.199Z | [ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO ok! |
9277 | 2024-10-03T20:24:53.201Z | [ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO STEP 70 (ensure_file) COMPLETE |
9278 | 2024-10-03T20:24:53.201Z | [ host-image] Oct 03 20:24:51.745 INFO O| Oct 03 20:24:51.745 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9279 | 2024-10-03T20:24:53.211Z | [ host-image] Oct 03 20:24:51.757 INFO O| Oct 03 20:24:51.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9280 | 2024-10-03T20:24:53.211Z | [ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9281 | 2024-10-03T20:24:53.214Z | [ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO STEP 71 (ensure_dir) COMPLETE |
9282 | 2024-10-03T20:24:53.214Z | [ host-image] Oct 03 20:24:51.758 INFO O| Oct 03 20:24:51.758 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-10-03T20:24:53.222Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9284 | 2024-10-03T20:24:53.222Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO copying /tmp/.tmp4RA0ll/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 ... |
9285 | 2024-10-03T20:24:53.224Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9286 | 2024-10-03T20:24:53.224Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO ok! |
9287 | 2024-10-03T20:24:53.225Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO STEP 72 (ensure_file) COMPLETE |
9288 | 2024-10-03T20:24:53.225Z | [ host-image] Oct 03 20:24:51.768 INFO O| Oct 03 20:24:51.768 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-10-03T20:24:53.231Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9290 | 2024-10-03T20:24:53.232Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO copying /tmp/.tmp4RA0ll/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 ... |
9291 | 2024-10-03T20:24:53.234Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9292 | 2024-10-03T20:24:53.234Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO ok! |
9293 | 2024-10-03T20:24:53.234Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO STEP 73 (ensure_file) COMPLETE |
9294 | 2024-10-03T20:24:53.234Z | [ host-image] Oct 03 20:24:51.778 INFO O| Oct 03 20:24:51.778 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-10-03T20:24:53.242Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9296 | 2024-10-03T20:24:53.242Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9297 | 2024-10-03T20:24:53.242Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9298 | 2024-10-03T20:24:53.242Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO ok! |
9299 | 2024-10-03T20:24:53.245Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO STEP 74 (ensure_file) COMPLETE |
9300 | 2024-10-03T20:24:53.245Z | [ host-image] Oct 03 20:24:51.788 INFO O| Oct 03 20:24:51.788 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-10-03T20:24:53.252Z | [ host-image] Oct 03 20:24:51.798 INFO O| Oct 03 20:24:51.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9302 | 2024-10-03T20:24:53.252Z | [ host-image] Oct 03 20:24:51.798 INFO O| Oct 03 20:24:51.798 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9303 | 2024-10-03T20:24:53.255Z | [ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9304 | 2024-10-03T20:24:53.255Z | [ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.798 INFO ok! |
9305 | 2024-10-03T20:24:53.255Z | [ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.799 INFO STEP 75 (ensure_file) COMPLETE |
9306 | 2024-10-03T20:24:53.256Z | [ host-image] Oct 03 20:24:51.799 INFO O| Oct 03 20:24:51.799 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-10-03T20:24:53.262Z | [ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9308 | 2024-10-03T20:24:53.271Z | [ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9309 | 2024-10-03T20:24:53.271Z | [ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO STEP 76 (ensure_dir) COMPLETE |
9310 | 2024-10-03T20:24:53.271Z | [ host-image] Oct 03 20:24:51.808 INFO O| Oct 03 20:24:51.808 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9311 | 2024-10-03T20:24:53.275Z | [ host-image] Oct 03 20:24:51.818 INFO O| Oct 03 20:24:51.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9312 | 2024-10-03T20:24:53.275Z | [ host-image] Oct 03 20:24:51.818 INFO O| Oct 03 20:24:51.818 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9313 | 2024-10-03T20:24:53.279Z | [ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9314 | 2024-10-03T20:24:53.279Z | [ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO ok! |
9315 | 2024-10-03T20:24:53.279Z | [ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO STEP 77 (ensure_file) COMPLETE |
9316 | 2024-10-03T20:24:53.279Z | [ host-image] Oct 03 20:24:51.822 INFO O| Oct 03 20:24:51.822 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9317 | 2024-10-03T20:24:53.286Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9318 | 2024-10-03T20:24:53.286Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9319 | 2024-10-03T20:24:53.286Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9320 | 2024-10-03T20:24:53.286Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO ok! |
9321 | 2024-10-03T20:24:53.290Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO STEP 78 (ensure_file) COMPLETE |
9322 | 2024-10-03T20:24:53.290Z | [ host-image] Oct 03 20:24:51.832 INFO O| Oct 03 20:24:51.832 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9323 | 2024-10-03T20:24:53.297Z | [ host-image] Oct 03 20:24:51.843 INFO O| Oct 03 20:24:51.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9324 | 2024-10-03T20:24:53.300Z | [ host-image] Oct 03 20:24:51.843 INFO O| Oct 03 20:24:51.843 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9325 | 2024-10-03T20:24:54.130Z | [ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9326 | 2024-10-03T20:24:54.130Z | [ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO ok! |
9327 | 2024-10-03T20:24:54.132Z | [ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO STEP 79 (ensure_file) COMPLETE |
9328 | 2024-10-03T20:24:54.132Z | [ host-image] Oct 03 20:24:52.676 INFO O| Oct 03 20:24:52.676 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9329 | 2024-10-03T20:24:54.142Z | [ host-image] Oct 03 20:24:52.688 INFO O| Oct 03 20:24:52.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9330 | 2024-10-03T20:24:54.145Z | [ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9331 | 2024-10-03T20:24:54.145Z | [ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO STEP 80 (ensure_dir) COMPLETE |
9332 | 2024-10-03T20:24:54.145Z | [ host-image] Oct 03 20:24:52.689 INFO O| Oct 03 20:24:52.689 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9333 | 2024-10-03T20:24:54.154Z | [ host-image] Oct 03 20:24:52.700 INFO O| Oct 03 20:24:52.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9334 | 2024-10-03T20:24:54.154Z | [ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9335 | 2024-10-03T20:24:54.154Z | [ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.701 INFO STEP 81 (ensure_dir) COMPLETE |
9336 | 2024-10-03T20:24:54.156Z | [ host-image] Oct 03 20:24:52.701 INFO O| Oct 03 20:24:52.701 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9337 | 2024-10-03T20:24:54.165Z | [ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9338 | 2024-10-03T20:24:54.165Z | [ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9339 | 2024-10-03T20:24:54.168Z | [ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO STEP 82 (ensure_dir) COMPLETE |
9340 | 2024-10-03T20:24:54.168Z | [ host-image] Oct 03 20:24:52.711 INFO O| Oct 03 20:24:52.711 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9341 | 2024-10-03T20:24:54.175Z | [ host-image] Oct 03 20:24:52.721 INFO O| Oct 03 20:24:52.721 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9342 | 2024-10-03T20:24:54.175Z | [ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9343 | 2024-10-03T20:24:54.175Z | [ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO STEP 83 (ensure_dir) COMPLETE |
9344 | 2024-10-03T20:24:54.178Z | [ host-image] Oct 03 20:24:52.722 INFO O| Oct 03 20:24:52.722 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9345 | 2024-10-03T20:24:54.186Z | [ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9346 | 2024-10-03T20:24:54.186Z | [ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9347 | 2024-10-03T20:24:54.186Z | [ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO STEP 84 (ensure_dir) COMPLETE |
9348 | 2024-10-03T20:24:54.189Z | [ host-image] Oct 03 20:24:52.733 INFO O| Oct 03 20:24:52.733 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9349 | 2024-10-03T20:24:54.197Z | [ host-image] Oct 03 20:24:52.743 INFO O| Oct 03 20:24:52.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9350 | 2024-10-03T20:24:54.197Z | [ host-image] Oct 03 20:24:52.743 INFO O| Oct 03 20:24:52.743 INFO copying /tmp/.tmp4RA0ll/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 ... |
9351 | 2024-10-03T20:24:54.200Z | [ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9352 | 2024-10-03T20:24:54.200Z | [ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.743 INFO ok! |
9353 | 2024-10-03T20:24:54.200Z | [ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.744 INFO STEP 85 (ensure_file) COMPLETE |
9354 | 2024-10-03T20:24:54.200Z | [ host-image] Oct 03 20:24:52.744 INFO O| Oct 03 20:24:52.744 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9355 | 2024-10-03T20:24:54.208Z | [ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9356 | 2024-10-03T20:24:54.210Z | [ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9357 | 2024-10-03T20:24:54.210Z | [ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO STEP 86 (ensure_dir) COMPLETE |
9358 | 2024-10-03T20:24:54.210Z | [ host-image] Oct 03 20:24:52.754 INFO O| Oct 03 20:24:52.754 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9359 | 2024-10-03T20:24:54.218Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9360 | 2024-10-03T20:24:54.218Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9361 | 2024-10-03T20:24:54.221Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9362 | 2024-10-03T20:24:54.221Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO ok! |
9363 | 2024-10-03T20:24:54.221Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO STEP 87 (ensure_file) COMPLETE |
9364 | 2024-10-03T20:24:54.221Z | [ host-image] Oct 03 20:24:52.764 INFO O| Oct 03 20:24:52.764 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9365 | 2024-10-03T20:24:54.229Z | [ host-image] Oct 03 20:24:52.776 INFO O| Oct 03 20:24:52.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9366 | 2024-10-03T20:24:54.229Z | [ host-image] Oct 03 20:24:52.776 INFO O| Oct 03 20:24:52.776 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9367 | 2024-10-03T20:24:54.243Z | [ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9368 | 2024-10-03T20:24:54.243Z | [ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO ok! |
9369 | 2024-10-03T20:24:54.245Z | [ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO STEP 88 (ensure_file) COMPLETE |
9370 | 2024-10-03T20:24:54.245Z | [ host-image] Oct 03 20:24:52.789 INFO O| Oct 03 20:24:52.789 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9371 | 2024-10-03T20:24:54.254Z | [ host-image] Oct 03 20:24:52.800 INFO O| Oct 03 20:24:52.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9372 | 2024-10-03T20:24:54.254Z | [ host-image] Oct 03 20:24:52.800 INFO O| Oct 03 20:24:52.800 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9373 | 2024-10-03T20:24:54.703Z | [ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9374 | 2024-10-03T20:24:54.703Z | [ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO ok! |
9375 | 2024-10-03T20:24:54.706Z | [ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO STEP 89 (ensure_file) COMPLETE |
9376 | 2024-10-03T20:24:54.706Z | [ host-image] Oct 03 20:24:53.249 INFO O| Oct 03 20:24:53.249 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-10-03T20:24:54.717Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9378 | 2024-10-03T20:24:54.717Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9379 | 2024-10-03T20:24:54.719Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9380 | 2024-10-03T20:24:54.719Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO ok! |
9381 | 2024-10-03T20:24:54.719Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO STEP 90 (ensure_file) COMPLETE |
9382 | 2024-10-03T20:24:54.719Z | [ host-image] Oct 03 20:24:53.263 INFO O| Oct 03 20:24:53.263 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-10-03T20:24:54.729Z | [ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9384 | 2024-10-03T20:24:54.731Z | [ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9385 | 2024-10-03T20:24:54.731Z | [ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO STEP 91 (ensure_dir) COMPLETE |
9386 | 2024-10-03T20:24:54.731Z | [ host-image] Oct 03 20:24:53.275 INFO O| Oct 03 20:24:53.275 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-10-03T20:24:54.740Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9388 | 2024-10-03T20:24:54.742Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO copying /tmp/.tmp4RA0ll/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 ... |
9389 | 2024-10-03T20:24:54.742Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9390 | 2024-10-03T20:24:54.742Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO ok! |
9391 | 2024-10-03T20:24:54.742Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO STEP 92 (ensure_file) COMPLETE |
9392 | 2024-10-03T20:24:54.742Z | [ host-image] Oct 03 20:24:53.286 INFO O| Oct 03 20:24:53.286 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-10-03T20:24:54.751Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9394 | 2024-10-03T20:24:54.751Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO copying /tmp/.tmp4RA0ll/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 ... |
9395 | 2024-10-03T20:24:54.753Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9396 | 2024-10-03T20:24:54.753Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO ok! |
9397 | 2024-10-03T20:24:54.753Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO STEP 93 (ensure_file) COMPLETE |
9398 | 2024-10-03T20:24:54.753Z | [ host-image] Oct 03 20:24:53.297 INFO O| Oct 03 20:24:53.297 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-10-03T20:24:54.761Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9400 | 2024-10-03T20:24:54.761Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO copying /tmp/.tmp4RA0ll/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 ... |
9401 | 2024-10-03T20:24:54.764Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9402 | 2024-10-03T20:24:54.764Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO ok! |
9403 | 2024-10-03T20:24:54.764Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO STEP 94 (ensure_file) COMPLETE |
9404 | 2024-10-03T20:24:54.764Z | [ host-image] Oct 03 20:24:53.308 INFO O| Oct 03 20:24:53.308 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-10-03T20:24:54.772Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9406 | 2024-10-03T20:24:54.772Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO copying /tmp/.tmp4RA0ll/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 ... |
9407 | 2024-10-03T20:24:54.774Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9408 | 2024-10-03T20:24:54.774Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO ok! |
9409 | 2024-10-03T20:24:54.774Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO STEP 95 (ensure_file) COMPLETE |
9410 | 2024-10-03T20:24:54.774Z | [ host-image] Oct 03 20:24:53.318 INFO O| Oct 03 20:24:53.318 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-10-03T20:24:54.782Z | [ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9412 | 2024-10-03T20:24:54.782Z | [ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO copying /tmp/.tmp4RA0ll/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 ... |
9413 | 2024-10-03T20:24:54.782Z | [ recovery-image] Oct 03 20:24:53.328 INFO image complete! materials are in "/work/os-recovery" |
9414 | 2024-10-03T20:24:54.784Z | [ host-image] Oct 03 20:24:53.328 INFO O| Oct 03 20:24:53.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9415 | 2024-10-03T20:24:54.784Z | [ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.328 INFO ok! |
9416 | 2024-10-03T20:24:54.785Z | [ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.328 INFO STEP 96 (ensure_file) COMPLETE |
9417 | 2024-10-03T20:24:54.785Z | [ host-image] Oct 03 20:24:53.329 INFO O| Oct 03 20:24:53.329 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9418 | 2024-10-03T20:24:54.787Z | [ recovery-image] |
9419 | 2024-10-03T20:24:54.787Z | [ recovery-image] real 7:42.786572227 |
9420 | 2024-10-03T20:24:54.787Z | [ recovery-image] user 4:52.394687980 |
9421 | 2024-10-03T20:24:54.787Z | [ recovery-image] sys 57.123841738 |
9422 | 2024-10-03T20:24:54.787Z | [ recovery-image] trap 0.228948451 |
9423 | 2024-10-03T20:24:54.787Z | [ recovery-image] tflt 0.252769496 |
9424 | 2024-10-03T20:24:54.787Z | [ recovery-image] dflt 0.743216168 |
9425 | 2024-10-03T20:24:54.787Z | [ recovery-image] kflt 0.017306411 |
9426 | 2024-10-03T20:24:54.787Z | [ recovery-image] lock 16:26.951913776 |
9427 | 2024-10-03T20:24:54.787Z | [ recovery-image] slp 45:50.890789677 |
9428 | 2024-10-03T20:24:54.787Z | [ recovery-image] lat 2:23.445166945 |
9429 | 2024-10-03T20:24:54.787Z | [ recovery-image] stop 4.498412127 |
9430 | 2024-10-03T20:24:54.787Z | Oct 03 20:24:53.332 INFO [recovery-image] process exited with exit status: 0 (462.833466145s) |
9431 | 2024-10-03T20:24:54.793Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9432 | 2024-10-03T20:24:54.793Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9433 | 2024-10-03T20:24:54.795Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9434 | 2024-10-03T20:24:54.795Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO ok! |
9435 | 2024-10-03T20:24:54.795Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO STEP 97 (ensure_file) COMPLETE |
9436 | 2024-10-03T20:24:54.795Z | [ host-image] Oct 03 20:24:53.339 INFO O| Oct 03 20:24:53.339 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9437 | 2024-10-03T20:24:54.803Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9438 | 2024-10-03T20:24:54.803Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO copying /tmp/.tmp4RA0ll/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 ... |
9439 | 2024-10-03T20:24:54.805Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9440 | 2024-10-03T20:24:54.805Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO ok! |
9441 | 2024-10-03T20:24:54.805Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO STEP 98 (ensure_file) COMPLETE |
9442 | 2024-10-03T20:24:54.806Z | [ host-image] Oct 03 20:24:53.350 INFO O| Oct 03 20:24:53.350 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-10-03T20:24:54.813Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9444 | 2024-10-03T20:24:54.817Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO copying /tmp/.tmp4RA0ll/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 ... |
9445 | 2024-10-03T20:24:54.817Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9446 | 2024-10-03T20:24:54.817Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO ok! |
9447 | 2024-10-03T20:24:54.817Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO STEP 99 (ensure_file) COMPLETE |
9448 | 2024-10-03T20:24:54.817Z | [ host-image] Oct 03 20:24:53.360 INFO O| Oct 03 20:24:53.360 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-10-03T20:24:54.824Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9450 | 2024-10-03T20:24:54.826Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO copying /tmp/.tmp4RA0ll/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 ... |
9451 | 2024-10-03T20:24:54.826Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9452 | 2024-10-03T20:24:54.826Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO ok! |
9453 | 2024-10-03T20:24:54.826Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO STEP 100 (ensure_file) COMPLETE |
9454 | 2024-10-03T20:24:54.827Z | [ host-image] Oct 03 20:24:53.370 INFO O| Oct 03 20:24:53.370 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-10-03T20:24:54.834Z | [ host-image] Oct 03 20:24:53.380 INFO O| Oct 03 20:24:53.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9456 | 2024-10-03T20:24:54.834Z | [ host-image] Oct 03 20:24:53.380 INFO O| Oct 03 20:24:53.380 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9457 | 2024-10-03T20:24:54.838Z | [ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9458 | 2024-10-03T20:24:54.838Z | [ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO ok! |
9459 | 2024-10-03T20:24:54.838Z | [ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO STEP 101 (ensure_file) COMPLETE |
9460 | 2024-10-03T20:24:54.838Z | [ host-image] Oct 03 20:24:53.381 INFO O| Oct 03 20:24:53.381 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-10-03T20:24:54.844Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9462 | 2024-10-03T20:24:54.844Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO copying /tmp/.tmp4RA0ll/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 ... |
9463 | 2024-10-03T20:24:54.847Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9464 | 2024-10-03T20:24:54.847Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO ok! |
9465 | 2024-10-03T20:24:54.847Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO STEP 102 (ensure_file) COMPLETE |
9466 | 2024-10-03T20:24:54.847Z | [ host-image] Oct 03 20:24:53.391 INFO O| Oct 03 20:24:53.391 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-10-03T20:24:54.855Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9468 | 2024-10-03T20:24:54.855Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO copying /tmp/.tmp4RA0ll/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 ... |
9469 | 2024-10-03T20:24:54.858Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9470 | 2024-10-03T20:24:54.858Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO ok! |
9471 | 2024-10-03T20:24:54.858Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO STEP 103 (ensure_file) COMPLETE |
9472 | 2024-10-03T20:24:54.858Z | [ host-image] Oct 03 20:24:53.401 INFO O| Oct 03 20:24:53.401 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-10-03T20:24:54.865Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9474 | 2024-10-03T20:24:54.868Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO copying /tmp/.tmp4RA0ll/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 ... |
9475 | 2024-10-03T20:24:54.868Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9476 | 2024-10-03T20:24:54.868Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO ok! |
9477 | 2024-10-03T20:24:54.868Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO STEP 104 (ensure_file) COMPLETE |
9478 | 2024-10-03T20:24:54.868Z | [ host-image] Oct 03 20:24:53.411 INFO O| Oct 03 20:24:53.411 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-10-03T20:24:54.875Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9480 | 2024-10-03T20:24:54.878Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO copying /tmp/.tmp4RA0ll/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 ... |
9481 | 2024-10-03T20:24:54.878Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9482 | 2024-10-03T20:24:54.878Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO ok! |
9483 | 2024-10-03T20:24:54.878Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO STEP 105 (ensure_file) COMPLETE |
9484 | 2024-10-03T20:24:54.878Z | [ host-image] Oct 03 20:24:53.422 INFO O| Oct 03 20:24:53.422 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-10-03T20:24:54.885Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9486 | 2024-10-03T20:24:54.886Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO copying /tmp/.tmp4RA0ll/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 ... |
9487 | 2024-10-03T20:24:54.888Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9488 | 2024-10-03T20:24:54.888Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO ok! |
9489 | 2024-10-03T20:24:54.888Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO STEP 106 (ensure_file) COMPLETE |
9490 | 2024-10-03T20:24:54.888Z | [ host-image] Oct 03 20:24:53.432 INFO O| Oct 03 20:24:53.432 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-10-03T20:24:54.895Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9492 | 2024-10-03T20:24:54.898Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO copying /tmp/.tmp4RA0ll/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 ... |
9493 | 2024-10-03T20:24:54.898Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9494 | 2024-10-03T20:24:54.898Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO ok! |
9495 | 2024-10-03T20:24:54.898Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO STEP 107 (ensure_file) COMPLETE |
9496 | 2024-10-03T20:24:54.898Z | [ host-image] Oct 03 20:24:53.442 INFO O| Oct 03 20:24:53.442 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-10-03T20:24:54.906Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9498 | 2024-10-03T20:24:54.906Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO copying /tmp/.tmp4RA0ll/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 ... |
9499 | 2024-10-03T20:24:54.908Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9500 | 2024-10-03T20:24:54.908Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO ok! |
9501 | 2024-10-03T20:24:54.908Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO STEP 108 (ensure_file) COMPLETE |
9502 | 2024-10-03T20:24:54.908Z | [ host-image] Oct 03 20:24:53.452 INFO O| Oct 03 20:24:53.452 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-10-03T20:24:54.916Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9504 | 2024-10-03T20:24:54.916Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO copying /tmp/.tmp4RA0ll/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 ... |
9505 | 2024-10-03T20:24:54.918Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9506 | 2024-10-03T20:24:54.918Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO ok! |
9507 | 2024-10-03T20:24:54.918Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO STEP 109 (ensure_file) COMPLETE |
9508 | 2024-10-03T20:24:54.918Z | [ host-image] Oct 03 20:24:53.462 INFO O| Oct 03 20:24:53.462 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9509 | 2024-10-03T20:24:54.926Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9510 | 2024-10-03T20:24:54.926Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO copying /tmp/.tmp4RA0ll/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 ... |
9511 | 2024-10-03T20:24:54.928Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9512 | 2024-10-03T20:24:54.928Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO ok! |
9513 | 2024-10-03T20:24:54.928Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO STEP 110 (ensure_file) COMPLETE |
9514 | 2024-10-03T20:24:54.928Z | [ host-image] Oct 03 20:24:53.472 INFO O| Oct 03 20:24:53.472 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-10-03T20:24:54.936Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9516 | 2024-10-03T20:24:54.938Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO copying /tmp/.tmp4RA0ll/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 ... |
9517 | 2024-10-03T20:24:54.938Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9518 | 2024-10-03T20:24:54.938Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO ok! |
9519 | 2024-10-03T20:24:54.938Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO STEP 111 (ensure_file) COMPLETE |
9520 | 2024-10-03T20:24:54.938Z | [ host-image] Oct 03 20:24:53.482 INFO O| Oct 03 20:24:53.482 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-10-03T20:24:54.946Z | [ host-image] Oct 03 20:24:53.492 INFO O| Oct 03 20:24:53.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9522 | 2024-10-03T20:24:54.949Z | [ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.492 INFO copying /tmp/.tmp4RA0ll/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 ... |
9523 | 2024-10-03T20:24:54.949Z | [ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9524 | 2024-10-03T20:24:54.949Z | [ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO ok! |
9525 | 2024-10-03T20:24:54.949Z | [ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO STEP 112 (ensure_file) COMPLETE |
9526 | 2024-10-03T20:24:54.949Z | [ host-image] Oct 03 20:24:53.493 INFO O| Oct 03 20:24:53.493 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-10-03T20:24:54.957Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9528 | 2024-10-03T20:24:54.959Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO copying /tmp/.tmp4RA0ll/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 ... |
9529 | 2024-10-03T20:24:54.959Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9530 | 2024-10-03T20:24:54.959Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO ok! |
9531 | 2024-10-03T20:24:54.959Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO STEP 113 (ensure_file) COMPLETE |
9532 | 2024-10-03T20:24:54.959Z | [ host-image] Oct 03 20:24:53.503 INFO O| Oct 03 20:24:53.503 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-10-03T20:24:54.967Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9534 | 2024-10-03T20:24:54.969Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO copying /tmp/.tmp4RA0ll/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 ... |
9535 | 2024-10-03T20:24:54.969Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9536 | 2024-10-03T20:24:54.969Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO ok! |
9537 | 2024-10-03T20:24:54.969Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO STEP 114 (ensure_file) COMPLETE |
9538 | 2024-10-03T20:24:54.969Z | [ host-image] Oct 03 20:24:53.513 INFO O| Oct 03 20:24:53.513 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-10-03T20:24:54.977Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9540 | 2024-10-03T20:24:54.979Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO copying /tmp/.tmp4RA0ll/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 ... |
9541 | 2024-10-03T20:24:54.979Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9542 | 2024-10-03T20:24:54.979Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO ok! |
9543 | 2024-10-03T20:24:54.979Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO STEP 115 (ensure_file) COMPLETE |
9544 | 2024-10-03T20:24:54.979Z | [ host-image] Oct 03 20:24:53.523 INFO O| Oct 03 20:24:53.523 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-10-03T20:24:54.987Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9546 | 2024-10-03T20:24:54.987Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9547 | 2024-10-03T20:24:54.990Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9548 | 2024-10-03T20:24:54.990Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO ok! |
9549 | 2024-10-03T20:24:54.990Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO STEP 116 (ensure_file) COMPLETE |
9550 | 2024-10-03T20:24:54.990Z | [ host-image] Oct 03 20:24:53.533 INFO O| Oct 03 20:24:53.533 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-10-03T20:24:54.997Z | [ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9552 | 2024-10-03T20:24:54.999Z | [ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO copying /tmp/.tmp4RA0ll/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 ... |
9553 | 2024-10-03T20:24:54.999Z | [ host-image] Oct 03 20:24:53.543 INFO O| Oct 03 20:24:53.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9554 | 2024-10-03T20:24:54.999Z | [ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.543 INFO ok! |
9555 | 2024-10-03T20:24:54.999Z | [ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.543 INFO STEP 117 (ensure_file) COMPLETE |
9556 | 2024-10-03T20:24:54.999Z | [ host-image] Oct 03 20:24:53.544 INFO O| Oct 03 20:24:53.544 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9557 | 2024-10-03T20:24:55.007Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9558 | 2024-10-03T20:24:55.007Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9559 | 2024-10-03T20:24:55.010Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9560 | 2024-10-03T20:24:55.010Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO ok! |
9561 | 2024-10-03T20:24:55.010Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO STEP 118 (ensure_file) COMPLETE |
9562 | 2024-10-03T20:24:55.010Z | [ host-image] Oct 03 20:24:53.553 INFO O| Oct 03 20:24:53.553 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9563 | 2024-10-03T20:24:55.017Z | [ host-image] Oct 03 20:24:53.563 INFO O| Oct 03 20:24:53.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9564 | 2024-10-03T20:24:55.017Z | [ host-image] Oct 03 20:24:53.563 INFO O| Oct 03 20:24:53.563 INFO copying /tmp/.tmp4RA0ll/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9565 | 2024-10-03T20:24:58.435Z | [ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9566 | 2024-10-03T20:24:58.436Z | [ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO ok! |
9567 | 2024-10-03T20:24:58.436Z | [ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO STEP 119 (ensure_file) COMPLETE |
9568 | 2024-10-03T20:24:58.438Z | [ host-image] Oct 03 20:24:56.981 INFO O| Oct 03 20:24:56.981 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2024-10-03T20:24:58.447Z | [ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9570 | 2024-10-03T20:24:58.447Z | [ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO STEP 120 (ensure_dir) COMPLETE |
9571 | 2024-10-03T20:24:58.450Z | [ host-image] Oct 03 20:24:56.993 INFO O| Oct 03 20:24:56.993 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-10-03T20:24:58.458Z | [ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9573 | 2024-10-03T20:24:58.458Z | [ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO STEP 121 (ensure_dir) COMPLETE |
9574 | 2024-10-03T20:24:58.460Z | [ host-image] Oct 03 20:24:57.003 INFO O| Oct 03 20:24:57.003 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-10-03T20:24:58.467Z | [ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9576 | 2024-10-03T20:24:58.467Z | [ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO STEP 122 (ensure_dir) COMPLETE |
9577 | 2024-10-03T20:24:58.469Z | [ host-image] Oct 03 20:24:57.013 INFO O| Oct 03 20:24:57.013 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-10-03T20:24:58.477Z | [ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9579 | 2024-10-03T20:24:58.477Z | [ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO STEP 123 (ensure_dir) COMPLETE |
9580 | 2024-10-03T20:24:58.480Z | [ host-image] Oct 03 20:24:57.023 INFO O| Oct 03 20:24:57.023 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-10-03T20:24:58.487Z | [ host-image] Oct 03 20:24:57.032 INFO O| Oct 03 20:24:57.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9582 | 2024-10-03T20:24:58.487Z | [ host-image] Oct 03 20:24:57.032 INFO O| Oct 03 20:24:57.032 INFO copying /tmp/.tmp4RA0ll/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 ... |
9583 | 2024-10-03T20:24:58.489Z | [ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9584 | 2024-10-03T20:24:58.489Z | [ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO ok! |
9585 | 2024-10-03T20:24:58.489Z | [ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO STEP 124 (ensure_file) COMPLETE |
9586 | 2024-10-03T20:24:58.489Z | [ host-image] Oct 03 20:24:57.033 INFO O| Oct 03 20:24:57.033 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-10-03T20:24:58.496Z | [ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9588 | 2024-10-03T20:24:58.496Z | [ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9589 | 2024-10-03T20:24:58.496Z | [ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9590 | 2024-10-03T20:24:58.499Z | [ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO STEP 125 (ensure_dir) COMPLETE |
9591 | 2024-10-03T20:24:58.499Z | [ host-image] Oct 03 20:24:57.042 INFO O| Oct 03 20:24:57.042 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9592 | 2024-10-03T20:24:58.507Z | [ host-image] Oct 03 20:24:57.052 INFO O| Oct 03 20:24:57.052 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9593 | 2024-10-03T20:24:58.507Z | [ host-image] Oct 03 20:24:57.052 INFO O| Oct 03 20:24:57.052 INFO copying /tmp/.tmp4RA0ll/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9594 | 2024-10-03T20:24:58.509Z | [ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9595 | 2024-10-03T20:24:58.509Z | [ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO ok! |
9596 | 2024-10-03T20:24:58.509Z | [ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO STEP 126 (ensure_file) COMPLETE |
9597 | 2024-10-03T20:24:58.509Z | [ host-image] Oct 03 20:24:57.053 INFO O| Oct 03 20:24:57.053 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9598 | 2024-10-03T20:24:58.516Z | [ host-image] Oct 03 20:24:57.062 INFO O| Oct 03 20:24:57.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9599 | 2024-10-03T20:24:58.519Z | [ host-image] Oct 03 20:24:57.063 INFO O| Oct 03 20:24:57.063 INFO STEP 127 (remove_files) COMPLETE |
9600 | 2024-10-03T20:24:58.519Z | [ host-image] Oct 03 20:24:57.063 INFO O| Oct 03 20:24:57.063 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9601 | 2024-10-03T20:24:58.526Z | [ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9602 | 2024-10-03T20:24:58.529Z | [ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO STEP 128 (remove_files) COMPLETE |
9603 | 2024-10-03T20:24:58.529Z | [ host-image] Oct 03 20:24:57.072 INFO O| Oct 03 20:24:57.072 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9604 | 2024-10-03T20:24:58.536Z | [ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9605 | 2024-10-03T20:24:58.538Z | [ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO STEP 129 (remove_files) COMPLETE |
9606 | 2024-10-03T20:24:58.538Z | [ host-image] Oct 03 20:24:57.082 INFO O| Oct 03 20:24:57.082 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9607 | 2024-10-03T20:24:58.546Z | [ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9608 | 2024-10-03T20:24:58.549Z | [ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO STEP 130 (remove_files) COMPLETE |
9609 | 2024-10-03T20:24:58.549Z | [ host-image] Oct 03 20:24:57.092 INFO O| Oct 03 20:24:57.092 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9610 | 2024-10-03T20:24:58.556Z | [ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9611 | 2024-10-03T20:24:58.558Z | [ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO STEP 131 (remove_files) COMPLETE |
9612 | 2024-10-03T20:24:58.558Z | [ host-image] Oct 03 20:24:57.102 INFO O| Oct 03 20:24:57.102 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9613 | 2024-10-03T20:24:58.566Z | [ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9614 | 2024-10-03T20:24:58.568Z | [ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO STEP 132 (remove_files) COMPLETE |
9615 | 2024-10-03T20:24:58.568Z | [ host-image] Oct 03 20:24:57.112 INFO O| Oct 03 20:24:57.112 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9616 | 2024-10-03T20:24:58.576Z | [ host-image] Oct 03 20:24:57.121 INFO O| Oct 03 20:24:57.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9617 | 2024-10-03T20:24:58.576Z | [ host-image] Oct 03 20:24:57.122 INFO O| Oct 03 20:24:57.121 INFO STEP 133 (remove_files) COMPLETE |
9618 | 2024-10-03T20:24:58.576Z | [ host-image] Oct 03 20:24:57.122 INFO O| Oct 03 20:24:57.122 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9619 | 2024-10-03T20:24:58.585Z | [ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9620 | 2024-10-03T20:24:58.585Z | [ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO STEP 134 (remove_files) COMPLETE |
9621 | 2024-10-03T20:24:58.585Z | [ host-image] Oct 03 20:24:57.131 INFO O| Oct 03 20:24:57.131 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9622 | 2024-10-03T20:24:58.595Z | [ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9623 | 2024-10-03T20:24:58.595Z | [ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO STEP 135 (remove_files) COMPLETE |
9624 | 2024-10-03T20:24:58.595Z | [ host-image] Oct 03 20:24:57.141 INFO O| Oct 03 20:24:57.141 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9625 | 2024-10-03T20:24:58.605Z | [ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9626 | 2024-10-03T20:24:58.605Z | [ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.151 INFO STEP 136 (remove_files) COMPLETE |
9627 | 2024-10-03T20:24:58.607Z | [ host-image] Oct 03 20:24:57.151 INFO O| Oct 03 20:24:57.151 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9628 | 2024-10-03T20:24:58.621Z | [ host-image] Oct 03 20:24:57.166 INFO O| Oct 03 20:24:57.166 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9629 | 2024-10-03T20:24:58.623Z | [ host-image] Oct 03 20:24:57.167 INFO O| Oct 03 20:24:57.167 INFO STEP 137 (remove_files) COMPLETE |
9630 | 2024-10-03T20:24:58.623Z | [ host-image] Oct 03 20:24:57.167 INFO O| Oct 03 20:24:57.167 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9631 | 2024-10-03T20:24:58.636Z | [ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9632 | 2024-10-03T20:24:58.637Z | [ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO STEP 138 (remove_files) COMPLETE |
9633 | 2024-10-03T20:24:58.639Z | [ host-image] Oct 03 20:24:57.182 INFO O| Oct 03 20:24:57.182 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9634 | 2024-10-03T20:24:58.646Z | [ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9635 | 2024-10-03T20:24:58.646Z | [ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO STEP 139 (remove_files) COMPLETE |
9636 | 2024-10-03T20:24:58.646Z | [ host-image] Oct 03 20:24:57.192 INFO O| Oct 03 20:24:57.192 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9637 | 2024-10-03T20:24:58.656Z | [ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9638 | 2024-10-03T20:24:58.657Z | [ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO STEP 140 (remove_files) COMPLETE |
9639 | 2024-10-03T20:24:58.662Z | [ host-image] Oct 03 20:24:57.202 INFO O| Oct 03 20:24:57.202 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9640 | 2024-10-03T20:24:58.666Z | [ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9641 | 2024-10-03T20:24:58.667Z | [ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO STEP 141 (remove_files) COMPLETE |
9642 | 2024-10-03T20:24:58.669Z | [ host-image] Oct 03 20:24:57.212 INFO O| Oct 03 20:24:57.212 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9643 | 2024-10-03T20:24:58.676Z | [ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9644 | 2024-10-03T20:24:58.676Z | [ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO STEP 142 (remove_files) COMPLETE |
9645 | 2024-10-03T20:24:58.679Z | [ host-image] Oct 03 20:24:57.222 INFO O| Oct 03 20:24:57.222 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9646 | 2024-10-03T20:24:58.686Z | [ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9647 | 2024-10-03T20:24:58.688Z | [ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO STEP 143 (remove_files) COMPLETE |
9648 | 2024-10-03T20:24:58.688Z | [ host-image] Oct 03 20:24:57.232 INFO O| Oct 03 20:24:57.232 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9649 | 2024-10-03T20:24:58.696Z | [ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9650 | 2024-10-03T20:24:58.699Z | [ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO STEP 144 (remove_files) COMPLETE |
9651 | 2024-10-03T20:24:58.699Z | [ host-image] Oct 03 20:24:57.242 INFO O| Oct 03 20:24:57.242 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9652 | 2024-10-03T20:24:58.706Z | [ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9653 | 2024-10-03T20:24:58.706Z | [ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO STEP 145 (remove_files) COMPLETE |
9654 | 2024-10-03T20:24:58.706Z | [ host-image] Oct 03 20:24:57.252 INFO O| Oct 03 20:24:57.252 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9655 | 2024-10-03T20:24:58.716Z | [ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9656 | 2024-10-03T20:24:58.716Z | [ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO STEP 146 (remove_files) COMPLETE |
9657 | 2024-10-03T20:24:58.719Z | [ host-image] Oct 03 20:24:57.262 INFO O| Oct 03 20:24:57.262 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9658 | 2024-10-03T20:24:58.727Z | [ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.272 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9659 | 2024-10-03T20:24:58.729Z | [ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.273 INFO STEP 147 (remove_files) COMPLETE |
9660 | 2024-10-03T20:24:58.730Z | [ host-image] Oct 03 20:24:57.273 INFO O| Oct 03 20:24:57.273 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9661 | 2024-10-03T20:24:58.737Z | [ host-image] Oct 03 20:24:57.282 INFO O| Oct 03 20:24:57.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9662 | 2024-10-03T20:24:58.739Z | [ host-image] Oct 03 20:24:57.283 INFO O| Oct 03 20:24:57.283 INFO STEP 148 (remove_files) COMPLETE |
9663 | 2024-10-03T20:24:58.739Z | [ host-image] Oct 03 20:24:57.283 INFO O| Oct 03 20:24:57.283 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9664 | 2024-10-03T20:24:58.747Z | [ host-image] Oct 03 20:24:57.292 INFO O| Oct 03 20:24:57.292 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9665 | 2024-10-03T20:24:58.747Z | [ host-image] Oct 03 20:24:57.293 INFO O| Oct 03 20:24:57.292 INFO STEP 149 (remove_files) COMPLETE |
9666 | 2024-10-03T20:24:58.749Z | [ host-image] Oct 03 20:24:57.293 INFO O| Oct 03 20:24:57.293 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9667 | 2024-10-03T20:24:58.756Z | [ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9668 | 2024-10-03T20:24:58.758Z | [ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO STEP 150 (remove_files) COMPLETE |
9669 | 2024-10-03T20:24:58.759Z | [ host-image] Oct 03 20:24:57.302 INFO O| Oct 03 20:24:57.302 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9670 | 2024-10-03T20:24:58.767Z | [ host-image] Oct 03 20:24:57.312 INFO O| Oct 03 20:24:57.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9671 | 2024-10-03T20:24:58.767Z | [ host-image] Oct 03 20:24:57.313 INFO O| Oct 03 20:24:57.313 INFO STEP 151 (remove_files) COMPLETE |
9672 | 2024-10-03T20:24:58.769Z | [ host-image] Oct 03 20:24:57.313 INFO O| Oct 03 20:24:57.313 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9673 | 2024-10-03T20:24:58.777Z | [ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9674 | 2024-10-03T20:24:58.777Z | [ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO STEP 152 (remove_files) COMPLETE |
9675 | 2024-10-03T20:24:58.777Z | [ host-image] Oct 03 20:24:57.323 INFO O| Oct 03 20:24:57.323 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9676 | 2024-10-03T20:24:58.787Z | [ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9677 | 2024-10-03T20:24:58.787Z | [ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO STEP 153 (remove_files) COMPLETE |
9678 | 2024-10-03T20:24:58.790Z | [ host-image] Oct 03 20:24:57.333 INFO O| Oct 03 20:24:57.333 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9679 | 2024-10-03T20:24:58.797Z | [ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9680 | 2024-10-03T20:24:58.797Z | [ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO STEP 154 (remove_files) COMPLETE |
9681 | 2024-10-03T20:24:58.800Z | [ host-image] Oct 03 20:24:57.343 INFO O| Oct 03 20:24:57.343 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9682 | 2024-10-03T20:24:58.807Z | [ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9683 | 2024-10-03T20:24:58.809Z | [ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO STEP 155 (remove_files) COMPLETE |
9684 | 2024-10-03T20:24:58.809Z | [ host-image] Oct 03 20:24:57.353 INFO O| Oct 03 20:24:57.353 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9685 | 2024-10-03T20:24:58.822Z | [ host-image] Oct 03 20:24:57.368 INFO O| Oct 03 20:24:57.368 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9686 | 2024-10-03T20:24:58.824Z | [ host-image] Oct 03 20:24:57.368 INFO O| Oct 03 20:24:57.368 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9687 | 2024-10-03T20:25:06.998Z | [ host-image] Oct 03 20:25:05.542 INFO O| Oct 03 20:25:05.542 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 |
9688 | 2024-10-03T20:25:06.998Z | [ host-image] Oct 03 20:25:05.542 INFO O| Oct 03 20:25:05.542 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9689 | 2024-10-03T20:25:07.012Z | [ host-image] Oct 03 20:25:05.557 INFO O| Oct 03 20:25:05.557 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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"} |
9690 | 2024-10-03T20:25:07.090Z | [ host-image] Oct 03 20:25:05.635 INFO O| Oct 03 20:25:05.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9691 | 2024-10-03T20:25:07.090Z | [ host-image] Oct 03 20:25:05.635 INFO O| Oct 03 20:25:05.635 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9692 | 2024-10-03T20:25:07.092Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9693 | 2024-10-03T20:25:07.092Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO ok! |
9694 | 2024-10-03T20:25:07.092Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9695 | 2024-10-03T20:25:07.093Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO STEP 156 (seed_smf) COMPLETE |
9696 | 2024-10-03T20:25:07.093Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO steps complete; finalising image! |
9697 | 2024-10-03T20:25:07.093Z | [ host-image] Oct 03 20:25:05.637 INFO O| Oct 03 20:25:05.637 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9698 | 2024-10-03T20:25:07.232Z | [ host-image] Oct 03 20:25:05.777 INFO O| Oct 03 20:25:05.777 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Oct 3 20:25:05 2024) |
9699 | 2024-10-03T20:25:07.455Z | [ host-image] Oct 03 20:25:06.000 INFO O| Oct 03 20:25:05.999 INFO temporary pool has 681M used, 151M avail, 1.86x compressratio |
9700 | 2024-10-03T20:25:07.455Z | [ host-image] Oct 03 20:25:06.000 INFO O| Oct 03 20:25:06.000 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9701 | 2024-10-03T20:25:07.754Z | [ host-image] Oct 03 20:25:06.297 INFO O| Oct 03 20:25:06.297 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9702 | 2024-10-03T20:25:07.754Z | [ host-image] Oct 03 20:25:06.297 INFO O| Oct 03 20:25:06.297 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9703 | 2024-10-03T20:25:08.787Z | [ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9704 | 2024-10-03T20:25:08.787Z | [ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9705 | 2024-10-03T20:25:08.789Z | [ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9706 | 2024-10-03T20:25:08.789Z | [ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO completed processing gimlet/zfs |
9707 | 2024-10-03T20:25:08.789Z | [ host-image] Oct 03 20:25:07.331 INFO O| Oct 03 20:25:07.331 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9708 | 2024-10-03T20:25:15.269Z | [ host-image] Oct 03 20:25:13.813 INFO O| Oct 03 20:25:13.813 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9709 | 2024-10-03T20:25:15.361Z | [ host-image] Oct 03 20:25:13.904 INFO BUILD STRING "heads/stlouis-0-gb547e5da60\n" |
9710 | 2024-10-03T20:25:15.361Z | [ host-image] Oct 03 20:25:13.904 INFO expanded image name: "ci 09053ca/${os_short_commit} 2024-10-03 19:55" -> "ci 09053ca/b547e5d 2024-10-03 19:55" |
9711 | 2024-10-03T20:25:15.363Z | [ host-image] Oct 03 20:25:13.904 INFO output artefacts stored in: "/work/os-host" |
9712 | 2024-10-03T20:25:15.363Z | [ host-image] Oct 03 20:25:13.904 INFO collecting git info from project "amd-host-image-builder"... |
9713 | 2024-10-03T20:25:15.375Z | [ host-image] Oct 03 20:25:13.919 INFO collecting git info from project "amd-firmware"... |
9714 | 2024-10-03T20:25:15.384Z | [ host-image] Oct 03 20:25:13.928 INFO collecting git info from project "pilot"... |
9715 | 2024-10-03T20:25:15.389Z | [ host-image] Oct 03 20:25:13.934 INFO collecting git info from project "bootserver"... |
9716 | 2024-10-03T20:25:15.395Z | [ host-image] Oct 03 20:25:13.938 INFO collecting git info from project "image-builder"... |
9717 | 2024-10-03T20:25:15.399Z | [ host-image] Oct 03 20:25:13.942 INFO collecting git info from project "phbl"... |
9718 | 2024-10-03T20:25:15.403Z | [ host-image] Oct 03 20:25:13.947 INFO collecting git info from project "pinprick"... |
9719 | 2024-10-03T20:25:15.408Z | [ host-image] Oct 03 20:25:13.951 INFO collecting git info from project "chelsio-t6-roms"... |
9720 | 2024-10-03T20:25:15.413Z | [ host-image] Oct 03 20:25:13.956 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9721 | 2024-10-03T20:25:15.773Z | [ host-image] Oct 03 20:25:14.317 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9722 | 2024-10-03T20:25:16.109Z | [ host-image] Oct 03 20:25:14.652 INFO creating Oxide boot image... |
9723 | 2024-10-03T20:25:16.109Z | [ host-image] Oct 03 20:25:14.653 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 09053ca/b547e5d 2024-10-03 19:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9724 | 2024-10-03T20:25:17.087Z | [ host-image] Oct 03 20:25:15.631 INFO O| ok, image written! |
9725 | 2024-10-03T20:25:17.087Z | [ host-image] Oct 03 20:25:15.631 INFO O| ok, boot_image_csum file written! |
9726 | 2024-10-03T20:25:17.090Z | [ host-image] Oct 03 20:25:15.634 INFO creating boot archive (CPIO)... |
9727 | 2024-10-03T20:25:17.093Z | [ host-image] Oct 03 20:25:15.634 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 |
9728 | 2024-10-03T20:25:17.098Z | [ host-image] Oct 03 20:25:15.642 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9729 | 2024-10-03T20:25:17.098Z | [ host-image] Oct 03 20:25:15.642 INFO E| + outfile=/work/os-host/cpio |
9730 | 2024-10-03T20:25:17.098Z | [ host-image] Oct 03 20:25:15.642 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9731 | 2024-10-03T20:25:17.100Z | [ host-image] Oct 03 20:25:15.644 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9732 | 2024-10-03T20:25:17.100Z | [ host-image] Oct 03 20:25:15.644 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9733 | 2024-10-03T20:25:17.136Z | [ host-image] Oct 03 20:25:15.680 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9734 | 2024-10-03T20:25:17.136Z | [ host-image] Oct 03 20:25:15.680 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9735 | 2024-10-03T20:25:17.143Z | [ host-image] Oct 03 20:25:15.687 INFO creating compressed cpio/unix for nanobl-rs... |
9736 | 2024-10-03T20:25:17.145Z | [ host-image] Oct 03 20:25:15.687 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 |
9737 | 2024-10-03T20:25:17.422Z | [ host-image] Oct 03 20:25:15.966 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9738 | 2024-10-03T20:25:21.746Z | [ host-image] Oct 03 20:25:20.289 INFO creating reset image... |
9739 | 2024-10-03T20:25:21.749Z | [ host-image] Oct 03 20:25:20.289 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9740 | 2024-10-03T20:25:21.839Z | [ host-image] Oct 03 20:25:20.381 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9741 | 2024-10-03T20:25:21.852Z | [ host-image] Oct 03 20:25:20.382 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9742 | 2024-10-03T20:25:21.894Z | [ host-image] Oct 03 20:25:20.437 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9743 | 2024-10-03T20:25:23.676Z | [ host-image] Oct 03 20:25:22.219 INFO E| Finished `release` profile [optimized] target(s) in 1.82s |
9744 | 2024-10-03T20:25:23.687Z | [ host-image] Oct 03 20:25:22.230 INFO building host image... |
9745 | 2024-10-03T20:25:23.690Z | [ host-image] Oct 03 20:25:22.230 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") |
9746 | 2024-10-03T20:25:24.178Z | [ host-image] Oct 03 20:25:22.720 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9747 | 2024-10-03T20:26:11.351Z | [ host-image] Oct 03 20:26:09.888 INFO image complete! materials are in "/work/os-host" |
9748 | 2024-10-03T20:26:11.353Z | [ host-image] |
9749 | 2024-10-03T20:26:11.353Z | [ host-image] real 9:13.237356471 |
9750 | 2024-10-03T20:26:11.356Z | [ host-image] user 4:38.673587098 |
9751 | 2024-10-03T20:26:11.356Z | [ host-image] sys 53.148314236 |
9752 | 2024-10-03T20:26:11.356Z | [ host-image] trap 0.184805120 |
9753 | 2024-10-03T20:26:11.356Z | [ host-image] tflt 0.009288591 |
9754 | 2024-10-03T20:26:11.356Z | [ host-image] dflt 0.053067733 |
9755 | 2024-10-03T20:26:11.356Z | [ host-image] kflt 0.020819118 |
9756 | 2024-10-03T20:26:11.356Z | [ host-image] lock 10:10.597078665 |
9757 | 2024-10-03T20:26:11.356Z | [ host-image] slp 50:06.517836833 |
9758 | 2024-10-03T20:26:11.356Z | [ host-image] lat 1:30.680058678 |
9759 | 2024-10-03T20:26:11.356Z | [ host-image] stop 0.586291032 |
9760 | 2024-10-03T20:26:11.356Z | Oct 03 20:26:09.892 INFO [host-image] process exited with exit status: 0 (553.252585802s) |
9761 | 2024-10-03T20:26:11.356Z | Oct 03 20:26:09.892 INFO [tuf-repo] running task |
9762 | 2024-10-03T20:26:17.904Z | Oct 03 20:26:16.441 INFO assembling repository in `/tmp/tufaceous6X5QIq`, component: OmicronRepoAssembler |
9763 | 2024-10-03T20:26:22.961Z | Oct 03 20:26:21.497 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9764 | 2024-10-03T20:26:23.163Z | Oct 03 20:26:21.699 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9765 | 2024-10-03T20:26:34.581Z | Oct 03 20:26:33.116 INFO [tuf-repo] task succeeded (23.223668036s) |
9766 | 2024-10-03T20:26:34.581Z | Oct 03 20:26:33.116 INFO all jobs completed in 1872.966185281s |
9767 | 2024-10-03T20:26:35.126Z | process exited: duration 2419521 ms, exit code 0 |
|
9768 | 2024-10-03T20:26:35.136Z | found 33 output files |
9769 | 2024-10-03T20:26:35.136Z | uploading: /work/manifest.toml (8404 bytes) |
9770 | 2024-10-03T20:26:36.152Z | uploaded: /work/manifest.toml |
9771 | 2024-10-03T20:26:36.152Z | uploading: /work/repo.zip (1811939903 bytes) |
9772 | 2024-10-03T20:27:09.153Z | uploaded: /work/repo.zip |
9773 | 2024-10-03T20:27:09.153Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9774 | 2024-10-03T20:27:10.170Z | uploaded: /work/repo.zip.sha256.txt |
9775 | 2024-10-03T20:27:10.170Z | uploading: /work/helios-setup.log (54887 bytes) |
9776 | 2024-10-03T20:27:11.185Z | uploaded: /work/helios-setup.log |
9777 | 2024-10-03T20:27:11.185Z | uploading: /work/host-image.log (194508 bytes) |
9778 | 2024-10-03T20:27:12.208Z | uploaded: /work/host-image.log |
9779 | 2024-10-03T20:27:12.208Z | uploading: /work/host-package.log (18700 bytes) |
9780 | 2024-10-03T20:27:13.216Z | uploaded: /work/host-package.log |
9781 | 2024-10-03T20:27:13.216Z | uploading: /work/host-target.log (101 bytes) |
9782 | 2024-10-03T20:27:14.224Z | uploaded: /work/host-target.log |
9783 | 2024-10-03T20:27:14.224Z | uploading: /work/omicron-package.log (4288 bytes) |
9784 | 2024-10-03T20:27:15.232Z | uploaded: /work/omicron-package.log |
9785 | 2024-10-03T20:27:15.232Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9786 | 2024-10-03T20:27:16.240Z | uploaded: /work/phbl-toolchain.log |
9787 | 2024-10-03T20:27:16.240Z | uploading: /work/recovery-image.log (591342 bytes) |
9788 | 2024-10-03T20:27:17.271Z | uploaded: /work/recovery-image.log |
9789 | 2024-10-03T20:27:17.271Z | uploading: /work/recovery-package.log (282 bytes) |
9790 | 2024-10-03T20:27:18.278Z | uploaded: /work/recovery-package.log |
9791 | 2024-10-03T20:27:18.278Z | uploading: /work/recovery-target.log (57 bytes) |
9792 | 2024-10-03T20:27:19.286Z | uploaded: /work/recovery-target.log |
9793 | 2024-10-03T20:27:19.287Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9794 | 2024-10-03T20:27:20.294Z | uploaded: /work/stamp-clickhouse.log |
9795 | 2024-10-03T20:27:20.294Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9796 | 2024-10-03T20:27:21.302Z | uploaded: /work/stamp-clickhouse_keeper.log |
9797 | 2024-10-03T20:27:21.302Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9798 | 2024-10-03T20:27:22.309Z | uploaded: /work/stamp-cockroachdb.log |
9799 | 2024-10-03T20:27:22.309Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9800 | 2024-10-03T20:27:23.317Z | uploaded: /work/stamp-crucible-dtrace.log |
9801 | 2024-10-03T20:27:23.317Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9802 | 2024-10-03T20:27:24.324Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9803 | 2024-10-03T20:27:24.324Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9804 | 2024-10-03T20:27:25.332Z | uploaded: /work/stamp-crucible-zone.log |
9805 | 2024-10-03T20:27:25.332Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9806 | 2024-10-03T20:27:26.340Z | uploaded: /work/stamp-external-dns.log |
9807 | 2024-10-03T20:27:26.341Z | uploading: /work/stamp-installinator.log (103 bytes) |
9808 | 2024-10-03T20:27:27.349Z | uploaded: /work/stamp-installinator.log |
9809 | 2024-10-03T20:27:27.349Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9810 | 2024-10-03T20:27:28.357Z | uploaded: /work/stamp-internal-dns.log |
9811 | 2024-10-03T20:27:28.357Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9812 | 2024-10-03T20:27:29.364Z | uploaded: /work/stamp-mg-ddm-gz.log |
9813 | 2024-10-03T20:27:29.364Z | uploading: /work/stamp-nexus.log (112 bytes) |
9814 | 2024-10-03T20:27:30.372Z | uploaded: /work/stamp-nexus.log |
9815 | 2024-10-03T20:27:30.372Z | uploading: /work/stamp-ntp.log (110 bytes) |
9816 | 2024-10-03T20:27:31.380Z | uploaded: /work/stamp-ntp.log |
9817 | 2024-10-03T20:27:31.380Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9818 | 2024-10-03T20:27:32.390Z | uploaded: /work/stamp-omicron-sled-agent.log |
9819 | 2024-10-03T20:27:32.390Z | uploading: /work/stamp-overlay.log (114 bytes) |
9820 | 2024-10-03T20:27:33.398Z | uploaded: /work/stamp-overlay.log |
9821 | 2024-10-03T20:27:33.398Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9822 | 2024-10-03T20:27:34.407Z | uploaded: /work/stamp-oximeter.log |
9823 | 2024-10-03T20:27:34.407Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9824 | 2024-10-03T20:27:35.415Z | uploaded: /work/stamp-oxlog.log |
9825 | 2024-10-03T20:27:35.415Z | uploading: /work/stamp-probe.log (112 bytes) |
9826 | 2024-10-03T20:27:36.430Z | uploaded: /work/stamp-probe.log |
9827 | 2024-10-03T20:27:36.430Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9828 | 2024-10-03T20:27:37.440Z | uploaded: /work/stamp-propolis-server.log |
9829 | 2024-10-03T20:27:37.440Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9830 | 2024-10-03T20:27:38.446Z | uploaded: /work/stamp-pumpkind-gz.log |
9831 | 2024-10-03T20:27:38.446Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9832 | 2024-10-03T20:27:39.454Z | uploaded: /work/stamp-switch-asic.log |
9833 | 2024-10-03T20:27:39.456Z | uploading: /work/verify-libraries.log (2992 bytes) |
9834 | 2024-10-03T20:27:40.463Z | uploaded: /work/verify-libraries.log |