|
|
|
1 | 2024-10-29T18:00:41.557Z | job assigned to worker 01JBCPXWX0F9ZR9PCBCTCK827K (queued for 1 m 2 s) |
|
2 | 2024-10-29T18:00:48.752Z | starting task 0: "setup" |
3 | 2024-10-29T18:00:48.763Z | ++ uname -s |
4 | 2024-10-29T18:00:48.766Z | + kern=SunOS |
5 | 2024-10-29T18:00:48.766Z | + case "$kern" in |
6 | 2024-10-29T18:00:48.766Z | + [[ 0 == 12345 ]] |
7 | 2024-10-29T18:00:48.766Z | + groupadd -g 12345 build |
8 | 2024-10-29T18:00:48.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-29T18:00:50.778Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-29T18:00:50.866Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-29T18:00:50.868Z | + home_fs=zfs |
12 | 2024-10-29T18:00:50.868Z | + [[ zfs == autofs ]] |
13 | 2024-10-29T18:00:50.868Z | + mkdir -p /home/build |
14 | 2024-10-29T18:00:50.871Z | + chown build:build /home/build /work |
15 | 2024-10-29T18:00:52.873Z | + chmod 0700 /home/build /work |
16 | 2024-10-29T18:00:52.876Z | process exited: duration 4123 ms, exit code 0 |
|
17 | 2024-10-29T18:00:52.882Z | starting task 1: "rust-toolchain" |
18 | 2024-10-29T18:00:52.887Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-29T18:00:52.887Z | ' 1.80.1 |
20 | 2024-10-29T18:00:52.887Z | * toolchain channel = "1.80.1" |
21 | 2024-10-29T18:00:52.887Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-29T18:00:52.887Z | * toolchain profile = "default" |
23 | 2024-10-29T18:00:52.887Z | ' default |
24 | 2024-10-29T18:00:52.889Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-29T18:00:52.889Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-29T18:00:52.991Z | info: downloading installer |
27 | 2024-10-29T18:00:54.389Z | info: profile set to 'default' |
28 | 2024-10-29T18:00:54.389Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-29T18:00:54.391Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-29T18:00:54.529Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-29T18:00:54.529Z | info: downloading component 'cargo' |
32 | 2024-10-29T18:00:55.233Z | info: downloading component 'clippy' |
33 | 2024-10-29T18:00:55.482Z | info: downloading component 'rust-docs' |
34 | 2024-10-29T18:00:56.464Z | info: downloading component 'rust-std' |
35 | 2024-10-29T18:00:57.834Z | info: downloading component 'rustc' |
36 | 2024-10-29T18:01:01.731Z | info: downloading component 'rustfmt' |
37 | 2024-10-29T18:01:01.938Z | info: installing component 'cargo' |
38 | 2024-10-29T18:01:02.779Z | info: installing component 'clippy' |
39 | 2024-10-29T18:01:03.165Z | info: installing component 'rust-docs' |
40 | 2024-10-29T18:01:04.843Z | info: installing component 'rust-std' |
41 | 2024-10-29T18:01:06.549Z | info: installing component 'rustc' |
42 | 2024-10-29T18:01:10.730Z | info: installing component 'rustfmt' |
43 | 2024-10-29T18:01:11.065Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-29T18:01:11.065Z | |
45 | 2024-10-29T18:01:11.321Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-29T18:01:11.321Z | |
47 | 2024-10-29T18:01:11.323Z | |
48 | 2024-10-29T18:01:11.323Z | Rust is installed now. Great! |
49 | 2024-10-29T18:01:11.323Z | |
50 | 2024-10-29T18:01:11.323Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-29T18:01:11.323Z | environment variable. This has not been done automatically. |
52 | 2024-10-29T18:01:11.323Z | |
53 | 2024-10-29T18:01:11.323Z | To configure your current shell, you need to source |
54 | 2024-10-29T18:01:11.323Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-29T18:01:11.323Z | |
56 | 2024-10-29T18:01:11.323Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-29T18:01:11.323Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-29T18:01:11.323Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-29T18:01:11.377Z | + rustc --version |
60 | 2024-10-29T18:01:11.440Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-29T18:01:11.442Z | process exited: duration 18559 ms, exit code 0 |
|
62 | 2024-10-29T18:01:11.450Z | starting task 2: "authentication" |
63 | 2024-10-29T18:01:11.468Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-29T18:01:11.474Z | starting task 3: "clone repository" |
65 | 2024-10-29T18:01:11.478Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-29T18:01:11.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-29T18:01:11.526Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-29T18:01:18.191Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-29T18:01:18.194Z | + git fetch origin 608b3362ecb217718074d7f6eb615b798bdb5a55 |
70 | 2024-10-29T18:01:18.505Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-29T18:01:18.505Z | * branch 608b3362ecb217718074d7f6eb615b798bdb5a55 -> FETCH_HEAD |
72 | 2024-10-29T18:01:18.516Z | + [[ -n eliza/give-instance-manager-a-gun ]] |
73 | 2024-10-29T18:01:18.518Z | ++ git branch --show-current |
74 | 2024-10-29T18:01:18.520Z | + current=main |
75 | 2024-10-29T18:01:18.520Z | + [[ main != eliza/give-instance-manager-a-gun ]] |
76 | 2024-10-29T18:01:18.520Z | + git branch -f eliza/give-instance-manager-a-gun 608b3362ecb217718074d7f6eb615b798bdb5a55 |
77 | 2024-10-29T18:01:18.523Z | + git checkout -f eliza/give-instance-manager-a-gun |
78 | 2024-10-29T18:01:18.624Z | Switched to branch 'eliza/give-instance-manager-a-gun' |
79 | 2024-10-29T18:01:18.626Z | + git reset --hard 608b3362ecb217718074d7f6eb615b798bdb5a55 |
80 | 2024-10-29T18:01:18.728Z | HEAD is now at 608b3362e factor out termination channel handling |
81 | 2024-10-29T18:01:18.731Z | process exited: duration 7255 ms, exit code 0 |
|
82 | 2024-10-29T18:01:18.738Z | starting task 4: "build" |
83 | 2024-10-29T18:01:18.742Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-29T18:01:18.742Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-29T18:01:18.742Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-29T18:01:18.742Z | + cargo --version |
87 | 2024-10-29T18:01:18.800Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-29T18:01:18.802Z | + rustc --version |
89 | 2024-10-29T18:01:18.858Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-29T18:01:18.861Z | + cargo tree --locked |
91 | 2024-10-29T18:01:19.101Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-29T18:01:19.391Z | Updating crates.io index |
93 | 2024-10-29T18:01:19.394Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-29T18:01:20.206Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-29T18:01:20.519Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-29T18:01:20.808Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-29T18:01:21.102Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-29T18:01:21.947Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-29T18:01:24.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-29T18:01:25.240Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-29T18:01:25.978Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-29T18:01:26.237Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-29T18:01:26.542Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-29T18:01:27.115Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-29T18:01:27.444Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-29T18:01:27.785Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-29T18:01:28.531Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-29T18:01:28.787Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-29T18:01:29.028Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-29T18:01:29.345Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-29T18:01:29.686Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-29T18:01:29.989Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-29T18:01:30.335Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-29T18:01:30.760Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-29T18:01:31.072Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-29T18:01:31.619Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-29T18:01:32.010Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-29T18:01:32.428Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-29T18:01:32.717Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-29T18:01:34.039Z | Downloading crates ... |
121 | 2024-10-29T18:01:34.126Z | Downloaded adler2 v2.0.0 |
122 | 2024-10-29T18:01:34.143Z | Downloaded atty v0.2.14 |
123 | 2024-10-29T18:01:34.152Z | Downloaded ciborium-io v0.2.2 |
124 | 2024-10-29T18:01:34.154Z | Downloaded cfg_aliases v0.2.1 |
125 | 2024-10-29T18:01:34.154Z | Downloaded aead v0.5.2 |
126 | 2024-10-29T18:01:34.158Z | Downloaded bcrypt-pbkdf v0.10.0 |
127 | 2024-10-29T18:01:34.160Z | Downloaded async-recursion v1.1.1 |
128 | 2024-10-29T18:01:34.164Z | Downloaded foreign-types v0.5.0 |
129 | 2024-10-29T18:01:34.166Z | Downloaded arrayref v0.3.9 |
130 | 2024-10-29T18:01:34.168Z | Downloaded bit-set v0.5.3 |
131 | 2024-10-29T18:01:34.168Z | Downloaded async-stream v0.3.6 |
132 | 2024-10-29T18:01:34.171Z | Downloaded async-attributes v1.1.2 |
133 | 2024-10-29T18:01:34.173Z | Downloaded foreign-types-shared v0.3.1 |
134 | 2024-10-29T18:01:34.173Z | Downloaded bytecount v0.6.8 |
135 | 2024-10-29T18:01:34.176Z | Downloaded assert-json-diff v2.0.2 |
136 | 2024-10-29T18:01:34.178Z | Downloaded cargo-platform v0.1.8 |
137 | 2024-10-29T18:01:34.181Z | Downloaded cast v0.3.0 |
138 | 2024-10-29T18:01:34.183Z | Downloaded hubpack_derive v0.1.1 |
139 | 2024-10-29T18:01:34.183Z | Downloaded headers-core v0.3.0 |
140 | 2024-10-29T18:01:34.183Z | Downloaded camino-tempfile v1.1.1 |
141 | 2024-10-29T18:01:34.186Z | Downloaded blowfish v0.9.1 |
142 | 2024-10-29T18:01:34.188Z | Downloaded http-range v0.1.5 |
143 | 2024-10-29T18:01:34.188Z | Downloaded generic-array v0.14.7 |
144 | 2024-10-29T18:01:34.190Z | Downloaded block-buffer v0.10.4 |
145 | 2024-10-29T18:01:34.193Z | Downloaded ghash v0.5.1 |
146 | 2024-10-29T18:01:34.193Z | Downloaded futures-core v0.3.31 |
147 | 2024-10-29T18:01:34.196Z | Downloaded http-body v0.4.6 |
148 | 2024-10-29T18:01:34.198Z | Downloaded hostname v0.3.1 |
149 | 2024-10-29T18:01:34.201Z | Downloaded bitflags v2.6.0 |
150 | 2024-10-29T18:01:34.203Z | Downloaded async-trait v0.1.83 |
151 | 2024-10-29T18:01:34.208Z | Downloaded heck v0.5.0 |
152 | 2024-10-29T18:01:34.211Z | Downloaded globset v0.4.15 |
153 | 2024-10-29T18:01:34.211Z | Downloaded base64 v0.22.1 |
154 | 2024-10-29T18:01:34.215Z | Downloaded oso-derive v0.27.3 |
155 | 2024-10-29T18:01:34.225Z | Downloaded async-stream-impl v0.3.6 |
156 | 2024-10-29T18:01:34.225Z | Downloaded filetime v0.2.25 |
157 | 2024-10-29T18:01:34.225Z | Downloaded arc-swap v1.7.1 |
158 | 2024-10-29T18:01:34.228Z | Downloaded hashlink v0.9.1 |
159 | 2024-10-29T18:01:34.229Z | Downloaded foreign-types v0.3.2 |
160 | 2024-10-29T18:01:34.229Z | Downloaded assert_matches v1.5.0 |
161 | 2024-10-29T18:01:34.231Z | Downloaded pathdiff v0.2.2 |
162 | 2024-10-29T18:01:34.231Z | Downloaded foreign-types-macros v0.2.3 |
163 | 2024-10-29T18:01:34.234Z | Downloaded async-channel v2.3.1 |
164 | 2024-10-29T18:01:34.234Z | Downloaded float-ord v0.3.2 |
165 | 2024-10-29T18:01:34.237Z | Downloaded async-object-pool v0.1.5 |
166 | 2024-10-29T18:01:34.237Z | Downloaded fxhash v0.2.1 |
167 | 2024-10-29T18:01:34.239Z | Downloaded allocator-api2 v0.2.18 |
168 | 2024-10-29T18:01:34.242Z | Downloaded guppy-workspace-hack v0.1.0 |
169 | 2024-10-29T18:01:34.244Z | Downloaded hyper-staticfile v0.10.1 |
170 | 2024-10-29T18:01:34.246Z | Downloaded cfg-expr v0.17.0 |
171 | 2024-10-29T18:01:34.249Z | Downloaded aes v0.8.4 |
172 | 2024-10-29T18:01:34.253Z | Downloaded parse-display-derive v0.10.0 |
173 | 2024-10-29T18:01:34.256Z | Downloaded async-signal v0.2.10 |
174 | 2024-10-29T18:01:34.259Z | Downloaded foreign-types-shared v0.1.1 |
175 | 2024-10-29T18:01:34.259Z | Downloaded futures-sink v0.3.31 |
176 | 2024-10-29T18:01:34.261Z | Downloaded futures-io v0.3.31 |
177 | 2024-10-29T18:01:34.261Z | Downloaded futures-executor v0.3.31 |
178 | 2024-10-29T18:01:34.264Z | Downloaded funty v2.0.0 |
179 | 2024-10-29T18:01:34.264Z | Downloaded block-padding v0.3.3 |
180 | 2024-10-29T18:01:34.266Z | Downloaded array-init v0.0.4 |
181 | 2024-10-29T18:01:34.266Z | Downloaded cfg_aliases v0.1.1 |
182 | 2024-10-29T18:01:34.269Z | Downloaded form_urlencoded v1.2.1 |
183 | 2024-10-29T18:01:34.269Z | Downloaded byteorder v1.5.0 |
184 | 2024-10-29T18:01:34.272Z | Downloaded anstyle v1.0.8 |
185 | 2024-10-29T18:01:34.275Z | Downloaded heck v0.3.3 |
186 | 2024-10-29T18:01:34.275Z | Downloaded bit-vec v0.6.3 |
187 | 2024-10-29T18:01:34.278Z | Downloaded phf v0.11.2 |
188 | 2024-10-29T18:01:34.278Z | Downloaded pest_generator v2.7.14 |
189 | 2024-10-29T18:01:34.280Z | Downloaded ident_case v1.0.1 |
190 | 2024-10-29T18:01:34.282Z | Downloaded peg-runtime v0.8.3 |
191 | 2024-10-29T18:01:34.282Z | Downloaded plotters-svg v0.3.7 |
192 | 2024-10-29T18:01:34.285Z | Downloaded iana-time-zone v0.1.61 |
193 | 2024-10-29T18:01:34.287Z | Downloaded group v0.13.0 |
194 | 2024-10-29T18:01:34.290Z | Downloaded futures-task v0.3.31 |
195 | 2024-10-29T18:01:34.290Z | Downloaded base16ct v0.2.0 |
196 | 2024-10-29T18:01:34.292Z | Downloaded glob v0.3.1 |
197 | 2024-10-29T18:01:34.294Z | Downloaded ff v0.13.0 |
198 | 2024-10-29T18:01:34.297Z | Downloaded gethostname v0.5.0 |
199 | 2024-10-29T18:01:34.297Z | Downloaded fs-err v2.11.0 |
200 | 2024-10-29T18:01:34.299Z | Downloaded progenitor-client v0.8.0 |
201 | 2024-10-29T18:01:34.302Z | Downloaded bb8 v0.8.5 |
202 | 2024-10-29T18:01:34.302Z | Downloaded sigpipe v0.1.3 |
203 | 2024-10-29T18:01:34.304Z | Downloaded rpassword v7.3.1 |
204 | 2024-10-29T18:01:34.304Z | Downloaded pretty-hex v0.2.1 |
205 | 2024-10-29T18:01:34.307Z | Downloaded atomicwrites v0.4.4 |
206 | 2024-10-29T18:01:34.307Z | Downloaded cbc v0.1.2 |
207 | 2024-10-29T18:01:34.309Z | Downloaded arrayvec v0.7.6 |
208 | 2024-10-29T18:01:34.311Z | Downloaded predicates-core v1.0.8 |
209 | 2024-10-29T18:01:34.314Z | Downloaded chrono-tz-build v0.4.0 |
210 | 2024-10-29T18:01:34.314Z | Downloaded chacha20 v0.9.1 |
211 | 2024-10-29T18:01:34.317Z | Downloaded argon2 v0.5.3 |
212 | 2024-10-29T18:01:34.319Z | Downloaded futures-channel v0.3.31 |
213 | 2024-10-29T18:01:34.322Z | Downloaded getrandom v0.2.15 |
214 | 2024-10-29T18:01:34.325Z | Downloaded fixedbitset v0.4.2 |
215 | 2024-10-29T18:01:34.327Z | Downloaded hex-literal v0.4.1 |
216 | 2024-10-29T18:01:34.329Z | Downloaded cexpr v0.6.0 |
217 | 2024-10-29T18:01:34.332Z | Downloaded heck v0.4.1 |
218 | 2024-10-29T18:01:34.334Z | Downloaded ciborium-ll v0.2.2 |
219 | 2024-10-29T18:01:34.337Z | Downloaded home v0.5.9 |
220 | 2024-10-29T18:01:34.337Z | Downloaded parking v2.2.1 |
221 | 2024-10-29T18:01:34.339Z | Downloaded cargo_metadata v0.18.1 |
222 | 2024-10-29T18:01:34.342Z | Downloaded hex v0.4.3 |
223 | 2024-10-29T18:01:34.344Z | Downloaded hash32 v0.3.1 |
224 | 2024-10-29T18:01:34.346Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-10-29T18:01:34.347Z | Downloaded bcs v0.1.6 |
226 | 2024-10-29T18:01:34.349Z | Downloaded futures-lite v2.3.0 |
227 | 2024-10-29T18:01:34.352Z | Downloaded predicates-tree v1.0.11 |
228 | 2024-10-29T18:01:34.354Z | Downloaded hyper-tls v0.6.0 |
229 | 2024-10-29T18:01:34.357Z | Downloaded rand_chacha v0.3.1 |
230 | 2024-10-29T18:01:34.360Z | Downloaded impl-trait-for-tuples v0.2.2 |
231 | 2024-10-29T18:01:34.362Z | Downloaded zone_cfg_derive v0.3.0 |
232 | 2024-10-29T18:01:34.362Z | Downloaded spin v0.5.2 |
233 | 2024-10-29T18:01:34.365Z | Downloaded slog-json v2.6.1 |
234 | 2024-10-29T18:01:34.367Z | Downloaded schemars_derive v0.8.21 |
235 | 2024-10-29T18:01:34.369Z | Downloaded async-io v2.3.4 |
236 | 2024-10-29T18:01:34.372Z | Downloaded scheduled-thread-pool v0.2.7 |
237 | 2024-10-29T18:01:34.375Z | Downloaded humantime v2.1.0 |
238 | 2024-10-29T18:01:34.377Z | Downloaded rtoolbox v0.0.2 |
239 | 2024-10-29T18:01:34.378Z | Downloaded hickory-client v0.24.1 |
240 | 2024-10-29T18:01:34.380Z | Downloaded scroll_derive v0.12.0 |
241 | 2024-10-29T18:01:34.382Z | Downloaded usdt-macro v0.5.0 |
242 | 2024-10-29T18:01:34.382Z | Downloaded usdt-attr-macro v0.5.0 |
243 | 2024-10-29T18:01:34.385Z | Downloaded stringprep v0.1.5 |
244 | 2024-10-29T18:01:34.387Z | Downloaded rand_core v0.6.4 |
245 | 2024-10-29T18:01:34.388Z | Downloaded ciborium v0.2.2 |
246 | 2024-10-29T18:01:34.390Z | Downloaded scopeguard v1.2.0 |
247 | 2024-10-29T18:01:34.393Z | Downloaded strip-ansi-escapes v0.2.0 |
248 | 2024-10-29T18:01:34.395Z | Downloaded diesel_table_macro_syntax v0.2.0 |
249 | 2024-10-29T18:01:34.395Z | Downloaded hostname v0.4.0 |
250 | 2024-10-29T18:01:34.399Z | Downloaded slog-scope v4.4.0 |
251 | 2024-10-29T18:01:34.401Z | Downloaded cancel-safe-futures v0.1.5 |
252 | 2024-10-29T18:01:34.403Z | Downloaded httpdate v1.0.3 |
253 | 2024-10-29T18:01:34.405Z | Downloaded tokio-macros v2.4.0 |
254 | 2024-10-29T18:01:34.406Z | Downloaded httparse v1.9.5 |
255 | 2024-10-29T18:01:34.408Z | Downloaded sct v0.7.1 |
256 | 2024-10-29T18:01:34.414Z | Downloaded heapless v0.8.0 |
257 | 2024-10-29T18:01:34.418Z | Downloaded new_debug_unreachable v1.0.6 |
258 | 2024-10-29T18:01:34.420Z | Downloaded typify-macro v0.2.0 |
259 | 2024-10-29T18:01:34.420Z | Downloaded tui-tree-widget v0.22.0 |
260 | 2024-10-29T18:01:34.424Z | Downloaded thiserror v1.0.64 |
261 | 2024-10-29T18:01:34.428Z | Downloaded untrusted v0.9.0 |
262 | 2024-10-29T18:01:34.432Z | Downloaded flume v0.11.0 |
263 | 2024-10-29T18:01:34.434Z | Downloaded slog-envlogger v2.2.0 |
264 | 2024-10-29T18:01:34.437Z | Downloaded path-slash v0.1.5 |
265 | 2024-10-29T18:01:34.440Z | Downloaded colored v2.1.0 |
266 | 2024-10-29T18:01:34.442Z | Downloaded http v0.2.12 |
267 | 2024-10-29T18:01:34.445Z | Downloaded crc-catalog v2.4.0 |
268 | 2024-10-29T18:01:34.448Z | Downloaded precomputed-hash v0.1.1 |
269 | 2024-10-29T18:01:34.448Z | Downloaded criterion-plot v0.5.0 |
270 | 2024-10-29T18:01:34.451Z | Downloaded defmt-parser v0.3.4 |
271 | 2024-10-29T18:01:34.453Z | Downloaded usdt-impl v0.5.0 |
272 | 2024-10-29T18:01:34.453Z | Downloaded utf-8 v0.7.6 |
273 | 2024-10-29T18:01:34.455Z | Downloaded rstest v0.23.0 |
274 | 2024-10-29T18:01:34.461Z | Downloaded oso v0.27.3 |
275 | 2024-10-29T18:01:34.468Z | Downloaded kv-log-macro v1.0.7 |
276 | 2024-10-29T18:01:34.471Z | Downloaded pest_meta v2.7.14 |
277 | 2024-10-29T18:01:34.471Z | Downloaded hmac v0.12.1 |
278 | 2024-10-29T18:01:34.473Z | Downloaded async-task v4.7.1 |
279 | 2024-10-29T18:01:34.476Z | Downloaded kstat-rs v0.2.4 |
280 | 2024-10-29T18:01:34.478Z | Downloaded md-5 v0.10.6 |
281 | 2024-10-29T18:01:34.482Z | Downloaded ipnetwork v0.20.0 |
282 | 2024-10-29T18:01:34.484Z | Downloaded num_enum v0.5.11 |
283 | 2024-10-29T18:01:34.487Z | Downloaded sync_wrapper v1.0.1 |
284 | 2024-10-29T18:01:34.490Z | Downloaded tokio-tungstenite v0.21.0 |
285 | 2024-10-29T18:01:34.493Z | Downloaded newline-converter v0.3.0 |
286 | 2024-10-29T18:01:34.493Z | Downloaded base64 v0.13.1 |
287 | 2024-10-29T18:01:34.496Z | Downloaded nanorand v0.7.0 |
288 | 2024-10-29T18:01:34.499Z | Downloaded hickory-resolver v0.24.1 |
289 | 2024-10-29T18:01:34.503Z | Downloaded hashbrown v0.12.3 |
290 | 2024-10-29T18:01:34.508Z | Downloaded sync_wrapper v0.1.2 |
291 | 2024-10-29T18:01:34.511Z | Downloaded tinyvec_macros v0.1.1 |
292 | 2024-10-29T18:01:34.511Z | Downloaded olpc-cjson v0.1.4 |
293 | 2024-10-29T18:01:34.514Z | Downloaded multimap v0.10.0 |
294 | 2024-10-29T18:01:34.514Z | Downloaded indent_write v2.2.0 |
295 | 2024-10-29T18:01:34.516Z | Downloaded ron v0.8.1 |
296 | 2024-10-29T18:01:34.522Z | Downloaded peg v0.8.4 |
297 | 2024-10-29T18:01:34.526Z | Downloaded relative-path v1.9.3 |
298 | 2024-10-29T18:01:34.529Z | Downloaded dirs-next v2.0.0 |
299 | 2024-10-29T18:01:34.532Z | Downloaded bytes v1.7.2 |
300 | 2024-10-29T18:01:34.534Z | Downloaded rand_xorshift v0.3.0 |
301 | 2024-10-29T18:01:34.536Z | Downloaded serde_regex v1.1.0 |
302 | 2024-10-29T18:01:34.539Z | Downloaded serde_repr v0.1.19 |
303 | 2024-10-29T18:01:34.539Z | Downloaded serde_path_to_error v0.1.16 |
304 | 2024-10-29T18:01:34.542Z | Downloaded libtest-mimic v0.7.3 |
305 | 2024-10-29T18:01:34.546Z | Downloaded trybuild v1.0.100 |
306 | 2024-10-29T18:01:34.549Z | Downloaded downcast v0.11.0 |
307 | 2024-10-29T18:01:34.551Z | Downloaded stable_deref_trait v1.2.0 |
308 | 2024-10-29T18:01:34.554Z | Downloaded ipnet v2.10.1 |
309 | 2024-10-29T18:01:34.554Z | Downloaded socket2 v0.5.7 |
310 | 2024-10-29T18:01:34.556Z | Downloaded backtrace v0.3.74 |
311 | 2024-10-29T18:01:34.562Z | Downloaded tinyvec v1.8.0 |
312 | 2024-10-29T18:01:34.565Z | Downloaded tabled_derive v0.7.0 |
313 | 2024-10-29T18:01:34.568Z | Downloaded instant v0.1.13 |
314 | 2024-10-29T18:01:34.571Z | Downloaded static_assertions v1.1.0 |
315 | 2024-10-29T18:01:34.574Z | Downloaded tar v0.4.42 |
316 | 2024-10-29T18:01:34.576Z | Downloaded cc v1.1.30 |
317 | 2024-10-29T18:01:34.579Z | Downloaded endian-type v0.1.2 |
318 | 2024-10-29T18:01:34.579Z | Downloaded string_cache v0.8.7 |
319 | 2024-10-29T18:01:34.581Z | Downloaded diff v0.1.13 |
320 | 2024-10-29T18:01:34.587Z | Downloaded primeorder v0.13.6 |
321 | 2024-10-29T18:01:34.590Z | Downloaded phf_shared v0.10.0 |
322 | 2024-10-29T18:01:34.590Z | Downloaded publicsuffix v2.2.3 |
323 | 2024-10-29T18:01:34.593Z | Downloaded base64 v0.21.7 |
324 | 2024-10-29T18:01:34.595Z | Downloaded openssl-macros v0.1.1 |
325 | 2024-10-29T18:01:34.597Z | Downloaded wyz v0.5.1 |
326 | 2024-10-29T18:01:34.601Z | Downloaded untrusted v0.7.1 |
327 | 2024-10-29T18:01:34.601Z | Downloaded dhcproto v0.12.0 |
328 | 2024-10-29T18:01:34.603Z | Downloaded opaque-debug v0.3.1 |
329 | 2024-10-29T18:01:34.606Z | Downloaded tls_codec v0.4.1 |
330 | 2024-10-29T18:01:34.609Z | Downloaded defmt-macros v0.3.9 |
331 | 2024-10-29T18:01:34.611Z | Downloaded heapless v0.7.17 |
332 | 2024-10-29T18:01:34.615Z | Downloaded embedded-io v0.6.1 |
333 | 2024-10-29T18:01:34.618Z | Downloaded ena v0.14.3 |
334 | 2024-10-29T18:01:34.621Z | Downloaded indexmap v1.9.3 |
335 | 2024-10-29T18:01:34.624Z | Downloaded constant_time_eq v0.3.1 |
336 | 2024-10-29T18:01:34.626Z | Downloaded const_format_proc_macros v0.2.33 |
337 | 2024-10-29T18:01:34.626Z | Downloaded zeroize v1.8.1 |
338 | 2024-10-29T18:01:34.629Z | Downloaded dof v0.3.0 |
339 | 2024-10-29T18:01:34.631Z | Downloaded libsw v3.3.1 |
340 | 2024-10-29T18:01:34.634Z | Downloaded linked-hash-map v0.5.6 |
341 | 2024-10-29T18:01:34.634Z | Downloaded typify v0.2.0 |
342 | 2024-10-29T18:01:34.637Z | Downloaded tokio-stream v0.1.16 |
343 | 2024-10-29T18:01:34.642Z | Downloaded schemars v0.8.21 |
344 | 2024-10-29T18:01:34.655Z | Downloaded termtree v0.4.1 |
345 | 2024-10-29T18:01:34.658Z | Downloaded phf_shared v0.11.2 |
346 | 2024-10-29T18:01:34.661Z | Downloaded csv-core v0.1.11 |
347 | 2024-10-29T18:01:34.661Z | Downloaded oorandom v11.1.4 |
348 | 2024-10-29T18:01:34.663Z | Downloaded internet-checksum v0.2.1 |
349 | 2024-10-29T18:01:34.664Z | Downloaded yasna v0.5.2 |
350 | 2024-10-29T18:01:34.666Z | Downloaded qorb v0.1.2 |
351 | 2024-10-29T18:01:34.670Z | Downloaded try-lock v0.2.5 |
352 | 2024-10-29T18:01:34.673Z | Downloaded uzers v0.12.1 |
353 | 2024-10-29T18:01:34.673Z | Downloaded tracing-attributes v0.1.27 |
354 | 2024-10-29T18:01:34.676Z | Downloaded url v2.5.2 |
355 | 2024-10-29T18:01:34.679Z | Downloaded compact_str v0.8.0 |
356 | 2024-10-29T18:01:34.684Z | Downloaded hashbrown v0.14.5 |
357 | 2024-10-29T18:01:34.689Z | Downloaded cstr-argument v0.1.2 |
358 | 2024-10-29T18:01:34.692Z | Downloaded equivalent v1.0.1 |
359 | 2024-10-29T18:01:34.694Z | Downloaded typenum v1.17.0 |
360 | 2024-10-29T18:01:34.699Z | Downloaded resolv-conf v0.7.0 |
361 | 2024-10-29T18:01:34.700Z | Downloaded der_derive v0.7.3 |
362 | 2024-10-29T18:01:34.702Z | Downloaded quinn-udp v0.5.5 |
363 | 2024-10-29T18:01:34.702Z | Downloaded match_cfg v0.1.0 |
364 | 2024-10-29T18:01:34.705Z | Downloaded matches v0.1.10 |
365 | 2024-10-29T18:01:34.705Z | Downloaded serde_urlencoded v0.7.1 |
366 | 2024-10-29T18:01:34.708Z | Downloaded rusty-fork v0.3.0 |
367 | 2024-10-29T18:01:34.708Z | Downloaded hyper v1.4.1 |
368 | 2024-10-29T18:01:34.716Z | Downloaded pretty-hex v0.4.1 |
369 | 2024-10-29T18:01:34.719Z | Downloaded thiserror-no-std v2.0.2 |
370 | 2024-10-29T18:01:34.723Z | Downloaded thiserror-impl-no-std v2.0.2 |
371 | 2024-10-29T18:01:34.725Z | Downloaded structmeta v0.3.0 |
372 | 2024-10-29T18:01:34.725Z | Downloaded const-oid v0.9.6 |
373 | 2024-10-29T18:01:34.728Z | Downloaded p256 v0.13.2 |
374 | 2024-10-29T18:01:34.731Z | Downloaded once_cell v1.20.2 |
375 | 2024-10-29T18:01:34.734Z | Downloaded openssl-sys v0.9.103 |
376 | 2024-10-29T18:01:34.741Z | Downloaded universal-hash v0.5.1 |
377 | 2024-10-29T18:01:34.744Z | Downloaded structmeta-derive v0.2.0 |
378 | 2024-10-29T18:01:34.744Z | Downloaded uuid v1.10.0 |
379 | 2024-10-29T18:01:34.747Z | Downloaded ctr v0.9.2 |
380 | 2024-10-29T18:01:34.751Z | Downloaded hashbrown v0.13.2 |
381 | 2024-10-29T18:01:34.754Z | Downloaded chrono v0.4.38 |
382 | 2024-10-29T18:01:34.763Z | Downloaded fallible-iterator v0.3.0 |
383 | 2024-10-29T18:01:34.766Z | Downloaded macaddr v1.0.1 |
384 | 2024-10-29T18:01:34.768Z | Downloaded indoc v2.0.5 |
385 | 2024-10-29T18:01:34.771Z | Downloaded num-traits v0.2.19 |
386 | 2024-10-29T18:01:34.774Z | Downloaded serde_derive_internals v0.29.1 |
387 | 2024-10-29T18:01:34.777Z | Downloaded sqlparser_derive v0.2.2 |
388 | 2024-10-29T18:01:34.777Z | Downloaded num_cpus v1.16.0 |
389 | 2024-10-29T18:01:34.779Z | Downloaded pin-utils v0.1.0 |
390 | 2024-10-29T18:01:34.781Z | Downloaded r2d2 v0.8.10 |
391 | 2024-10-29T18:01:34.784Z | Downloaded smallvec v1.13.2 |
392 | 2024-10-29T18:01:34.786Z | Downloaded tokio-rustls v0.25.0 |
393 | 2024-10-29T18:01:34.789Z | Downloaded managed v0.8.0 |
394 | 2024-10-29T18:01:34.792Z | Downloaded tokio-rustls v0.26.0 |
395 | 2024-10-29T18:01:34.794Z | Downloaded omicron-zone-package v0.11.1 |
396 | 2024-10-29T18:01:34.797Z | Downloaded pin-project v1.1.6 |
397 | 2024-10-29T18:01:34.810Z | Downloaded memmap v0.7.0 |
398 | 2024-10-29T18:01:34.812Z | Downloaded colorchoice v1.0.2 |
399 | 2024-10-29T18:01:34.815Z | Downloaded aes-gcm v0.10.3 |
400 | 2024-10-29T18:01:34.817Z | Downloaded salsa20 v0.10.2 |
401 | 2024-10-29T18:01:34.819Z | Downloaded quinn v0.11.5 |
402 | 2024-10-29T18:01:34.823Z | Downloaded rustls-pemfile v1.0.4 |
403 | 2024-10-29T18:01:34.825Z | Downloaded dhcproto-macros v0.1.0 |
404 | 2024-10-29T18:01:34.827Z | Downloaded vte_generate_state_changes v0.1.2 |
405 | 2024-10-29T18:01:34.829Z | Downloaded signature v2.2.0 |
406 | 2024-10-29T18:01:34.830Z | Downloaded num-rational v0.4.2 |
407 | 2024-10-29T18:01:34.832Z | Downloaded darling_core v0.20.10 |
408 | 2024-10-29T18:01:34.837Z | Downloaded criterion v0.5.1 |
409 | 2024-10-29T18:01:34.844Z | Downloaded newtype_derive v0.1.6 |
410 | 2024-10-29T18:01:34.847Z | Downloaded spki v0.7.3 |
411 | 2024-10-29T18:01:34.849Z | Downloaded serde-big-array v0.5.1 |
412 | 2024-10-29T18:01:34.851Z | Downloaded const_format v0.2.33 |
413 | 2024-10-29T18:01:34.856Z | Downloaded slog-stdlog v4.1.1 |
414 | 2024-10-29T18:01:34.859Z | Downloaded cookie_store v0.21.0 |
415 | 2024-10-29T18:01:34.861Z | Downloaded cookie v0.18.1 |
416 | 2024-10-29T18:01:34.864Z | Downloaded log v0.4.22 |
417 | 2024-10-29T18:01:34.867Z | Downloaded tiny-keccak v2.0.2 |
418 | 2024-10-29T18:01:34.871Z | Downloaded memchr v2.7.4 |
419 | 2024-10-29T18:01:34.876Z | Downloaded predicates v3.1.2 |
420 | 2024-10-29T18:01:34.879Z | Downloaded signal-hook-tokio v0.3.1 |
421 | 2024-10-29T18:01:34.881Z | Downloaded crossbeam-channel v0.5.13 |
422 | 2024-10-29T18:01:34.885Z | Downloaded embedded-io v0.4.0 |
423 | 2024-10-29T18:01:34.888Z | Downloaded swrite v0.1.0 |
424 | 2024-10-29T18:01:34.891Z | Downloaded clap v4.5.20 |
425 | 2024-10-29T18:01:34.899Z | Downloaded clang-sys v1.8.1 |
426 | 2024-10-29T18:01:34.902Z | Downloaded zone_cfg_derive v0.1.2 |
427 | 2024-10-29T18:01:34.905Z | Downloaded mime v0.3.17 |
428 | 2024-10-29T18:01:34.905Z | Downloaded wait-timeout v0.2.0 |
429 | 2024-10-29T18:01:34.907Z | Downloaded hkdf v0.12.4 |
430 | 2024-10-29T18:01:34.910Z | Downloaded escape8259 v0.5.3 |
431 | 2024-10-29T18:01:34.912Z | Downloaded term v0.7.0 |
432 | 2024-10-29T18:01:34.915Z | Downloaded plotters v0.3.7 |
433 | 2024-10-29T18:01:34.927Z | Downloaded nibble_vec v0.1.0 |
434 | 2024-10-29T18:01:34.929Z | Downloaded openssl-probe v0.1.5 |
435 | 2024-10-29T18:01:34.929Z | Downloaded serde-hex v0.1.0 |
436 | 2024-10-29T18:01:34.932Z | Downloaded ref-cast-impl v1.0.23 |
437 | 2024-10-29T18:01:34.935Z | Downloaded psl-types v2.0.11 |
438 | 2024-10-29T18:01:34.935Z | Downloaded steno v0.4.1 |
439 | 2024-10-29T18:01:34.941Z | Downloaded der v0.7.9 |
440 | 2024-10-29T18:01:34.946Z | Downloaded version_check v0.9.5 |
441 | 2024-10-29T18:01:34.949Z | Downloaded similar-asserts v1.6.0 |
442 | 2024-10-29T18:01:34.951Z | Downloaded console v0.15.8 |
443 | 2024-10-29T18:01:34.954Z | Downloaded vsss-rs v3.3.4 |
444 | 2024-10-29T18:01:34.957Z | Downloaded supports-color v3.0.1 |
445 | 2024-10-29T18:01:34.959Z | Downloaded tokio-native-tls v0.3.1 |
446 | 2024-10-29T18:01:34.962Z | Downloaded hashbrown v0.15.0 |
447 | 2024-10-29T18:01:34.967Z | Downloaded time-core v0.1.2 |
448 | 2024-10-29T18:01:34.970Z | Downloaded zone v0.3.0 |
449 | 2024-10-29T18:01:34.972Z | Downloaded zone v0.1.8 |
450 | 2024-10-29T18:01:34.972Z | Downloaded lazycell v1.3.0 |
451 | 2024-10-29T18:01:34.975Z | Downloaded tinytemplate v1.2.1 |
452 | 2024-10-29T18:01:34.975Z | Downloaded snafu-derive v0.8.5 |
453 | 2024-10-29T18:01:34.977Z | Downloaded zeroize_derive v1.4.2 |
454 | 2024-10-29T18:01:34.980Z | Downloaded multer v3.1.0 |
455 | 2024-10-29T18:01:34.982Z | Downloaded event-listener-strategy v0.5.2 |
456 | 2024-10-29T18:01:34.982Z | Downloaded event-listener v2.5.3 |
457 | 2024-10-29T18:01:34.985Z | Downloaded ed25519 v2.2.3 |
458 | 2024-10-29T18:01:34.987Z | Downloaded partial-io v0.5.4 |
459 | 2024-10-29T18:01:34.990Z | Downloaded number_prefix v0.4.0 |
460 | 2024-10-29T18:01:34.992Z | Downloaded derive_builder_macro v0.20.2 |
461 | 2024-10-29T18:01:34.992Z | Downloaded num_enum_derive v0.5.11 |
462 | 2024-10-29T18:01:34.995Z | Downloaded num-integer v0.1.46 |
463 | 2024-10-29T18:01:34.997Z | Downloaded unicode_categories v0.1.1 |
464 | 2024-10-29T18:01:35.000Z | Downloaded num-iter v0.1.45 |
465 | 2024-10-29T18:01:35.000Z | Downloaded pkcs1 v0.7.5 |
466 | 2024-10-29T18:01:35.002Z | Downloaded vte v0.11.1 |
467 | 2024-10-29T18:01:35.005Z | Downloaded password-hash v0.5.0 |
468 | 2024-10-29T18:01:35.007Z | Downloaded ppv-lite86 v0.2.20 |
469 | 2024-10-29T18:01:35.010Z | Downloaded smawk v0.3.2 |
470 | 2024-10-29T18:01:35.012Z | Downloaded unicode-properties v0.1.3 |
471 | 2024-10-29T18:01:35.014Z | Downloaded phf_codegen v0.11.2 |
472 | 2024-10-29T18:01:35.017Z | Downloaded siphasher v0.3.11 |
473 | 2024-10-29T18:01:35.017Z | Downloaded walkdir v2.5.0 |
474 | 2024-10-29T18:01:35.019Z | Downloaded derive-where v1.2.7 |
475 | 2024-10-29T18:01:35.023Z | Downloaded rustfmt-wrapper v0.2.1 |
476 | 2024-10-29T18:01:35.026Z | Downloaded crunchy v0.2.2 |
477 | 2024-10-29T18:01:35.026Z | Downloaded mockall_derive v0.13.0 |
478 | 2024-10-29T18:01:35.029Z | Downloaded progenitor-macro v0.8.0 |
479 | 2024-10-29T18:01:35.031Z | Downloaded threadpool v1.8.1 |
480 | 2024-10-29T18:01:35.034Z | Downloaded strum_macros v0.25.3 |
481 | 2024-10-29T18:01:35.034Z | Downloaded memmap2 v0.9.5 |
482 | 2024-10-29T18:01:35.037Z | Downloaded thread_local v1.1.8 |
483 | 2024-10-29T18:01:35.039Z | Downloaded thread-id v4.2.2 |
484 | 2024-10-29T18:01:35.042Z | Downloaded clap_derive v4.5.18 |
485 | 2024-10-29T18:01:35.044Z | Downloaded termcolor v1.4.1 |
486 | 2024-10-29T18:01:35.044Z | Downloaded rustls-webpki v0.101.7 |
487 | 2024-10-29T18:01:35.061Z | Downloaded goblin v0.8.2 |
488 | 2024-10-29T18:01:35.066Z | Downloaded darling_macro v0.20.10 |
489 | 2024-10-29T18:01:35.069Z | Downloaded crucible-workspace-hack v0.1.0 |
490 | 2024-10-29T18:01:35.069Z | Downloaded paste v1.0.15 |
491 | 2024-10-29T18:01:35.072Z | Downloaded lru-cache v0.1.2 |
492 | 2024-10-29T18:01:35.074Z | Downloaded tower-service v0.3.3 |
493 | 2024-10-29T18:01:35.074Z | Downloaded lazy_static v1.5.0 |
494 | 2024-10-29T18:01:35.077Z | Downloaded lalrpop-util v0.19.12 |
495 | 2024-10-29T18:01:35.080Z | Downloaded async-std v1.13.0 |
496 | 2024-10-29T18:01:35.099Z | Downloaded time v0.3.36 |
497 | 2024-10-29T18:01:35.106Z | Downloaded doc-comment v0.3.3 |
498 | 2024-10-29T18:01:35.109Z | Downloaded slog-bunyan v2.5.0 |
499 | 2024-10-29T18:01:35.109Z | Downloaded unicase v2.7.0 |
500 | 2024-10-29T18:01:35.112Z | Downloaded time-macros v0.2.18 |
501 | 2024-10-29T18:01:35.114Z | Downloaded serde_json v1.0.128 |
502 | 2024-10-29T18:01:35.120Z | Downloaded shell-words v1.1.0 |
503 | 2024-10-29T18:01:35.123Z | Downloaded darling v0.20.10 |
504 | 2024-10-29T18:01:35.127Z | Downloaded indicatif v0.17.8 |
505 | 2024-10-29T18:01:35.132Z | Downloaded packed_struct_codegen v0.10.1 |
506 | 2024-10-29T18:01:35.135Z | Downloaded debug-ignore v1.0.5 |
507 | 2024-10-29T18:01:35.138Z | Downloaded data-encoding v2.6.0 |
508 | 2024-10-29T18:01:35.138Z | Downloaded defmt v0.3.8 |
509 | 2024-10-29T18:01:35.142Z | Downloaded datatest-stable v0.2.9 |
510 | 2024-10-29T18:01:35.146Z | Downloaded unicode-linebreak v0.1.5 |
511 | 2024-10-29T18:01:35.146Z | Downloaded which v4.4.2 |
512 | 2024-10-29T18:01:35.146Z | Downloaded pin-project-internal v1.1.6 |
513 | 2024-10-29T18:01:35.149Z | Downloaded pest_derive v2.7.14 |
514 | 2024-10-29T18:01:35.152Z | Downloaded libloading v0.8.5 |
515 | 2024-10-29T18:01:35.156Z | Downloaded bitvec v1.0.1 |
516 | 2024-10-29T18:01:35.171Z | Downloaded num-bigint-dig v0.8.4 |
517 | 2024-10-29T18:01:35.177Z | Downloaded want v0.3.1 |
518 | 2024-10-29T18:01:35.180Z | Downloaded proc-macro-crate v1.3.1 |
519 | 2024-10-29T18:01:35.180Z | Downloaded pem-rfc7468 v0.7.0 |
520 | 2024-10-29T18:01:35.183Z | Downloaded pem v3.0.4 |
521 | 2024-10-29T18:01:35.184Z | Downloaded waitgroup v0.1.2 |
522 | 2024-10-29T18:01:35.184Z | Downloaded is_ci v1.2.0 |
523 | 2024-10-29T18:01:35.187Z | Downloaded hyper v0.14.30 |
524 | 2024-10-29T18:01:35.192Z | Downloaded memoffset v0.9.1 |
525 | 2024-10-29T18:01:35.195Z | Downloaded percent-encoding v2.3.1 |
526 | 2024-10-29T18:01:35.195Z | Downloaded parking_lot v0.11.2 |
527 | 2024-10-29T18:01:35.199Z | Downloaded crossbeam-epoch v0.9.18 |
528 | 2024-10-29T18:01:35.201Z | Downloaded toolchain_find v0.4.0 |
529 | 2024-10-29T18:01:35.204Z | Downloaded cpufeatures v0.2.14 |
530 | 2024-10-29T18:01:35.204Z | Downloaded tap v1.0.1 |
531 | 2024-10-29T18:01:35.204Z | Downloaded derive_more v0.99.18 |
532 | 2024-10-29T18:01:35.209Z | Downloaded crossbeam-utils v0.8.20 |
533 | 2024-10-29T18:01:35.213Z | Downloaded take_mut v0.2.2 |
534 | 2024-10-29T18:01:35.215Z | Downloaded proc-macro-crate v3.2.0 |
535 | 2024-10-29T18:01:35.216Z | Downloaded powerfmt v0.2.0 |
536 | 2024-10-29T18:01:35.218Z | Downloaded fastrand v2.1.1 |
537 | 2024-10-29T18:01:35.218Z | Downloaded ssh-cipher v0.2.0 |
538 | 2024-10-29T18:01:35.221Z | Downloaded slog-async v2.8.0 |
539 | 2024-10-29T18:01:35.221Z | Downloaded parse-display v0.10.0 |
540 | 2024-10-29T18:01:35.224Z | Downloaded tokio-postgres v0.7.12 |
541 | 2024-10-29T18:01:35.227Z | Downloaded fallible-iterator v0.2.0 |
542 | 2024-10-29T18:01:35.231Z | Downloaded errno v0.3.9 |
543 | 2024-10-29T18:01:35.231Z | Downloaded sha2 v0.10.8 |
544 | 2024-10-29T18:01:35.234Z | Downloaded sha1 v0.10.6 |
545 | 2024-10-29T18:01:35.237Z | Downloaded packed_struct v0.10.1 |
546 | 2024-10-29T18:01:35.240Z | Downloaded rcgen v0.12.1 |
547 | 2024-10-29T18:01:35.243Z | Downloaded yansi v1.0.1 |
548 | 2024-10-29T18:01:35.247Z | Downloaded strum v0.26.3 |
549 | 2024-10-29T18:01:35.247Z | Downloaded xattr v1.3.1 |
550 | 2024-10-29T18:01:35.249Z | Downloaded semver v0.1.20 |
551 | 2024-10-29T18:01:35.249Z | Downloaded same-file v1.0.6 |
552 | 2024-10-29T18:01:35.250Z | Downloaded parse-zoneinfo v0.3.1 |
553 | 2024-10-29T18:01:35.253Z | Downloaded reqwest v0.11.27 |
554 | 2024-10-29T18:01:35.260Z | Downloaded rand_seeder v0.3.0 |
555 | 2024-10-29T18:01:35.264Z | Downloaded num-conv v0.1.0 |
556 | 2024-10-29T18:01:35.264Z | Downloaded crc v3.2.1 |
557 | 2024-10-29T18:01:35.270Z | Downloaded chrono-tz v0.10.0 |
558 | 2024-10-29T18:01:35.276Z | Downloaded tracing v0.1.40 |
559 | 2024-10-29T18:01:35.280Z | Downloaded normalize-line-endings v0.3.0 |
560 | 2024-10-29T18:01:35.280Z | Downloaded tabwriter v1.4.0 |
561 | 2024-10-29T18:01:35.280Z | Downloaded twox-hash v1.6.3 |
562 | 2024-10-29T18:01:35.283Z | Downloaded topological-sort v0.2.2 |
563 | 2024-10-29T18:01:35.286Z | Downloaded ron v0.7.1 |
564 | 2024-10-29T18:01:35.289Z | Downloaded reqwest v0.12.8 |
565 | 2024-10-29T18:01:35.298Z | Downloaded is_terminal_polyfill v1.70.1 |
566 | 2024-10-29T18:01:35.300Z | Downloaded dyn-clone v1.0.17 |
567 | 2024-10-29T18:01:35.303Z | Downloaded parse-size v1.0.0 |
568 | 2024-10-29T18:01:35.303Z | Downloaded either v1.13.0 |
569 | 2024-10-29T18:01:35.306Z | Downloaded semver v1.0.23 |
570 | 2024-10-29T18:01:35.309Z | Downloaded rustls-webpki v0.102.8 |
571 | 2024-10-29T18:01:35.328Z | Downloaded structmeta-derive v0.3.0 |
572 | 2024-10-29T18:01:35.330Z | Downloaded piper v0.2.4 |
573 | 2024-10-29T18:01:35.330Z | Downloaded proc-macro-error-attr v1.0.4 |
574 | 2024-10-29T18:01:35.334Z | Downloaded dropshot_endpoint v0.12.0 |
575 | 2024-10-29T18:01:35.334Z | Downloaded papergrid v0.11.0 |
576 | 2024-10-29T18:01:35.339Z | Downloaded tabled v0.15.0 |
577 | 2024-10-29T18:01:35.356Z | Downloaded nodrop v0.1.14 |
578 | 2024-10-29T18:01:35.359Z | Downloaded ecdsa v0.16.9 |
579 | 2024-10-29T18:01:35.359Z | Downloaded poly1305 v0.8.0 |
580 | 2024-10-29T18:01:35.363Z | Downloaded serde_with v3.11.0 |
581 | 2024-10-29T18:01:35.370Z | Downloaded idna v0.4.0 |
582 | 2024-10-29T18:01:35.376Z | Downloaded strum_macros v0.26.4 |
583 | 2024-10-29T18:01:35.380Z | Downloaded quote v1.0.37 |
584 | 2024-10-29T18:01:35.382Z | Downloaded num-complex v0.4.6 |
585 | 2024-10-29T18:01:35.384Z | Downloaded samael v0.0.17 |
586 | 2024-10-29T18:01:35.389Z | Downloaded serde_yaml v0.9.34+deprecated |
587 | 2024-10-29T18:01:35.394Z | Downloaded postgres-protocol v0.6.7 |
588 | 2024-10-29T18:01:35.398Z | Downloaded rand v0.8.5 |
589 | 2024-10-29T18:01:35.400Z | Downloaded quinn-proto v0.11.8 |
590 | 2024-10-29T18:01:35.406Z | Downloaded nu-ansi-term v0.50.1 |
591 | 2024-10-29T18:01:35.408Z | Downloaded miniz_oxide v0.8.0 |
592 | 2024-10-29T18:01:35.411Z | Downloaded proc-macro-error v1.0.4 |
593 | 2024-10-29T18:01:35.414Z | Downloaded crc-any v2.5.0 |
594 | 2024-10-29T18:01:35.417Z | Downloaded slog v2.7.0 |
595 | 2024-10-29T18:01:35.420Z | Downloaded toml_edit v0.19.15 |
596 | 2024-10-29T18:01:35.435Z | Downloaded subprocess v0.2.9 |
597 | 2024-10-29T18:01:35.438Z | Downloaded sqlparser v0.45.0 |
598 | 2024-10-29T18:01:35.443Z | Downloaded unicode-bidi v0.3.17 |
599 | 2024-10-29T18:01:35.445Z | Downloaded git2 v0.19.0 |
600 | 2024-10-29T18:01:35.453Z | Downloaded tungstenite v0.24.0 |
601 | 2024-10-29T18:01:35.457Z | Downloaded elliptic-curve v0.13.8 |
602 | 2024-10-29T18:01:35.460Z | Downloaded signal-hook-registry v1.4.2 |
603 | 2024-10-29T18:01:35.464Z | Downloaded signal-hook-mio v0.2.4 |
604 | 2024-10-29T18:01:35.464Z | Downloaded whoami v1.5.2 |
605 | 2024-10-29T18:01:35.466Z | Downloaded fatfs v0.3.6 |
606 | 2024-10-29T18:01:35.469Z | Downloaded crypto-bigint v0.5.5 |
607 | 2024-10-29T18:01:35.474Z | Downloaded quick-xml v0.33.0 |
608 | 2024-10-29T18:01:35.480Z | Downloaded fancy-regex v0.13.0 |
609 | 2024-10-29T18:01:35.483Z | Downloaded polling v3.7.3 |
610 | 2024-10-29T18:01:35.486Z | Downloaded nom v7.1.3 |
611 | 2024-10-29T18:01:35.492Z | Downloaded toml v0.7.8 |
612 | 2024-10-29T18:01:35.495Z | Downloaded russh v0.45.0 |
613 | 2024-10-29T18:01:35.501Z | Downloaded des v0.8.1 |
614 | 2024-10-29T18:01:35.503Z | Downloaded diesel_derives v2.2.3 |
615 | 2024-10-29T18:01:35.507Z | Downloaded ed25519-dalek v2.1.1 |
616 | 2024-10-29T18:01:35.510Z | Downloaded num-bigint v0.4.6 |
617 | 2024-10-29T18:01:35.515Z | Downloaded minimal-lexical v0.2.1 |
618 | 2024-10-29T18:01:35.520Z | Downloaded idna v0.2.3 |
619 | 2024-10-29T18:01:35.527Z | Downloaded gimli v0.31.1 |
620 | 2024-10-29T18:01:35.536Z | Downloaded libm v0.2.8 |
621 | 2024-10-29T18:01:35.544Z | Downloaded x509-cert v0.2.5 |
622 | 2024-10-29T18:01:35.549Z | Downloaded typed-path v0.7.1 |
623 | 2024-10-29T18:01:35.555Z | Downloaded serde v1.0.210 |
624 | 2024-10-29T18:01:35.558Z | Downloaded winnow v0.5.40 |
625 | 2024-10-29T18:01:35.567Z | Downloaded toml_edit v0.22.22 |
626 | 2024-10-29T18:01:35.588Z | Downloaded p384 v0.13.0 |
627 | 2024-10-29T18:01:35.593Z | Downloaded mio v1.0.2 |
628 | 2024-10-29T18:01:35.599Z | Downloaded salty v0.3.0 |
629 | 2024-10-29T18:01:35.606Z | Downloaded rusqlite v0.32.1 |
630 | 2024-10-29T18:01:35.612Z | Downloaded pest v2.7.14 |
631 | 2024-10-29T18:01:35.617Z | Downloaded nix v0.27.1 |
632 | 2024-10-29T18:01:35.627Z | Downloaded itertools v0.13.0 |
633 | 2024-10-29T18:01:35.633Z | Downloaded bstr v1.10.0 |
634 | 2024-10-29T18:01:35.643Z | Downloaded openapiv3 v2.0.0 |
635 | 2024-10-29T18:01:35.654Z | Downloaded itertools v0.10.5 |
636 | 2024-10-29T18:01:35.661Z | Downloaded unicode-normalization v0.1.24 |
637 | 2024-10-29T18:01:35.664Z | Downloaded vcpkg v0.2.15 |
638 | 2024-10-29T18:01:35.701Z | Downloaded nix v0.28.0 |
639 | 2024-10-29T18:01:35.713Z | Downloaded p521 v0.13.3 |
640 | 2024-10-29T18:01:35.716Z | Downloaded curve25519-dalek v4.1.3 |
641 | 2024-10-29T18:01:35.725Z | Downloaded object v0.30.4 |
642 | 2024-10-29T18:01:35.734Z | Downloaded portable-atomic v1.9.0 |
643 | 2024-10-29T18:01:35.741Z | Downloaded winnow v0.6.20 |
644 | 2024-10-29T18:01:35.748Z | Downloaded object v0.36.5 |
645 | 2024-10-29T18:01:35.760Z | Downloaded proptest v1.5.0 |
646 | 2024-10-29T18:01:35.770Z | Downloaded syn v1.0.109 |
647 | 2024-10-29T18:01:35.779Z | Downloaded hickory-proto v0.24.1 |
648 | 2024-10-29T18:01:35.795Z | Downloaded smoltcp v0.9.1 |
649 | 2024-10-29T18:01:35.804Z | Downloaded webpki-roots v0.26.6 |
650 | 2024-10-29T18:01:35.807Z | Downloaded trust-dns-proto v0.22.0 |
651 | 2024-10-29T18:01:35.818Z | Downloaded polar-core v0.27.3 |
652 | 2024-10-29T18:01:35.826Z | Downloaded syn v2.0.79 |
653 | 2024-10-29T18:01:35.836Z | Downloaded radix_trie v0.2.1 |
654 | 2024-10-29T18:01:35.841Z | Downloaded nix v0.29.0 |
655 | 2024-10-29T18:01:35.853Z | Downloaded typify-impl v0.2.0 |
656 | 2024-10-29T18:01:35.867Z | Downloaded rustix v0.38.37 |
657 | 2024-10-29T18:01:35.890Z | Downloaded rustls v0.23.14 |
658 | 2024-10-29T18:01:35.903Z | Downloaded smoltcp v0.11.0 |
659 | 2024-10-29T18:01:35.915Z | Downloaded rustls v0.22.4 |
660 | 2024-10-29T18:01:35.927Z | Downloaded zerocopy-derive v0.6.6 |
661 | 2024-10-29T18:01:35.937Z | Downloaded regex-automata v0.4.8 |
662 | 2024-10-29T18:01:35.954Z | Downloaded diesel v2.2.4 |
663 | 2024-10-29T18:01:35.972Z | Downloaded sled v0.34.7 |
664 | 2024-10-29T18:01:35.982Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
665 | 2024-10-29T18:01:35.994Z | Downloaded regress v0.9.1 |
666 | 2024-10-29T18:01:36.002Z | Downloaded regex-syntax v0.8.5 |
667 | 2024-10-29T18:01:36.011Z | Downloaded rustls v0.21.12 |
668 | 2024-10-29T18:01:36.022Z | Downloaded regex v1.11.0 |
669 | 2024-10-29T18:01:36.036Z | Downloaded ratatui v0.28.1 |
670 | 2024-10-29T18:01:36.055Z | Downloaded petgraph v0.6.5 |
671 | 2024-10-29T18:01:36.073Z | Downloaded dropshot v0.12.0 |
672 | 2024-10-29T18:01:36.093Z | Downloaded regress v0.10.1 |
673 | 2024-10-29T18:01:36.102Z | Downloaded lzma-sys v0.1.20 |
674 | 2024-10-29T18:01:36.131Z | Downloaded libz-sys v1.1.20 |
675 | 2024-10-29T18:01:36.152Z | Downloaded tokio v1.40.0 |
676 | 2024-10-29T18:01:36.190Z | Downloaded sha3 v0.10.8 |
677 | 2024-10-29T18:01:36.194Z | Downloaded csv v1.3.0 |
678 | 2024-10-29T18:01:36.214Z | Downloaded libc v0.2.161 |
679 | 2024-10-29T18:01:36.241Z | Downloaded rayon v1.10.0 |
680 | 2024-10-29T18:01:36.250Z | Downloaded openssl v0.10.66 |
681 | 2024-10-29T18:01:36.259Z | Downloaded httpmock v0.8.0-alpha.1 |
682 | 2024-10-29T18:01:36.277Z | Downloaded itertools v0.12.1 |
683 | 2024-10-29T18:01:36.284Z | Downloaded unicode-width v0.1.14 |
684 | 2024-10-29T18:01:36.290Z | Downloaded regex-syntax v0.6.29 |
685 | 2024-10-29T18:01:36.297Z | Downloaded tokio-util v0.7.12 |
686 | 2024-10-29T18:01:36.303Z | Downloaded clap_builder v4.5.20 |
687 | 2024-10-29T18:01:36.310Z | Downloaded encoding_rs v0.8.34 |
688 | 2024-10-29T18:01:36.331Z | Downloaded idna v0.3.0 |
689 | 2024-10-29T18:01:36.337Z | Downloaded crossterm v0.28.1 |
690 | 2024-10-29T18:01:36.344Z | Downloaded lalrpop v0.19.12 |
691 | 2024-10-29T18:01:36.356Z | Downloaded idna v0.5.0 |
692 | 2024-10-29T18:01:36.362Z | Downloaded unicode-ident v1.0.13 |
693 | 2024-10-29T18:01:36.364Z | Downloaded num v0.4.3 |
694 | 2024-10-29T18:01:36.367Z | Downloaded peg-macros v0.8.4 |
695 | 2024-10-29T18:01:36.370Z | Downloaded tempfile v3.13.0 |
696 | 2024-10-29T18:01:36.370Z | Downloaded target-spec v3.2.2 |
697 | 2024-10-29T18:01:36.372Z | Downloaded mime_guess v2.0.5 |
698 | 2024-10-29T18:01:36.374Z | Downloaded expectorate v1.1.0 |
699 | 2024-10-29T18:01:36.377Z | Downloaded rustyline v14.0.0 |
700 | 2024-10-29T18:01:36.380Z | Downloaded zip v0.6.6 |
701 | 2024-10-29T18:01:36.383Z | Downloaded slog-term v2.9.1 |
702 | 2024-10-29T18:01:36.386Z | Downloaded itoa v1.0.11 |
703 | 2024-10-29T18:01:36.388Z | Downloaded display-error-chain v0.2.1 |
704 | 2024-10-29T18:01:36.388Z | Downloaded xz2 v0.1.7 |
705 | 2024-10-29T18:01:36.391Z | Downloaded deranged v0.3.11 |
706 | 2024-10-29T18:01:36.391Z | Downloaded ssh-key v0.6.6 |
707 | 2024-10-29T18:01:36.397Z | Downloaded h2 v0.4.6 |
708 | 2024-10-29T18:01:36.404Z | Downloaded bindgen v0.69.5 |
709 | 2024-10-29T18:01:36.411Z | Downloaded shlex v1.3.0 |
710 | 2024-10-29T18:01:36.414Z | Downloaded ref-cast v1.0.23 |
711 | 2024-10-29T18:01:36.416Z | Downloaded progenitor-impl v0.8.0 |
712 | 2024-10-29T18:01:36.416Z | Downloaded derive_builder_core v0.20.2 |
713 | 2024-10-29T18:01:36.419Z | Downloaded russh-cryptovec v0.7.3 |
714 | 2024-10-29T18:01:36.419Z | Downloaded rustc-demangle v0.1.24 |
715 | 2024-10-29T18:01:36.421Z | Downloaded rust-argon2 v2.1.0 |
716 | 2024-10-29T18:01:36.425Z | Downloaded russh-keys v0.45.0 |
717 | 2024-10-29T18:01:36.425Z | Downloaded event-listener v5.3.1 |
718 | 2024-10-29T18:01:36.429Z | Downloaded reedline v0.35.0 |
719 | 2024-10-29T18:01:36.436Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
720 | 2024-10-29T18:01:36.494Z | Downloaded is-terminal v0.4.13 |
721 | 2024-10-29T18:01:36.496Z | Downloaded termios v0.3.3 |
722 | 2024-10-29T18:01:36.498Z | Downloaded num-derive v0.4.2 |
723 | 2024-10-29T18:01:36.498Z | Downloaded zerocopy v0.7.35 |
724 | 2024-10-29T18:01:36.513Z | Downloaded snafu v0.8.5 |
725 | 2024-10-29T18:01:36.519Z | Downloaded futures-util v0.3.31 |
726 | 2024-10-29T18:01:36.530Z | Downloaded terminal_size v0.4.0 |
727 | 2024-10-29T18:01:36.533Z | Downloaded strum_macros v0.24.3 |
728 | 2024-10-29T18:01:36.535Z | Downloaded libsqlite3-sys v0.30.1 |
729 | 2024-10-29T18:01:36.611Z | Downloaded tokio-tungstenite v0.24.0 |
730 | 2024-10-29T18:01:36.613Z | Downloaded slab v0.4.9 |
731 | 2024-10-29T18:01:36.616Z | Downloaded prettyplease v0.2.22 |
732 | 2024-10-29T18:01:36.618Z | Downloaded unicode-segmentation v1.12.0 |
733 | 2024-10-29T18:01:36.620Z | Downloaded pretty_assertions v1.4.1 |
734 | 2024-10-29T18:01:36.623Z | Downloaded blake3 v1.5.4 |
735 | 2024-10-29T18:01:36.630Z | Downloaded mockall v0.13.0 |
736 | 2024-10-29T18:01:36.632Z | Downloaded tls_codec_derive v0.4.1 |
737 | 2024-10-29T18:01:36.637Z | Downloaded rustls-native-certs v0.7.3 |
738 | 2024-10-29T18:01:36.637Z | Downloaded serde_derive v1.0.210 |
739 | 2024-10-29T18:01:36.641Z | Downloaded rayon-core v1.12.1 |
740 | 2024-10-29T18:01:36.643Z | Downloaded indexmap v2.6.0 |
741 | 2024-10-29T18:01:36.646Z | Downloaded aho-corasick v1.1.3 |
742 | 2024-10-29T18:01:36.651Z | Downloaded num_threads v0.1.7 |
743 | 2024-10-29T18:01:36.654Z | Downloaded quick-error v1.2.3 |
744 | 2024-10-29T18:01:36.654Z | Downloaded plain v0.2.3 |
745 | 2024-10-29T18:01:36.656Z | Downloaded pkg-config v0.3.31 |
746 | 2024-10-29T18:01:36.656Z | Downloaded newtype-uuid v1.1.2 |
747 | 2024-10-29T18:01:36.659Z | Downloaded tokio-rustls v0.24.1 |
748 | 2024-10-29T18:01:36.661Z | Downloaded sqlformat v0.2.6 |
749 | 2024-10-29T18:01:36.661Z | Downloaded tungstenite v0.23.0 |
750 | 2024-10-29T18:01:36.664Z | Downloaded tungstenite v0.21.0 |
751 | 2024-10-29T18:01:36.667Z | Downloaded rustls-pki-types v1.9.0 |
752 | 2024-10-29T18:01:36.670Z | Downloaded fd-lock v4.0.2 |
753 | 2024-10-29T18:01:36.672Z | Downloaded parking_lot v0.12.3 |
754 | 2024-10-29T18:01:36.675Z | Downloaded libxml v0.3.3 |
755 | 2024-10-29T18:01:36.680Z | Downloaded indoc v1.0.9 |
756 | 2024-10-29T18:01:36.683Z | Downloaded tough v0.17.1 |
757 | 2024-10-29T18:01:36.690Z | Downloaded vergen v8.3.2 |
758 | 2024-10-29T18:01:36.692Z | Downloaded diesel-dtrace v0.3.0 |
759 | 2024-10-29T18:01:36.694Z | Downloaded convert_case v0.4.0 |
760 | 2024-10-29T18:01:36.694Z | Downloaded cobs v0.2.3 |
761 | 2024-10-29T18:01:36.697Z | Downloaded clap_lex v0.7.2 |
762 | 2024-10-29T18:01:36.697Z | Downloaded unarray v0.1.4 |
763 | 2024-10-29T18:01:36.699Z | Downloaded polyval v0.6.2 |
764 | 2024-10-29T18:01:36.699Z | Downloaded pin-project-lite v0.2.14 |
765 | 2024-10-29T18:01:36.703Z | Downloaded parking_lot_core v0.9.10 |
766 | 2024-10-29T18:01:36.705Z | Downloaded parking_lot_core v0.8.6 |
767 | 2024-10-29T18:01:36.708Z | Downloaded maybe-uninit v2.0.0 |
768 | 2024-10-29T18:01:36.710Z | Downloaded smallvec v0.6.14 |
769 | 2024-10-29T18:01:36.710Z | Downloaded h2 v0.3.26 |
770 | 2024-10-29T18:01:36.715Z | Downloaded rfc6979 v0.4.0 |
771 | 2024-10-29T18:01:36.718Z | Downloaded radium v0.7.0 |
772 | 2024-10-29T18:01:36.718Z | Downloaded value-bag v1.9.0 |
773 | 2024-10-29T18:01:36.720Z | Downloaded tokio-tungstenite v0.23.1 |
774 | 2024-10-29T18:01:36.723Z | Downloaded structmeta v0.2.0 |
775 | 2024-10-29T18:01:36.725Z | Downloaded tracing-core v0.1.32 |
776 | 2024-10-29T18:01:36.728Z | Downloaded maplit v1.0.2 |
777 | 2024-10-29T18:01:36.728Z | Downloaded libefi-sys v0.1.0 |
778 | 2024-10-29T18:01:36.730Z | Downloaded instability v0.3.2 |
779 | 2024-10-29T18:01:36.730Z | Downloaded inout v0.1.3 |
780 | 2024-10-29T18:01:36.730Z | Downloaded serde_with_macros v3.11.0 |
781 | 2024-10-29T18:01:36.733Z | Downloaded dsl_auto_type v0.1.2 |
782 | 2024-10-29T18:01:36.733Z | Downloaded linear-map v1.2.0 |
783 | 2024-10-29T18:01:36.736Z | Downloaded unsafe-libyaml v0.2.11 |
784 | 2024-10-29T18:01:36.738Z | Downloaded enum-as-inner v0.5.1 |
785 | 2024-10-29T18:01:36.740Z | Downloaded curve25519-dalek-derive v0.1.1 |
786 | 2024-10-29T18:01:36.741Z | Downloaded hickory-server v0.24.1 |
787 | 2024-10-29T18:01:36.745Z | Downloaded crypto-common v0.1.6 |
788 | 2024-10-29T18:01:36.747Z | Downloaded unicode-truncate v1.1.0 |
789 | 2024-10-29T18:01:36.747Z | Downloaded postgres-types v0.2.8 |
790 | 2024-10-29T18:01:36.749Z | Downloaded lock_api v0.4.12 |
791 | 2024-10-29T18:01:36.752Z | Downloaded toml v0.8.19 |
792 | 2024-10-29T18:01:36.755Z | Downloaded strsim v0.11.1 |
793 | 2024-10-29T18:01:36.758Z | Downloaded ssh-encoding v0.2.0 |
794 | 2024-10-29T18:01:36.759Z | Downloaded serde_tokenstream v0.2.2 |
795 | 2024-10-29T18:01:36.761Z | Downloaded rustversion v1.0.17 |
796 | 2024-10-29T18:01:36.762Z | Downloaded rustc-hash v2.0.0 |
797 | 2024-10-29T18:01:36.762Z | Downloaded phf_generator v0.11.2 |
798 | 2024-10-29T18:01:36.764Z | Downloaded lru v0.12.5 |
799 | 2024-10-29T18:01:36.764Z | Downloaded zerocopy-derive v0.7.35 |
800 | 2024-10-29T18:01:36.767Z | Downloaded proc-macro2 v1.0.87 |
801 | 2024-10-29T18:01:36.769Z | Downloaded dtrace-parser v0.2.0 |
802 | 2024-10-29T18:01:36.772Z | Downloaded ryu v1.0.18 |
803 | 2024-10-29T18:01:36.775Z | Downloaded http v1.1.0 |
804 | 2024-10-29T18:01:36.777Z | Downloaded flate2 v1.0.34 |
805 | 2024-10-29T18:01:36.781Z | Downloaded rustc-hash v1.1.0 |
806 | 2024-10-29T18:01:36.784Z | Downloaded progenitor v0.8.0 |
807 | 2024-10-29T18:01:36.784Z | Downloaded jobserver v0.1.32 |
808 | 2024-10-29T18:01:36.786Z | Downloaded test-strategy v0.3.1 |
809 | 2024-10-29T18:01:36.788Z | Downloaded pkcs5 v0.7.1 |
810 | 2024-10-29T18:01:36.792Z | Downloaded utf8parse v0.2.2 |
811 | 2024-10-29T18:01:36.795Z | Downloaded rsa v0.9.6 |
812 | 2024-10-29T18:01:36.797Z | Downloaded secrecy v0.8.0 |
813 | 2024-10-29T18:01:36.800Z | Downloaded rustls-pemfile v2.2.0 |
814 | 2024-10-29T18:01:36.802Z | Downloaded postcard v1.0.10 |
815 | 2024-10-29T18:01:36.805Z | Downloaded pbkdf2 v0.11.0 |
816 | 2024-10-29T18:01:36.807Z | Downloaded hyper-util v0.1.9 |
817 | 2024-10-29T18:01:36.809Z | Downloaded smf v0.2.3 |
818 | 2024-10-29T18:01:36.809Z | Downloaded pkcs8 v0.10.2 |
819 | 2024-10-29T18:01:36.812Z | Downloaded owo-colors v4.1.0 |
820 | 2024-10-29T18:01:36.815Z | Downloaded crc32fast v1.4.2 |
821 | 2024-10-29T18:01:36.817Z | Downloaded chacha20poly1305 v0.10.1 |
822 | 2024-10-29T18:01:36.817Z | Downloaded slog-dtrace v0.3.0 |
823 | 2024-10-29T18:01:36.819Z | Downloaded serde_spanned v0.6.8 |
824 | 2024-10-29T18:01:36.819Z | Downloaded rustc_version v0.4.1 |
825 | 2024-10-29T18:01:36.822Z | Downloaded rustc_version v0.1.7 |
826 | 2024-10-29T18:01:36.822Z | Downloaded zerocopy v0.6.6 |
827 | 2024-10-29T18:01:36.824Z | Downloaded ucd-trie v0.1.7 |
828 | 2024-10-29T18:01:36.826Z | Downloaded native-tls v0.2.12 |
829 | 2024-10-29T18:01:36.826Z | Downloaded rstest_macros v0.23.0 |
830 | 2024-10-29T18:01:36.829Z | Downloaded similar v2.6.0 |
831 | 2024-10-29T18:01:36.833Z | Downloaded headers v0.4.0 |
832 | 2024-10-29T18:01:36.838Z | Downloaded serde_plain v1.0.2 |
833 | 2024-10-29T18:01:36.841Z | Downloaded sec1 v0.7.3 |
834 | 2024-10-29T18:01:36.843Z | Downloaded derive_builder v0.20.2 |
835 | 2024-10-29T18:01:36.846Z | Downloaded signal-hook v0.3.17 |
836 | 2024-10-29T18:01:36.848Z | Downloaded rand_distr v0.4.3 |
837 | 2024-10-29T18:01:36.851Z | Downloaded keccak v0.1.5 |
838 | 2024-10-29T18:01:36.853Z | Downloaded env_logger v0.11.5 |
839 | 2024-10-29T18:01:36.855Z | Downloaded env_logger v0.10.2 |
840 | 2024-10-29T18:01:36.858Z | Downloaded textwrap v0.16.1 |
841 | 2024-10-29T18:01:36.860Z | Downloaded pbkdf2 v0.12.2 |
842 | 2024-10-29T18:01:36.860Z | Downloaded path-tree v0.8.1 |
843 | 2024-10-29T18:01:36.864Z | Downloaded guppy v0.17.8 |
844 | 2024-10-29T18:01:36.867Z | Downloaded dirs-sys-next v0.1.2 |
845 | 2024-10-29T18:01:36.869Z | Downloaded ring v0.17.8 |
846 | 2024-10-29T18:01:36.937Z | Downloaded digest v0.10.7 |
847 | 2024-10-29T18:01:36.948Z | Downloaded difflib v0.4.0 |
848 | 2024-10-29T18:01:36.948Z | Downloaded thiserror-impl v1.0.64 |
849 | 2024-10-29T18:01:36.948Z | Downloaded target-lexicon v0.12.16 |
850 | 2024-10-29T18:01:36.948Z | Downloaded env_filter v0.1.2 |
851 | 2024-10-29T18:01:36.948Z | Downloaded enum-as-inner v0.6.1 |
852 | 2024-10-29T18:01:36.948Z | Downloaded crossbeam-deque v0.8.5 |
853 | 2024-10-29T18:01:36.948Z | Downloaded concurrent-queue v2.5.0 |
854 | 2024-10-29T18:01:36.948Z | Downloaded spin v0.9.8 |
855 | 2024-10-29T18:01:36.951Z | Downloaded usdt v0.5.0 |
856 | 2024-10-29T18:01:36.951Z | Downloaded unicode-xid v0.2.6 |
857 | 2024-10-29T18:01:36.953Z | Downloaded subtle v2.6.1 |
858 | 2024-10-29T18:01:36.953Z | Downloaded camino v1.1.9 |
859 | 2024-10-29T18:01:36.956Z | Downloaded nested v0.1.1 |
860 | 2024-10-29T18:01:36.956Z | Downloaded md5 v0.7.0 |
861 | 2024-10-29T18:01:36.958Z | Downloaded hyper-rustls v0.26.0 |
862 | 2024-10-29T18:01:36.958Z | Downloaded scroll v0.12.0 |
863 | 2024-10-29T18:01:36.969Z | Downloaded hyper-rustls v0.27.3 |
864 | 2024-10-29T18:01:36.969Z | Downloaded httptest v0.16.1 |
865 | 2024-10-29T18:01:36.969Z | Downloaded blake2 v0.10.6 |
866 | 2024-10-29T18:01:36.969Z | Downloaded anyhow v1.0.89 |
867 | 2024-10-29T18:01:36.969Z | Downloaded highway v1.2.0 |
868 | 2024-10-29T18:01:36.978Z | Downloaded stringmetrics v2.2.2 |
869 | 2024-10-29T18:01:36.978Z | Downloaded scrypt v0.11.0 |
870 | 2024-10-29T18:01:36.978Z | Downloaded plotters-backend v0.3.7 |
871 | 2024-10-29T18:01:36.978Z | Downloaded hubpack v0.1.2 |
872 | 2024-10-29T18:01:36.979Z | Downloaded password-hash v0.4.2 |
873 | 2024-10-29T18:01:36.981Z | Downloaded base64ct v1.6.0 |
874 | 2024-10-29T18:01:36.982Z | Downloaded assert_cmd v2.0.16 |
875 | 2024-10-29T18:01:36.982Z | Downloaded http-body-util v0.1.2 |
876 | 2024-10-29T18:01:36.984Z | Downloaded hash32 v0.2.1 |
877 | 2024-10-29T18:01:36.986Z | Downloaded buf-list v1.0.3 |
878 | 2024-10-29T18:01:36.986Z | Downloaded ring v0.16.20 |
879 | 2024-10-29T18:01:37.067Z | Downloaded castaway v0.2.3 |
880 | 2024-10-29T18:01:37.069Z | Downloaded ahash v0.8.11 |
881 | 2024-10-29T18:01:37.074Z | Downloaded float-cmp v0.9.0 |
882 | 2024-10-29T18:01:37.074Z | Downloaded cfg-if v1.0.0 |
883 | 2024-10-29T18:01:37.076Z | Downloaded cassowary v0.3.0 |
884 | 2024-10-29T18:01:37.077Z | Downloaded blocking v1.6.1 |
885 | 2024-10-29T18:01:37.077Z | Downloaded anstyle-parse v0.2.5 |
886 | 2024-10-29T18:01:37.077Z | Downloaded async-channel v1.9.0 |
887 | 2024-10-29T18:01:37.080Z | Downloaded approx v0.5.1 |
888 | 2024-10-29T18:01:37.080Z | Downloaded anes v0.1.6 |
889 | 2024-10-29T18:01:37.082Z | Downloaded foldhash v0.1.3 |
890 | 2024-10-29T18:01:37.082Z | Downloaded cipher v0.4.4 |
891 | 2024-10-29T18:01:37.085Z | Downloaded autocfg v1.4.0 |
892 | 2024-10-29T18:01:37.085Z | Downloaded atomic-waker v1.1.2 |
893 | 2024-10-29T18:01:37.089Z | Downloaded http-body v1.0.1 |
894 | 2024-10-29T18:01:37.089Z | Downloaded bitflags v1.3.2 |
895 | 2024-10-29T18:01:37.091Z | Downloaded bitfield v0.14.0 |
896 | 2024-10-29T18:01:37.091Z | Downloaded async-process v2.3.0 |
897 | 2024-10-29T18:01:37.093Z | Downloaded async-global-executor v2.4.1 |
898 | 2024-10-29T18:01:37.094Z | Downloaded ascii-canvas v3.0.0 |
899 | 2024-10-29T18:01:37.099Z | Downloaded half v2.4.1 |
900 | 2024-10-29T18:01:37.099Z | Downloaded futures-timer v3.0.3 |
901 | 2024-10-29T18:01:37.101Z | Downloaded futures-macro v0.3.31 |
902 | 2024-10-29T18:01:37.101Z | Downloaded fragile v2.0.0 |
903 | 2024-10-29T18:01:37.101Z | Downloaded fnv v1.0.7 |
904 | 2024-10-29T18:01:37.104Z | Downloaded fallible-streaming-iterator v0.1.9 |
905 | 2024-10-29T18:01:37.104Z | Downloaded bzip2 v0.4.4 |
906 | 2024-10-29T18:01:37.104Z | Downloaded bitfield-struct v0.6.2 |
907 | 2024-10-29T18:01:37.106Z | Downloaded blake2b_simd v1.0.2 |
908 | 2024-10-29T18:01:37.107Z | Downloaded backoff v0.4.0 |
909 | 2024-10-29T18:01:37.110Z | Downloaded async-executor v1.13.1 |
910 | 2024-10-29T18:01:37.110Z | Downloaded async-bb8-diesel v0.2.1 |
911 | 2024-10-29T18:01:37.113Z | Downloaded addr2line v0.24.2 |
912 | 2024-10-29T18:01:37.115Z | Downloaded futures v0.3.31 |
913 | 2024-10-29T18:01:37.118Z | Downloaded flagset v0.4.6 |
914 | 2024-10-29T18:01:37.120Z | Downloaded async-lock v3.4.0 |
915 | 2024-10-29T18:01:37.123Z | Downloaded anstream v0.6.15 |
916 | 2024-10-29T18:01:37.126Z | Downloaded anstyle-query v1.1.1 |
917 | 2024-10-29T18:01:37.390Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-29T18:01:47.037Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-29T18:01:50.270Z | Startup: Caching catalogs ... Done |
920 | 2024-10-29T18:01:57.335Z | Planning: Solver setup ... Done (6.309s) |
921 | 2024-10-29T18:01:57.428Z | Planning: Running solver ... Done (0.092s) |
922 | 2024-10-29T18:01:57.515Z | Planning: Finding local manifests ... Done (0.006s) |
923 | 2024-10-29T18:01:57.956Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-29T18:01:58.602Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-29T18:01:58.702Z | Planning: Package planning ... Done (0.100s) |
926 | 2024-10-29T18:01:58.757Z | Planning: Merging actions ... Done (0.055s) |
927 | 2024-10-29T18:01:58.950Z | Planning: Checking for conflicting actions ... Done (0.193s) |
928 | 2024-10-29T18:02:01.169Z | Planning: Consolidating action changes ... Done (2.218s) |
929 | 2024-10-29T18:02:01.620Z | Planning: Evaluating mediators ... Done (0.451s) |
930 | 2024-10-29T18:02:01.701Z | Planning: Planning completed in 11.35 seconds |
931 | 2024-10-29T18:02:01.718Z | Packages to install: 4 |
932 | 2024-10-29T18:02:01.718Z | Packages to update: 1 |
933 | 2024-10-29T18:02:01.721Z | Mediators to change: 2 |
934 | 2024-10-29T18:02:01.721Z | Services to change: 1 |
935 | 2024-10-29T18:02:01.721Z | Estimated space available: 155.48 GB |
936 | 2024-10-29T18:02:01.721Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-29T18:02:01.721Z | Create boot environment: No |
938 | 2024-10-29T18:02:01.721Z | Create backup boot environment: Yes |
939 | 2024-10-29T18:02:01.721Z | Rebuild boot archive: No |
940 | 2024-10-29T18:02:01.721Z | |
941 | 2024-10-29T18:02:01.721Z | Changed mediators: |
942 | 2024-10-29T18:02:01.721Z | mediator clang: |
943 | 2024-10-29T18:02:01.721Z | version: None -> 15 (system default) |
944 | 2024-10-29T18:02:01.722Z | |
945 | 2024-10-29T18:02:01.722Z | mediator llvm: |
946 | 2024-10-29T18:02:01.722Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-29T18:02:01.722Z | |
948 | 2024-10-29T18:02:01.722Z | Changed packages: |
949 | 2024-10-29T18:02:01.722Z | helios-dev |
950 | 2024-10-29T18:02:01.722Z | developer/build-essential |
951 | 2024-10-29T18:02:01.722Z | None -> 11-2.0 |
952 | 2024-10-29T18:02:01.722Z | library/libxmlsec1 |
953 | 2024-10-29T18:02:01.722Z | None -> 1.2.35-2.0 |
954 | 2024-10-29T18:02:01.722Z | ooce/developer/clang-15 |
955 | 2024-10-29T18:02:01.722Z | None -> 15.0.7-2.0 |
956 | 2024-10-29T18:02:01.722Z | ooce/developer/llvm-15 |
957 | 2024-10-29T18:02:01.722Z | None -> 15.0.7-2.0 |
958 | 2024-10-29T18:02:01.722Z | package/pkg |
959 | 2024-10-29T18:02:01.722Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-29T18:02:01.722Z | |
961 | 2024-10-29T18:02:01.722Z | Services: |
962 | 2024-10-29T18:02:01.722Z | restart_fmri: |
963 | 2024-10-29T18:02:01.722Z | svc:/system/update-man-index:default |
964 | 2024-10-29T18:02:01.722Z | |
965 | 2024-10-29T18:02:01.722Z | Editable files to change: |
966 | 2024-10-29T18:02:01.722Z | Update: |
967 | 2024-10-29T18:02:01.722Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-29T18:02:01.808Z | |
969 | 2024-10-29T18:02:01.808Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-29T18:02:07.927Z | Download: 213/4281 items 1.3/220.6MB 0% complete (1.3M/s) |
971 | 2024-10-29T18:02:14.872Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
972 | 2024-10-29T18:02:19.876Z | Download: 2852/4281 items 121.1/220.6MB 54% complete (10.2M/s) |
973 | 2024-10-29T18:02:24.878Z | Download: 3265/4281 items 208.0/220.6MB 94% complete (12.9M/s) |
974 | 2024-10-29T18:02:29.892Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (10.0M/s) |
975 | 2024-10-29T18:02:30.098Z | Download: Completed 220.60 MB in 28.29 seconds (7.8M/s) |
976 | 2024-10-29T18:02:32.067Z | Actions: 1/5063 actions (Removing old actions) |
977 | 2024-10-29T18:02:32.087Z | Actions: 194/5063 actions (Installing new actions) |
978 | 2024-10-29T18:02:36.837Z | Actions: 4226/5063 actions (Updating modified actions) |
979 | 2024-10-29T18:02:37.172Z | Actions: Completed 5063 actions in 5.10 seconds. |
980 | 2024-10-29T18:02:37.550Z | Done (0.370s) |
981 | 2024-10-29T18:02:37.554Z | Done (0.000s) |
982 | 2024-10-29T18:02:38.060Z | Done (0.509s) |
983 | 2024-10-29T18:02:42.524Z | Done (4.260s) |
984 | 2024-10-29T18:02:42.611Z | Done (0.018s) |
985 | 2024-10-29T18:02:42.614Z | Done (0.000s) |
986 | 2024-10-29T18:02:42.796Z | Done (0.000s) |
987 | 2024-10-29T18:02:43.460Z | Planning: Evaluating mediator changes ... Done |
988 | 2024-10-29T18:02:43.620Z | Planning: Checking for conflicting actions ... Done |
989 | 2024-10-29T18:02:43.622Z | Planning: Consolidating action changes ... Done |
990 | 2024-10-29T18:02:43.892Z | Planning: Evaluating mediators ... Done |
991 | 2024-10-29T18:02:43.895Z | Planning: Planning completed in 0.43 seconds |
992 | 2024-10-29T18:02:43.931Z | Mediators to change: 2 |
993 | 2024-10-29T18:02:43.932Z | Create boot environment: No |
994 | 2024-10-29T18:02:43.935Z | Create backup boot environment: No |
995 | 2024-10-29T18:02:44.012Z | Done |
996 | 2024-10-29T18:02:44.012Z | Done |
997 | 2024-10-29T18:02:44.335Z | Done |
998 | 2024-10-29T18:02:47.921Z | Done |
999 | 2024-10-29T18:02:48.013Z | Done |
1000 | 2024-10-29T18:02:48.015Z | Done |
1001 | 2024-10-29T18:02:48.163Z | Done |
1002 | 2024-10-29T18:02:48.772Z | Planning: Evaluating mediator changes ... Done |
1003 | 2024-10-29T18:02:48.774Z | Planning: Merging actions ... Done |
1004 | 2024-10-29T18:02:48.962Z | Planning: Checking for conflicting actions ... Done |
1005 | 2024-10-29T18:02:48.964Z | Planning: Consolidating action changes ... Done |
1006 | 2024-10-29T18:02:49.228Z | Planning: Evaluating mediators ... Done |
1007 | 2024-10-29T18:02:49.282Z | Planning: Planning completed in 0.75 seconds |
1008 | 2024-10-29T18:02:49.325Z | Packages to change: 1 |
1009 | 2024-10-29T18:02:49.325Z | Mediators to change: 1 |
1010 | 2024-10-29T18:02:49.327Z | Services to change: 1 |
1011 | 2024-10-29T18:02:49.327Z | Create boot environment: No |
1012 | 2024-10-29T18:02:49.327Z | Create backup boot environment: Yes |
1013 | 2024-10-29T18:02:51.307Z | Actions: 1/6 actions (Updating modified actions) |
1014 | 2024-10-29T18:02:51.310Z | Actions: Completed 6 actions in 0.00 seconds. |
1015 | 2024-10-29T18:02:51.312Z | Done |
1016 | 2024-10-29T18:02:51.313Z | Done |
1017 | 2024-10-29T18:02:51.412Z | Done |
1018 | 2024-10-29T18:02:55.003Z | Done |
1019 | 2024-10-29T18:02:55.094Z | Done |
1020 | 2024-10-29T18:02:55.098Z | Done |
1021 | 2024-10-29T18:02:55.385Z | Done |
1022 | 2024-10-29T18:02:55.828Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1023 | 2024-10-29T18:02:55.828Z | clang system 15 system |
1024 | 2024-10-29T18:02:55.828Z | csh system system illumos |
1025 | 2024-10-29T18:02:55.828Z | ctags system system illumos |
1026 | 2024-10-29T18:02:55.828Z | gcc vendor 12 vendor |
1027 | 2024-10-29T18:02:55.828Z | gcc system 10 system |
1028 | 2024-10-29T18:02:55.828Z | gcc system 7 system |
1029 | 2024-10-29T18:02:55.828Z | go system 1.20 system |
1030 | 2024-10-29T18:02:55.828Z | go system 1.19 system |
1031 | 2024-10-29T18:02:55.828Z | llvm system 15 system |
1032 | 2024-10-29T18:02:55.828Z | llvm system 14 system |
1033 | 2024-10-29T18:02:55.828Z | mariadb system 10.6 system |
1034 | 2024-10-29T18:02:55.828Z | mta vendor vendor dma |
1035 | 2024-10-29T18:02:55.828Z | openjdk system 17 system |
1036 | 2024-10-29T18:02:55.828Z | openjdk system 11 system |
1037 | 2024-10-29T18:02:55.828Z | openjdk system 1.8 system |
1038 | 2024-10-29T18:02:55.828Z | openssl vendor 3 vendor |
1039 | 2024-10-29T18:02:55.828Z | perl system 5.36 system |
1040 | 2024-10-29T18:02:55.828Z | postgresql system 15 system |
1041 | 2024-10-29T18:02:55.828Z | postgresql system 13 system |
1042 | 2024-10-29T18:02:55.828Z | python vendor 3 vendor |
1043 | 2024-10-29T18:02:55.828Z | python system 2 system |
1044 | 2024-10-29T18:02:55.828Z | python3 system 3.11 system |
1045 | 2024-10-29T18:02:55.828Z | ruby system 3.0 system |
1046 | 2024-10-29T18:02:55.829Z | words vendor vendor american-english |
1047 | 2024-10-29T18:02:55.829Z | words system system australian-english |
1048 | 2024-10-29T18:02:55.829Z | words system system british-english |
1049 | 2024-10-29T18:02:55.829Z | words system system canadian-english |
1050 | 2024-10-29T18:02:55.829Z | words system system french |
1051 | 2024-10-29T18:02:55.829Z | words system system italian |
1052 | 2024-10-29T18:02:55.829Z | words system system ngerman |
1053 | 2024-10-29T18:02:55.829Z | words system system ogerman |
1054 | 2024-10-29T18:02:55.829Z | words system system spanish |
1055 | 2024-10-29T18:02:56.172Z | PUBLISHER TYPE STATUS P LOCATION |
1056 | 2024-10-29T18:02:56.172Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1057 | 2024-10-29T18:02:58.572Z | FMRI IFO |
1058 | 2024-10-29T18:02:58.572Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1059 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1060 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1061 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1062 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1063 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1064 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1065 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1066 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1067 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1068 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1069 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1070 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1071 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1072 | 2024-10-29T18:02:58.573Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1073 | 2024-10-29T18:02:59.625Z | Downloading crates ... |
1074 | 2024-10-29T18:02:59.702Z | Downloaded cargo_toml v0.20.5 |
1075 | 2024-10-29T18:02:59.839Z | Compiling proc-macro2 v1.0.87 |
1076 | 2024-10-29T18:02:59.839Z | Compiling unicode-ident v1.0.13 |
1077 | 2024-10-29T18:02:59.842Z | Compiling version_check v0.9.5 |
1078 | 2024-10-29T18:02:59.842Z | Compiling serde v1.0.210 |
1079 | 2024-10-29T18:02:59.842Z | Compiling memchr v2.7.4 |
1080 | 2024-10-29T18:02:59.842Z | Compiling thiserror v1.0.64 |
1081 | 2024-10-29T18:02:59.842Z | Compiling libc v0.2.161 |
1082 | 2024-10-29T18:02:59.842Z | Compiling ucd-trie v0.1.7 |
1083 | 2024-10-29T18:03:00.470Z | Compiling ryu v1.0.18 |
1084 | 2024-10-29T18:03:00.506Z | Compiling itoa v1.0.11 |
1085 | 2024-10-29T18:03:00.659Z | Compiling once_cell v1.20.2 |
1086 | 2024-10-29T18:03:00.671Z | Compiling byteorder v1.5.0 |
1087 | 2024-10-29T18:03:00.733Z | Compiling rustix v0.38.37 |
1088 | 2024-10-29T18:03:01.061Z | Compiling serde_json v1.0.128 |
1089 | 2024-10-29T18:03:01.208Z | Compiling bitflags v2.6.0 |
1090 | 2024-10-29T18:03:01.406Z | Compiling proc-macro-error-attr v1.0.4 |
1091 | 2024-10-29T18:03:01.461Z | Compiling quote v1.0.37 |
1092 | 2024-10-29T18:03:01.763Z | Compiling usdt-impl v0.5.0 |
1093 | 2024-10-29T18:03:01.770Z | Compiling syn v1.0.109 |
1094 | 2024-10-29T18:03:01.770Z | Compiling proc-macro-error v1.0.4 |
1095 | 2024-10-29T18:03:01.770Z | Compiling camino v1.1.9 |
1096 | 2024-10-29T18:03:01.947Z | Compiling syn v2.0.79 |
1097 | 2024-10-29T18:03:01.959Z | Compiling errno v0.3.9 |
1098 | 2024-10-29T18:03:02.235Z | Compiling hashbrown v0.15.0 |
1099 | 2024-10-29T18:03:02.309Z | Compiling equivalent v1.0.1 |
1100 | 2024-10-29T18:03:02.349Z | Compiling thread-id v4.2.2 |
1101 | 2024-10-29T18:03:02.409Z | Compiling plain v0.2.3 |
1102 | 2024-10-29T18:03:02.426Z | Compiling utf8parse v0.2.2 |
1103 | 2024-10-29T18:03:02.430Z | Compiling log v0.4.22 |
1104 | 2024-10-29T18:03:02.550Z | Compiling anstyle-parse v0.2.5 |
1105 | 2024-10-29T18:03:02.799Z | Compiling autocfg v1.4.0 |
1106 | 2024-10-29T18:03:02.887Z | Compiling is_terminal_polyfill v1.70.1 |
1107 | 2024-10-29T18:03:03.008Z | Compiling winnow v0.6.20 |
1108 | 2024-10-29T18:03:03.057Z | Compiling anstyle v1.0.8 |
1109 | 2024-10-29T18:03:03.282Z | Compiling colorchoice v1.0.2 |
1110 | 2024-10-29T18:03:03.431Z | Compiling indexmap v2.6.0 |
1111 | 2024-10-29T18:03:03.444Z | Compiling semver v1.0.23 |
1112 | 2024-10-29T18:03:03.525Z | Compiling pretty-hex v0.4.1 |
1113 | 2024-10-29T18:03:03.737Z | Compiling unicode-width v0.1.14 |
1114 | 2024-10-29T18:03:03.979Z | Compiling anstyle-query v1.1.1 |
1115 | 2024-10-29T18:03:04.009Z | Compiling fs-err v2.11.0 |
1116 | 2024-10-29T18:03:04.126Z | Compiling anstream v0.6.15 |
1117 | 2024-10-29T18:03:04.274Z | Compiling terminal_size v0.4.0 |
1118 | 2024-10-29T18:03:04.537Z | Compiling heck v0.5.0 |
1119 | 2024-10-29T18:03:04.828Z | Compiling anyhow v1.0.89 |
1120 | 2024-10-29T18:03:04.858Z | Compiling strsim v0.11.1 |
1121 | 2024-10-29T18:03:04.889Z | Compiling bytecount v0.6.8 |
1122 | 2024-10-29T18:03:05.040Z | Compiling fnv v1.0.7 |
1123 | 2024-10-29T18:03:05.067Z | Compiling fastrand v2.1.1 |
1124 | 2024-10-29T18:03:05.095Z | Compiling heck v0.4.1 |
1125 | 2024-10-29T18:03:05.216Z | Compiling cfg-if v1.0.0 |
1126 | 2024-10-29T18:03:05.312Z | Compiling clap_lex v0.7.2 |
1127 | 2024-10-29T18:03:05.623Z | Compiling clap_builder v4.5.20 |
1128 | 2024-10-29T18:03:05.828Z | Compiling tempfile v3.13.0 |
1129 | 2024-10-29T18:03:05.841Z | Compiling papergrid v0.11.0 |
1130 | 2024-10-29T18:03:05.990Z | Compiling memmap v0.7.0 |
1131 | 2024-10-29T18:03:06.217Z | Compiling unicode-linebreak v0.1.5 |
1132 | 2024-10-29T18:03:06.337Z | Compiling smawk v0.3.2 |
1133 | 2024-10-29T18:03:06.698Z | Compiling textwrap v0.16.1 |
1134 | 2024-10-29T18:03:06.958Z | Compiling swrite v0.1.0 |
1135 | 2024-10-29T18:03:08.176Z | Compiling tabled_derive v0.7.0 |
1136 | 2024-10-29T18:03:09.939Z | Compiling tabled v0.15.0 |
1137 | 2024-10-29T18:03:10.892Z | Compiling serde_derive v1.0.210 |
1138 | 2024-10-29T18:03:10.892Z | Compiling thiserror-impl v1.0.64 |
1139 | 2024-10-29T18:03:10.895Z | Compiling zerocopy-derive v0.7.35 |
1140 | 2024-10-29T18:03:10.997Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-10-29T18:03:11.357Z | Compiling clap_derive v4.5.18 |
1142 | 2024-10-29T18:03:12.371Z | Compiling scroll v0.12.0 |
1143 | 2024-10-29T18:03:12.845Z | Compiling zerocopy v0.7.35 |
1144 | 2024-10-29T18:03:12.857Z | Compiling goblin v0.8.2 |
1145 | 2024-10-29T18:03:13.470Z | Compiling pest v2.7.14 |
1146 | 2024-10-29T18:03:14.961Z | Compiling clap v4.5.20 |
1147 | 2024-10-29T18:03:15.857Z | Compiling pest_meta v2.7.14 |
1148 | 2024-10-29T18:03:16.707Z | Compiling pest_generator v2.7.14 |
1149 | 2024-10-29T18:03:18.647Z | Compiling pest_derive v2.7.14 |
1150 | 2024-10-29T18:03:19.370Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-10-29T18:03:21.141Z | Compiling serde_spanned v0.6.8 |
1152 | 2024-10-29T18:03:21.141Z | Compiling toml_datetime v0.6.8 |
1153 | 2024-10-29T18:03:21.143Z | Compiling cargo-platform v0.1.8 |
1154 | 2024-10-29T18:03:21.537Z | Compiling serde_tokenstream v0.2.2 |
1155 | 2024-10-29T18:03:21.606Z | Compiling toml_edit v0.22.22 |
1156 | 2024-10-29T18:03:21.683Z | Compiling macaddr v1.0.1 |
1157 | 2024-10-29T18:03:21.762Z | Compiling camino-tempfile v1.1.1 |
1158 | 2024-10-29T18:03:22.558Z | Compiling dof v0.3.0 |
1159 | 2024-10-29T18:03:22.558Z | Compiling cargo_metadata v0.18.1 |
1160 | 2024-10-29T18:03:24.405Z | Compiling toml v0.8.19 |
1161 | 2024-10-29T18:03:24.419Z | Compiling usdt-macro v0.5.0 |
1162 | 2024-10-29T18:03:24.422Z | Compiling usdt-attr-macro v0.5.0 |
1163 | 2024-10-29T18:03:25.280Z | Compiling cargo_toml v0.20.5 |
1164 | 2024-10-29T18:03:25.806Z | Compiling usdt v0.5.0 |
1165 | 2024-10-29T18:03:28.869Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1166 | 2024-10-29T18:03:32.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s |
1167 | 2024-10-29T18:03:32.897Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1168 | 2024-10-29T18:03:33.774Z | Compiling serde v1.0.210 |
1169 | 2024-10-29T18:03:33.774Z | Compiling typenum v1.17.0 |
1170 | 2024-10-29T18:03:33.774Z | Compiling lock_api v0.4.12 |
1171 | 2024-10-29T18:03:33.774Z | Compiling generic-array v0.14.7 |
1172 | 2024-10-29T18:03:33.774Z | Compiling scopeguard v1.2.0 |
1173 | 2024-10-29T18:03:33.774Z | Compiling subtle v2.6.1 |
1174 | 2024-10-29T18:03:33.907Z | Compiling syn v2.0.79 |
1175 | 2024-10-29T18:03:33.916Z | Compiling getrandom v0.2.15 |
1176 | 2024-10-29T18:03:34.088Z | Compiling value-bag v1.9.0 |
1177 | 2024-10-29T18:03:34.172Z | Compiling rand_core v0.6.4 |
1178 | 2024-10-29T18:03:34.308Z | Compiling const-oid v0.9.6 |
1179 | 2024-10-29T18:03:34.347Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-10-29T18:03:34.434Z | Compiling smallvec v1.13.2 |
1181 | 2024-10-29T18:03:34.465Z | Compiling jobserver v0.1.32 |
1182 | 2024-10-29T18:03:34.697Z | Compiling log v0.4.22 |
1183 | 2024-10-29T18:03:34.716Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-10-29T18:03:34.863Z | Compiling shlex v1.3.0 |
1185 | 2024-10-29T18:03:34.878Z | Compiling futures-core v0.3.31 |
1186 | 2024-10-29T18:03:35.099Z | Compiling cc v1.1.30 |
1187 | 2024-10-29T18:03:35.328Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-10-29T18:03:35.425Z | Compiling mio v1.0.2 |
1189 | 2024-10-29T18:03:35.616Z | Compiling parking_lot v0.12.3 |
1190 | 2024-10-29T18:03:35.856Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-10-29T18:03:35.966Z | Compiling futures-sink v0.3.31 |
1192 | 2024-10-29T18:03:36.117Z | Compiling spin v0.9.8 |
1193 | 2024-10-29T18:03:36.150Z | Compiling socket2 v0.5.7 |
1194 | 2024-10-29T18:03:36.330Z | Compiling slab v0.4.9 |
1195 | 2024-10-29T18:03:36.546Z | Compiling serde_json v1.0.128 |
1196 | 2024-10-29T18:03:36.578Z | Compiling futures-channel v0.3.31 |
1197 | 2024-10-29T18:03:36.593Z | Compiling pin-utils v0.1.0 |
1198 | 2024-10-29T18:03:36.641Z | Compiling foldhash v0.1.3 |
1199 | 2024-10-29T18:03:36.684Z | Compiling futures-io v0.3.31 |
1200 | 2024-10-29T18:03:36.888Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-10-29T18:03:36.931Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-10-29T18:03:36.980Z | Compiling futures-task v0.3.31 |
1203 | 2024-10-29T18:03:36.983Z | Compiling tinyvec v1.8.0 |
1204 | 2024-10-29T18:03:37.065Z | Compiling libm v0.2.8 |
1205 | 2024-10-29T18:03:37.083Z | Compiling num-traits v0.2.19 |
1206 | 2024-10-29T18:03:37.113Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-10-29T18:03:37.279Z | Compiling base64ct v1.6.0 |
1208 | 2024-10-29T18:03:37.601Z | Compiling hashbrown v0.15.0 |
1209 | 2024-10-29T18:03:37.720Z | Compiling flagset v0.4.6 |
1210 | 2024-10-29T18:03:37.851Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-10-29T18:03:37.918Z | Compiling httparse v1.9.5 |
1212 | 2024-10-29T18:03:38.493Z | Compiling unicode-normalization v0.1.24 |
1213 | 2024-10-29T18:03:38.601Z | Compiling tracing-core v0.1.32 |
1214 | 2024-10-29T18:03:38.781Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-10-29T18:03:38.904Z | Compiling crossbeam-utils v0.8.20 |
1216 | 2024-10-29T18:03:38.922Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-10-29T18:03:39.362Z | Compiling ring v0.17.8 |
1218 | 2024-10-29T18:03:39.544Z | Compiling untrusted v0.9.0 |
1219 | 2024-10-29T18:03:39.619Z | Compiling powerfmt v0.2.0 |
1220 | 2024-10-29T18:03:39.733Z | Compiling time-core v0.1.2 |
1221 | 2024-10-29T18:03:39.873Z | Compiling pkg-config v0.3.31 |
1222 | 2024-10-29T18:03:39.900Z | Compiling vcpkg v0.2.15 |
1223 | 2024-10-29T18:03:39.997Z | Compiling num-conv v0.1.0 |
1224 | 2024-10-29T18:03:40.027Z | Compiling deranged v0.3.11 |
1225 | 2024-10-29T18:03:40.318Z | Compiling time-macros v0.2.18 |
1226 | 2024-10-29T18:03:40.617Z | Compiling num_threads v0.1.7 |
1227 | 2024-10-29T18:03:40.743Z | Compiling atomic-waker v1.1.2 |
1228 | 2024-10-29T18:03:40.939Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-10-29T18:03:41.275Z | Compiling try-lock v0.2.5 |
1230 | 2024-10-29T18:03:41.354Z | Compiling slog v2.7.0 |
1231 | 2024-10-29T18:03:41.403Z | Compiling rustix v0.38.37 |
1232 | 2024-10-29T18:03:41.436Z | Compiling want v0.3.1 |
1233 | 2024-10-29T18:03:41.688Z | Compiling httpdate v1.0.3 |
1234 | 2024-10-29T18:03:41.966Z | Compiling idna v0.5.0 |
1235 | 2024-10-29T18:03:42.016Z | Compiling openssl-sys v0.9.103 |
1236 | 2024-10-29T18:03:42.136Z | Compiling base64 v0.22.1 |
1237 | 2024-10-29T18:03:42.315Z | Compiling rustversion v1.0.17 |
1238 | 2024-10-29T18:03:42.733Z | Compiling foreign-types-shared v0.1.1 |
1239 | 2024-10-29T18:03:42.840Z | Compiling iana-time-zone v0.1.61 |
1240 | 2024-10-29T18:03:42.889Z | Compiling openssl v0.10.66 |
1241 | 2024-10-29T18:03:43.034Z | Compiling tower-service v0.3.3 |
1242 | 2024-10-29T18:03:43.151Z | Compiling match_cfg v0.1.0 |
1243 | 2024-10-29T18:03:43.262Z | Compiling hostname v0.3.1 |
1244 | 2024-10-29T18:03:43.349Z | Compiling foreign-types v0.3.2 |
1245 | 2024-10-29T18:03:43.365Z | Compiling url v2.5.2 |
1246 | 2024-10-29T18:03:43.445Z | Compiling dirs-sys-next v0.1.2 |
1247 | 2024-10-29T18:03:43.463Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-10-29T18:03:43.487Z | Compiling syn v1.0.109 |
1249 | 2024-10-29T18:03:43.521Z | Compiling time v0.3.36 |
1250 | 2024-10-29T18:03:44.084Z | Compiling rustls v0.23.14 |
1251 | 2024-10-29T18:03:44.103Z | Compiling rustls v0.22.4 |
1252 | 2024-10-29T18:03:44.361Z | Compiling adler2 v2.0.0 |
1253 | 2024-10-29T18:03:44.376Z | Compiling data-encoding v2.6.0 |
1254 | 2024-10-29T18:03:44.575Z | Compiling regex-syntax v0.8.5 |
1255 | 2024-10-29T18:03:44.605Z | Compiling siphasher v0.3.11 |
1256 | 2024-10-29T18:03:44.940Z | Compiling native-tls v0.2.12 |
1257 | 2024-10-29T18:03:45.210Z | Compiling miniz_oxide v0.8.0 |
1258 | 2024-10-29T18:03:45.403Z | Compiling dirs-next v2.0.0 |
1259 | 2024-10-29T18:03:46.769Z | Compiling serde_derive_internals v0.29.1 |
1260 | 2024-10-29T18:03:46.821Z | Compiling crossbeam-epoch v0.9.18 |
1261 | 2024-10-29T18:03:46.932Z | Compiling lazy_static v1.5.0 |
1262 | 2024-10-29T18:03:47.064Z | Compiling thread_local v1.1.8 |
1263 | 2024-10-29T18:03:47.620Z | Compiling cookie v0.18.1 |
1264 | 2024-10-29T18:03:47.637Z | Compiling multer v3.1.0 |
1265 | 2024-10-29T18:03:47.910Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-10-29T18:03:47.934Z | Compiling signal-hook v0.3.17 |
1267 | 2024-10-29T18:03:48.108Z | Compiling serde_derive v1.0.210 |
1268 | 2024-10-29T18:03:48.260Z | Compiling zeroize_derive v1.4.2 |
1269 | 2024-10-29T18:03:48.742Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2024-10-29T18:03:48.925Z | Compiling tokio-macros v2.4.0 |
1271 | 2024-10-29T18:03:49.483Z | Compiling thiserror-impl v1.0.64 |
1272 | 2024-10-29T18:03:49.908Z | Compiling zeroize v1.8.1 |
1273 | 2024-10-29T18:03:50.173Z | Compiling futures-macro v0.3.31 |
1274 | 2024-10-29T18:03:50.601Z | Compiling der_derive v0.7.3 |
1275 | 2024-10-29T18:03:51.000Z | Compiling zerocopy v0.7.35 |
1276 | 2024-10-29T18:03:51.322Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-10-29T18:03:51.825Z | Compiling crypto-common v0.1.6 |
1278 | 2024-10-29T18:03:52.064Z | Compiling block-buffer v0.10.4 |
1279 | 2024-10-29T18:03:52.203Z | Compiling futures-util v0.3.31 |
1280 | 2024-10-29T18:03:52.324Z | Compiling digest v0.10.7 |
1281 | 2024-10-29T18:03:52.473Z | Compiling block-padding v0.3.3 |
1282 | 2024-10-29T18:03:52.651Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2024-10-29T18:03:52.719Z | Compiling inout v0.1.3 |
1284 | 2024-10-29T18:03:52.817Z | Compiling hmac v0.12.1 |
1285 | 2024-10-29T18:03:52.878Z | Compiling thiserror v1.0.64 |
1286 | 2024-10-29T18:03:52.987Z | Compiling cipher v0.4.4 |
1287 | 2024-10-29T18:03:53.021Z | Compiling sha2 v0.10.8 |
1288 | 2024-10-29T18:03:53.056Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-10-29T18:03:53.112Z | Compiling der v0.7.9 |
1290 | 2024-10-29T18:03:53.226Z | Compiling pest v2.7.14 |
1291 | 2024-10-29T18:03:53.468Z | Compiling rand_chacha v0.3.1 |
1292 | 2024-10-29T18:03:53.513Z | Compiling salsa20 v0.10.2 |
1293 | 2024-10-29T18:03:53.741Z | Compiling scrypt v0.11.0 |
1294 | 2024-10-29T18:03:54.324Z | Compiling rand v0.8.5 |
1295 | 2024-10-29T18:03:55.135Z | Compiling tracing v0.1.40 |
1296 | 2024-10-29T18:03:55.688Z | Compiling spki v0.7.3 |
1297 | 2024-10-29T18:03:55.846Z | Compiling pest_meta v2.7.14 |
1298 | 2024-10-29T18:03:56.047Z | Compiling aes v0.8.4 |
1299 | 2024-10-29T18:03:56.370Z | Compiling cbc v0.1.2 |
1300 | 2024-10-29T18:03:56.532Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-10-29T18:03:56.567Z | Compiling rustls-webpki v0.102.8 |
1302 | 2024-10-29T18:03:56.598Z | Compiling async-trait v0.1.83 |
1303 | 2024-10-29T18:03:56.617Z | Compiling openssl-macros v0.1.1 |
1304 | 2024-10-29T18:03:57.396Z | Compiling pest_generator v2.7.14 |
1305 | 2024-10-29T18:03:58.021Z | Compiling scroll v0.12.0 |
1306 | 2024-10-29T18:03:58.394Z | Compiling pkcs5 v0.7.1 |
1307 | 2024-10-29T18:03:58.588Z | Compiling goblin v0.8.2 |
1308 | 2024-10-29T18:03:58.668Z | Compiling signature v2.2.0 |
1309 | 2024-10-29T18:03:58.848Z | Compiling sha1 v0.10.6 |
1310 | 2024-10-29T18:03:58.943Z | Compiling regex-automata v0.4.8 |
1311 | 2024-10-29T18:03:59.282Z | Compiling pkcs8 v0.10.2 |
1312 | 2024-10-29T18:03:59.353Z | Compiling rayon-core v1.12.1 |
1313 | 2024-10-29T18:03:59.493Z | Compiling mime v0.3.17 |
1314 | 2024-10-29T18:03:59.627Z | Compiling slog-async v2.8.0 |
1315 | 2024-10-29T18:03:59.646Z | Compiling either v1.13.0 |
1316 | 2024-10-29T18:04:00.042Z | Compiling unicode-properties v0.1.3 |
1317 | 2024-10-29T18:04:00.068Z | Compiling openssl-probe v0.1.5 |
1318 | 2024-10-29T18:04:00.085Z | Compiling ipnet v2.10.1 |
1319 | 2024-10-29T18:04:00.220Z | Compiling paste v1.0.15 |
1320 | 2024-10-29T18:04:00.477Z | Compiling schemars v0.8.21 |
1321 | 2024-10-29T18:04:00.496Z | Compiling gimli v0.31.1 |
1322 | 2024-10-29T18:04:00.838Z | Compiling pest_derive v2.7.14 |
1323 | 2024-10-29T18:04:00.857Z | Compiling stringprep v0.1.5 |
1324 | 2024-10-29T18:04:00.999Z | Compiling futures-executor v0.3.31 |
1325 | 2024-10-29T18:04:01.660Z | Compiling dtrace-parser v0.2.0 |
1326 | 2024-10-29T18:04:02.002Z | Compiling md-5 v0.10.6 |
1327 | 2024-10-29T18:04:02.273Z | Compiling schemars_derive v0.8.21 |
1328 | 2024-10-29T18:04:02.827Z | Compiling bytes v1.7.2 |
1329 | 2024-10-29T18:04:03.915Z | Compiling tokio v1.40.0 |
1330 | 2024-10-29T18:04:05.675Z | Compiling indexmap v2.6.0 |
1331 | 2024-10-29T18:04:05.752Z | Compiling http v1.1.0 |
1332 | 2024-10-29T18:04:07.146Z | Compiling bitflags v2.6.0 |
1333 | 2024-10-29T18:04:07.203Z | Compiling semver v1.0.23 |
1334 | 2024-10-29T18:04:07.598Z | Compiling http-body v1.0.1 |
1335 | 2024-10-29T18:04:07.841Z | Compiling rustc_version v0.4.1 |
1336 | 2024-10-29T18:04:08.269Z | Compiling dof v0.3.0 |
1337 | 2024-10-29T18:04:08.614Z | Compiling uuid v1.10.0 |
1338 | 2024-10-29T18:04:09.051Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-10-29T18:04:09.288Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2024-10-29T18:04:09.927Z | Compiling toml_datetime v0.6.8 |
1341 | 2024-10-29T18:04:10.054Z | Compiling usdt-impl v0.5.0 |
1342 | 2024-10-29T18:04:10.459Z | Compiling chrono v0.4.38 |
1343 | 2024-10-29T18:04:10.544Z | Compiling heapless v0.7.17 |
1344 | 2024-10-29T18:04:11.008Z | Compiling http-body-util v0.1.2 |
1345 | 2024-10-29T18:04:11.630Z | Compiling usdt-macro v0.5.0 |
1346 | 2024-10-29T18:04:11.888Z | Compiling usdt-attr-macro v0.5.0 |
1347 | 2024-10-29T18:04:12.120Z | Compiling toml_edit v0.22.22 |
1348 | 2024-10-29T18:04:13.194Z | Compiling tokio-util v0.7.12 |
1349 | 2024-10-29T18:04:13.268Z | Compiling curve25519-dalek v4.1.3 |
1350 | 2024-10-29T18:04:13.613Z | Compiling slog-json v2.6.1 |
1351 | 2024-10-29T18:04:13.917Z | Compiling addr2line v0.24.2 |
1352 | 2024-10-29T18:04:14.013Z | Compiling serde_urlencoded v0.7.1 |
1353 | 2024-10-29T18:04:14.222Z | Compiling h2 v0.4.6 |
1354 | 2024-10-29T18:04:14.572Z | Compiling async-stream-impl v0.3.6 |
1355 | 2024-10-29T18:04:14.591Z | Compiling enum-as-inner v0.6.1 |
1356 | 2024-10-29T18:04:14.751Z | Compiling crossbeam-deque v0.8.5 |
1357 | 2024-10-29T18:04:15.092Z | Compiling term v0.7.0 |
1358 | 2024-10-29T18:04:15.692Z | Compiling crossbeam-channel v0.5.13 |
1359 | 2024-10-29T18:04:15.991Z | Compiling num-integer v0.1.46 |
1360 | 2024-10-29T18:04:16.740Z | Compiling rustls-pemfile v2.2.0 |
1361 | 2024-10-29T18:04:16.804Z | Compiling idna v0.3.0 |
1362 | 2024-10-29T18:04:16.822Z | Compiling idna v0.4.0 |
1363 | 2024-10-29T18:04:17.083Z | Compiling ff v0.13.0 |
1364 | 2024-10-29T18:04:17.305Z | Compiling hash32 v0.2.1 |
1365 | 2024-10-29T18:04:18.364Z | Compiling is-terminal v0.4.13 |
1366 | 2024-10-29T18:04:18.460Z | Compiling object v0.36.5 |
1367 | 2024-10-29T18:04:18.479Z | Compiling dropshot v0.12.0 |
1368 | 2024-10-29T18:04:18.499Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-10-29T18:04:18.786Z | Compiling anyhow v1.0.89 |
1370 | 2024-10-29T18:04:19.212Z | Compiling stable_deref_trait v1.2.0 |
1371 | 2024-10-29T18:04:19.317Z | Compiling portable-atomic v1.9.0 |
1372 | 2024-10-29T18:04:19.397Z | Compiling linked-hash-map v0.5.6 |
1373 | 2024-10-29T18:04:19.616Z | Compiling take_mut v0.2.2 |
1374 | 2024-10-29T18:04:19.761Z | Compiling rustc-demangle v0.1.24 |
1375 | 2024-10-29T18:04:19.786Z | Compiling quick-error v1.2.3 |
1376 | 2024-10-29T18:04:19.937Z | Compiling dyn-clone v1.0.17 |
1377 | 2024-10-29T18:04:20.160Z | Compiling utf-8 v0.7.6 |
1378 | 2024-10-29T18:04:20.329Z | Compiling smoltcp v0.9.1 |
1379 | 2024-10-29T18:04:20.432Z | Compiling base16ct v0.2.0 |
1380 | 2024-10-29T18:04:20.523Z | Compiling psl-types v2.0.11 |
1381 | 2024-10-29T18:04:20.607Z | Compiling num-bigint-dig v0.8.4 |
1382 | 2024-10-29T18:04:20.741Z | Compiling publicsuffix v2.2.3 |
1383 | 2024-10-29T18:04:20.759Z | Compiling sec1 v0.7.3 |
1384 | 2024-10-29T18:04:20.868Z | Compiling tungstenite v0.24.0 |
1385 | 2024-10-29T18:04:21.005Z | Compiling resolv-conf v0.7.0 |
1386 | 2024-10-29T18:04:21.094Z | Compiling hyper v1.4.1 |
1387 | 2024-10-29T18:04:21.835Z | Compiling lru-cache v0.1.2 |
1388 | 2024-10-29T18:04:22.509Z | Compiling postgres-protocol v0.6.7 |
1389 | 2024-10-29T18:04:23.364Z | Compiling usdt v0.5.0 |
1390 | 2024-10-29T18:04:23.430Z | Compiling slog-term v2.9.1 |
1391 | 2024-10-29T18:04:23.832Z | Compiling hyper-util v0.1.9 |
1392 | 2024-10-29T18:04:23.868Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2024-10-29T18:04:24.160Z | Compiling hickory-proto v0.24.1 |
1394 | 2024-10-29T18:04:24.708Z | Compiling group v0.13.0 |
1395 | 2024-10-29T18:04:24.766Z | Compiling num-iter v0.1.45 |
1396 | 2024-10-29T18:04:24.803Z | Compiling async-stream v0.3.6 |
1397 | 2024-10-29T18:04:24.961Z | Compiling toml v0.8.19 |
1398 | 2024-10-29T18:04:26.320Z | Compiling backtrace v0.3.74 |
1399 | 2024-10-29T18:04:26.493Z | Compiling slog-bunyan v2.5.0 |
1400 | 2024-10-29T18:04:26.705Z | Compiling tokio-rustls v0.26.0 |
1401 | 2024-10-29T18:04:26.719Z | Compiling tokio-rustls v0.25.0 |
1402 | 2024-10-29T18:04:26.838Z | Compiling terminal_size v0.4.0 |
1403 | 2024-10-29T18:04:27.004Z | Compiling dropshot_endpoint v0.12.0 |
1404 | 2024-10-29T18:04:27.061Z | Compiling openapiv3 v2.0.0 |
1405 | 2024-10-29T18:04:27.137Z | Compiling camino v1.1.9 |
1406 | 2024-10-29T18:04:27.154Z | Compiling serde_path_to_error v0.1.16 |
1407 | 2024-10-29T18:04:27.318Z | Compiling futures v0.3.31 |
1408 | 2024-10-29T18:04:28.014Z | Compiling hkdf v0.12.4 |
1409 | 2024-10-29T18:04:28.109Z | Compiling crypto-bigint v0.5.5 |
1410 | 2024-10-29T18:04:28.281Z | Compiling zerocopy-derive v0.6.6 |
1411 | 2024-10-29T18:04:28.692Z | Compiling curve25519-dalek-derive v0.1.1 |
1412 | 2024-10-29T18:04:29.788Z | Compiling hubpack_derive v0.1.1 |
1413 | 2024-10-29T18:04:29.930Z | Compiling phf_shared v0.11.2 |
1414 | 2024-10-29T18:04:30.261Z | Compiling waitgroup v0.1.2 |
1415 | 2024-10-29T18:04:30.351Z | Compiling webpki-roots v0.26.6 |
1416 | 2024-10-29T18:04:30.496Z | Compiling hostname v0.4.0 |
1417 | 2024-10-29T18:04:30.576Z | Compiling ahash v0.8.11 |
1418 | 2024-10-29T18:04:30.579Z | Compiling fs-err v2.11.0 |
1419 | 2024-10-29T18:04:30.743Z | Compiling winnow v0.5.40 |
1420 | 2024-10-29T18:04:30.765Z | Compiling debug-ignore v1.0.5 |
1421 | 2024-10-29T18:04:30.898Z | Compiling managed v0.8.0 |
1422 | 2024-10-29T18:04:30.913Z | Compiling bitflags v1.3.2 |
1423 | 2024-10-29T18:04:31.073Z | Compiling console v0.15.8 |
1424 | 2024-10-29T18:04:31.091Z | Compiling clap_builder v4.5.20 |
1425 | 2024-10-29T18:04:31.449Z | Compiling elliptic-curve v0.13.8 |
1426 | 2024-10-29T18:04:32.304Z | Compiling strum_macros v0.25.3 |
1427 | 2024-10-29T18:04:32.683Z | Compiling hubpack v0.1.2 |
1428 | 2024-10-29T18:04:33.159Z | Compiling zerocopy v0.6.6 |
1429 | 2024-10-29T18:04:33.442Z | Compiling hyper-rustls v0.27.3 |
1430 | 2024-10-29T18:04:34.091Z | Compiling phf v0.11.2 |
1431 | 2024-10-29T18:04:34.177Z | Compiling hickory-resolver v0.24.1 |
1432 | 2024-10-29T18:04:34.388Z | Compiling toml_edit v0.19.15 |
1433 | 2024-10-29T18:04:34.626Z | Compiling signal-hook-mio v0.2.4 |
1434 | 2024-10-29T18:04:34.805Z | Compiling hyper-tls v0.6.0 |
1435 | 2024-10-29T18:04:35.252Z | Compiling rayon v1.10.0 |
1436 | 2024-10-29T18:04:35.586Z | Compiling cookie_store v0.21.0 |
1437 | 2024-10-29T18:04:37.192Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-29T18:04:38.787Z | Compiling tokio-tungstenite v0.24.0 |
1439 | 2024-10-29T18:04:40.037Z | Compiling tokio-stream v0.1.16 |
1440 | 2024-10-29T18:04:40.433Z | Compiling regex v1.11.0 |
1441 | 2024-10-29T18:04:40.706Z | Compiling bstr v1.10.0 |
1442 | 2024-10-29T18:04:41.025Z | Compiling serde-big-array v0.5.1 |
1443 | 2024-10-29T18:04:41.141Z | Compiling ed25519 v2.2.3 |
1444 | 2024-10-29T18:04:41.266Z | Compiling pkcs1 v0.7.5 |
1445 | 2024-10-29T18:04:41.367Z | Compiling rfc6979 v0.4.0 |
1446 | 2024-10-29T18:04:41.530Z | Compiling serde_repr v0.1.19 |
1447 | 2024-10-29T18:04:41.565Z | Compiling clap_derive v4.5.18 |
1448 | 2024-10-29T18:04:42.311Z | Compiling derive-where v1.2.7 |
1449 | 2024-10-29T18:04:42.330Z | Compiling phf_shared v0.10.0 |
1450 | 2024-10-29T18:04:42.538Z | Compiling float-cmp v0.9.0 |
1451 | 2024-10-29T18:04:42.567Z | Compiling sync_wrapper v1.0.1 |
1452 | 2024-10-29T18:04:42.691Z | Compiling crc32fast v1.4.2 |
1453 | 2024-10-29T18:04:42.717Z | Compiling minimal-lexical v0.2.1 |
1454 | 2024-10-29T18:04:42.757Z | Compiling new_debug_unreachable v1.0.6 |
1455 | 2024-10-29T18:04:42.776Z | Compiling precomputed-hash v0.1.1 |
1456 | 2024-10-29T18:04:42.836Z | Compiling normalize-line-endings v0.3.0 |
1457 | 2024-10-29T18:04:42.872Z | Compiling number_prefix v0.4.0 |
1458 | 2024-10-29T18:04:42.975Z | Compiling difflib v0.4.0 |
1459 | 2024-10-29T18:04:43.003Z | Compiling unicode-segmentation v1.12.0 |
1460 | 2024-10-29T18:04:43.112Z | Compiling whoami v1.5.2 |
1461 | 2024-10-29T18:04:43.202Z | Compiling predicates-core v1.0.8 |
1462 | 2024-10-29T18:04:43.217Z | Compiling fixedbitset v0.4.2 |
1463 | 2024-10-29T18:04:43.581Z | Compiling static_assertions v1.1.0 |
1464 | 2024-10-29T18:04:43.682Z | Compiling bit-vec v0.6.3 |
1465 | 2024-10-29T18:04:43.700Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1466 | 2024-10-29T18:04:43.758Z | Compiling similar v2.6.0 |
1467 | 2024-10-29T18:04:43.934Z | Compiling petgraph v0.6.5 |
1468 | 2024-10-29T18:04:44.137Z | Compiling bit-set v0.5.3 |
1469 | 2024-10-29T18:04:44.436Z | Compiling tokio-postgres v0.7.12 |
1470 | 2024-10-29T18:04:44.559Z | Compiling predicates v3.1.2 |
1471 | 2024-10-29T18:04:45.984Z | Compiling qorb v0.1.2 |
1472 | 2024-10-29T18:04:46.270Z | Compiling nom v7.1.3 |
1473 | 2024-10-29T18:04:46.403Z | Compiling indicatif v0.17.8 |
1474 | 2024-10-29T18:04:46.722Z | Compiling clap v4.5.20 |
1475 | 2024-10-29T18:04:46.858Z | Compiling flate2 v1.0.34 |
1476 | 2024-10-29T18:04:47.843Z | Compiling string_cache v0.8.7 |
1477 | 2024-10-29T18:04:48.056Z | Compiling reqwest v0.12.8 |
1478 | 2024-10-29T18:04:48.319Z | Compiling rsa v0.9.6 |
1479 | 2024-10-29T18:04:48.626Z | Compiling ecdsa v0.16.9 |
1480 | 2024-10-29T18:04:49.484Z | Compiling ed25519-dalek v2.1.1 |
1481 | 2024-10-29T18:04:49.966Z | Compiling toml v0.7.8 |
1482 | 2024-10-29T18:04:50.321Z | Compiling crossterm v0.28.1 |
1483 | 2024-10-29T18:04:51.270Z | Compiling hex v0.4.3 |
1484 | 2024-10-29T18:04:51.316Z | Compiling itertools v0.12.1 |
1485 | 2024-10-29T18:04:51.673Z | Compiling itertools v0.10.5 |
1486 | 2024-10-29T18:04:51.785Z | Compiling x509-cert v0.2.5 |
1487 | 2024-10-29T18:04:51.875Z | Compiling unicode-xid v0.2.6 |
1488 | 2024-10-29T18:04:52.063Z | Compiling lalrpop-util v0.19.12 |
1489 | 2024-10-29T18:04:52.430Z | Compiling peg-runtime v0.8.3 |
1490 | 2024-10-29T18:04:52.557Z | Compiling xattr v1.3.1 |
1491 | 2024-10-29T18:04:52.832Z | Compiling strum_macros v0.26.4 |
1492 | 2024-10-29T18:04:53.125Z | Compiling filetime v0.2.25 |
1493 | 2024-10-29T18:04:53.454Z | Compiling tar v0.4.42 |
1494 | 2024-10-29T18:04:56.636Z | Compiling strum v0.26.3 |
1495 | 2024-10-29T18:04:57.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-10-29T18:04:57.272Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1497 | 2024-10-29T18:05:03.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1498 | 2024-10-29T18:05:03.493Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1499 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: Clickhouse |
1500 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: Console |
1501 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: Cockroach |
1502 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: DendriteOpenapi |
1503 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: DendriteStub |
1504 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: MaghemiteMgd |
1505 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.852 INFO Starting download, target: TransceiverControl |
1506 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1507 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1508 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1509 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1510 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1511 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1512 | 2024-10-29T18:05:03.493Z | Oct 29 18:05:01.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1513 | 2024-10-29T18:05:03.668Z | Oct 29 18:05:02.549 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1514 | 2024-10-29T18:05:03.682Z | Oct 29 18:05:02.564 INFO Download complete, target: DendriteOpenapi |
1515 | 2024-10-29T18:05:04.115Z | Oct 29 18:05:02.899 INFO Download complete, target: Console |
1516 | 2024-10-29T18:05:04.291Z | Oct 29 18:05:03.058 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1517 | 2024-10-29T18:05:04.847Z | Oct 29 18:05:03.738 INFO Download complete, target: TransceiverControl |
1518 | 2024-10-29T18:05:04.881Z | Oct 29 18:05:03.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1519 | 2024-10-29T18:05:04.950Z | Oct 29 18:05:03.835 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1520 | 2024-10-29T18:05:05.127Z | Oct 29 18:05:04.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1521 | 2024-10-29T18:05:05.615Z | Oct 29 18:05:04.515 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1522 | 2024-10-29T18:05:05.615Z | Oct 29 18:05:04.515 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1523 | 2024-10-29T18:05:08.080Z | Oct 29 18:05:06.978 INFO Download complete, target: DendriteStub |
1524 | 2024-10-29T18:05:08.327Z | Oct 29 18:05:07.222 INFO Download complete, target: MaghemiteMgd |
1525 | 2024-10-29T18:05:14.008Z | Oct 29 18:05:12.908 INFO Checking that binary works, target: Cockroach |
1526 | 2024-10-29T18:05:14.172Z | Oct 29 18:05:13.071 INFO Download complete, target: Cockroach |
1527 | 2024-10-29T18:05:19.480Z | Oct 29 18:05:18.380 INFO Checking that binary works, target: Clickhouse |
1528 | 2024-10-29T18:05:19.620Z | Oct 29 18:05:18.519 INFO Download complete, target: Clickhouse |
1529 | 2024-10-29T18:05:19.627Z | All prerequisites installed successfully |
1530 | 2024-10-29T18:05:19.630Z | |
1531 | 2024-10-29T18:05:19.631Z | real 3:42.209510934 |
1532 | 2024-10-29T18:05:19.631Z | user 12:52.829672318 |
1533 | 2024-10-29T18:05:19.631Z | sys 2:38.817580427 |
1534 | 2024-10-29T18:05:19.631Z | trap 0.444131318 |
1535 | 2024-10-29T18:05:19.631Z | tflt 1.797877002 |
1536 | 2024-10-29T18:05:19.631Z | dflt 1.741237068 |
1537 | 2024-10-29T18:05:19.631Z | kflt 0.033047898 |
1538 | 2024-10-29T18:05:19.631Z | lock 26:21.072401253 |
1539 | 2024-10-29T18:05:19.631Z | slp 49:15.330271169 |
1540 | 2024-10-29T18:05:19.631Z | lat 42.883374274 |
1541 | 2024-10-29T18:05:19.631Z | stop 1:54.079754554 |
1542 | 2024-10-29T18:05:19.631Z | + source ./tools/include/force-git-over-https.sh |
1543 | 2024-10-29T18:05:19.631Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1544 | 2024-10-29T18:05:19.632Z | ++ (( i = 0 )) |
1545 | 2024-10-29T18:05:19.632Z | ++ (( i < 5 )) |
1546 | 2024-10-29T18:05:19.632Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1547 | 2024-10-29T18:05:19.637Z | ++ (( i++ )) |
1548 | 2024-10-29T18:05:19.637Z | ++ (( i < 5 )) |
1549 | 2024-10-29T18:05:19.637Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1550 | 2024-10-29T18:05:19.637Z | ++ (( i++ )) |
1551 | 2024-10-29T18:05:19.638Z | ++ (( i < 5 )) |
1552 | 2024-10-29T18:05:19.638Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1553 | 2024-10-29T18:05:19.640Z | ++ (( i++ )) |
1554 | 2024-10-29T18:05:19.640Z | ++ (( i < 5 )) |
1555 | 2024-10-29T18:05:19.640Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1556 | 2024-10-29T18:05:19.644Z | ++ (( i++ )) |
1557 | 2024-10-29T18:05:19.644Z | ++ (( i < 5 )) |
1558 | 2024-10-29T18:05:19.644Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1559 | 2024-10-29T18:05:19.647Z | ++ (( i++ )) |
1560 | 2024-10-29T18:05:19.647Z | ++ (( i < 5 )) |
1561 | 2024-10-29T18:05:19.647Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-29T18:05:19.647Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1563 | 2024-10-29T18:05:19.647Z | + rc=0 |
1564 | 2024-10-29T18:05:19.647Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1565 | 2024-10-29T18:05:46.462Z | + case $rc in |
1566 | 2024-10-29T18:05:46.462Z | + pfexec zfs create -p rpool/images/build/host |
1567 | 2024-10-29T18:05:46.647Z | + pfexec zfs create -p rpool/images/build/recovery |
1568 | 2024-10-29T18:05:46.712Z | + cargo xtask releng --output-dir /work |
1569 | 2024-10-29T18:05:47.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1570 | 2024-10-29T18:05:47.304Z | Running `target/debug/xtask releng --output-dir /work` |
1571 | 2024-10-29T18:05:48.253Z | Compiling proc-macro2 v1.0.87 |
1572 | 2024-10-29T18:05:48.253Z | Compiling unicode-ident v1.0.13 |
1573 | 2024-10-29T18:05:48.253Z | Compiling libc v0.2.161 |
1574 | 2024-10-29T18:05:48.253Z | Compiling serde v1.0.210 |
1575 | 2024-10-29T18:05:48.253Z | Compiling autocfg v1.4.0 |
1576 | 2024-10-29T18:05:48.253Z | Compiling version_check v0.9.5 |
1577 | 2024-10-29T18:05:48.256Z | Compiling cfg-if v1.0.0 |
1578 | 2024-10-29T18:05:48.541Z | Compiling typenum v1.17.0 |
1579 | 2024-10-29T18:05:48.629Z | Compiling shlex v1.3.0 |
1580 | 2024-10-29T18:05:48.669Z | Compiling memchr v2.7.4 |
1581 | 2024-10-29T18:05:49.023Z | Compiling parking_lot_core v0.9.10 |
1582 | 2024-10-29T18:05:49.336Z | Compiling generic-array v0.14.7 |
1583 | 2024-10-29T18:05:49.392Z | Compiling lock_api v0.4.12 |
1584 | 2024-10-29T18:05:49.525Z | Compiling serde_json v1.0.128 |
1585 | 2024-10-29T18:05:49.648Z | Compiling libm v0.2.8 |
1586 | 2024-10-29T18:05:49.699Z | Compiling value-bag v1.9.0 |
1587 | 2024-10-29T18:05:49.876Z | Compiling num-traits v0.2.19 |
1588 | 2024-10-29T18:05:50.022Z | Compiling quote v1.0.37 |
1589 | 2024-10-29T18:05:50.202Z | Compiling log v0.4.22 |
1590 | 2024-10-29T18:05:50.261Z | Compiling slab v0.4.9 |
1591 | 2024-10-29T18:05:50.280Z | Compiling once_cell v1.20.2 |
1592 | 2024-10-29T18:05:50.558Z | Compiling syn v2.0.79 |
1593 | 2024-10-29T18:05:50.621Z | Compiling getrandom v0.2.15 |
1594 | 2024-10-29T18:05:50.662Z | Compiling jobserver v0.1.32 |
1595 | 2024-10-29T18:05:50.938Z | Compiling itoa v1.0.11 |
1596 | 2024-10-29T18:05:50.979Z | Compiling thiserror v1.0.64 |
1597 | 2024-10-29T18:05:51.099Z | Compiling cc v1.1.30 |
1598 | 2024-10-29T18:05:51.161Z | Compiling scopeguard v1.2.0 |
1599 | 2024-10-29T18:05:51.517Z | Compiling rand_core v0.6.4 |
1600 | 2024-10-29T18:05:51.547Z | Compiling byteorder v1.5.0 |
1601 | 2024-10-29T18:05:52.076Z | Compiling subtle v2.6.1 |
1602 | 2024-10-29T18:05:52.650Z | Compiling semver v1.0.23 |
1603 | 2024-10-29T18:05:52.704Z | Compiling pin-project-lite v0.2.14 |
1604 | 2024-10-29T18:05:52.857Z | Compiling smallvec v1.13.2 |
1605 | 2024-10-29T18:05:53.034Z | Compiling httparse v1.9.5 |
1606 | 2024-10-29T18:05:53.114Z | Compiling const-oid v0.9.6 |
1607 | 2024-10-29T18:05:53.239Z | Compiling heck v0.5.0 |
1608 | 2024-10-29T18:05:53.394Z | Compiling ryu v1.0.18 |
1609 | 2024-10-29T18:05:53.624Z | Compiling pkg-config v0.3.31 |
1610 | 2024-10-29T18:05:53.764Z | Compiling allocator-api2 v0.2.18 |
1611 | 2024-10-29T18:05:53.766Z | Compiling futures-core v0.3.31 |
1612 | 2024-10-29T18:05:54.191Z | Compiling signal-hook-registry v1.4.2 |
1613 | 2024-10-29T18:05:54.644Z | Compiling parking_lot v0.12.3 |
1614 | 2024-10-29T18:05:54.704Z | Compiling mio v1.0.2 |
1615 | 2024-10-29T18:05:54.712Z | Compiling ring v0.17.8 |
1616 | 2024-10-29T18:05:55.755Z | Compiling socket2 v0.5.7 |
1617 | 2024-10-29T18:05:55.776Z | Compiling crossbeam-utils v0.8.20 |
1618 | 2024-10-29T18:05:56.314Z | Compiling vcpkg v0.2.15 |
1619 | 2024-10-29T18:05:56.369Z | Compiling fnv v1.0.7 |
1620 | 2024-10-29T18:05:56.398Z | Compiling futures-sink v0.3.31 |
1621 | 2024-10-29T18:05:56.518Z | Compiling num-conv v0.1.0 |
1622 | 2024-10-29T18:05:56.600Z | Compiling time-core v0.1.2 |
1623 | 2024-10-29T18:05:56.841Z | Compiling time-macros v0.2.18 |
1624 | 2024-10-29T18:05:57.130Z | Compiling ahash v0.8.11 |
1625 | 2024-10-29T18:05:57.187Z | Compiling schemars v0.8.21 |
1626 | 2024-10-29T18:05:57.593Z | Compiling spin v0.9.8 |
1627 | 2024-10-29T18:05:58.101Z | Compiling openssl-sys v0.9.103 |
1628 | 2024-10-29T18:05:58.371Z | Compiling serde_derive_internals v0.29.1 |
1629 | 2024-10-29T18:05:58.659Z | Compiling equivalent v1.0.1 |
1630 | 2024-10-29T18:05:58.791Z | Compiling foldhash v0.1.3 |
1631 | 2024-10-29T18:05:59.103Z | Compiling rustix v0.38.37 |
1632 | 2024-10-29T18:05:59.415Z | Compiling cpufeatures v0.2.14 |
1633 | 2024-10-29T18:05:59.567Z | Compiling hashbrown v0.15.0 |
1634 | 2024-10-29T18:06:00.261Z | Compiling futures-channel v0.3.31 |
1635 | 2024-10-29T18:06:00.808Z | Compiling futures-task v0.3.31 |
1636 | 2024-10-29T18:06:00.865Z | Compiling futures-io v0.3.31 |
1637 | 2024-10-29T18:06:00.958Z | Compiling pin-utils v0.1.0 |
1638 | 2024-10-29T18:06:01.098Z | Compiling slog v2.7.0 |
1639 | 2024-10-29T18:06:01.202Z | Compiling tinyvec_macros v0.1.1 |
1640 | 2024-10-29T18:06:01.362Z | Compiling tinyvec v1.8.0 |
1641 | 2024-10-29T18:06:01.449Z | Compiling openssl v0.10.66 |
1642 | 2024-10-29T18:06:01.721Z | Compiling ucd-trie v0.1.7 |
1643 | 2024-10-29T18:06:01.970Z | Compiling unicode-bidi v0.3.17 |
1644 | 2024-10-29T18:06:02.011Z | Compiling iana-time-zone v0.1.61 |
1645 | 2024-10-29T18:06:02.042Z | Compiling tracing-core v0.1.32 |
1646 | 2024-10-29T18:06:02.218Z | Compiling native-tls v0.2.12 |
1647 | 2024-10-29T18:06:02.414Z | Compiling rustls v0.23.14 |
1648 | 2024-10-29T18:06:03.006Z | Compiling base64ct v1.6.0 |
1649 | 2024-10-29T18:06:03.119Z | Compiling unicode-normalization v0.1.24 |
1650 | 2024-10-29T18:06:03.620Z | Compiling pem-rfc7468 v0.7.0 |
1651 | 2024-10-29T18:06:04.231Z | Compiling serde_derive v1.0.210 |
1652 | 2024-10-29T18:06:04.301Z | Compiling zeroize_derive v1.4.2 |
1653 | 2024-10-29T18:06:04.503Z | Compiling zerocopy-derive v0.7.35 |
1654 | 2024-10-29T18:06:04.597Z | Compiling tokio-macros v2.4.0 |
1655 | 2024-10-29T18:06:04.720Z | Compiling thiserror-impl v1.0.64 |
1656 | 2024-10-29T18:06:04.894Z | Compiling futures-macro v0.3.31 |
1657 | 2024-10-29T18:06:05.006Z | Compiling tracing-attributes v0.1.27 |
1658 | 2024-10-29T18:06:05.998Z | Compiling zeroize v1.8.1 |
1659 | 2024-10-29T18:06:06.840Z | Compiling der_derive v0.7.3 |
1660 | 2024-10-29T18:06:06.894Z | Compiling zerocopy v0.7.35 |
1661 | 2024-10-29T18:06:08.145Z | Compiling crypto-common v0.1.6 |
1662 | 2024-10-29T18:06:08.385Z | Compiling block-buffer v0.10.4 |
1663 | 2024-10-29T18:06:08.627Z | Compiling digest v0.10.7 |
1664 | 2024-10-29T18:06:08.646Z | Compiling schemars_derive v0.8.21 |
1665 | 2024-10-29T18:06:08.649Z | Compiling futures-util v0.3.31 |
1666 | 2024-10-29T18:06:09.002Z | Compiling hmac v0.12.1 |
1667 | 2024-10-29T18:06:09.225Z | Compiling scroll_derive v0.12.0 |
1668 | 2024-10-29T18:06:09.297Z | Compiling block-padding v0.3.3 |
1669 | 2024-10-29T18:06:09.333Z | Compiling pest v2.7.14 |
1670 | 2024-10-29T18:06:09.832Z | Compiling inout v0.1.3 |
1671 | 2024-10-29T18:06:10.143Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-10-29T18:06:10.693Z | Compiling cipher v0.4.4 |
1673 | 2024-10-29T18:06:11.165Z | Compiling sha2 v0.10.8 |
1674 | 2024-10-29T18:06:11.239Z | Compiling tracing v0.1.40 |
1675 | 2024-10-29T18:06:11.766Z | Compiling ppv-lite86 v0.2.20 |
1676 | 2024-10-29T18:06:12.155Z | Compiling pest_meta v2.7.14 |
1677 | 2024-10-29T18:06:12.692Z | Compiling async-trait v0.1.83 |
1678 | 2024-10-29T18:06:15.229Z | Compiling pest_generator v2.7.14 |
1679 | 2024-10-29T18:06:16.003Z | Compiling usdt-impl v0.5.0 |
1680 | 2024-10-29T18:06:16.290Z | Compiling cookie v0.18.1 |
1681 | 2024-10-29T18:06:16.342Z | Compiling dyn-clone v1.0.17 |
1682 | 2024-10-29T18:06:16.396Z | Compiling percent-encoding v2.3.1 |
1683 | 2024-10-29T18:06:16.537Z | Compiling flagset v0.4.6 |
1684 | 2024-10-29T18:06:16.608Z | Compiling syn v1.0.109 |
1685 | 2024-10-29T18:06:16.827Z | Compiling der v0.7.9 |
1686 | 2024-10-29T18:06:17.080Z | Compiling pest_derive v2.7.14 |
1687 | 2024-10-29T18:06:17.421Z | Compiling rand_chacha v0.3.1 |
1688 | 2024-10-29T18:06:17.567Z | Compiling scroll v0.12.0 |
1689 | 2024-10-29T18:06:17.935Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-10-29T18:06:18.141Z | Compiling bytes v1.7.2 |
1691 | 2024-10-29T18:06:19.058Z | Compiling bitflags v2.6.0 |
1692 | 2024-10-29T18:06:19.121Z | Compiling indexmap v2.6.0 |
1693 | 2024-10-29T18:06:20.029Z | Compiling tokio v1.40.0 |
1694 | 2024-10-29T18:06:20.875Z | Compiling http v1.1.0 |
1695 | 2024-10-29T18:06:21.021Z | Compiling serde_tokenstream v0.2.2 |
1696 | 2024-10-29T18:06:21.128Z | Compiling rustc_version v0.4.1 |
1697 | 2024-10-29T18:06:21.514Z | Compiling uuid v1.10.0 |
1698 | 2024-10-29T18:06:21.631Z | Compiling chrono v0.4.38 |
1699 | 2024-10-29T18:06:23.148Z | Compiling rayon-core v1.12.1 |
1700 | 2024-10-29T18:06:23.662Z | Compiling regex-syntax v0.8.5 |
1701 | 2024-10-29T18:06:23.725Z | Compiling rustls-pki-types v1.9.0 |
1702 | 2024-10-29T18:06:25.524Z | Compiling plain v0.2.3 |
1703 | 2024-10-29T18:06:26.251Z | Compiling camino v1.1.9 |
1704 | 2024-10-29T18:06:26.567Z | Compiling goblin v0.8.2 |
1705 | 2024-10-29T18:06:26.945Z | Compiling spki v0.7.3 |
1706 | 2024-10-29T18:06:27.668Z | Compiling rand v0.8.5 |
1707 | 2024-10-29T18:06:28.596Z | Compiling regex-automata v0.4.8 |
1708 | 2024-10-29T18:06:30.105Z | Compiling tokio-util v0.7.12 |
1709 | 2024-10-29T18:06:31.902Z | Compiling salsa20 v0.10.2 |
1710 | 2024-10-29T18:06:32.487Z | Compiling pbkdf2 v0.12.2 |
1711 | 2024-10-29T18:06:32.798Z | Compiling powerfmt v0.2.0 |
1712 | 2024-10-29T18:06:32.932Z | Compiling untrusted v0.9.0 |
1713 | 2024-10-29T18:06:33.169Z | Compiling rustls v0.22.4 |
1714 | 2024-10-29T18:06:34.045Z | Compiling try-lock v0.2.5 |
1715 | 2024-10-29T18:06:34.253Z | Compiling pretty-hex v0.4.1 |
1716 | 2024-10-29T18:06:34.478Z | Compiling dof v0.3.0 |
1717 | 2024-10-29T18:06:34.836Z | Compiling want v0.3.1 |
1718 | 2024-10-29T18:06:36.094Z | Compiling deranged v0.3.11 |
1719 | 2024-10-29T18:06:38.331Z | Compiling scrypt v0.11.0 |
1720 | 2024-10-29T18:06:38.393Z | Compiling dtrace-parser v0.2.0 |
1721 | 2024-10-29T18:06:38.904Z | Compiling form_urlencoded v1.2.1 |
1722 | 2024-10-29T18:06:39.158Z | Compiling aes v0.8.4 |
1723 | 2024-10-29T18:06:39.563Z | Compiling cbc v0.1.2 |
1724 | 2024-10-29T18:06:39.826Z | Compiling errno v0.3.9 |
1725 | 2024-10-29T18:06:39.997Z | Compiling thread-id v4.2.2 |
1726 | 2024-10-29T18:06:40.175Z | Compiling httpdate v1.0.3 |
1727 | 2024-10-29T18:06:40.446Z | Compiling atomic-waker v1.1.2 |
1728 | 2024-10-29T18:06:40.506Z | Compiling num_threads v0.1.7 |
1729 | 2024-10-29T18:06:40.693Z | Compiling time v0.3.36 |
1730 | 2024-10-29T18:06:41.055Z | Compiling pkcs5 v0.7.1 |
1731 | 2024-10-29T18:06:42.851Z | Compiling rustls-webpki v0.102.8 |
1732 | 2024-10-29T18:06:43.692Z | Compiling http-body v1.0.1 |
1733 | 2024-10-29T18:06:44.073Z | Compiling heapless v0.7.17 |
1734 | 2024-10-29T18:06:44.573Z | Compiling zerocopy-derive v0.6.6 |
1735 | 2024-10-29T18:06:44.950Z | Compiling multer v3.1.0 |
1736 | 2024-10-29T18:06:45.306Z | Compiling tower-service v0.3.3 |
1737 | 2024-10-29T18:06:45.432Z | Compiling slog-async v2.8.0 |
1738 | 2024-10-29T18:06:45.485Z | Compiling signal-hook v0.3.17 |
1739 | 2024-10-29T18:06:45.642Z | Compiling num-bigint-dig v0.8.4 |
1740 | 2024-10-29T18:06:46.033Z | Compiling anyhow v1.0.89 |
1741 | 2024-10-29T18:06:46.423Z | Compiling pkcs8 v0.10.2 |
1742 | 2024-10-29T18:06:46.660Z | Compiling h2 v0.4.6 |
1743 | 2024-10-29T18:06:46.873Z | Compiling regex v1.11.0 |
1744 | 2024-10-29T18:06:48.086Z | Compiling idna v0.5.0 |
1745 | 2024-10-29T18:06:49.180Z | Compiling rustversion v1.0.17 |
1746 | 2024-10-29T18:06:49.247Z | Compiling paste v1.0.15 |
1747 | 2024-10-29T18:06:49.990Z | Compiling strsim v0.11.1 |
1748 | 2024-10-29T18:06:50.363Z | Compiling base64 v0.22.1 |
1749 | 2024-10-29T18:06:51.042Z | Compiling url v2.5.2 |
1750 | 2024-10-29T18:06:53.094Z | Compiling usdt-attr-macro v0.5.0 |
1751 | 2024-10-29T18:06:53.292Z | Compiling usdt-macro v0.5.0 |
1752 | 2024-10-29T18:06:54.805Z | Compiling hyper v1.4.1 |
1753 | 2024-10-29T18:06:56.345Z | Compiling curve25519-dalek v4.1.3 |
1754 | 2024-10-29T18:06:56.947Z | Compiling openapiv3 v2.0.0 |
1755 | 2024-10-29T18:06:57.031Z | Compiling toml_datetime v0.6.8 |
1756 | 2024-10-29T18:06:57.499Z | Compiling serde_spanned v0.6.8 |
1757 | 2024-10-29T18:06:57.742Z | Compiling enum-as-inner v0.6.1 |
1758 | 2024-10-29T18:06:58.120Z | Compiling async-stream-impl v0.3.6 |
1759 | 2024-10-29T18:06:59.010Z | Compiling dropshot v0.12.0 |
1760 | 2024-10-29T18:06:59.156Z | Compiling match_cfg v0.1.0 |
1761 | 2024-10-29T18:06:59.387Z | Compiling portable-atomic v1.9.0 |
1762 | 2024-10-29T18:06:59.726Z | Compiling smoltcp v0.9.1 |
1763 | 2024-10-29T18:07:00.445Z | Compiling foreign-types-shared v0.1.1 |
1764 | 2024-10-29T18:07:00.479Z | Compiling hyper-util v0.1.9 |
1765 | 2024-10-29T18:07:00.534Z | Compiling hostname v0.3.1 |
1766 | 2024-10-29T18:07:00.592Z | Compiling foreign-types v0.3.2 |
1767 | 2024-10-29T18:07:04.903Z | Compiling clap_derive v4.5.18 |
1768 | 2024-10-29T18:07:05.723Z | Compiling dirs-sys-next v0.1.2 |
1769 | 2024-10-29T18:07:06.246Z | Compiling encoding_rs v0.8.34 |
1770 | 2024-10-29T18:07:06.289Z | Compiling ipnet v2.10.1 |
1771 | 2024-10-29T18:07:08.990Z | Compiling data-encoding v2.6.0 |
1772 | 2024-10-29T18:07:09.696Z | Compiling adler2 v2.0.0 |
1773 | 2024-10-29T18:07:09.899Z | Compiling mime v0.3.17 |
1774 | 2024-10-29T18:07:10.886Z | Compiling siphasher v0.3.11 |
1775 | 2024-10-29T18:07:11.239Z | Compiling miniz_oxide v0.8.0 |
1776 | 2024-10-29T18:07:12.841Z | Compiling dirs-next v2.0.0 |
1777 | 2024-10-29T18:07:17.218Z | Compiling http-body-util v0.1.2 |
1778 | 2024-10-29T18:07:17.488Z | Compiling hubpack_derive v0.1.1 |
1779 | 2024-10-29T18:07:17.700Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-10-29T18:07:17.819Z | Compiling crossbeam-epoch v0.9.18 |
1781 | 2024-10-29T18:07:18.406Z | Compiling dropshot_endpoint v0.12.0 |
1782 | 2024-10-29T18:07:18.700Z | Compiling hashbrown v0.14.5 |
1783 | 2024-10-29T18:07:18.702Z | Compiling signature v2.2.0 |
1784 | 2024-10-29T18:07:18.723Z | Compiling sha1 v0.10.6 |
1785 | 2024-10-29T18:07:19.001Z | Compiling curve25519-dalek-derive v0.1.1 |
1786 | 2024-10-29T18:07:19.232Z | Compiling lazy_static v1.5.0 |
1787 | 2024-10-29T18:07:19.423Z | Compiling thread_local v1.1.8 |
1788 | 2024-10-29T18:07:20.005Z | Compiling fs-err v2.11.0 |
1789 | 2024-10-29T18:07:20.357Z | Compiling openssl-probe v0.1.5 |
1790 | 2024-10-29T18:07:20.687Z | Compiling anstyle v1.0.8 |
1791 | 2024-10-29T18:07:20.747Z | Compiling winnow v0.6.20 |
1792 | 2024-10-29T18:07:20.880Z | Compiling utf8parse v0.2.2 |
1793 | 2024-10-29T18:07:21.186Z | Compiling either v1.13.0 |
1794 | 2024-10-29T18:07:21.625Z | Compiling gimli v0.31.1 |
1795 | 2024-10-29T18:07:21.851Z | Compiling unicode-properties v0.1.3 |
1796 | 2024-10-29T18:07:22.782Z | Compiling stringprep v0.1.5 |
1797 | 2024-10-29T18:07:23.040Z | Compiling anstyle-parse v0.2.5 |
1798 | 2024-10-29T18:07:23.772Z | Compiling regress v0.10.1 |
1799 | 2024-10-29T18:07:24.947Z | Compiling toml_edit v0.22.22 |
1800 | 2024-10-29T18:07:26.392Z | Compiling crossbeam-deque v0.8.5 |
1801 | 2024-10-29T18:07:26.782Z | Compiling addr2line v0.24.2 |
1802 | 2024-10-29T18:07:27.614Z | Compiling term v0.7.0 |
1803 | 2024-10-29T18:07:29.069Z | Compiling slog-json v2.6.1 |
1804 | 2024-10-29T18:07:29.898Z | Compiling crossbeam-channel v0.5.13 |
1805 | 2024-10-29T18:07:30.558Z | Compiling rustls-pemfile v2.2.0 |
1806 | 2024-10-29T18:07:31.421Z | Compiling futures-executor v0.3.31 |
1807 | 2024-10-29T18:07:31.975Z | Compiling md-5 v0.10.6 |
1808 | 2024-10-29T18:07:32.255Z | Compiling idna v0.4.0 |
1809 | 2024-10-29T18:07:32.275Z | Compiling idna v0.3.0 |
1810 | 2024-10-29T18:07:32.661Z | Compiling num-integer v0.1.46 |
1811 | 2024-10-29T18:07:33.500Z | Compiling ff v0.13.0 |
1812 | 2024-10-29T18:07:33.744Z | Compiling hash32 v0.2.1 |
1813 | 2024-10-29T18:07:33.908Z | Compiling memmap v0.7.0 |
1814 | 2024-10-29T18:07:34.003Z | Compiling is-terminal v0.4.13 |
1815 | 2024-10-29T18:07:34.166Z | Compiling object v0.36.5 |
1816 | 2024-10-29T18:07:34.229Z | Compiling utf-8 v0.7.6 |
1817 | 2024-10-29T18:07:34.251Z | Compiling anstyle-query v1.1.1 |
1818 | 2024-10-29T18:07:34.483Z | Compiling take_mut v0.2.2 |
1819 | 2024-10-29T18:07:34.689Z | Compiling linked-hash-map v0.5.6 |
1820 | 2024-10-29T18:07:34.731Z | Compiling heck v0.4.1 |
1821 | 2024-10-29T18:07:35.194Z | Compiling base16ct v0.2.0 |
1822 | 2024-10-29T18:07:35.259Z | Compiling fallible-iterator v0.2.0 |
1823 | 2024-10-29T18:07:35.520Z | Compiling quick-error v1.2.3 |
1824 | 2024-10-29T18:07:35.773Z | Compiling rustc-demangle v0.1.24 |
1825 | 2024-10-29T18:07:36.142Z | Compiling stable_deref_trait v1.2.0 |
1826 | 2024-10-29T18:07:36.280Z | Compiling psl-types v2.0.11 |
1827 | 2024-10-29T18:07:36.509Z | Compiling is_terminal_polyfill v1.70.1 |
1828 | 2024-10-29T18:07:36.746Z | Compiling colorchoice v1.0.2 |
1829 | 2024-10-29T18:07:37.090Z | Compiling anstream v0.6.15 |
1830 | 2024-10-29T18:07:37.414Z | Compiling publicsuffix v2.2.3 |
1831 | 2024-10-29T18:07:37.697Z | Compiling postgres-protocol v0.6.7 |
1832 | 2024-10-29T18:07:37.762Z | Compiling resolv-conf v0.7.0 |
1833 | 2024-10-29T18:07:38.418Z | Compiling sec1 v0.7.3 |
1834 | 2024-10-29T18:07:38.436Z | Compiling strum_macros v0.25.3 |
1835 | 2024-10-29T18:07:38.816Z | Compiling lru-cache v0.1.2 |
1836 | 2024-10-29T18:07:38.963Z | Compiling tungstenite v0.24.0 |
1837 | 2024-10-29T18:07:39.017Z | Compiling slog-term v2.9.1 |
1838 | 2024-10-29T18:07:39.937Z | Compiling usdt v0.5.0 |
1839 | 2024-10-29T18:07:40.123Z | Compiling group v0.13.0 |
1840 | 2024-10-29T18:07:40.445Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-29T18:07:41.016Z | Compiling num-iter v0.1.45 |
1842 | 2024-10-29T18:07:41.220Z | Compiling tokio-rustls v0.25.0 |
1843 | 2024-10-29T18:07:41.349Z | Compiling futures v0.3.31 |
1844 | 2024-10-29T18:07:41.850Z | Compiling backtrace v0.3.74 |
1845 | 2024-10-29T18:07:42.071Z | Compiling tokio-rustls v0.26.0 |
1846 | 2024-10-29T18:07:43.468Z | Compiling slog-bunyan v2.5.0 |
1847 | 2024-10-29T18:07:43.683Z | Compiling toml v0.8.19 |
1848 | 2024-10-29T18:07:43.841Z | Compiling typify-impl v0.2.0 |
1849 | 2024-10-29T18:07:44.235Z | Compiling tokio-native-tls v0.3.1 |
1850 | 2024-10-29T18:07:44.529Z | Compiling terminal_size v0.4.0 |
1851 | 2024-10-29T18:07:44.697Z | Compiling phf_shared v0.11.2 |
1852 | 2024-10-29T18:07:44.881Z | Compiling async-stream v0.3.6 |
1853 | 2024-10-29T18:07:45.251Z | Compiling waitgroup v0.1.2 |
1854 | 2024-10-29T18:07:45.373Z | Compiling webpki-roots v0.26.6 |
1855 | 2024-10-29T18:07:45.450Z | Compiling serde_path_to_error v0.1.16 |
1856 | 2024-10-29T18:07:45.692Z | Compiling hkdf v0.12.4 |
1857 | 2024-10-29T18:07:45.768Z | Compiling crypto-bigint v0.5.5 |
1858 | 2024-10-29T18:07:46.274Z | Compiling serde_repr v0.1.19 |
1859 | 2024-10-29T18:07:47.396Z | Compiling derive-where v1.2.7 |
1860 | 2024-10-29T18:07:49.296Z | Compiling hostname v0.4.0 |
1861 | 2024-10-29T18:07:49.396Z | Compiling bitflags v1.3.2 |
1862 | 2024-10-29T18:07:49.538Z | Compiling managed v0.8.0 |
1863 | 2024-10-29T18:07:49.608Z | Compiling winnow v0.5.40 |
1864 | 2024-10-29T18:07:49.730Z | Compiling debug-ignore v1.0.5 |
1865 | 2024-10-29T18:07:49.885Z | Compiling unicode-width v0.1.14 |
1866 | 2024-10-29T18:07:50.166Z | Compiling clap_lex v0.7.2 |
1867 | 2024-10-29T18:07:50.411Z | Compiling console v0.15.8 |
1868 | 2024-10-29T18:07:50.550Z | Compiling clap_builder v4.5.20 |
1869 | 2024-10-29T18:07:52.142Z | Compiling elliptic-curve v0.13.8 |
1870 | 2024-10-29T18:07:52.926Z | Compiling hickory-resolver v0.24.1 |
1871 | 2024-10-29T18:07:53.507Z | Compiling toml_edit v0.19.15 |
1872 | 2024-10-29T18:07:55.783Z | Compiling hyper-rustls v0.27.3 |
1873 | 2024-10-29T18:07:55.992Z | Compiling typify-macro v0.2.0 |
1874 | 2024-10-29T18:07:58.330Z | Compiling phf v0.11.2 |
1875 | 2024-10-29T18:07:58.730Z | Compiling hyper-tls v0.6.0 |
1876 | 2024-10-29T18:07:59.123Z | Compiling signal-hook-mio v0.2.4 |
1877 | 2024-10-29T18:07:59.295Z | Compiling rayon v1.10.0 |
1878 | 2024-10-29T18:07:59.823Z | Compiling cookie_store v0.21.0 |
1879 | 2024-10-29T18:07:59.870Z | Compiling tokio-tungstenite v0.24.0 |
1880 | 2024-10-29T18:07:59.900Z | Compiling postgres-types v0.2.8 |
1881 | 2024-10-29T18:08:00.690Z | Compiling ed25519 v2.2.3 |
1882 | 2024-10-29T18:08:00.765Z | Compiling hubpack v0.1.2 |
1883 | 2024-10-29T18:08:01.021Z | Compiling phf_shared v0.10.0 |
1884 | 2024-10-29T18:08:01.197Z | Compiling pkcs1 v0.7.5 |
1885 | 2024-10-29T18:08:01.273Z | Compiling zerocopy v0.6.6 |
1886 | 2024-10-29T18:08:01.455Z | Compiling bstr v1.10.0 |
1887 | 2024-10-29T18:08:02.206Z | Compiling tokio-stream v0.1.16 |
1888 | 2024-10-29T18:08:02.424Z | Compiling serde-big-array v0.5.1 |
1889 | 2024-10-29T18:08:02.809Z | Compiling rfc6979 v0.4.0 |
1890 | 2024-10-29T18:08:02.952Z | Compiling float-cmp v0.9.0 |
1891 | 2024-10-29T18:08:03.084Z | Compiling sync_wrapper v1.0.1 |
1892 | 2024-10-29T18:08:03.142Z | Compiling crc32fast v1.4.2 |
1893 | 2024-10-29T18:08:03.203Z | Compiling fixedbitset v0.4.2 |
1894 | 2024-10-29T18:08:03.239Z | Compiling static_assertions v1.1.0 |
1895 | 2024-10-29T18:08:03.242Z | Compiling minimal-lexical v0.2.1 |
1896 | 2024-10-29T18:08:03.344Z | Compiling precomputed-hash v0.1.1 |
1897 | 2024-10-29T18:08:03.436Z | Compiling bit-vec v0.6.3 |
1898 | 2024-10-29T18:08:03.510Z | Compiling number_prefix v0.4.0 |
1899 | 2024-10-29T18:08:03.559Z | Compiling normalize-line-endings v0.3.0 |
1900 | 2024-10-29T18:08:03.697Z | Compiling difflib v0.4.0 |
1901 | 2024-10-29T18:08:03.735Z | Compiling whoami v1.5.2 |
1902 | 2024-10-29T18:08:03.838Z | Compiling unicode-segmentation v1.12.0 |
1903 | 2024-10-29T18:08:04.035Z | Compiling new_debug_unreachable v1.0.6 |
1904 | 2024-10-29T18:08:04.329Z | Compiling predicates-core v1.0.8 |
1905 | 2024-10-29T18:08:04.629Z | Compiling similar v2.6.0 |
1906 | 2024-10-29T18:08:04.693Z | Compiling predicates v3.1.2 |
1907 | 2024-10-29T18:08:04.943Z | Compiling string_cache v0.8.7 |
1908 | 2024-10-29T18:08:05.361Z | Compiling tokio-postgres v0.7.12 |
1909 | 2024-10-29T18:08:06.150Z | Compiling bit-set v0.5.3 |
1910 | 2024-10-29T18:08:06.454Z | Compiling indicatif v0.17.8 |
1911 | 2024-10-29T18:08:06.606Z | Compiling nom v7.1.3 |
1912 | 2024-10-29T18:08:09.491Z | Compiling petgraph v0.6.5 |
1913 | 2024-10-29T18:08:09.580Z | Compiling flate2 v1.0.34 |
1914 | 2024-10-29T18:08:10.327Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1915 | 2024-10-29T18:08:10.468Z | Compiling reqwest v0.12.8 |
1916 | 2024-10-29T18:08:10.679Z | Compiling qorb v0.1.2 |
1917 | 2024-10-29T18:08:10.766Z | Compiling ecdsa v0.16.9 |
1918 | 2024-10-29T18:08:13.424Z | Compiling rsa v0.9.6 |
1919 | 2024-10-29T18:08:13.911Z | Compiling ed25519-dalek v2.1.1 |
1920 | 2024-10-29T18:08:14.913Z | Compiling crossterm v0.28.1 |
1921 | 2024-10-29T18:08:15.068Z | Compiling toml v0.7.8 |
1922 | 2024-10-29T18:08:15.180Z | Compiling clap v4.5.20 |
1923 | 2024-10-29T18:08:16.162Z | Compiling itertools v0.12.1 |
1924 | 2024-10-29T18:08:16.565Z | Compiling itertools v0.10.5 |
1925 | 2024-10-29T18:08:19.354Z | Compiling x509-cert v0.2.5 |
1926 | 2024-10-29T18:08:19.517Z | Compiling hex v0.4.3 |
1927 | 2024-10-29T18:08:21.777Z | Compiling lalrpop-util v0.19.12 |
1928 | 2024-10-29T18:08:22.148Z | Compiling radium v0.7.0 |
1929 | 2024-10-29T18:08:23.801Z | Compiling unicode-xid v0.2.6 |
1930 | 2024-10-29T18:08:24.645Z | Compiling peg-runtime v0.8.3 |
1931 | 2024-10-29T18:08:25.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1932 | 2024-10-29T18:08:30.608Z | Compiling tap v1.0.1 |
1933 | 2024-10-29T18:08:31.659Z | Compiling ident_case v1.0.1 |
1934 | 2024-10-29T18:08:31.695Z | Compiling maybe-uninit v2.0.0 |
1935 | 2024-10-29T18:08:31.870Z | Compiling darling_core v0.20.10 |
1936 | 2024-10-29T18:08:37.364Z | Compiling wyz v0.5.1 |
1937 | 2024-10-29T18:08:50.498Z | Compiling typify v0.2.0 |
1938 | 2024-10-29T18:08:54.444Z | Compiling http v0.2.12 |
1939 | 2024-10-29T18:08:55.964Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1940 | 2024-10-29T18:08:57.098Z | Compiling unsafe-libyaml v0.2.11 |
1941 | 2024-10-29T18:08:57.422Z | Compiling base64 v0.21.7 |
1942 | 2024-10-29T18:08:58.082Z | Compiling packed_struct v0.10.1 |
1943 | 2024-10-29T18:08:58.667Z | Compiling funty v2.0.0 |
1944 | 2024-10-29T18:09:00.542Z | Compiling bitvec v1.0.1 |
1945 | 2024-10-29T18:09:00.978Z | Compiling serde_yaml v0.9.34+deprecated |
1946 | 2024-10-29T18:09:07.466Z | Compiling progenitor-impl v0.8.0 |
1947 | 2024-10-29T18:09:10.084Z | Compiling darling_macro v0.20.10 |
1948 | 2024-10-29T18:09:11.563Z | Compiling packed_struct_codegen v0.10.1 |
1949 | 2024-10-29T18:09:14.086Z | Compiling structmeta-derive v0.3.0 |
1950 | 2024-10-29T18:09:14.518Z | Compiling indexmap v1.9.3 |
1951 | 2024-10-29T18:09:14.872Z | Compiling nodrop v0.1.14 |
1952 | 2024-10-29T18:09:15.560Z | Compiling crc-catalog v2.4.0 |
1953 | 2024-10-29T18:09:15.691Z | Compiling newtype-uuid v1.1.2 |
1954 | 2024-10-29T18:09:15.725Z | Compiling fastrand v2.1.1 |
1955 | 2024-10-29T18:09:16.055Z | Compiling crc v3.2.1 |
1956 | 2024-10-29T18:09:16.795Z | Compiling structmeta v0.3.0 |
1957 | 2024-10-29T18:09:17.200Z | Compiling tempfile v3.13.0 |
1958 | 2024-10-29T18:09:18.613Z | Compiling array-init v0.0.4 |
1959 | 2024-10-29T18:09:18.898Z | Compiling progenitor-macro v0.8.0 |
1960 | 2024-10-29T18:09:22.528Z | Compiling darling v0.20.10 |
1961 | 2024-10-29T18:09:22.661Z | Compiling smallvec v0.6.14 |
1962 | 2024-10-29T18:09:27.521Z | Compiling http-body v0.4.6 |
1963 | 2024-10-29T18:09:28.064Z | Compiling h2 v0.3.26 |
1964 | 2024-10-29T18:09:28.763Z | Compiling progenitor-client v0.8.0 |
1965 | 2024-10-29T18:09:34.342Z | Compiling pin-project-internal v1.1.6 |
1966 | 2024-10-29T18:09:35.343Z | Compiling termcolor v1.4.1 |
1967 | 2024-10-29T18:09:37.776Z | Compiling hashbrown v0.12.3 |
1968 | 2024-10-29T18:09:38.708Z | Compiling bitfield v0.14.0 |
1969 | 2024-10-29T18:09:39.764Z | Compiling same-file v1.0.6 |
1970 | 2024-10-29T18:09:40.119Z | Compiling walkdir v2.5.0 |
1971 | 2024-10-29T18:09:42.657Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1972 | 2024-10-29T18:09:45.760Z | Compiling pin-project v1.1.6 |
1973 | 2024-10-29T18:09:48.281Z | Compiling hyper v0.14.30 |
1974 | 2024-10-29T18:09:49.058Z | Compiling env_logger v0.10.2 |
1975 | 2024-10-29T18:09:52.797Z | Compiling progenitor v0.8.0 |
1976 | 2024-10-29T18:09:55.681Z | Compiling bzip2 v0.4.4 |
1977 | 2024-10-29T18:09:56.125Z | Compiling serde-hex v0.1.0 |
1978 | 2024-10-29T18:09:56.173Z | Compiling serde_with_macros v3.11.0 |
1979 | 2024-10-29T18:09:56.545Z | Compiling parse-display-derive v0.10.0 |
1980 | 2024-10-29T18:09:58.832Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1981 | 2024-10-29T18:09:59.524Z | Compiling ron v0.8.1 |
1982 | 2024-10-29T18:10:02.247Z | Compiling strum_macros v0.26.4 |
1983 | 2024-10-29T18:10:03.185Z | Compiling ipnetwork v0.20.0 |
1984 | 2024-10-29T18:10:04.151Z | Compiling hashbrown v0.13.2 |
1985 | 2024-10-29T18:10:04.410Z | Compiling xattr v1.3.1 |
1986 | 2024-10-29T18:10:04.570Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-10-29T18:10:04.754Z | Compiling snafu-derive v0.8.5 |
1988 | 2024-10-29T18:10:05.345Z | Compiling blake3 v1.5.4 |
1989 | 2024-10-29T18:10:05.490Z | Compiling ring v0.16.20 |
1990 | 2024-10-29T18:10:05.572Z | Compiling filetime v0.2.25 |
1991 | 2024-10-29T18:10:05.937Z | Compiling instant v0.1.13 |
1992 | 2024-10-29T18:10:05.975Z | Compiling sync_wrapper v0.1.2 |
1993 | 2024-10-29T18:10:06.118Z | Compiling buf-list v1.0.3 |
1994 | 2024-10-29T18:10:06.139Z | Compiling crc-any v2.5.0 |
1995 | 2024-10-29T18:10:06.794Z | Compiling strum v0.26.3 |
1996 | 2024-10-29T18:10:06.902Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1997 | 2024-10-29T18:10:07.115Z | Compiling reqwest v0.11.27 |
1998 | 2024-10-29T18:10:07.144Z | Compiling backoff v0.4.0 |
1999 | 2024-10-29T18:10:07.536Z | Compiling tar v0.4.42 |
2000 | 2024-10-29T18:10:08.147Z | Compiling object v0.30.4 |
2001 | 2024-10-29T18:10:09.623Z | Compiling snafu v0.8.5 |
2002 | 2024-10-29T18:10:10.946Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2003 | 2024-10-29T18:10:11.183Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2004 | 2024-10-29T18:10:12.871Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2005 | 2024-10-29T18:10:13.072Z | Compiling parse-display v0.10.0 |
2006 | 2024-10-29T18:10:14.558Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2007 | 2024-10-29T18:10:14.930Z | Compiling serde_with v3.11.0 |
2008 | 2024-10-29T18:10:15.019Z | Compiling zip v0.6.6 |
2009 | 2024-10-29T18:10:15.095Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2010 | 2024-10-29T18:10:15.859Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2011 | 2024-10-29T18:10:17.708Z | Compiling camino-tempfile v1.1.1 |
2012 | 2024-10-29T18:10:18.495Z | Compiling globset v0.4.15 |
2013 | 2024-10-29T18:10:19.323Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2014 | 2024-10-29T18:10:19.534Z | Compiling regress v0.9.1 |
2015 | 2024-10-29T18:10:21.208Z | Compiling pem v3.0.4 |
2016 | 2024-10-29T18:10:22.678Z | Compiling olpc-cjson v0.1.4 |
2017 | 2024-10-29T18:10:23.033Z | Compiling macaddr v1.0.1 |
2018 | 2024-10-29T18:10:23.670Z | Compiling serde_plain v1.0.2 |
2019 | 2024-10-29T18:10:24.225Z | Compiling async-recursion v1.1.1 |
2020 | 2024-10-29T18:10:24.772Z | Compiling memmap2 v0.9.5 |
2021 | 2024-10-29T18:10:25.346Z | Compiling path-slash v0.1.5 |
2022 | 2024-10-29T18:10:25.646Z | Compiling spin v0.5.2 |
2023 | 2024-10-29T18:10:25.666Z | Compiling arrayvec v0.7.6 |
2024 | 2024-10-29T18:10:25.755Z | Compiling untrusted v0.7.1 |
2025 | 2024-10-29T18:10:25.925Z | Compiling arrayref v0.3.9 |
2026 | 2024-10-29T18:10:25.944Z | Compiling typed-path v0.7.1 |
2027 | 2024-10-29T18:10:25.962Z | Compiling constant_time_eq v0.3.1 |
2028 | 2024-10-29T18:10:26.167Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2029 | 2024-10-29T18:10:27.414Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2030 | 2024-10-29T18:10:28.842Z | Compiling tough v0.17.1 |
2031 | 2024-10-29T18:10:29.134Z | Compiling itertools v0.13.0 |
2032 | 2024-10-29T18:10:32.748Z | Compiling cargo-platform v0.1.8 |
2033 | 2024-10-29T18:10:32.983Z | Compiling topological-sort v0.2.2 |
2034 | 2024-10-29T18:10:33.270Z | Compiling parse-size v1.0.0 |
2035 | 2024-10-29T18:10:33.408Z | Compiling omicron-zone-package v0.11.1 |
2036 | 2024-10-29T18:10:33.567Z | Compiling cargo_metadata v0.18.1 |
2037 | 2024-10-29T18:10:33.860Z | Compiling shell-words v1.1.0 |
2038 | 2024-10-29T18:10:41.014Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2039 | 2024-10-29T18:10:53.654Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2040 | 2024-10-29T18:11:08.183Z | Finished `release` profile [optimized] target(s) in 5m 20s |
2041 | 2024-10-29T18:11:08.337Z | Running `target/release/omicron-releng --output-dir /work` |
2042 | 2024-10-29T18:11:08.382Z | Oct 29 18:11:07.241 DEBG changing working directory to /work/oxidecomputer/omicron |
2043 | 2024-10-29T18:11:08.476Z | Oct 29 18:11:07.337 DEBG running: git rev-parse HEAD |
2044 | 2024-10-29T18:11:08.482Z | Oct 29 18:11:07.343 DEBG process exited with exit status: 0 (6.458854ms) |
2045 | 2024-10-29T18:11:08.482Z | Oct 29 18:11:07.343 INFO version: 12.0.0-0.ci+git608b3362ecb |
2046 | 2024-10-29T18:11:08.523Z | Oct 29 18:11:07.384 INFO cloning helios to /work/oxidecomputer/helios |
2047 | 2024-10-29T18:11:08.523Z | Oct 29 18:11:07.384 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2048 | 2024-10-29T18:11:08.529Z | Cloning into '/work/oxidecomputer/helios'... |
2049 | 2024-10-29T18:11:09.081Z | Oct 29 18:11:07.941 DEBG process exited with exit status: 0 (557.3114ms) |
2050 | 2024-10-29T18:11:09.081Z | Oct 29 18:11:07.941 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2051 | 2024-10-29T18:11:09.088Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2052 | 2024-10-29T18:11:09.088Z | # branch.head master |
2053 | 2024-10-29T18:11:09.088Z | # branch.upstream origin/master |
2054 | 2024-10-29T18:11:09.088Z | # branch.ab +0 -0 |
2055 | 2024-10-29T18:11:09.091Z | Oct 29 18:11:07.950 DEBG process exited with exit status: 0 (8.064764ms) |
2056 | 2024-10-29T18:11:09.091Z | Oct 29 18:11:07.950 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2057 | 2024-10-29T18:11:09.933Z | Oct 29 18:11:08.794 DEBG process exited with exit status: 0 (844.302864ms) |
2058 | 2024-10-29T18:11:09.933Z | Oct 29 18:11:08.794 DEBG running: zfs list rpool/images/build/host |
2059 | 2024-10-29T18:11:09.940Z | NAME USED AVAIL REFER MOUNTPOINT |
2060 | 2024-10-29T18:11:09.940Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2061 | 2024-10-29T18:11:09.943Z | Oct 29 18:11:08.801 DEBG process exited with exit status: 0 (7.125556ms) |
2062 | 2024-10-29T18:11:09.943Z | Oct 29 18:11:08.801 DEBG running: zfs list rpool/images/build/recovery |
2063 | 2024-10-29T18:11:09.946Z | NAME USED AVAIL REFER MOUNTPOINT |
2064 | 2024-10-29T18:11:09.946Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2065 | 2024-10-29T18:11:09.949Z | Oct 29 18:11:08.808 DEBG process exited with exit status: 0 (6.304598ms) |
2066 | 2024-10-29T18:11:09.949Z | Oct 29 18:11:08.808 INFO [hubris-production] running task |
2067 | 2024-10-29T18:11:09.949Z | Oct 29 18:11:08.809 INFO [hubris-staging] running task |
2068 | 2024-10-29T18:11:09.949Z | Oct 29 18:11:08.809 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 |
2069 | 2024-10-29T18:11:09.951Z | Oct 29 18:11:08.812 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2070 | 2024-10-29T18:11:10.028Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2071 | 2024-10-29T18:11:10.477Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-29T18:11:11.164Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-29T18:11:11.449Z | [ omicron-package] Blocking waiting for file lock on package cache |
2074 | 2024-10-29T18:11:11.604Z | Oct 29 18:11:10.464 INFO [hubris-production] task succeeded (1.655832111s) |
2075 | 2024-10-29T18:11:12.301Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2076 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling heapless v0.8.0 |
2077 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling hash32 v0.3.1 |
2078 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2079 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2080 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2081 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling cobs v0.2.3 |
2082 | 2024-10-29T18:11:12.304Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2083 | 2024-10-29T18:11:13.421Z | [ omicron-package] Compiling postcard v1.0.10 |
2084 | 2024-10-29T18:11:13.537Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2085 | 2024-10-29T18:11:13.683Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2086 | 2024-10-29T18:11:13.841Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2087 | 2024-10-29T18:11:13.972Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2088 | 2024-10-29T18:11:14.350Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2089 | 2024-10-29T18:11:14.353Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2090 | 2024-10-29T18:11:15.261Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2091 | 2024-10-29T18:11:15.263Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2024-10-29T18:11:15.380Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2093 | 2024-10-29T18:11:16.184Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2094 | 2024-10-29T18:11:16.290Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2095 | 2024-10-29T18:11:16.384Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2096 | 2024-10-29T18:11:16.660Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2097 | 2024-10-29T18:11:16.773Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2098 | 2024-10-29T18:11:17.351Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2024-10-29T18:11:17.424Z | [ omicron-package] Compiling colored v2.1.0 |
2100 | 2024-10-29T18:11:17.738Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2024-10-29T18:11:17.860Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-10-29T18:11:18.017Z | [ omicron-package] Compiling num_enum v0.5.11 |
2103 | 2024-10-29T18:11:18.444Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2104 | 2024-10-29T18:11:18.484Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2105 | 2024-10-29T18:11:18.560Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2106 | 2024-10-29T18:11:18.876Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2107 | 2024-10-29T18:11:19.145Z | [ omicron-package] Compiling num-derive v0.4.2 |
2108 | 2024-10-29T18:11:19.325Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2024-10-29T18:11:19.466Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2110 | 2024-10-29T18:11:19.709Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2111 | 2024-10-29T18:11:19.833Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2024-10-29T18:11:20.436Z | [ omicron-package] Compiling smf v0.2.3 |
2113 | 2024-10-29T18:11:20.635Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2114 | 2024-10-29T18:11:20.821Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2115 | 2024-10-29T18:11:21.391Z | [ omicron-package] Compiling zone v0.3.0 |
2116 | 2024-10-29T18:11:21.764Z | Oct 29 18:11:20.622 INFO [hubris-staging] task succeeded (11.813361116s) |
2117 | 2024-10-29T18:11:23.309Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2118 | 2024-10-29T18:11:23.914Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2119 | 2024-10-29T18:11:24.006Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-10-29T18:11:25.355Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2121 | 2024-10-29T18:11:25.533Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2122 | 2024-10-29T18:11:25.805Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2123 | 2024-10-29T18:11:25.934Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-10-29T18:11:26.394Z | [ omicron-package] Compiling gethostname v0.5.0 |
2125 | 2024-10-29T18:11:28.250Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2126 | 2024-10-29T18:11:30.661Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-10-29T18:11:33.691Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2128 | 2024-10-29T18:11:34.271Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2024-10-29T18:11:35.893Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2024-10-29T18:11:50.997Z | [ helios-setup] Oct 29 18:11:49.852 INFO helios repository root is: /work/oxidecomputer/helios |
2131 | 2024-10-29T18:11:51.001Z | [ helios-setup] Oct 29 18:11:49.855 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 |
2132 | 2024-10-29T18:11:51.001Z | [ helios-setup] Oct 29 18:11:49.855 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2133 | 2024-10-29T18:11:51.005Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2134 | 2024-10-29T18:11:52.138Z | [ helios-setup] Oct 29 18:11:50.994 INFO clone ok!, project: pilot |
2135 | 2024-10-29T18:11:52.142Z | [ helios-setup] Oct 29 18:11:50.994 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2136 | 2024-10-29T18:11:52.142Z | [ helios-setup] Oct 29 18:11:50.994 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2137 | 2024-10-29T18:11:52.142Z | [ helios-setup] Oct 29 18:11:50.994 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 |
2138 | 2024-10-29T18:11:52.142Z | [ helios-setup] Oct 29 18:11:50.994 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 |
2139 | 2024-10-29T18:11:52.145Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2140 | 2024-10-29T18:11:53.170Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2141 | 2024-10-29T18:11:53.219Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2142 | 2024-10-29T18:11:56.087Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.12s |
2143 | 2024-10-29T18:11:56.320Z | [ omicron-package] |
2144 | 2024-10-29T18:11:56.320Z | [ omicron-package] real 46.319410018 |
2145 | 2024-10-29T18:11:56.322Z | [ omicron-package] user 2:39.943946590 |
2146 | 2024-10-29T18:11:56.322Z | [ omicron-package] sys 21.849839776 |
2147 | 2024-10-29T18:11:56.322Z | [ omicron-package] trap 0.179460564 |
2148 | 2024-10-29T18:11:56.322Z | [ omicron-package] tflt 0.462786390 |
2149 | 2024-10-29T18:11:56.322Z | [ omicron-package] dflt 0.558546232 |
2150 | 2024-10-29T18:11:56.322Z | [ omicron-package] kflt 0.009378168 |
2151 | 2024-10-29T18:11:56.322Z | [ omicron-package] lock 5:05.230044507 |
2152 | 2024-10-29T18:11:56.322Z | [ omicron-package] slp 8:28.217899495 |
2153 | 2024-10-29T18:11:56.322Z | [ omicron-package] lat 1:31.393056336 |
2154 | 2024-10-29T18:11:56.322Z | [ omicron-package] stop 52.357341635 |
2155 | 2024-10-29T18:11:56.322Z | Oct 29 18:11:55.176 INFO [omicron-package] process exited with exit status: 0 (46.367006769s) |
2156 | 2024-10-29T18:11:56.322Z | Oct 29 18:11:55.176 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2157 | 2024-10-29T18:11:56.394Z | Oct 29 18:11:55.249 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 |
2158 | 2024-10-29T18:11:56.406Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2159 | 2024-10-29T18:11:56.409Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2160 | 2024-10-29T18:11:56.409Z | Oct 29 18:11:55.263 INFO [recovery-target] process exited with exit status: 0 (87.167562ms) |
2161 | 2024-10-29T18:11:56.412Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2162 | 2024-10-29T18:11:56.415Z | [ host-target] Created new build target 'host' and set it as active |
2163 | 2024-10-29T18:11:56.415Z | Oct 29 18:11:55.270 INFO [host-target] process exited with exit status: 0 (20.77092ms) |
2164 | 2024-10-29T18:11:56.415Z | Oct 29 18:11:55.270 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2165 | 2024-10-29T18:11:56.431Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2166 | 2024-10-29T18:11:57.676Z | [ host-package] Compiling convert_case v0.4.0 |
2167 | 2024-10-29T18:11:57.676Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2168 | 2024-10-29T18:11:57.676Z | [ host-package] Compiling password-hash v0.5.0 |
2169 | 2024-10-29T18:11:57.678Z | [ host-package] Compiling blake2 v0.10.6 |
2170 | 2024-10-29T18:11:57.678Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2171 | 2024-10-29T18:11:57.678Z | [ host-package] Compiling newline-converter v0.3.0 |
2172 | 2024-10-29T18:11:57.678Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2173 | 2024-10-29T18:11:57.834Z | [ host-package] Compiling owo-colors v4.1.0 |
2174 | 2024-10-29T18:11:58.000Z | [ host-package] Compiling expectorate v1.1.0 |
2175 | 2024-10-29T18:11:58.056Z | [ host-package] Compiling libsw v3.3.1 |
2176 | 2024-10-29T18:11:58.252Z | [ host-package] Compiling swrite v0.1.0 |
2177 | 2024-10-29T18:11:58.325Z | [ host-package] Compiling argon2 v0.5.3 |
2178 | 2024-10-29T18:11:58.442Z | [ host-package] Compiling linear-map v1.2.0 |
2179 | 2024-10-29T18:11:58.548Z | [ host-package] Compiling derive_more v0.99.18 |
2180 | 2024-10-29T18:11:58.838Z | [ host-package] Compiling indent_write v2.2.0 |
2181 | 2024-10-29T18:11:58.892Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2182 | 2024-10-29T18:11:59.084Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2183 | 2024-10-29T18:11:59.192Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2184 | 2024-10-29T18:11:59.206Z | [ helios-setup] Oct 29 18:11:58.061 INFO clone ok!, project: amd-host-image-builder |
2185 | 2024-10-29T18:11:59.209Z | [ host-package] Compiling progenitor-client v0.8.0 |
2186 | 2024-10-29T18:11:59.209Z | [ helios-setup] Oct 29 18:11:58.061 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 |
2187 | 2024-10-29T18:11:59.209Z | [ helios-setup] Oct 29 18:11:58.061 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2188 | 2024-10-29T18:11:59.211Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2189 | 2024-10-29T18:11:59.263Z | [ host-package] Compiling atomicwrites v0.4.4 |
2190 | 2024-10-29T18:11:59.670Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2191 | 2024-10-29T18:11:59.769Z | [ host-package] Compiling progenitor v0.8.0 |
2192 | 2024-10-29T18:11:59.873Z | [ helios-setup] Oct 29 18:11:58.726 INFO clone ok!, project: pinprick |
2193 | 2024-10-29T18:11:59.875Z | [ helios-setup] Oct 29 18:11:58.726 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 |
2194 | 2024-10-29T18:11:59.875Z | [ helios-setup] Oct 29 18:11:58.726 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2195 | 2024-10-29T18:11:59.878Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2196 | 2024-10-29T18:11:59.931Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2197 | 2024-10-29T18:11:59.980Z | [ host-package] Compiling num-rational v0.4.2 |
2198 | 2024-10-29T18:12:00.016Z | [ host-package] Compiling num-complex v0.4.6 |
2199 | 2024-10-29T18:12:00.622Z | [ helios-setup] Oct 29 18:11:59.477 INFO clone ok!, project: bootserver |
2200 | 2024-10-29T18:12:00.624Z | [ helios-setup] Oct 29 18:11:59.477 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 |
2201 | 2024-10-29T18:12:00.624Z | [ helios-setup] Oct 29 18:11:59.477 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2202 | 2024-10-29T18:12:00.627Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2203 | 2024-10-29T18:12:00.708Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2204 | 2024-10-29T18:12:01.361Z | [ host-package] Compiling num v0.4.3 |
2205 | 2024-10-29T18:12:01.400Z | [ host-package] Compiling float-ord v0.3.2 |
2206 | 2024-10-29T18:12:01.492Z | [ host-package] Compiling prettyplease v0.2.22 |
2207 | 2024-10-29T18:12:01.573Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2208 | 2024-10-29T18:12:01.847Z | [ host-package] Compiling semver v0.1.20 |
2209 | 2024-10-29T18:12:02.468Z | [ host-package] Compiling rustc_version v0.1.7 |
2210 | 2024-10-29T18:12:02.627Z | [ host-package] Compiling humantime v2.1.0 |
2211 | 2024-10-29T18:12:02.960Z | [ host-package] Compiling newtype_derive v0.1.6 |
2212 | 2024-10-29T18:12:03.403Z | [ host-package] Compiling highway v1.2.0 |
2213 | 2024-10-29T18:12:03.737Z | [ host-package] Compiling home v0.5.9 |
2214 | 2024-10-29T18:12:03.992Z | [ host-package] Compiling steno v0.4.1 |
2215 | 2024-10-29T18:12:05.506Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2216 | 2024-10-29T18:12:07.720Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2217 | 2024-10-29T18:12:08.070Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2218 | 2024-10-29T18:12:08.497Z | [ host-package] Compiling ipnetwork v0.20.0 |
2219 | 2024-10-29T18:12:08.520Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2220 | 2024-10-29T18:12:08.921Z | [ host-package] Compiling instant v0.1.13 |
2221 | 2024-10-29T18:12:09.087Z | [ host-package] Compiling backoff v0.4.0 |
2222 | 2024-10-29T18:12:09.353Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2223 | 2024-10-29T18:12:09.387Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2224 | 2024-10-29T18:12:09.471Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2225 | 2024-10-29T18:12:09.828Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2226 | 2024-10-29T18:12:10.182Z | [ host-package] Compiling parse-display v0.10.0 |
2227 | 2024-10-29T18:12:10.783Z | [ helios-setup] Oct 29 18:12:09.636 INFO clone ok!, project: amd-firmware |
2228 | 2024-10-29T18:12:10.786Z | [ helios-setup] Oct 29 18:12:09.637 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 |
2229 | 2024-10-29T18:12:10.786Z | [ helios-setup] Oct 29 18:12:09.637 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2230 | 2024-10-29T18:12:10.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2231 | 2024-10-29T18:12:10.917Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2232 | 2024-10-29T18:12:11.118Z | [ host-package] Compiling serde_with v3.11.0 |
2233 | 2024-10-29T18:12:11.743Z | [ helios-setup] Oct 29 18:12:10.597 INFO clone ok!, project: image-builder |
2234 | 2024-10-29T18:12:11.746Z | [ helios-setup] Oct 29 18:12:10.597 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 |
2235 | 2024-10-29T18:12:11.746Z | [ helios-setup] Oct 29 18:12:10.597 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2236 | 2024-10-29T18:12:11.749Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2237 | 2024-10-29T18:12:12.579Z | [ helios-setup] Oct 29 18:12:11.432 INFO clone ok!, project: phbl |
2238 | 2024-10-29T18:12:12.583Z | [ helios-setup] Oct 29 18:12:11.433 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2239 | 2024-10-29T18:12:12.583Z | [ helios-setup] Oct 29 18:12:11.433 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 |
2240 | 2024-10-29T18:12:12.583Z | [ helios-setup] Oct 29 18:12:11.433 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2241 | 2024-10-29T18:12:12.585Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2242 | 2024-10-29T18:12:13.731Z | [ helios-setup] Oct 29 18:12:12.584 INFO clone ok!, project: chelsio-t6-roms |
2243 | 2024-10-29T18:12:13.734Z | [ helios-setup] Oct 29 18:12:12.585 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2244 | 2024-10-29T18:12:14.490Z | [ helios-setup] Oct 29 18:12:13.343 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2245 | 2024-10-29T18:12:15.065Z | [ helios-setup] Oct 29 18:12:13.919 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2246 | 2024-10-29T18:12:15.068Z | [ helios-setup] Oct 29 18:12:13.919 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2247 | 2024-10-29T18:12:15.113Z | [ host-package] Compiling strum v0.26.3 |
2248 | 2024-10-29T18:12:15.360Z | [ host-package] Compiling regress v0.9.1 |
2249 | 2024-10-29T18:12:15.540Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2250 | 2024-10-29T18:12:15.619Z | [ helios-setup] Oct 29 18:12:14.472 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2251 | 2024-10-29T18:12:16.149Z | [ helios-setup] Oct 29 18:12:15.001 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2252 | 2024-10-29T18:12:16.151Z | [ helios-setup] Oct 29 18:12:15.002 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2253 | 2024-10-29T18:12:16.774Z | [ helios-setup] Oct 29 18:12:15.628 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2254 | 2024-10-29T18:12:17.311Z | [ helios-setup] Oct 29 18:12:16.164 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2255 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2256 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2257 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO ok! |
2258 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2259 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2260 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO ok! |
2261 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2262 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.164 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2263 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.165 INFO ok! |
2264 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.165 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2265 | 2024-10-29T18:12:17.315Z | [ helios-setup] Oct 29 18:12:16.165 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2266 | 2024-10-29T18:12:17.627Z | [ helios-setup] Oct 29 18:12:16.480 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2267 | 2024-10-29T18:12:17.940Z | [ host-package] Compiling macaddr v1.0.1 |
2268 | 2024-10-29T18:12:18.707Z | [ helios-setup] Oct 29 18:12:17.560 INFO E| From https://github.com/oxidecomputer/progenitor |
2269 | 2024-10-29T18:12:18.707Z | [ helios-setup] Oct 29 18:12:17.560 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2270 | 2024-10-29T18:12:18.740Z | [ helios-setup] Oct 29 18:12:17.593 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2271 | 2024-10-29T18:12:18.740Z | [ helios-setup] Oct 29 18:12:17.593 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2272 | 2024-10-29T18:12:18.875Z | [ helios-setup] Oct 29 18:12:17.728 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2273 | 2024-10-29T18:12:19.111Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2274 | 2024-10-29T18:12:19.412Z | [ helios-setup] Oct 29 18:12:18.265 INFO E| From https://github.com/jclulow/hiercmd |
2275 | 2024-10-29T18:12:19.412Z | [ helios-setup] Oct 29 18:12:18.265 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2276 | 2024-10-29T18:12:19.435Z | [ helios-setup] Oct 29 18:12:18.288 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2277 | 2024-10-29T18:12:19.767Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2024-10-29T18:12:19.954Z | [ helios-setup] Oct 29 18:12:18.807 INFO E| From https://github.com/jclulow/network-interface |
2279 | 2024-10-29T18:12:19.954Z | [ helios-setup] Oct 29 18:12:18.807 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2280 | 2024-10-29T18:12:19.994Z | [ helios-setup] Oct 29 18:12:18.845 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2281 | 2024-10-29T18:12:20.508Z | [ helios-setup] Oct 29 18:12:19.358 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2282 | 2024-10-29T18:12:20.508Z | [ helios-setup] Oct 29 18:12:19.359 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2283 | 2024-10-29T18:12:20.547Z | [ helios-setup] Oct 29 18:12:19.399 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2284 | 2024-10-29T18:12:20.686Z | [ host-package] Compiling display-error-chain v0.2.1 |
2285 | 2024-10-29T18:12:20.906Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2286 | 2024-10-29T18:12:21.518Z | [ helios-setup] Oct 29 18:12:20.370 INFO E| From https://github.com/oxidecomputer/facade |
2287 | 2024-10-29T18:12:21.518Z | [ helios-setup] Oct 29 18:12:20.370 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2288 | 2024-10-29T18:12:21.567Z | [ helios-setup] Oct 29 18:12:20.419 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2289 | 2024-10-29T18:12:22.489Z | [ helios-setup] Oct 29 18:12:21.342 INFO E| From https://github.com/oxidecomputer/dropshot |
2290 | 2024-10-29T18:12:22.490Z | [ helios-setup] Oct 29 18:12:21.342 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2291 | 2024-10-29T18:12:22.527Z | [ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2292 | 2024-10-29T18:12:22.527Z | [ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2293 | 2024-10-29T18:12:22.529Z | [ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2294 | 2024-10-29T18:12:22.530Z | [ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2295 | 2024-10-29T18:12:22.530Z | [ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2296 | 2024-10-29T18:12:22.530Z | [ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2297 | 2024-10-29T18:12:22.530Z | [ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2298 | 2024-10-29T18:12:22.530Z | [ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2299 | 2024-10-29T18:12:22.580Z | [ helios-setup] Oct 29 18:12:21.433 INFO E| Updating crates.io index |
2300 | 2024-10-29T18:12:22.612Z | [ helios-setup] Oct 29 18:12:21.464 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2301 | 2024-10-29T18:12:23.580Z | [ helios-setup] Oct 29 18:12:22.432 INFO E| From https://github.com/oxidecomputer/typify |
2302 | 2024-10-29T18:12:23.580Z | [ helios-setup] Oct 29 18:12:22.432 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2303 | 2024-10-29T18:12:23.614Z | [ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2304 | 2024-10-29T18:12:23.614Z | [ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2305 | 2024-10-29T18:12:23.617Z | [ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2306 | 2024-10-29T18:12:23.617Z | [ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2307 | 2024-10-29T18:12:23.617Z | [ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2308 | 2024-10-29T18:12:23.617Z | [ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2309 | 2024-10-29T18:12:23.617Z | [ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2310 | 2024-10-29T18:12:24.141Z | [ helios-setup] Oct 29 18:12:22.994 INFO E| Downloading crates ... |
2311 | 2024-10-29T18:12:24.366Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2312 | 2024-10-29T18:12:24.370Z | [ helios-setup] Oct 29 18:12:23.222 INFO E| Downloaded ahash v0.7.6 |
2313 | 2024-10-29T18:12:24.377Z | [ helios-setup] Oct 29 18:12:23.229 INFO E| Downloaded async-stream v0.3.5 |
2314 | 2024-10-29T18:12:24.380Z | [ helios-setup] Oct 29 18:12:23.232 INFO E| Downloaded anyhow v1.0.68 |
2315 | 2024-10-29T18:12:24.388Z | [ helios-setup] Oct 29 18:12:23.240 INFO E| Downloaded async-trait v0.1.68 |
2316 | 2024-10-29T18:12:24.396Z | [ helios-setup] Oct 29 18:12:23.248 INFO E| Downloaded rustls-pemfile v1.0.2 |
2317 | 2024-10-29T18:12:24.400Z | [ helios-setup] Oct 29 18:12:23.253 INFO E| Downloaded camino v1.1.4 |
2318 | 2024-10-29T18:12:24.405Z | [ helios-setup] Oct 29 18:12:23.258 INFO E| Downloaded cc v1.0.78 |
2319 | 2024-10-29T18:12:24.411Z | [ helios-setup] Oct 29 18:12:23.263 INFO E| Downloaded rustls-webpki v0.100.1 |
2320 | 2024-10-29T18:12:24.424Z | [ helios-setup] Oct 29 18:12:23.276 INFO E| Downloaded cpufeatures v0.2.5 |
2321 | 2024-10-29T18:12:24.427Z | [ helios-setup] Oct 29 18:12:23.279 INFO E| Downloaded regress v0.5.0 |
2322 | 2024-10-29T18:12:24.445Z | [ helios-setup] Oct 29 18:12:23.297 INFO E| Downloaded either v1.8.0 |
2323 | 2024-10-29T18:12:24.448Z | [ helios-setup] Oct 29 18:12:23.300 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2324 | 2024-10-29T18:12:24.450Z | [ helios-setup] Oct 29 18:12:23.303 INFO E| Downloaded rhai_codegen v1.5.0 |
2325 | 2024-10-29T18:12:24.468Z | [ helios-setup] Oct 29 18:12:23.320 INFO E| Downloaded rhai v1.14.0 |
2326 | 2024-10-29T18:12:24.492Z | [ helios-setup] Oct 29 18:12:23.344 INFO E| Downloaded strsim v0.10.0 |
2327 | 2024-10-29T18:12:24.495Z | [ helios-setup] Oct 29 18:12:23.348 INFO E| Downloaded serde_derive_internals v0.26.0 |
2328 | 2024-10-29T18:12:24.498Z | [ helios-setup] Oct 29 18:12:23.351 INFO E| Downloaded num-traits v0.2.15 |
2329 | 2024-10-29T18:12:24.504Z | [ helios-setup] Oct 29 18:12:23.357 INFO E| Downloaded httparse v1.8.0 |
2330 | 2024-10-29T18:12:24.509Z | [ helios-setup] Oct 29 18:12:23.361 INFO E| Downloaded memchr v2.5.0 |
2331 | 2024-10-29T18:12:24.517Z | [ helios-setup] Oct 29 18:12:23.370 INFO E| Downloaded unicode-width v0.1.10 |
2332 | 2024-10-29T18:12:24.520Z | [ helios-setup] Oct 29 18:12:23.373 INFO E| Downloaded walkdir v2.3.3 |
2333 | 2024-10-29T18:12:24.525Z | [ helios-setup] Oct 29 18:12:23.377 INFO E| Downloaded typenum v1.16.0 |
2334 | 2024-10-29T18:12:24.529Z | [ helios-setup] Oct 29 18:12:23.382 INFO E| Downloaded unicode-bidi v0.3.13 |
2335 | 2024-10-29T18:12:24.534Z | [ helios-setup] Oct 29 18:12:23.387 INFO E| Downloaded tinyvec v1.6.0 |
2336 | 2024-10-29T18:12:24.541Z | [ helios-setup] Oct 29 18:12:23.393 INFO E| Downloaded unicode-normalization v0.1.22 |
2337 | 2024-10-29T18:12:24.548Z | [ helios-setup] Oct 29 18:12:23.401 INFO E| Downloaded textwrap v0.16.0 |
2338 | 2024-10-29T18:12:24.553Z | [ helios-setup] Oct 29 18:12:23.406 INFO E| Downloaded tower-service v0.3.2 |
2339 | 2024-10-29T18:12:24.556Z | [ helios-setup] Oct 29 18:12:23.408 INFO E| Downloaded socket2 v0.4.9 |
2340 | 2024-10-29T18:12:24.559Z | [ helios-setup] Oct 29 18:12:23.412 INFO E| Downloaded sct v0.7.0 |
2341 | 2024-10-29T18:12:24.567Z | [ helios-setup] Oct 29 18:12:23.419 INFO E| Downloaded terminal_size v0.2.6 |
2342 | 2024-10-29T18:12:24.570Z | [ helios-setup] Oct 29 18:12:23.422 INFO E| Downloaded sha1 v0.10.5 |
2343 | 2024-10-29T18:12:24.572Z | [ helios-setup] Oct 29 18:12:23.425 INFO E| Downloaded aho-corasick v0.7.20 |
2344 | 2024-10-29T18:12:24.580Z | [ helios-setup] Oct 29 18:12:23.433 INFO E| Downloaded semver-parser v0.10.2 |
2345 | 2024-10-29T18:12:24.584Z | [ helios-setup] Oct 29 18:12:23.437 INFO E| Downloaded num-integer v0.1.45 |
2346 | 2024-10-29T18:12:24.588Z | [ helios-setup] Oct 29 18:12:23.441 INFO E| Downloaded memoffset v0.7.1 |
2347 | 2024-10-29T18:12:24.591Z | [ helios-setup] Oct 29 18:12:23.443 INFO E| Downloaded log v0.4.17 |
2348 | 2024-10-29T18:12:24.595Z | [ helios-setup] Oct 29 18:12:23.448 INFO E| Downloaded lazy_static v1.4.0 |
2349 | 2024-10-29T18:12:24.598Z | [ helios-setup] Oct 29 18:12:23.450 INFO E| Downloaded jobserver v0.1.26 |
2350 | 2024-10-29T18:12:24.603Z | [ helios-setup] Oct 29 18:12:23.456 INFO E| Downloaded thiserror-impl v1.0.38 |
2351 | 2024-10-29T18:12:24.606Z | [ helios-setup] Oct 29 18:12:23.458 INFO E| Downloaded thiserror v1.0.38 |
2352 | 2024-10-29T18:12:24.613Z | [ helios-setup] Oct 29 18:12:23.466 INFO E| Downloaded tokio-util v0.7.7 |
2353 | 2024-10-29T18:12:24.623Z | [ helios-setup] Oct 29 18:12:23.476 INFO E| Downloaded tokio-macros v2.0.0 |
2354 | 2024-10-29T18:12:24.626Z | [ helios-setup] Oct 29 18:12:23.478 INFO E| Downloaded utf8parse v0.2.1 |
2355 | 2024-10-29T18:12:24.628Z | [ helios-setup] Oct 29 18:12:23.480 INFO E| Downloaded tempfile v3.5.0 |
2356 | 2024-10-29T18:12:24.631Z | [ helios-setup] Oct 29 18:12:23.484 INFO E| Downloaded smartstring v1.0.1 |
2357 | 2024-10-29T18:12:24.636Z | [ helios-setup] Oct 29 18:12:23.488 INFO E| Downloaded smallvec v1.10.0 |
2358 | 2024-10-29T18:12:24.639Z | [ helios-setup] Oct 29 18:12:23.491 INFO E| Downloaded syn v1.0.107 |
2359 | 2024-10-29T18:12:24.656Z | [ helios-setup] Oct 29 18:12:23.509 INFO E| Downloaded scopeguard v1.1.0 |
2360 | 2024-10-29T18:12:24.659Z | [ helios-setup] Oct 29 18:12:23.511 INFO E| Downloaded toml v0.5.11 |
2361 | 2024-10-29T18:12:24.662Z | [ helios-setup] Oct 29 18:12:23.514 INFO E| Downloaded syn v2.0.72 |
2362 | 2024-10-29T18:12:24.695Z | [ helios-setup] Oct 29 18:12:23.547 INFO E| Downloaded serde_derive v1.0.204 |
2363 | 2024-10-29T18:12:24.699Z | [ helios-setup] Oct 29 18:12:23.552 INFO E| Downloaded unicode-ident v1.0.8 |
2364 | 2024-10-29T18:12:24.705Z | [ helios-setup] Oct 29 18:12:23.558 INFO E| Downloaded reqwest v0.11.16 |
2365 | 2024-10-29T18:12:24.720Z | [ helios-setup] Oct 29 18:12:23.571 INFO E| Downloaded want v0.3.0 |
2366 | 2024-10-29T18:12:24.722Z | [ helios-setup] Oct 29 18:12:23.572 INFO E| Downloaded tokio v1.27.0 |
2367 | 2024-10-29T18:12:24.774Z | [ helios-setup] Oct 29 18:12:23.627 INFO E| Downloaded uuid v1.3.0 |
2368 | 2024-10-29T18:12:24.781Z | [ helios-setup] Oct 29 18:12:23.633 INFO E| Downloaded rustix v0.37.3 |
2369 | 2024-10-29T18:12:24.813Z | [ helios-setup] Oct 29 18:12:23.665 INFO E| Downloaded itoa v1.0.6 |
2370 | 2024-10-29T18:12:24.830Z | [ helios-setup] Oct 29 18:12:23.683 INFO E| Downloaded miniz_oxide v0.6.2 |
2371 | 2024-10-29T18:12:24.834Z | [ helios-setup] Oct 29 18:12:23.686 INFO E| Downloaded lock_api v0.4.9 |
2372 | 2024-10-29T18:12:24.836Z | [ helios-setup] Oct 29 18:12:23.688 INFO E| Downloaded is-terminal v0.4.7 |
2373 | 2024-10-29T18:12:24.839Z | [ helios-setup] Oct 29 18:12:23.690 INFO E| Downloaded ipnet v2.7.2 |
2374 | 2024-10-29T18:12:24.844Z | [ helios-setup] Oct 29 18:12:23.693 INFO E| Downloaded num_cpus v1.15.0 |
2375 | 2024-10-29T18:12:24.847Z | [ helios-setup] Oct 29 18:12:23.698 INFO E| Downloaded io-lifetimes v1.0.10 |
2376 | 2024-10-29T18:12:24.849Z | [ helios-setup] Oct 29 18:12:23.702 INFO E| Downloaded iana-time-zone v0.1.56 |
2377 | 2024-10-29T18:12:24.853Z | [ helios-setup] Oct 29 18:12:23.706 INFO E| Downloaded hyper v0.14.25 |
2378 | 2024-10-29T18:12:24.875Z | [ helios-setup] Oct 29 18:12:23.728 INFO E| Downloaded regex v1.7.3 |
2379 | 2024-10-29T18:12:24.892Z | [ helios-setup] Oct 29 18:12:23.743 INFO E| Downloaded anstyle v0.3.5 |
2380 | 2024-10-29T18:12:24.894Z | [ helios-setup] Oct 29 18:12:23.745 INFO E| Downloaded rayon-core v1.10.2 |
2381 | 2024-10-29T18:12:24.918Z | [ helios-setup] Oct 29 18:12:23.770 INFO E| Downloaded rayon v1.6.1 |
2382 | 2024-10-29T18:12:24.933Z | [ helios-setup] Oct 29 18:12:23.784 INFO E| Downloaded dyn-clone v1.0.11 |
2383 | 2024-10-29T18:12:24.935Z | [ helios-setup] Oct 29 18:12:23.787 INFO E| Downloaded anstream v0.2.6 |
2384 | 2024-10-29T18:12:24.938Z | [ helios-setup] Oct 29 18:12:23.791 INFO E| Downloaded project-root v0.2.2 |
2385 | 2024-10-29T18:12:24.941Z | [ helios-setup] Oct 29 18:12:23.792 INFO E| Downloaded openapiv3 v1.0.2 |
2386 | 2024-10-29T18:12:24.961Z | [ helios-setup] Oct 29 18:12:23.813 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2387 | 2024-10-29T18:12:24.964Z | [ helios-setup] Oct 29 18:12:23.816 INFO E| Downloaded proc-macro-crate v1.2.1 |
2388 | 2024-10-29T18:12:24.966Z | [ helios-setup] Oct 29 18:12:23.818 INFO E| Downloaded pkg-config v0.3.26 |
2389 | 2024-10-29T18:12:24.969Z | [ helios-setup] Oct 29 18:12:23.821 INFO E| Downloaded pin-project-lite v0.2.9 |
2390 | 2024-10-29T18:12:24.976Z | [ helios-setup] Oct 29 18:12:23.828 INFO E| Downloaded pest v2.5.7 |
2391 | 2024-10-29T18:12:24.984Z | [ helios-setup] Oct 29 18:12:23.837 INFO E| Downloaded libc v0.2.139 |
2392 | 2024-10-29T18:12:25.026Z | [ helios-setup] Oct 29 18:12:23.878 INFO E| Downloaded percent-encoding v2.2.0 |
2393 | 2024-10-29T18:12:25.028Z | [ helios-setup] Oct 29 18:12:23.879 INFO E| Downloaded encoding_rs v0.8.32 |
2394 | 2024-10-29T18:12:25.061Z | [ helios-setup] Oct 29 18:12:23.913 INFO E| Downloaded paste v1.0.12 |
2395 | 2024-10-29T18:12:25.066Z | [ helios-setup] Oct 29 18:12:23.918 INFO E| Downloaded parking_lot_core v0.9.6 |
2396 | 2024-10-29T18:12:25.069Z | [ helios-setup] Oct 29 18:12:23.922 INFO E| Downloaded parking_lot v0.12.1 |
2397 | 2024-10-29T18:12:25.073Z | [ helios-setup] Oct 29 18:12:23.926 INFO E| Downloaded once_cell v1.17.0 |
2398 | 2024-10-29T18:12:25.077Z | [ helios-setup] Oct 29 18:12:23.930 INFO E| Downloaded num_enum_derive v0.5.7 |
2399 | 2024-10-29T18:12:25.081Z | [ helios-setup] Oct 29 18:12:23.931 INFO E| Downloaded num_enum v0.5.7 |
2400 | 2024-10-29T18:12:25.086Z | [ helios-setup] Oct 29 18:12:23.938 INFO E| Downloaded mio v0.8.5 |
2401 | 2024-10-29T18:12:25.095Z | [ helios-setup] Oct 29 18:12:23.948 INFO E| Downloaded futures-sink v0.3.28 |
2402 | 2024-10-29T18:12:25.098Z | [ helios-setup] Oct 29 18:12:23.949 INFO E| Downloaded chrono v0.4.24 |
2403 | 2024-10-29T18:12:25.109Z | [ helios-setup] Oct 29 18:12:23.962 INFO E| Downloaded http-body v0.4.5 |
2404 | 2024-10-29T18:12:25.112Z | [ helios-setup] Oct 29 18:12:23.964 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2405 | 2024-10-29T18:12:25.203Z | [ helios-setup] Oct 29 18:12:24.056 INFO E| Downloaded http v0.2.9 |
2406 | 2024-10-29T18:12:25.210Z | [ helios-setup] Oct 29 18:12:24.062 INFO E| Downloaded home v0.5.4 |
2407 | 2024-10-29T18:12:25.212Z | [ helios-setup] Oct 29 18:12:24.064 INFO E| Downloaded h2 v0.3.16 |
2408 | 2024-10-29T18:12:25.222Z | [ helios-setup] Oct 29 18:12:24.074 INFO E| Downloaded git2 v0.16.1 |
2409 | 2024-10-29T18:12:25.236Z | [ helios-setup] Oct 29 18:12:24.088 INFO E| Downloaded generic-array v0.14.6 |
2410 | 2024-10-29T18:12:25.238Z | [ helios-setup] Oct 29 18:12:24.091 INFO E| Downloaded futures-util v0.3.28 |
2411 | 2024-10-29T18:12:25.258Z | [ helios-setup] Oct 29 18:12:24.110 INFO E| Downloaded futures-task v0.3.28 |
2412 | 2024-10-29T18:12:25.287Z | [ helios-setup] Oct 29 18:12:24.140 INFO E| Downloaded futures-macro v0.3.28 |
2413 | 2024-10-29T18:12:25.287Z | [ helios-setup] Oct 29 18:12:24.140 INFO E| Downloaded libz-sys v1.1.8 |
2414 | 2024-10-29T18:12:25.342Z | [ helios-setup] Oct 29 18:12:24.194 INFO E| Downloaded futures-io v0.3.28 |
2415 | 2024-10-29T18:12:25.344Z | [ helios-setup] Oct 29 18:12:24.195 INFO E| Downloaded futures-executor v0.3.28 |
2416 | 2024-10-29T18:12:25.347Z | [ helios-setup] Oct 29 18:12:24.197 INFO E| Downloaded futures-core v0.3.28 |
2417 | 2024-10-29T18:12:25.347Z | [ helios-setup] Oct 29 18:12:24.199 INFO E| Downloaded futures-channel v0.3.28 |
2418 | 2024-10-29T18:12:25.350Z | [ helios-setup] Oct 29 18:12:24.202 INFO E| Downloaded futures v0.3.28 |
2419 | 2024-10-29T18:12:25.357Z | [ helios-setup] Oct 29 18:12:24.209 INFO E| Downloaded form_urlencoded v1.1.0 |
2420 | 2024-10-29T18:12:25.359Z | [ helios-setup] Oct 29 18:12:24.210 INFO E| Downloaded flate2 v1.0.25 |
2421 | 2024-10-29T18:12:25.366Z | [ helios-setup] Oct 29 18:12:24.218 INFO E| Downloaded errno v0.3.1 |
2422 | 2024-10-29T18:12:25.371Z | [ helios-setup] Oct 29 18:12:24.220 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2423 | 2024-10-29T18:12:25.374Z | [ helios-setup] Oct 29 18:12:24.225 INFO E| Downloaded crossbeam-channel v0.5.6 |
2424 | 2024-10-29T18:12:25.380Z | [ helios-setup] Oct 29 18:12:24.231 INFO E| Downloaded const-random-macro v0.1.15 |
2425 | 2024-10-29T18:12:25.380Z | [ helios-setup] Oct 29 18:12:24.232 INFO E| Downloaded clap_builder v4.2.1 |
2426 | 2024-10-29T18:12:25.391Z | [ helios-setup] Oct 29 18:12:24.243 INFO E| Downloaded winnow v0.4.1 |
2427 | 2024-10-29T18:12:25.404Z | [ helios-setup] Oct 29 18:12:24.257 INFO E| Downloaded url v2.3.1 |
2428 | 2024-10-29T18:12:25.409Z | [ helios-setup] Oct 29 18:12:24.261 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2429 | 2024-10-29T18:12:25.415Z | [ helios-setup] Oct 29 18:12:24.266 INFO E| Downloaded unicode-linebreak v0.1.4 |
2430 | 2024-10-29T18:12:25.417Z | [ helios-setup] Oct 29 18:12:24.269 INFO E| Downloaded ucd-trie v0.1.5 |
2431 | 2024-10-29T18:12:25.421Z | [ helios-setup] Oct 29 18:12:24.271 INFO E| Downloaded tungstenite v0.18.0 |
2432 | 2024-10-29T18:12:25.425Z | [ helios-setup] Oct 29 18:12:24.276 INFO E| Downloaded try-lock v0.2.4 |
2433 | 2024-10-29T18:12:25.427Z | [ helios-setup] Oct 29 18:12:24.278 INFO E| Downloaded tracing-core v0.1.30 |
2434 | 2024-10-29T18:12:25.430Z | [ helios-setup] Oct 29 18:12:24.282 INFO E| Downloaded tracing v0.1.37 |
2435 | 2024-10-29T18:12:25.437Z | [ helios-setup] Oct 29 18:12:24.289 INFO E| Downloaded toolchain_find v0.2.0 |
2436 | 2024-10-29T18:12:25.439Z | [ helios-setup] Oct 29 18:12:24.291 INFO E| Downloaded toml_edit v0.19.8 |
2437 | 2024-10-29T18:12:25.468Z | [ helios-setup] Oct 29 18:12:24.321 INFO E| Downloaded toml_datetime v0.6.1 |
2438 | 2024-10-29T18:12:25.471Z | [ helios-setup] Oct 29 18:12:24.322 INFO E| Downloaded toml v0.7.3 |
2439 | 2024-10-29T18:12:25.478Z | [ helios-setup] Oct 29 18:12:24.329 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2440 | 2024-10-29T18:12:25.481Z | [ helios-setup] Oct 29 18:12:24.332 INFO E| Downloaded tokio-rustls v0.24.0 |
2441 | 2024-10-29T18:12:25.484Z | [ helios-setup] Oct 29 18:12:24.335 INFO E| Downloaded smawk v0.3.1 |
2442 | 2024-10-29T18:12:25.487Z | [ helios-setup] Oct 29 18:12:24.338 INFO E| Downloaded time v0.1.45 |
2443 | 2024-10-29T18:12:25.489Z | [ helios-setup] Oct 29 18:12:24.340 INFO E| Downloaded serde v1.0.204 |
2444 | 2024-10-29T18:12:25.493Z | [ helios-setup] Oct 29 18:12:24.346 INFO E| Downloaded quote v1.0.36 |
2445 | 2024-10-29T18:12:25.497Z | [ helios-setup] Oct 29 18:12:24.350 INFO E| Downloaded proc-macro2 v1.0.86 |
2446 | 2024-10-29T18:12:25.501Z | [ helios-setup] Oct 29 18:12:24.354 INFO E| Downloaded ppv-lite86 v0.2.17 |
2447 | 2024-10-29T18:12:25.504Z | [ helios-setup] Oct 29 18:12:24.356 INFO E| Downloaded slog-bunyan v2.4.0 |
2448 | 2024-10-29T18:12:25.507Z | [ helios-setup] Oct 29 18:12:24.358 INFO E| Downloaded slog-async v2.7.0 |
2449 | 2024-10-29T18:12:25.510Z | [ helios-setup] Oct 29 18:12:24.360 INFO E| Downloaded slab v0.4.7 |
2450 | 2024-10-29T18:12:25.510Z | [ helios-setup] Oct 29 18:12:24.362 INFO E| Downloaded signal-hook-registry v1.4.0 |
2451 | 2024-10-29T18:12:25.512Z | [ helios-setup] Oct 29 18:12:24.364 INFO E| Downloaded sha2 v0.10.6 |
2452 | 2024-10-29T18:12:25.516Z | [ helios-setup] Oct 29 18:12:24.367 INFO E| Downloaded serde_yaml v0.9.21 |
2453 | 2024-10-29T18:12:25.520Z | [ helios-setup] Oct 29 18:12:24.372 INFO E| Downloaded serde_tokenstream v0.2.0 |
2454 | 2024-10-29T18:12:25.534Z | [ helios-setup] Oct 29 18:12:24.386 INFO E| Downloaded serde_spanned v0.6.1 |
2455 | 2024-10-29T18:12:25.537Z | [ helios-setup] Oct 29 18:12:24.388 INFO E| Downloaded serde_path_to_error v0.1.11 |
2456 | 2024-10-29T18:12:25.540Z | [ helios-setup] Oct 29 18:12:24.391 INFO E| Downloaded serde_json v1.0.95 |
2457 | 2024-10-29T18:12:25.552Z | [ helios-setup] Oct 29 18:12:24.404 INFO E| Downloaded schemars_derive v0.8.12 |
2458 | 2024-10-29T18:12:25.555Z | [ helios-setup] Oct 29 18:12:24.407 INFO E| Downloaded schemars v0.8.12 |
2459 | 2024-10-29T18:12:25.574Z | [ helios-setup] Oct 29 18:12:24.426 INFO E| Downloaded httpdate v1.0.2 |
2460 | 2024-10-29T18:12:25.576Z | [ helios-setup] Oct 29 18:12:24.428 INFO E| Downloaded getrandom v0.2.8 |
2461 | 2024-10-29T18:12:25.580Z | [ helios-setup] Oct 29 18:12:24.432 INFO E| Downloaded fastrand v1.9.0 |
2462 | 2024-10-29T18:12:25.583Z | [ helios-setup] Oct 29 18:12:24.434 INFO E| Downloaded byteorder v1.4.3 |
2463 | 2024-10-29T18:12:25.586Z | [ helios-setup] Oct 29 18:12:24.437 INFO E| Downloaded bincode v1.3.3 |
2464 | 2024-10-29T18:12:25.588Z | [ helios-setup] Oct 29 18:12:24.441 INFO E| Downloaded autocfg v1.1.0 |
2465 | 2024-10-29T18:12:25.591Z | [ helios-setup] Oct 29 18:12:24.443 INFO E| Downloaded async-stream-impl v0.3.5 |
2466 | 2024-10-29T18:12:25.593Z | [ helios-setup] Oct 29 18:12:24.444 INFO E| Downloaded semver v1.0.17 |
2467 | 2024-10-29T18:12:25.595Z | [ helios-setup] Oct 29 18:12:24.448 INFO E| Downloaded semver v0.11.0 |
2468 | 2024-10-29T18:12:25.598Z | [ helios-setup] Oct 29 18:12:24.450 INFO E| Downloaded ryu v1.0.13 |
2469 | 2024-10-29T18:12:25.603Z | [ helios-setup] Oct 29 18:12:24.455 INFO E| Downloaded rustls v0.21.0 |
2470 | 2024-10-29T18:12:25.622Z | [ helios-setup] Oct 29 18:12:24.474 INFO E| Downloaded digest v0.10.6 |
2471 | 2024-10-29T18:12:25.625Z | [ helios-setup] Oct 29 18:12:24.477 INFO E| Downloaded crossbeam-utils v0.8.14 |
2472 | 2024-10-29T18:12:25.630Z | [ helios-setup] Oct 29 18:12:24.481 INFO E| Downloaded crossbeam-deque v0.8.2 |
2473 | 2024-10-29T18:12:25.633Z | [ helios-setup] Oct 29 18:12:24.484 INFO E| Downloaded concolor-query v0.3.3 |
2474 | 2024-10-29T18:12:25.635Z | [ helios-setup] Oct 29 18:12:24.485 INFO E| Downloaded const-random v0.1.15 |
2475 | 2024-10-29T18:12:25.635Z | [ helios-setup] Oct 29 18:12:24.487 INFO E| Downloaded concolor-override v1.0.0 |
2476 | 2024-10-29T18:12:25.637Z | [ helios-setup] Oct 29 18:12:24.488 INFO E| Downloaded clap_lex v0.4.1 |
2477 | 2024-10-29T18:12:25.639Z | [ helios-setup] Oct 29 18:12:24.490 INFO E| Downloaded clap_derive v4.2.0 |
2478 | 2024-10-29T18:12:25.642Z | [ helios-setup] Oct 29 18:12:24.493 INFO E| Downloaded clap v4.2.1 |
2479 | 2024-10-29T18:12:25.656Z | [ helios-setup] Oct 29 18:12:24.508 INFO E| Downloaded cargo-lock v8.0.3 |
2480 | 2024-10-29T18:12:25.660Z | [ helios-setup] Oct 29 18:12:24.512 INFO E| Downloaded bytes v1.4.0 |
2481 | 2024-10-29T18:12:25.666Z | [ helios-setup] Oct 29 18:12:24.518 INFO E| Downloaded block-buffer v0.10.3 |
2482 | 2024-10-29T18:12:25.669Z | [ helios-setup] Oct 29 18:12:24.520 INFO E| Downloaded anstyle-parse v0.1.1 |
2483 | 2024-10-29T18:12:25.671Z | [ helios-setup] Oct 29 18:12:24.523 INFO E| Downloaded built v0.6.0 |
2484 | 2024-10-29T18:12:25.674Z | [ helios-setup] Oct 29 18:12:24.525 INFO E| Downloaded base64 v0.21.0 |
2485 | 2024-10-29T18:12:25.678Z | [ helios-setup] Oct 29 18:12:24.531 INFO E| Downloaded ahash v0.8.3 |
2486 | 2024-10-29T18:12:25.901Z | [ host-package] Compiling half v2.4.1 |
2487 | 2024-10-29T18:12:26.075Z | [ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling proc-macro2 v1.0.86 |
2488 | 2024-10-29T18:12:26.075Z | [ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling libc v0.2.139 |
2489 | 2024-10-29T18:12:26.076Z | [ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling unicode-ident v1.0.8 |
2490 | 2024-10-29T18:12:26.080Z | [ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling autocfg v1.1.0 |
2491 | 2024-10-29T18:12:26.080Z | [ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling cfg-if v1.0.0 |
2492 | 2024-10-29T18:12:26.080Z | [ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling version_check v0.9.4 |
2493 | 2024-10-29T18:12:26.080Z | [ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling serde v1.0.204 |
2494 | 2024-10-29T18:12:26.081Z | [ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling syn v1.0.107 |
2495 | 2024-10-29T18:12:26.672Z | [ helios-setup] Oct 29 18:12:25.524 INFO E| Compiling memchr v2.5.0 |
2496 | 2024-10-29T18:12:27.290Z | [ helios-setup] Oct 29 18:12:26.142 INFO E| Compiling once_cell v1.17.0 |
2497 | 2024-10-29T18:12:27.387Z | [ host-package] Compiling ciborium-io v0.2.2 |
2498 | 2024-10-29T18:12:27.499Z | [ helios-setup] Oct 29 18:12:26.351 INFO E| Compiling thiserror v1.0.38 |
2499 | 2024-10-29T18:12:27.658Z | [ helios-setup] Oct 29 18:12:26.510 INFO E| Compiling log v0.4.17 |
2500 | 2024-10-29T18:12:28.323Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2501 | 2024-10-29T18:12:28.444Z | [ helios-setup] Oct 29 18:12:27.296 INFO E| Compiling serde_json v1.0.95 |
2502 | 2024-10-29T18:12:28.539Z | [ helios-setup] Oct 29 18:12:27.391 INFO E| Compiling itoa v1.0.6 |
2503 | 2024-10-29T18:12:29.302Z | [ host-package] Compiling tungstenite v0.21.0 |
2504 | 2024-10-29T18:12:29.428Z | [ helios-setup] Oct 29 18:12:28.280 INFO E| Compiling indexmap v1.9.3 |
2505 | 2024-10-29T18:12:29.442Z | [ helios-setup] Oct 29 18:12:28.294 INFO E| Compiling scopeguard v1.1.0 |
2506 | 2024-10-29T18:12:29.501Z | [ host-package] Compiling ciborium v0.2.2 |
2507 | 2024-10-29T18:12:29.808Z | [ helios-setup] Oct 29 18:12:28.658 INFO E| Compiling pin-project-lite v0.2.9 |
2508 | 2024-10-29T18:12:29.876Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2509 | 2024-10-29T18:12:29.933Z | [ helios-setup] Oct 29 18:12:28.785 INFO E| Compiling num-integer v0.1.45 |
2510 | 2024-10-29T18:12:30.189Z | [ helios-setup] Oct 29 18:12:29.041 INFO E| Compiling quote v1.0.36 |
2511 | 2024-10-29T18:12:30.322Z | [ helios-setup] Oct 29 18:12:29.173 INFO E| Compiling bytes v1.4.0 |
2512 | 2024-10-29T18:12:30.423Z | [ helios-setup] Oct 29 18:12:29.275 INFO E| Compiling futures-core v0.3.28 |
2513 | 2024-10-29T18:12:30.972Z | [ helios-setup] Oct 29 18:12:29.824 INFO E| Compiling syn v2.0.72 |
2514 | 2024-10-29T18:12:31.360Z | [ helios-setup] Oct 29 18:12:30.211 INFO E| Compiling getrandom v0.2.8 |
2515 | 2024-10-29T18:12:31.362Z | [ helios-setup] Oct 29 18:12:30.212 INFO E| Compiling jobserver v0.1.26 |
2516 | 2024-10-29T18:12:32.260Z | [ helios-setup] Oct 29 18:12:31.112 INFO E| Compiling cc v1.0.78 |
2517 | 2024-10-29T18:12:32.405Z | [ helios-setup] Oct 29 18:12:31.256 INFO E| Compiling ryu v1.0.13 |
2518 | 2024-10-29T18:12:33.436Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2519 | 2024-10-29T18:12:33.460Z | [ helios-setup] Oct 29 18:12:32.312 INFO E| Compiling lock_api v0.4.9 |
2520 | 2024-10-29T18:12:33.567Z | [ helios-setup] Oct 29 18:12:32.418 INFO E| Compiling parking_lot_core v0.9.6 |
2521 | 2024-10-29T18:12:33.721Z | [ helios-setup] Oct 29 18:12:32.572 INFO E| Compiling bitflags v1.3.2 |
2522 | 2024-10-29T18:12:33.974Z | [ helios-setup] Oct 29 18:12:32.825 INFO E| Compiling typenum v1.16.0 |
2523 | 2024-10-29T18:12:34.189Z | [ helios-setup] Oct 29 18:12:33.040 INFO E| Compiling num_cpus v1.15.0 |
2524 | 2024-10-29T18:12:34.459Z | [ host-package] Compiling same-file v1.0.6 |
2525 | 2024-10-29T18:12:34.601Z | [ helios-setup] Oct 29 18:12:33.452 INFO E| Compiling generic-array v0.14.6 |
2526 | 2024-10-29T18:12:34.726Z | [ helios-setup] Oct 29 18:12:33.578 INFO E| Compiling slab v0.4.7 |
2527 | 2024-10-29T18:12:34.905Z | [ helios-setup] Oct 29 18:12:33.756 INFO E| Compiling futures-sink v0.3.28 |
2528 | 2024-10-29T18:12:34.984Z | [ helios-setup] Oct 29 18:12:33.835 INFO E| Compiling futures-task v0.3.28 |
2529 | 2024-10-29T18:12:35.217Z | [ helios-setup] Oct 29 18:12:34.068 INFO E| Compiling futures-channel v0.3.28 |
2530 | 2024-10-29T18:12:35.305Z | [ host-package] Compiling fastrand v2.1.1 |
2531 | 2024-10-29T18:12:35.680Z | [ helios-setup] Oct 29 18:12:34.531 INFO E| Compiling tokio v1.27.0 |
2532 | 2024-10-29T18:12:35.749Z | [ helios-setup] Oct 29 18:12:34.600 INFO E| Compiling futures-util v0.3.28 |
2533 | 2024-10-29T18:12:36.198Z | [ helios-setup] Oct 29 18:12:35.049 INFO E| Compiling schemars v0.8.12 |
2534 | 2024-10-29T18:12:36.632Z | [ host-package] Compiling tempfile v3.13.0 |
2535 | 2024-10-29T18:12:37.286Z | [ helios-setup] Oct 29 18:12:36.137 INFO E| Compiling socket2 v0.4.9 |
2536 | 2024-10-29T18:12:37.381Z | [ helios-setup] Oct 29 18:12:36.232 INFO E| Compiling signal-hook-registry v1.4.0 |
2537 | 2024-10-29T18:12:37.381Z | [ helios-setup] Oct 29 18:12:36.232 INFO E| Compiling mio v0.8.5 |
2538 | 2024-10-29T18:12:37.649Z | [ helios-setup] Oct 29 18:12:36.500 INFO E| Compiling ahash v0.7.6 |
2539 | 2024-10-29T18:12:37.799Z | [ helios-setup] Oct 29 18:12:36.650 INFO E| Compiling num-traits v0.2.15 |
2540 | 2024-10-29T18:12:37.988Z | [ host-package] Compiling walkdir v2.5.0 |
2541 | 2024-10-29T18:12:38.209Z | [ host-package] Compiling ring v0.16.20 |
2542 | 2024-10-29T18:12:38.574Z | [ helios-setup] Oct 29 18:12:37.424 INFO E| Compiling crunchy v0.2.2 |
2543 | 2024-10-29T18:12:38.869Z | [ helios-setup] Oct 29 18:12:37.718 INFO E| Compiling io-lifetimes v1.0.10 |
2544 | 2024-10-29T18:12:39.414Z | [ host-package] Compiling blake3 v1.5.4 |
2545 | 2024-10-29T18:12:39.630Z | [ helios-setup] Oct 29 18:12:38.481 INFO E| Compiling futures-io v0.3.28 |
2546 | 2024-10-29T18:12:40.248Z | [ helios-setup] Oct 29 18:12:39.098 INFO E| Compiling pin-utils v0.1.0 |
2547 | 2024-10-29T18:12:40.890Z | [ helios-setup] Oct 29 18:12:39.740 INFO E| Compiling ahash v0.8.3 |
2548 | 2024-10-29T18:12:41.171Z | [ helios-setup] Oct 29 18:12:40.021 INFO E| Compiling rustix v0.37.3 |
2549 | 2024-10-29T18:12:41.344Z | [ helios-setup] Oct 29 18:12:40.195 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2550 | 2024-10-29T18:12:41.707Z | [ helios-setup] Oct 29 18:12:40.558 INFO E| Compiling hashbrown v0.12.3 |
2551 | 2024-10-29T18:12:41.778Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2552 | 2024-10-29T18:12:42.408Z | [ helios-setup] Oct 29 18:12:41.259 INFO E| Compiling tiny-keccak v2.0.2 |
2553 | 2024-10-29T18:12:42.718Z | [ helios-setup] Oct 29 18:12:41.567 INFO E| Compiling block-buffer v0.10.3 |
2554 | 2024-10-29T18:12:42.907Z | [ helios-setup] Oct 29 18:12:41.757 INFO E| Compiling crypto-common v0.1.6 |
2555 | 2024-10-29T18:12:42.961Z | [ helios-setup] Oct 29 18:12:41.811 INFO E| Compiling serde_derive_internals v0.26.0 |
2556 | 2024-10-29T18:12:43.977Z | [ host-package] Compiling xattr v1.3.1 |
2557 | 2024-10-29T18:12:44.072Z | [ helios-setup] Oct 29 18:12:42.923 INFO E| Compiling errno v0.3.1 |
2558 | 2024-10-29T18:12:44.472Z | [ host-package] Compiling memmap2 v0.9.5 |
2559 | 2024-10-29T18:12:44.475Z | [ helios-setup] Oct 29 18:12:43.324 INFO E| Compiling slog v2.7.0 |
2560 | 2024-10-29T18:12:44.771Z | [ helios-setup] Oct 29 18:12:43.622 INFO E| Compiling crossbeam-utils v0.8.14 |
2561 | 2024-10-29T18:12:44.874Z | [ helios-setup] Oct 29 18:12:43.725 INFO E| Compiling fnv v1.0.7 |
2562 | 2024-10-29T18:12:45.287Z | [ host-package] Compiling filetime v0.2.25 |
2563 | 2024-10-29T18:12:45.293Z | [ helios-setup] Oct 29 18:12:44.143 INFO E| Compiling pkg-config v0.3.26 |
2564 | 2024-10-29T18:12:45.540Z | [ host-package] Compiling arrayvec v0.7.6 |
2565 | 2024-10-29T18:12:45.858Z | [ helios-setup] Oct 29 18:12:44.708 INFO E| Compiling http v0.2.9 |
2566 | 2024-10-29T18:12:46.285Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2567 | 2024-10-29T18:12:46.371Z | [ host-package] Compiling untrusted v0.7.1 |
2568 | 2024-10-29T18:12:46.769Z | [ host-package] Compiling spin v0.5.2 |
2569 | 2024-10-29T18:12:47.106Z | [ host-package] Compiling keccak v0.1.5 |
2570 | 2024-10-29T18:12:47.293Z | [ host-package] Compiling arrayref v0.3.9 |
2571 | 2024-10-29T18:12:47.909Z | [ host-package] Compiling sha3 v0.10.8 |
2572 | 2024-10-29T18:12:48.165Z | [ helios-setup] Oct 29 18:12:47.015 INFO E| Compiling digest v0.10.6 |
2573 | 2024-10-29T18:12:48.487Z | [ helios-setup] Oct 29 18:12:47.336 INFO E| Compiling aho-corasick v0.7.20 |
2574 | 2024-10-29T18:12:48.971Z | [ helios-setup] Oct 29 18:12:47.821 INFO E| Compiling percent-encoding v2.2.0 |
2575 | 2024-10-29T18:12:49.381Z | [ helios-setup] Oct 29 18:12:48.230 INFO E| Compiling heck v0.4.1 |
2576 | 2024-10-29T18:12:49.761Z | [ helios-setup] Oct 29 18:12:48.610 INFO E| Compiling httparse v1.8.0 |
2577 | 2024-10-29T18:12:50.245Z | [ helios-setup] Oct 29 18:12:49.094 INFO E| Compiling unicode-width v0.1.10 |
2578 | 2024-10-29T18:12:50.545Z | [ helios-setup] Oct 29 18:12:49.395 INFO E| Compiling cpufeatures v0.2.5 |
2579 | 2024-10-29T18:12:50.548Z | [ host-package] Compiling tar v0.4.42 |
2580 | 2024-10-29T18:12:50.650Z | [ helios-setup] Oct 29 18:12:49.500 INFO E| Compiling anyhow v1.0.68 |
2581 | 2024-10-29T18:12:50.783Z | [ helios-setup] Oct 29 18:12:49.633 INFO E| Compiling tinyvec_macros v0.1.1 |
2582 | 2024-10-29T18:12:51.298Z | [ helios-setup] Oct 29 18:12:50.147 INFO E| Compiling regex-syntax v0.6.29 |
2583 | 2024-10-29T18:12:51.394Z | [ helios-setup] Oct 29 18:12:50.243 INFO E| Compiling const-random-macro v0.1.15 |
2584 | 2024-10-29T18:12:51.647Z | [ helios-setup] Oct 29 18:12:50.496 INFO E| Compiling tinyvec v1.6.0 |
2585 | 2024-10-29T18:12:51.651Z | [ host-package] Compiling toolchain_find v0.4.0 |
2586 | 2024-10-29T18:12:52.851Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2587 | 2024-10-29T18:12:53.102Z | [ helios-setup] Oct 29 18:12:51.951 INFO E| Compiling form_urlencoded v1.1.0 |
2588 | 2024-10-29T18:12:53.458Z | [ helios-setup] Oct 29 18:12:52.308 INFO E| Compiling hashbrown v0.13.2 |
2589 | 2024-10-29T18:12:53.710Z | [ host-package] Compiling nibble_vec v0.1.0 |
2590 | 2024-10-29T18:12:53.936Z | [ helios-setup] Oct 29 18:12:52.785 INFO E| Compiling thiserror-impl v1.0.38 |
2591 | 2024-10-29T18:12:54.198Z | [ host-package] Compiling glob v0.3.1 |
2592 | 2024-10-29T18:12:54.312Z | [ host-package] Compiling topological-sort v0.2.2 |
2593 | 2024-10-29T18:12:54.392Z | [ helios-setup] Oct 29 18:12:53.239 INFO E| Compiling schemars_derive v0.8.12 |
2594 | 2024-10-29T18:12:54.509Z | [ helios-setup] Oct 29 18:12:53.358 INFO E| Compiling serde_derive v1.0.204 |
2595 | 2024-10-29T18:12:54.642Z | [ helios-setup] Oct 29 18:12:53.491 INFO E| Compiling tokio-macros v2.0.0 |
2596 | 2024-10-29T18:12:54.888Z | [ host-package] Compiling crunchy v0.2.2 |
2597 | 2024-10-29T18:12:54.967Z | [ host-package] Compiling endian-type v0.1.2 |
2598 | 2024-10-29T18:12:55.299Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2599 | 2024-10-29T18:12:55.519Z | [ helios-setup] Oct 29 18:12:54.368 INFO E| Compiling futures-macro v0.3.28 |
2600 | 2024-10-29T18:12:55.634Z | [ host-package] Compiling maplit v1.0.2 |
2601 | 2024-10-29T18:12:55.907Z | [ helios-setup] Oct 29 18:12:54.756 INFO E| Compiling chrono v0.4.24 |
2602 | 2024-10-29T18:12:56.070Z | [ host-package] Compiling radix_trie v0.2.1 |
2603 | 2024-10-29T18:12:56.204Z | [ host-package] Compiling clang-sys v1.8.1 |
2604 | 2024-10-29T18:12:56.401Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2605 | 2024-10-29T18:12:56.403Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2606 | 2024-10-29T18:12:56.976Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2607 | 2024-10-29T18:12:57.710Z | [ helios-setup] Oct 29 18:12:56.558 INFO E| Compiling libz-sys v1.1.8 |
2608 | 2024-10-29T18:12:58.063Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2609 | 2024-10-29T18:12:58.154Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2610 | 2024-10-29T18:12:58.385Z | [ host-package] Compiling secrecy v0.8.0 |
2611 | 2024-10-29T18:12:58.445Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2612 | 2024-10-29T18:12:59.148Z | [ host-package] Compiling arc-swap v1.7.1 |
2613 | 2024-10-29T18:12:59.151Z | [ helios-setup] Oct 29 18:12:58.000 INFO E| Compiling regex v1.7.3 |
2614 | 2024-10-29T18:12:59.318Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2615 | 2024-10-29T18:13:00.469Z | [ host-package] Compiling r2d2 v0.8.10 |
2616 | 2024-10-29T18:13:00.590Z | [ host-package] Compiling slog-scope v4.4.0 |
2617 | 2024-10-29T18:13:00.663Z | [ host-package] Compiling diesel_derives v2.2.3 |
2618 | 2024-10-29T18:13:00.931Z | [ helios-setup] Oct 29 18:12:59.779 INFO E| Compiling dyn-clone v1.0.11 |
2619 | 2024-10-29T18:13:01.182Z | [ helios-setup] Oct 29 18:13:00.031 INFO E| Compiling uuid v1.3.0 |
2620 | 2024-10-29T18:13:01.378Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2621 | 2024-10-29T18:13:01.388Z | [ helios-setup] Oct 29 18:13:00.237 INFO E| Compiling regress v0.5.0 |
2622 | 2024-10-29T18:13:01.485Z | [ helios-setup] Oct 29 18:13:00.334 INFO E| Compiling unicode-normalization v0.1.22 |
2623 | 2024-10-29T18:13:01.936Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2624 | 2024-10-29T18:13:02.035Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2625 | 2024-10-29T18:13:02.445Z | [ helios-setup] Oct 29 18:13:01.293 INFO E| Compiling const-random v0.1.15 |
2626 | 2024-10-29T18:13:03.333Z | [ host-package] Compiling universal-hash v0.5.1 |
2627 | 2024-10-29T18:13:03.681Z | [ helios-setup] Oct 29 18:13:02.529 INFO E| Compiling getopts v0.2.21 |
2628 | 2024-10-29T18:13:04.264Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2629 | 2024-10-29T18:13:04.505Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2630 | 2024-10-29T18:13:05.180Z | [ helios-setup] Oct 29 18:13:04.027 INFO E| Compiling tracing-core v0.1.30 |
2631 | 2024-10-29T18:13:05.759Z | [ host-package] Compiling ena v0.14.3 |
2632 | 2024-10-29T18:13:05.814Z | [ helios-setup] Oct 29 18:13:04.662 INFO E| Compiling memoffset v0.7.1 |
2633 | 2024-10-29T18:13:05.904Z | [ helios-setup] Oct 29 18:13:04.752 INFO E| Compiling powerfmt v0.2.0 |
2634 | 2024-10-29T18:13:06.670Z | [ host-package] Compiling libloading v0.8.5 |
2635 | 2024-10-29T18:13:06.778Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2636 | 2024-10-29T18:13:07.101Z | [ helios-setup] Oct 29 18:13:05.949 INFO E| Compiling unicode-bidi v0.3.13 |
2637 | 2024-10-29T18:13:07.272Z | [ helios-setup] Oct 29 18:13:06.119 INFO E| Compiling ucd-trie v0.1.5 |
2638 | 2024-10-29T18:13:07.661Z | [ host-package] Compiling regex-syntax v0.6.29 |
2639 | 2024-10-29T18:13:08.089Z | [ helios-setup] Oct 29 18:13:06.936 INFO E| Compiling time-core v0.1.2 |
2640 | 2024-10-29T18:13:08.281Z | [ helios-setup] Oct 29 18:13:07.128 INFO E| Compiling num-conv v0.1.0 |
2641 | 2024-10-29T18:13:09.735Z | [ host-package] Compiling bindgen v0.69.5 |
2642 | 2024-10-29T18:13:10.076Z | [ helios-setup] Oct 29 18:13:08.923 INFO E| Compiling idna v0.3.0 |
2643 | 2024-10-29T18:13:10.404Z | [ helios-setup] Oct 29 18:13:09.251 INFO E| Compiling time-macros v0.2.18 |
2644 | 2024-10-29T18:13:10.863Z | [ host-package] Compiling diff v0.1.13 |
2645 | 2024-10-29T18:13:11.006Z | [ helios-setup] Oct 29 18:13:09.853 INFO E| Compiling pest v2.5.7 |
2646 | 2024-10-29T18:13:12.305Z | [ host-package] Compiling opaque-debug v0.3.1 |
2647 | 2024-10-29T18:13:12.956Z | [ host-package] Compiling poly1305 v0.8.0 |
2648 | 2024-10-29T18:13:14.294Z | [ helios-setup] Oct 29 18:13:13.141 INFO E| Compiling tracing v0.1.37 |
2649 | 2024-10-29T18:13:14.797Z | [ helios-setup] Oct 29 18:13:13.643 INFO E| Compiling deranged v0.3.11 |
2650 | 2024-10-29T18:13:16.383Z | [ host-package] Compiling lalrpop v0.19.12 |
2651 | 2024-10-29T18:13:16.559Z | [ helios-setup] Oct 29 18:13:15.405 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2652 | 2024-10-29T18:13:17.087Z | [ helios-setup] Oct 29 18:13:15.933 INFO E| Compiling time v0.1.45 |
2653 | 2024-10-29T18:13:18.181Z | [ helios-setup] Oct 29 18:13:17.027 INFO E| Compiling crossbeam-epoch v0.9.13 |
2654 | 2024-10-29T18:13:18.607Z | [ helios-setup] Oct 29 18:13:17.453 INFO E| Compiling num_threads v0.1.6 |
2655 | 2024-10-29T18:13:18.609Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2656 | 2024-10-29T18:13:18.877Z | [ helios-setup] Oct 29 18:13:17.723 INFO E| Compiling semver v1.0.17 |
2657 | 2024-10-29T18:13:19.811Z | [ helios-setup] Oct 29 18:13:18.657 INFO E| Compiling iana-time-zone v0.1.56 |
2658 | 2024-10-29T18:13:20.246Z | [ helios-setup] Oct 29 18:13:19.092 INFO E| Compiling time v0.3.36 |
2659 | 2024-10-29T18:13:21.271Z | [ helios-setup] Oct 29 18:13:20.117 INFO E| Compiling semver-parser v0.10.2 |
2660 | 2024-10-29T18:13:21.647Z | [ helios-setup] Oct 29 18:13:20.492 INFO E| Compiling url v2.3.1 |
2661 | 2024-10-29T18:13:21.848Z | [ helios-setup] Oct 29 18:13:20.694 INFO E| Compiling toml v0.5.11 |
2662 | 2024-10-29T18:13:22.553Z | [ helios-setup] Oct 29 18:13:21.399 INFO E| Compiling smallvec v1.10.0 |
2663 | 2024-10-29T18:13:23.413Z | [ host-package] Compiling diesel v2.2.4 |
2664 | 2024-10-29T18:13:24.805Z | [ helios-setup] Oct 29 18:13:23.651 INFO E| Compiling parking_lot v0.12.1 |
2665 | 2024-10-29T18:13:27.667Z | [ helios-setup] Oct 29 18:13:26.512 INFO E| Compiling serde_tokenstream v0.2.0 |
2666 | 2024-10-29T18:13:30.270Z | [ helios-setup] Oct 29 18:13:29.115 INFO E| Compiling crossbeam-channel v0.5.6 |
2667 | 2024-10-29T18:13:33.577Z | [ helios-setup] Oct 29 18:13:32.421 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2668 | 2024-10-29T18:13:35.786Z | [ helios-setup] Oct 29 18:13:34.630 INFO E| Compiling dirs-sys-next v0.1.2 |
2669 | 2024-10-29T18:13:37.005Z | [ helios-setup] Oct 29 18:13:35.849 INFO E| Compiling crc32fast v1.3.2 |
2670 | 2024-10-29T18:13:38.135Z | [ helios-setup] Oct 29 18:13:36.957 INFO E| Compiling same-file v1.0.6 |
2671 | 2024-10-29T18:13:38.135Z | [ helios-setup] Oct 29 18:13:36.959 INFO E| Compiling try-lock v0.2.4 |
2672 | 2024-10-29T18:13:38.482Z | [ helios-setup] Oct 29 18:13:37.326 INFO E| Compiling want v0.3.0 |
2673 | 2024-10-29T18:13:38.646Z | [ helios-setup] Oct 29 18:13:37.490 INFO E| Compiling walkdir v2.3.3 |
2674 | 2024-10-29T18:13:40.141Z | [ helios-setup] Oct 29 18:13:38.985 INFO E| Compiling dirs-next v2.0.0 |
2675 | 2024-10-29T18:13:40.843Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2676 | 2024-10-29T18:13:41.374Z | [ helios-setup] Oct 29 18:13:40.218 INFO E| Compiling proc-macro-crate v1.2.1 |
2677 | 2024-10-29T18:13:42.287Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2678 | 2024-10-29T18:13:42.481Z | [ helios-setup] Oct 29 18:13:41.324 INFO E| Compiling semver v0.11.0 |
2679 | 2024-10-29T18:13:42.765Z | [ host-package] Compiling which v4.4.2 |
2680 | 2024-10-29T18:13:43.651Z | [ helios-setup] Oct 29 18:13:42.495 INFO E| Compiling tokio-util v0.7.7 |
2681 | 2024-10-29T18:13:43.790Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2682 | 2024-10-29T18:13:44.618Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2683 | 2024-10-29T18:13:45.050Z | [ host-package] Compiling chacha20 v0.9.1 |
2684 | 2024-10-29T18:13:45.319Z | [ host-package] Compiling cexpr v0.6.0 |
2685 | 2024-10-29T18:13:46.310Z | [ host-package] Compiling aead v0.5.2 |
2686 | 2024-10-29T18:13:46.310Z | [ helios-setup] Oct 29 18:13:45.153 INFO E| Compiling h2 v0.3.16 |
2687 | 2024-10-29T18:13:47.123Z | [ helios-setup] Oct 29 18:13:45.966 INFO E| Compiling futures-executor v0.3.28 |
2688 | 2024-10-29T18:13:47.302Z | [ host-package] Compiling rustc-hash v1.1.0 |
2689 | 2024-10-29T18:13:48.001Z | [ host-package] Compiling ref-cast v1.0.23 |
2690 | 2024-10-29T18:13:48.351Z | [ helios-setup] Oct 29 18:13:47.194 INFO E| Compiling http-body v0.4.5 |
2691 | 2024-10-29T18:13:49.019Z | [ host-package] Compiling lazycell v1.3.0 |
2692 | 2024-10-29T18:13:49.315Z | [ helios-setup] Oct 29 18:13:48.158 INFO E| Compiling ring v0.16.20 |
2693 | 2024-10-29T18:13:49.346Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2694 | 2024-10-29T18:13:49.486Z | [ helios-setup] Oct 29 18:13:48.324 INFO E| Compiling rand_core v0.6.4 |
2695 | 2024-10-29T18:13:50.167Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2696 | 2024-10-29T18:13:50.649Z | [ helios-setup] Oct 29 18:13:49.491 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2697 | 2024-10-29T18:13:50.917Z | [ helios-setup] Oct 29 18:13:49.760 INFO E| Compiling thread_local v1.1.7 |
2698 | 2024-10-29T18:13:52.311Z | [ helios-setup] Oct 29 18:13:51.154 INFO E| Compiling utf8parse v0.2.1 |
2699 | 2024-10-29T18:13:52.520Z | [ helios-setup] Oct 29 18:13:51.362 INFO E| Compiling base64 v0.21.0 |
2700 | 2024-10-29T18:13:52.858Z | [ helios-setup] Oct 29 18:13:51.700 INFO E| Compiling tower-service v0.3.2 |
2701 | 2024-10-29T18:13:53.201Z | [ helios-setup] Oct 29 18:13:52.043 INFO E| Compiling adler v1.0.2 |
2702 | 2024-10-29T18:13:53.648Z | [ helios-setup] Oct 29 18:13:52.490 INFO E| Compiling rayon-core v1.10.2 |
2703 | 2024-10-29T18:13:53.928Z | [ helios-setup] Oct 29 18:13:52.770 INFO E| Compiling fastrand v1.9.0 |
2704 | 2024-10-29T18:13:54.555Z | [ host-package] Compiling vsss-rs v3.3.4 |
2705 | 2024-10-29T18:13:54.622Z | [ helios-setup] Oct 29 18:13:53.464 INFO E| Compiling lazy_static v1.4.0 |
2706 | 2024-10-29T18:13:54.883Z | [ helios-setup] Oct 29 18:13:53.725 INFO E| Compiling httpdate v1.0.2 |
2707 | 2024-10-29T18:13:55.152Z | [ helios-setup] Oct 29 18:13:53.994 INFO E| Compiling home v0.5.4 |
2708 | 2024-10-29T18:13:55.936Z | [ helios-setup] Oct 29 18:13:54.778 INFO E| Compiling ppv-lite86 v0.2.17 |
2709 | 2024-10-29T18:13:56.810Z | [ helios-setup] Oct 29 18:13:55.652 INFO E| Compiling toolchain_find v0.2.0 |
2710 | 2024-10-29T18:13:57.620Z | [ helios-setup] Oct 29 18:13:56.462 INFO E| Compiling rand_chacha v0.3.1 |
2711 | 2024-10-29T18:13:57.772Z | [ helios-setup] Oct 29 18:13:56.614 INFO E| Compiling hyper v0.14.25 |
2712 | 2024-10-29T18:13:59.237Z | [ helios-setup] Oct 29 18:13:58.079 INFO E| Compiling tempfile v3.5.0 |
2713 | 2024-10-29T18:14:00.536Z | [ helios-setup] Oct 29 18:13:59.378 INFO E| Compiling miniz_oxide v0.6.2 |
2714 | 2024-10-29T18:14:00.726Z | [ helios-setup] Oct 29 18:13:59.567 INFO E| Compiling anstyle-parse v0.1.1 |
2715 | 2024-10-29T18:14:03.933Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2716 | 2024-10-29T18:14:04.714Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2717 | 2024-10-29T18:14:04.974Z | [ helios-setup] Oct 29 18:14:03.815 INFO E| Compiling futures v0.3.28 |
2718 | 2024-10-29T18:14:08.394Z | [ host-package] Compiling headers-core v0.3.0 |
2719 | 2024-10-29T18:14:09.227Z | [ host-package] Compiling fxhash v0.2.1 |
2720 | 2024-10-29T18:14:09.388Z | [ host-package] Compiling libxml v0.3.3 |
2721 | 2024-10-29T18:14:09.714Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2722 | 2024-10-29T18:14:10.770Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2723 | 2024-10-29T18:14:12.219Z | [ host-package] Compiling polar-core v0.27.3 |
2724 | 2024-10-29T18:14:12.728Z | [ host-package] Compiling headers v0.4.0 |
2725 | 2024-10-29T18:14:14.932Z | [ helios-setup] Oct 29 18:14:13.772 INFO E| Compiling crossbeam-deque v0.8.2 |
2726 | 2024-10-29T18:14:15.832Z | [ helios-setup] Oct 29 18:14:14.672 INFO E| Compiling cargo-lock v8.0.3 |
2727 | 2024-10-29T18:14:16.720Z | [ host-package] Compiling samael v0.0.17 |
2728 | 2024-10-29T18:14:19.409Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2729 | 2024-10-29T18:14:19.720Z | [ helios-setup] Oct 29 18:14:18.560 INFO E| Compiling num_enum_derive v0.5.7 |
2730 | 2024-10-29T18:14:20.771Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2731 | 2024-10-29T18:14:21.432Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2732 | 2024-10-29T18:14:22.606Z | [ helios-setup] Oct 29 18:14:21.445 INFO E| Compiling term v0.7.0 |
2733 | 2024-10-29T18:14:24.204Z | [ helios-setup] Oct 29 18:14:23.043 INFO E| Compiling serde_urlencoded v0.7.1 |
2734 | 2024-10-29T18:14:24.820Z | [ helios-setup] Oct 29 18:14:23.659 INFO E| Compiling sha1 v0.10.5 |
2735 | 2024-10-29T18:14:25.118Z | [ helios-setup] Oct 29 18:14:23.957 INFO E| Compiling sha2 v0.10.6 |
2736 | 2024-10-29T18:14:25.468Z | [ helios-setup] Oct 29 18:14:24.307 INFO E| Compiling is-terminal v0.4.7 |
2737 | 2024-10-29T18:14:25.667Z | [ helios-setup] Oct 29 18:14:24.506 INFO E| Compiling atty v0.2.14 |
2738 | 2024-10-29T18:14:25.769Z | [ host-package] Compiling phf_generator v0.11.2 |
2739 | 2024-10-29T18:14:26.353Z | [ host-package] Compiling strum_macros v0.24.3 |
2740 | 2024-10-29T18:14:28.485Z | [ helios-setup] Oct 29 18:14:27.324 INFO E| Compiling anstyle v0.3.5 |
2741 | 2024-10-29T18:14:28.540Z | [ helios-setup] Oct 29 18:14:27.379 INFO E| Compiling concolor-override v1.0.0 |
2742 | 2024-10-29T18:14:28.950Z | [ helios-setup] Oct 29 18:14:27.788 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2743 | 2024-10-29T18:14:29.505Z | [ helios-setup] Oct 29 18:14:28.341 INFO E| Compiling concolor-query v0.3.3 |
2744 | 2024-10-29T18:14:29.780Z | [ helios-setup] Oct 29 18:14:28.619 INFO E| Compiling anstream v0.2.6 |
2745 | 2024-10-29T18:14:31.773Z | [ host-package] Compiling kstat-rs v0.2.4 |
2746 | 2024-10-29T18:14:32.375Z | [ helios-setup] Oct 29 18:14:31.213 INFO E| Compiling slog-term v2.9.0 |
2747 | 2024-10-29T18:14:32.790Z | [ helios-setup] Oct 29 18:14:31.628 INFO E| Compiling flate2 v1.0.25 |
2748 | 2024-10-29T18:14:32.947Z | [ helios-setup] Oct 29 18:14:31.785 INFO E| Compiling num_enum v0.5.7 |
2749 | 2024-10-29T18:14:33.426Z | [ host-package] Compiling unicase v2.7.0 |
2750 | 2024-10-29T18:14:33.864Z | [ helios-setup] Oct 29 18:14:32.702 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2751 | 2024-10-29T18:14:33.864Z | [ host-package] Compiling indoc v1.0.9 |
2752 | 2024-10-29T18:14:34.422Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2753 | 2024-10-29T18:14:35.192Z | [ helios-setup] Oct 29 18:14:34.029 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2754 | 2024-10-29T18:14:35.258Z | [ helios-setup] Oct 29 18:14:34.096 INFO E| Compiling rand v0.8.5 |
2755 | 2024-10-29T18:14:35.405Z | [ helios-setup] Oct 29 18:14:34.242 INFO E| Compiling openapiv3 v1.0.2 |
2756 | 2024-10-29T18:14:36.007Z | [ host-package] Compiling phf_codegen v0.11.2 |
2757 | 2024-10-29T18:14:39.295Z | [ helios-setup] Oct 29 18:14:38.131 INFO E| Compiling encoding_rs v0.8.32 |
2758 | 2024-10-29T18:14:39.347Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2759 | 2024-10-29T18:14:43.784Z | [ helios-setup] Oct 29 18:14:42.621 INFO E| Compiling spin v0.5.2 |
2760 | 2024-10-29T18:14:43.985Z | [ helios-setup] Oct 29 18:14:42.822 INFO E| Compiling untrusted v0.7.1 |
2761 | 2024-10-29T18:14:44.337Z | [ helios-setup] Oct 29 18:14:43.173 INFO E| Compiling byteorder v1.4.3 |
2762 | 2024-10-29T18:14:44.547Z | [ helios-setup] Oct 29 18:14:43.384 INFO E| Compiling mime v0.3.17 |
2763 | 2024-10-29T18:14:44.830Z | [ helios-setup] Oct 29 18:14:43.666 INFO E| Compiling base64 v0.13.1 |
2764 | 2024-10-29T18:14:45.020Z | [ host-package] Compiling derive_builder v0.20.2 |
2765 | 2024-10-29T18:14:45.598Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2024-10-29T18:14:45.881Z | [ helios-setup] Oct 29 18:14:44.717 INFO E| Compiling unsafe-libyaml v0.2.8 |
2767 | 2024-10-29T18:14:46.521Z | [ helios-setup] Oct 29 18:14:45.358 INFO E| Compiling project-root v0.2.2 |
2768 | 2024-10-29T18:14:47.098Z | [ helios-setup] Oct 29 18:14:45.934 INFO E| Compiling clap_lex v0.4.1 |
2769 | 2024-10-29T18:14:47.178Z | [ helios-setup] Oct 29 18:14:46.014 INFO E| Compiling strsim v0.10.0 |
2770 | 2024-10-29T18:14:48.690Z | [ helios-setup] Oct 29 18:14:47.526 INFO E| Compiling either v1.8.0 |
2771 | 2024-10-29T18:14:48.750Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2772 | 2024-10-29T18:14:49.217Z | [ helios-setup] Oct 29 18:14:48.053 INFO E| Compiling ipnet v2.7.2 |
2773 | 2024-10-29T18:14:49.705Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2774 | 2024-10-29T18:14:49.710Z | [ helios-setup] Oct 29 18:14:48.444 INFO E| Compiling utf-8 v0.7.6 |
2775 | 2024-10-29T18:14:50.492Z | [ helios-setup] Oct 29 18:14:49.328 INFO E| Compiling reqwest v0.11.16 |
2776 | 2024-10-29T18:14:50.916Z | [ helios-setup] Oct 29 18:14:49.752 INFO E| Compiling tungstenite v0.18.0 |
2777 | 2024-10-29T18:14:51.187Z | [ helios-setup] Oct 29 18:14:50.022 INFO E| Compiling rayon v1.6.1 |
2778 | 2024-10-29T18:14:54.014Z | [ helios-setup] Oct 29 18:14:52.850 INFO E| Compiling serde_yaml v0.9.21 |
2779 | 2024-10-29T18:14:54.908Z | [ host-package] Compiling oso-derive v0.27.3 |
2780 | 2024-10-29T18:14:57.455Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2781 | 2024-10-29T18:15:00.039Z | [ helios-setup] Oct 29 18:14:58.874 INFO E| Compiling clap_builder v4.2.1 |
2782 | 2024-10-29T18:15:01.097Z | [ host-package] Compiling libz-sys v1.1.20 |
2783 | 2024-10-29T18:15:01.377Z | [ helios-setup] Oct 29 18:15:00.212 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2784 | 2024-10-29T18:15:02.187Z | [ helios-setup] Oct 29 18:15:01.022 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2785 | 2024-10-29T18:15:03.026Z | [ helios-setup] Oct 29 18:15:01.860 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2786 | 2024-10-29T18:15:03.164Z | [ host-package] Compiling quick-xml v0.33.0 |
2787 | 2024-10-29T18:15:04.230Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2788 | 2024-10-29T18:15:04.889Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2789 | 2024-10-29T18:15:05.307Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2790 | 2024-10-29T18:15:06.608Z | [ helios-setup] Oct 29 18:15:05.441 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2791 | 2024-10-29T18:15:07.116Z | [ host-package] Compiling nix v0.28.0 |
2792 | 2024-10-29T18:15:08.561Z | [ helios-setup] Oct 29 18:15:07.395 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2793 | 2024-10-29T18:15:08.620Z | [ helios-setup] Oct 29 18:15:07.454 INFO E| Compiling clap_derive v4.2.0 |
2794 | 2024-10-29T18:15:09.284Z | [ host-package] Compiling oso v0.27.3 |
2795 | 2024-10-29T18:15:11.020Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2796 | 2024-10-29T18:15:12.364Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2797 | 2024-10-29T18:15:13.004Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2798 | 2024-10-29T18:15:13.448Z | [ helios-setup] Oct 29 18:15:12.282 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2799 | 2024-10-29T18:15:15.866Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2800 | 2024-10-29T18:15:18.952Z | [ helios-setup] Oct 29 18:15:17.785 INFO E| Compiling clap v4.2.1 |
2801 | 2024-10-29T18:15:21.747Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2802 | 2024-10-29T18:15:22.738Z | [ host-package] Compiling bb8 v0.8.5 |
2803 | 2024-10-29T18:15:23.084Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2804 | 2024-10-29T18:15:24.232Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2805 | 2024-10-29T18:15:25.168Z | [ helios-setup] Oct 29 18:15:24.000 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2806 | 2024-10-29T18:15:25.914Z | [ host-package] Compiling vte v0.11.1 |
2807 | 2024-10-29T18:15:27.050Z | [ host-package] Compiling const_format v0.2.33 |
2808 | 2024-10-29T18:15:29.016Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2809 | 2024-10-29T18:15:30.066Z | [ host-package] Compiling chrono-tz v0.10.0 |
2810 | 2024-10-29T18:15:33.060Z | [ host-package] Compiling fd-lock v4.0.2 |
2811 | 2024-10-29T18:15:33.135Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2812 | 2024-10-29T18:15:33.971Z | [ host-package] Compiling atty v0.2.14 |
2813 | 2024-10-29T18:15:34.440Z | [ host-package] Compiling bytecount v0.6.8 |
2814 | 2024-10-29T18:15:35.178Z | [ host-package] Compiling salty v0.3.0 |
2815 | 2024-10-29T18:15:36.505Z | [ host-package] Compiling papergrid v0.11.0 |
2816 | 2024-10-29T18:15:36.933Z | [ helios-setup] Oct 29 18:15:35.689 INFO E| Compiling tokio-tungstenite v0.18.0 |
2817 | 2024-10-29T18:15:38.013Z | [ helios-setup] Oct 29 18:15:36.844 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2818 | 2024-10-29T18:15:41.420Z | [ helios-setup] Oct 29 18:15:40.250 INFO E| Compiling smartstring v1.0.1 |
2819 | 2024-10-29T18:15:42.506Z | [ helios-setup] Oct 29 18:15:41.335 INFO E| Compiling rustls v0.21.0 |
2820 | 2024-10-29T18:15:44.861Z | [ helios-setup] Oct 29 18:15:43.691 INFO E| Compiling toml_datetime v0.6.1 |
2821 | 2024-10-29T18:15:45.361Z | [ helios-setup] Oct 29 18:15:44.191 INFO E| Compiling serde_spanned v0.6.1 |
2822 | 2024-10-29T18:15:45.402Z | [ host-package] Compiling parking_lot v0.11.2 |
2823 | 2024-10-29T18:15:46.282Z | [ helios-setup] Oct 29 18:15:45.112 INFO E| Compiling paste v1.0.12 |
2824 | 2024-10-29T18:15:46.403Z | [ helios-setup] Oct 29 18:15:45.232 INFO E| Compiling async-trait v0.1.68 |
2825 | 2024-10-29T18:15:47.358Z | [ helios-setup] Oct 29 18:15:46.188 INFO E| Compiling slog-async v2.7.0 |
2826 | 2024-10-29T18:15:47.370Z | [ helios-setup] Oct 29 18:15:46.200 INFO E| Compiling winnow v0.4.1 |
2827 | 2024-10-29T18:15:47.548Z | [ helios-setup] Oct 29 18:15:46.378 INFO E| Compiling camino v1.1.4 |
2828 | 2024-10-29T18:15:48.533Z | [ helios-setup] Oct 29 18:15:47.363 INFO E| Compiling match_cfg v0.1.0 |
2829 | 2024-10-29T18:15:48.748Z | [ helios-setup] Oct 29 18:15:47.578 INFO E| Compiling static_assertions v1.1.0 |
2830 | 2024-10-29T18:15:48.877Z | [ helios-setup] Oct 29 18:15:47.707 INFO E| Compiling hostname v0.3.1 |
2831 | 2024-10-29T18:15:49.770Z | [ helios-setup] Oct 29 18:15:48.600 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2832 | 2024-10-29T18:15:49.965Z | [ helios-setup] Oct 29 18:15:48.795 INFO E| Compiling slog-json v2.6.1 |
2833 | 2024-10-29T18:15:50.427Z | [ helios-setup] Oct 29 18:15:49.257 INFO E| Compiling unicode-linebreak v0.1.4 |
2834 | 2024-10-29T18:15:51.384Z | [ helios-setup] Oct 29 18:15:50.213 INFO E| Compiling async-stream-impl v0.3.5 |
2835 | 2024-10-29T18:15:54.275Z | [ helios-setup] Oct 29 18:15:53.104 INFO E| Compiling sct v0.7.0 |
2836 | 2024-10-29T18:15:55.153Z | [ helios-setup] Oct 29 18:15:53.982 INFO E| Compiling rustls-webpki v0.100.1 |
2837 | 2024-10-29T18:15:55.227Z | [ helios-setup] Oct 29 18:15:54.056 INFO E| Compiling toml_edit v0.19.8 |
2838 | 2024-10-29T18:15:55.295Z | [ helios-setup] Oct 29 18:15:54.124 INFO E| Compiling rhai_codegen v1.5.0 |
2839 | 2024-10-29T18:16:00.855Z | [ helios-setup] Oct 29 18:15:59.683 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2840 | 2024-10-29T18:16:01.210Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2841 | 2024-10-29T18:16:01.591Z | [ helios-setup] Oct 29 18:16:00.420 INFO E| Compiling take_mut v0.2.2 |
2842 | 2024-10-29T18:16:02.286Z | [ helios-setup] Oct 29 18:16:01.114 INFO E| Compiling toml v0.7.3 |
2843 | 2024-10-29T18:16:02.678Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2844 | 2024-10-29T18:16:02.882Z | [ host-package] Compiling tabled_derive v0.7.0 |
2845 | 2024-10-29T18:16:06.209Z | [ helios-setup] Oct 29 18:16:05.036 INFO E| Compiling rhai v1.14.0 |
2846 | 2024-10-29T18:16:07.702Z | [ host-package] Compiling peg-macros v0.8.4 |
2847 | 2024-10-29T18:16:07.771Z | [ helios-setup] Oct 29 18:16:06.599 INFO E| Compiling async-stream v0.3.5 |
2848 | 2024-10-29T18:16:08.537Z | [ helios-setup] Oct 29 18:16:07.365 INFO E| Compiling slog-bunyan v2.4.0 |
2849 | 2024-10-29T18:16:09.325Z | [ helios-setup] Oct 29 18:16:08.152 INFO E| Compiling tokio-rustls v0.24.0 |
2850 | 2024-10-29T18:16:11.263Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2851 | 2024-10-29T18:16:13.130Z | [ helios-setup] Oct 29 18:16:11.957 INFO E| Compiling rustls-pemfile v1.0.2 |
2852 | 2024-10-29T18:16:13.837Z | [ host-package] Compiling unicode_categories v0.1.1 |
2853 | 2024-10-29T18:16:14.202Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2854 | 2024-10-29T18:16:14.520Z | [ helios-setup] Oct 29 18:16:13.346 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2855 | 2024-10-29T18:16:15.468Z | [ host-package] Compiling rustyline v14.0.0 |
2856 | 2024-10-29T18:16:15.943Z | [ helios-setup] Oct 29 18:16:14.770 INFO E| Compiling bincode v1.3.3 |
2857 | 2024-10-29T18:16:16.371Z | [ host-package] Compiling reedline v0.35.0 |
2858 | 2024-10-29T18:16:18.207Z | [ helios-setup] Oct 29 18:16:17.034 INFO E| Compiling serde_path_to_error v0.1.11 |
2859 | 2024-10-29T18:16:18.403Z | [ helios-setup] Oct 29 18:16:17.229 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2860 | 2024-10-29T18:16:20.272Z | [ helios-setup] Oct 29 18:16:19.097 INFO E| Compiling terminal_size v0.2.6 |
2861 | 2024-10-29T18:16:20.382Z | [ helios-setup] Oct 29 18:16:19.207 INFO E| Compiling smawk v0.3.1 |
2862 | 2024-10-29T18:16:20.923Z | [ helios-setup] Oct 29 18:16:19.749 INFO E| Compiling textwrap v0.16.0 |
2863 | 2024-10-29T18:16:39.763Z | [ host-package] Compiling sqlformat v0.2.6 |
2864 | 2024-10-29T18:16:46.501Z | [ host-package] Compiling peg v0.8.4 |
2865 | 2024-10-29T18:16:47.006Z | [ host-package] Compiling sqlparser v0.45.0 |
2866 | 2024-10-29T18:16:49.416Z | [ host-package] Compiling tabled v0.15.0 |
2867 | 2024-10-29T18:16:50.140Z | [ helios-setup] Oct 29 18:16:48.963 INFO E| Compiling git2 v0.16.1 |
2868 | 2024-10-29T18:16:54.558Z | [ host-package] Compiling sled v0.34.7 |
2869 | 2024-10-29T18:16:55.511Z | [ helios-setup] Oct 29 18:16:54.333 INFO E| Compiling built v0.6.0 |
2870 | 2024-10-29T18:16:58.732Z | [ host-package] Compiling mime_guess v2.0.5 |
2871 | 2024-10-29T18:16:58.908Z | [ helios-setup] Oct 29 18:16:57.730 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2872 | 2024-10-29T18:17:00.640Z | [ helios-setup] Oct 29 18:16:59.462 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2873 | 2024-10-29T18:17:00.643Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2874 | 2024-10-29T18:17:01.294Z | [ helios-setup] Oct 29 18:17:00.115 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2875 | 2024-10-29T18:17:02.180Z | [ host-package] Compiling hickory-client v0.24.1 |
2876 | 2024-10-29T18:17:03.805Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2877 | 2024-10-29T18:17:08.856Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2878 | 2024-10-29T18:17:09.121Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-10-29T18:17:11.521Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2880 | 2024-10-29T18:17:17.553Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2881 | 2024-10-29T18:17:17.781Z | [ host-package] Compiling hickory-server v0.24.1 |
2882 | 2024-10-29T18:17:20.082Z | [ host-package] Compiling primeorder v0.13.6 |
2883 | 2024-10-29T18:17:20.433Z | [ host-package] Compiling vergen v8.3.2 |
2884 | 2024-10-29T18:17:20.753Z | [ host-package] Compiling bcs v0.1.6 |
2885 | 2024-10-29T18:17:20.771Z | [ helios-setup] Oct 29 18:17:19.591 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2886 | 2024-10-29T18:17:20.961Z | [ host-package] Compiling env_filter v0.1.2 |
2887 | 2024-10-29T18:17:22.097Z | [ host-package] Compiling cargo-platform v0.1.8 |
2888 | 2024-10-29T18:17:22.637Z | [ host-package] Compiling nanorand v0.7.0 |
2889 | 2024-10-29T18:17:22.739Z | [ host-package] Compiling memoffset v0.9.1 |
2890 | 2024-10-29T18:17:23.041Z | [ helios-setup] Oct 29 18:17:21.860 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2891 | 2024-10-29T18:17:23.517Z | [ host-package] Compiling flume v0.11.0 |
2892 | 2024-10-29T18:17:23.592Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2893 | 2024-10-29T18:17:24.433Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2894 | 2024-10-29T18:17:24.798Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-10-29T18:17:29.828Z | [ host-package] Compiling env_logger v0.11.5 |
2896 | 2024-10-29T18:17:32.598Z | [ host-package] Compiling p384 v0.13.0 |
2897 | 2024-10-29T18:17:37.729Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2898 | 2024-10-29T18:17:45.149Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2899 | 2024-10-29T18:17:48.626Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2900 | 2024-10-29T18:17:50.473Z | [ host-package] Compiling git2 v0.19.0 |
2901 | 2024-10-29T18:17:54.713Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2902 | 2024-10-29T18:18:05.515Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2903 | 2024-10-29T18:18:06.864Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2904 | 2024-10-29T18:18:07.690Z | [ host-package] Compiling rand_seeder v0.3.0 |
2905 | 2024-10-29T18:18:08.035Z | [ helios-setup] Oct 29 18:18:06.849 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2906 | 2024-10-29T18:18:08.187Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2907 | 2024-10-29T18:18:08.911Z | [ host-package] Compiling lzma-sys v0.1.20 |
2908 | 2024-10-29T18:18:08.943Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2909 | 2024-10-29T18:18:09.489Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2910 | 2024-10-29T18:18:09.586Z | [ host-package] Compiling rustls v0.21.12 |
2911 | 2024-10-29T18:18:09.866Z | [ host-package] Compiling nix v0.29.0 |
2912 | 2024-10-29T18:18:10.257Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2913 | 2024-10-29T18:18:10.915Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2914 | 2024-10-29T18:18:13.324Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2024-10-29T18:18:14.641Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2916 | 2024-10-29T18:18:15.504Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2917 | 2024-10-29T18:18:15.968Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2918 | 2024-10-29T18:18:17.555Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2919 | 2024-10-29T18:18:20.656Z | [ host-package] Compiling sct v0.7.1 |
2920 | 2024-10-29T18:18:21.260Z | [ host-package] Compiling heck v0.3.3 |
2921 | 2024-10-29T18:18:21.895Z | [ host-package] Compiling castaway v0.2.3 |
2922 | 2024-10-29T18:18:22.342Z | [ host-package] Compiling csv-core v0.1.11 |
2923 | 2024-10-29T18:18:22.432Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2924 | 2024-10-29T18:18:22.850Z | [ host-package] Compiling http-range v0.1.5 |
2925 | 2024-10-29T18:18:23.484Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2926 | 2024-10-29T18:18:24.281Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2927 | 2024-10-29T18:18:26.074Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2928 | 2024-10-29T18:18:28.249Z | [ host-package] Compiling csv v1.3.0 |
2929 | 2024-10-29T18:18:30.309Z | [ host-package] Compiling compact_str v0.8.0 |
2930 | 2024-10-29T18:18:31.725Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2931 | 2024-10-29T18:18:34.795Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2932 | 2024-10-29T18:18:35.033Z | [ host-package] Compiling nix v0.27.1 |
2933 | 2024-10-29T18:18:35.489Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2934 | 2024-10-29T18:18:40.358Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2935 | 2024-10-29T18:18:48.187Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2936 | 2024-10-29T18:18:57.619Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2937 | 2024-10-29T18:18:58.300Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2938 | 2024-10-29T18:19:00.331Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2939 | 2024-10-29T18:19:02.384Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2940 | 2024-10-29T18:19:03.341Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2941 | 2024-10-29T18:19:04.364Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2942 | 2024-10-29T18:19:04.922Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2943 | 2024-10-29T18:19:05.353Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2944 | 2024-10-29T18:19:06.503Z | [ host-package] Compiling hashlink v0.9.1 |
2945 | 2024-10-29T18:19:07.545Z | [ host-package] Compiling tungstenite v0.23.0 |
2946 | 2024-10-29T18:19:09.535Z | [ host-package] Compiling lru v0.12.5 |
2947 | 2024-10-29T18:19:09.983Z | [ host-package] Compiling instability v0.3.2 |
2948 | 2024-10-29T18:19:11.026Z | [ host-package] Compiling cassowary v0.3.0 |
2949 | 2024-10-29T18:19:11.225Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2950 | 2024-10-29T18:19:11.599Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2951 | 2024-10-29T18:19:11.820Z | [ helios-setup] Oct 29 18:19:10.627 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s |
2952 | 2024-10-29T18:19:11.971Z | [ helios-setup] Oct 29 18:19:10.778 INFO building project "pilot" ok (414 seconds) |
2953 | 2024-10-29T18:19:11.971Z | [ helios-setup] Oct 29 18:19:10.779 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2954 | 2024-10-29T18:19:11.974Z | [ helios-setup] Oct 29 18:19:10.779 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2955 | 2024-10-29T18:19:11.982Z | [ helios-setup] Oct 29 18:19:10.790 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2956 | 2024-10-29T18:19:12.277Z | [ helios-setup] Oct 29 18:19:11.084 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2957 | 2024-10-29T18:19:12.277Z | [ helios-setup] Oct 29 18:19:11.084 INFO E| info: downloading component 'cargo' |
2958 | 2024-10-29T18:19:12.515Z | [ host-package] Compiling base64 v0.13.1 |
2959 | 2024-10-29T18:19:13.023Z | [ helios-setup] Oct 29 18:19:11.830 INFO E| info: downloading component 'clippy' |
2960 | 2024-10-29T18:19:13.329Z | [ host-package] Compiling ron v0.7.1 |
2961 | 2024-10-29T18:19:13.519Z | [ helios-setup] Oct 29 18:19:12.326 INFO E| info: downloading component 'rust-docs' |
2962 | 2024-10-29T18:19:13.930Z | [ host-package] Compiling rusqlite v0.32.1 |
2963 | 2024-10-29T18:19:14.538Z | [ helios-setup] Oct 29 18:19:13.345 INFO E| info: downloading component 'rust-src' |
2964 | 2024-10-29T18:19:14.692Z | [ helios-setup] Oct 29 18:19:13.499 INFO E| info: downloading component 'rust-std' |
2965 | 2024-10-29T18:19:16.274Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2966 | 2024-10-29T18:19:16.836Z | [ helios-setup] Oct 29 18:19:15.643 INFO E| info: downloading component 'rustc' |
2967 | 2024-10-29T18:19:18.903Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2968 | 2024-10-29T18:19:19.414Z | [ host-package] Compiling ratatui v0.28.1 |
2969 | 2024-10-29T18:19:19.546Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2970 | 2024-10-29T18:19:20.214Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2971 | 2024-10-29T18:19:20.559Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2972 | 2024-10-29T18:19:20.887Z | [ host-package] Compiling xz2 v0.1.7 |
2973 | 2024-10-29T18:19:21.255Z | [ host-package] Compiling tokio-rustls v0.24.1 |
2974 | 2024-10-29T18:19:22.512Z | [ helios-setup] Oct 29 18:19:21.318 INFO E| info: downloading component 'rustfmt' |
2975 | 2024-10-29T18:19:22.581Z | [ host-package] Compiling zone v0.1.8 |
2976 | 2024-10-29T18:19:22.707Z | [ helios-setup] Oct 29 18:19:21.513 INFO E| info: installing component 'cargo' |
2977 | 2024-10-29T18:19:24.037Z | [ helios-setup] Oct 29 18:19:22.843 INFO E| info: installing component 'clippy' |
2978 | 2024-10-29T18:19:24.488Z | [ helios-setup] Oct 29 18:19:23.294 INFO E| info: installing component 'rust-docs' |
2979 | 2024-10-29T18:19:30.005Z | [ helios-setup] Oct 29 18:19:28.810 INFO E| info: installing component 'rust-src' |
2980 | 2024-10-29T18:19:30.831Z | [ helios-setup] Oct 29 18:19:29.636 INFO E| info: installing component 'rust-std' |
2981 | 2024-10-29T18:19:33.650Z | [ helios-setup] Oct 29 18:19:32.454 INFO E| info: installing component 'rustc' |
2982 | 2024-10-29T18:19:37.773Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2983 | 2024-10-29T18:19:40.311Z | [ helios-setup] Oct 29 18:19:39.115 INFO E| info: installing component 'rustfmt' |
2984 | 2024-10-29T18:19:41.340Z | [ helios-setup] Oct 29 18:19:40.142 INFO E| Blocking waiting for file lock on package cache |
2985 | 2024-10-29T18:19:41.749Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2986 | 2024-10-29T18:19:41.796Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2987 | 2024-10-29T18:19:43.209Z | [ helios-setup] Oct 29 18:19:42.013 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2988 | 2024-10-29T18:19:43.781Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
2989 | 2024-10-29T18:19:44.273Z | [ helios-setup] Oct 29 18:19:43.076 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2990 | 2024-10-29T18:19:44.273Z | [ helios-setup] Oct 29 18:19:43.076 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2991 | 2024-10-29T18:19:44.275Z | [ helios-setup] Oct 29 18:19:43.076 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2992 | 2024-10-29T18:19:44.335Z | [ helios-setup] Oct 29 18:19:43.138 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2993 | 2024-10-29T18:19:44.335Z | [ helios-setup] Oct 29 18:19:43.138 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2994 | 2024-10-29T18:19:44.338Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2995 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2996 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2997 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2998 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2999 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3000 | 2024-10-29T18:19:44.339Z | [ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3001 | 2024-10-29T18:19:44.370Z | [ helios-setup] Oct 29 18:19:43.173 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3002 | 2024-10-29T18:19:44.602Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3003 | 2024-10-29T18:19:44.984Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3004 | 2024-10-29T18:19:45.372Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| From https://github.com/oxidecomputer/amd-efs |
3005 | 2024-10-29T18:19:45.372Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] empty -> origin/empty |
3006 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3007 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] main -> origin/main |
3008 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] review -> origin/review |
3009 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.176 INFO E| * [new ref] -> origin/HEAD |
3010 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3011 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3012 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3013 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3014 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3015 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3016 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3017 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3018 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3019 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3020 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3021 | 2024-10-29T18:19:45.375Z | [ helios-setup] Oct 29 18:19:44.179 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3022 | 2024-10-29T18:19:45.400Z | [ helios-setup] Oct 29 18:19:44.204 INFO E| Updating crates.io index |
3023 | 2024-10-29T18:19:45.558Z | [ helios-setup] Oct 29 18:19:44.361 INFO E| Downloading crates ... |
3024 | 2024-10-29T18:19:45.700Z | [ helios-setup] Oct 29 18:19:44.504 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3025 | 2024-10-29T18:19:45.718Z | [ helios-setup] Oct 29 18:19:44.522 INFO E| Downloaded unic-ucd-version v0.9.0 |
3026 | 2024-10-29T18:19:45.721Z | [ helios-setup] Oct 29 18:19:44.523 INFO E| Downloaded unic-common v0.9.0 |
3027 | 2024-10-29T18:19:45.721Z | [ helios-setup] Oct 29 18:19:44.524 INFO E| Downloaded unic-char-range v0.9.0 |
3028 | 2024-10-29T18:19:45.723Z | [ helios-setup] Oct 29 18:19:44.526 INFO E| Downloaded four-cc v0.3.0 |
3029 | 2024-10-29T18:19:45.726Z | [ helios-setup] Oct 29 18:19:44.527 INFO E| Downloaded pest_generator v2.7.13 |
3030 | 2024-10-29T18:19:45.726Z | [ helios-setup] Oct 29 18:19:44.529 INFO E| Downloaded textwrap v0.11.0 |
3031 | 2024-10-29T18:19:45.810Z | [ helios-setup] Oct 29 18:19:44.614 INFO E| Downloaded vec_map v0.8.2 |
3032 | 2024-10-29T18:19:45.812Z | [ helios-setup] Oct 29 18:19:44.615 INFO E| Downloaded strum_macros v0.23.1 |
3033 | 2024-10-29T18:19:45.815Z | [ helios-setup] Oct 29 18:19:44.618 INFO E| Downloaded structopt-derive v0.4.18 |
3034 | 2024-10-29T18:19:45.817Z | [ helios-setup] Oct 29 18:19:44.620 INFO E| Downloaded semver-parser v0.7.0 |
3035 | 2024-10-29T18:19:45.820Z | [ helios-setup] Oct 29 18:19:44.621 INFO E| Downloaded pest_meta v2.7.13 |
3036 | 2024-10-29T18:19:45.822Z | [ helios-setup] Oct 29 18:19:44.625 INFO E| Downloaded clap v2.34.0 |
3037 | 2024-10-29T18:19:45.833Z | [ helios-setup] Oct 29 18:19:44.636 INFO E| Downloaded structopt v0.3.26 |
3038 | 2024-10-29T18:19:45.861Z | [ helios-setup] Oct 29 18:19:44.665 INFO E| Downloaded pest v2.7.13 |
3039 | 2024-10-29T18:19:45.870Z | [ helios-setup] Oct 29 18:19:44.673 INFO E| Downloaded goblin v0.4.3 |
3040 | 2024-10-29T18:19:45.878Z | [ helios-setup] Oct 29 18:19:44.681 INFO E| Downloaded once_cell v1.20.1 |
3041 | 2024-10-29T18:19:45.882Z | [ helios-setup] Oct 29 18:19:44.685 INFO E| Downloaded semver v0.9.0 |
3042 | 2024-10-29T18:19:45.884Z | [ helios-setup] Oct 29 18:19:44.688 INFO E| Downloaded scroll v0.10.2 |
3043 | 2024-10-29T18:19:45.887Z | [ helios-setup] Oct 29 18:19:44.691 INFO E| Downloaded pre-proc-macro v0.2.1 |
3044 | 2024-10-29T18:19:45.890Z | [ helios-setup] Oct 29 18:19:44.694 INFO E| Downloaded ansi_term v0.12.1 |
3045 | 2024-10-29T18:19:45.893Z | [ helios-setup] Oct 29 18:19:44.696 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3046 | 2024-10-29T18:19:45.895Z | [ helios-setup] Oct 29 18:19:44.698 INFO E| Downloaded cfg-if v0.1.10 |
3047 | 2024-10-29T18:19:45.897Z | [ helios-setup] Oct 29 18:19:44.700 INFO E| Downloaded proc-macro-crate v0.1.5 |
3048 | 2024-10-29T18:19:45.899Z | [ helios-setup] Oct 29 18:19:44.702 INFO E| Downloaded pest_derive v2.7.13 |
3049 | 2024-10-29T18:19:45.902Z | [ helios-setup] Oct 29 18:19:44.706 INFO E| Downloaded parse_int v0.6.0 |
3050 | 2024-10-29T18:19:45.904Z | [ helios-setup] Oct 29 18:19:44.707 INFO E| Downloaded unic-char-property v0.9.0 |
3051 | 2024-10-29T18:19:45.907Z | [ helios-setup] Oct 29 18:19:44.709 INFO E| Downloaded strum v0.23.0 |
3052 | 2024-10-29T18:19:45.907Z | [ helios-setup] Oct 29 18:19:44.710 INFO E| Downloaded strsim v0.8.0 |
3053 | 2024-10-29T18:19:45.909Z | [ helios-setup] Oct 29 18:19:44.712 INFO E| Downloaded scroll_derive v0.10.5 |
3054 | 2024-10-29T18:19:45.911Z | [ helios-setup] Oct 29 18:19:44.713 INFO E| Downloaded rustc_version v0.2.3 |
3055 | 2024-10-29T18:19:45.911Z | [ helios-setup] Oct 29 18:19:44.715 INFO E| Downloaded pre v0.2.1 |
3056 | 2024-10-29T18:19:45.915Z | [ helios-setup] Oct 29 18:19:44.716 INFO E| Downloaded modular-bitfield v0.11.2 |
3057 | 2024-10-29T18:19:45.929Z | [ helios-setup] Oct 29 18:19:44.733 INFO E| Downloaded memoffset v0.5.6 |
3058 | 2024-10-29T18:19:45.932Z | [ helios-setup] Oct 29 18:19:44.734 INFO E| Downloaded fletcher v0.1.0 |
3059 | 2024-10-29T18:19:45.934Z | [ helios-setup] Oct 29 18:19:44.736 INFO E| Downloaded bytesize v1.3.0 |
3060 | 2024-10-29T18:19:46.030Z | [ helios-setup] Oct 29 18:19:44.833 INFO E| Compiling proc-macro2 v1.0.86 |
3061 | 2024-10-29T18:19:46.032Z | [ helios-setup] Oct 29 18:19:44.833 INFO E| Compiling unicode-ident v1.0.13 |
3062 | 2024-10-29T18:19:46.032Z | [ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling syn v1.0.109 |
3063 | 2024-10-29T18:19:46.032Z | [ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling version_check v0.9.5 |
3064 | 2024-10-29T18:19:46.032Z | [ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling memchr v2.7.4 |
3065 | 2024-10-29T18:19:46.032Z | [ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling thiserror v1.0.64 |
3066 | 2024-10-29T18:19:46.033Z | [ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling autocfg v1.4.0 |
3067 | 2024-10-29T18:19:46.033Z | [ helios-setup] Oct 29 18:19:44.835 INFO E| Compiling semver-parser v0.7.0 |
3068 | 2024-10-29T18:19:46.750Z | [ helios-setup] Oct 29 18:19:45.553 INFO E| Compiling serde v1.0.210 |
3069 | 2024-10-29T18:19:47.357Z | [ helios-setup] Oct 29 18:19:46.159 INFO E| Compiling semver v0.9.0 |
3070 | 2024-10-29T18:19:47.416Z | [ helios-setup] Oct 29 18:19:46.220 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3071 | 2024-10-29T18:19:47.540Z | [ helios-setup] Oct 29 18:19:46.343 INFO E| Compiling proc-macro-error v1.0.4 |
3072 | 2024-10-29T18:19:48.067Z | [ helios-setup] Oct 29 18:19:46.870 INFO E| Compiling rustc_version v0.2.3 |
3073 | 2024-10-29T18:19:48.300Z | [ helios-setup] Oct 29 18:19:47.103 INFO E| Compiling serde_json v1.0.128 |
3074 | 2024-10-29T18:19:48.516Z | [ helios-setup] Oct 29 18:19:47.320 INFO E| Compiling num-traits v0.2.19 |
3075 | 2024-10-29T18:19:48.623Z | [ helios-setup] Oct 29 18:19:47.426 INFO E| Compiling itoa v1.0.11 |
3076 | 2024-10-29T18:19:48.709Z | [ helios-setup] Oct 29 18:19:47.512 INFO E| Compiling schemars v0.8.21 |
3077 | 2024-10-29T18:19:48.987Z | [ helios-setup] Oct 29 18:19:47.782 INFO E| Compiling unicode-segmentation v1.12.0 |
3078 | 2024-10-29T18:19:49.030Z | [ helios-setup] Oct 29 18:19:47.834 INFO E| Compiling ryu v1.0.18 |
3079 | 2024-10-29T18:19:49.193Z | [ helios-setup] Oct 29 18:19:47.996 INFO E| Compiling pre-proc-macro v0.2.1 |
3080 | 2024-10-29T18:19:49.543Z | [ helios-setup] Oct 29 18:19:48.346 INFO E| Compiling memoffset v0.5.6 |
3081 | 2024-10-29T18:19:49.707Z | [ helios-setup] Oct 29 18:19:48.510 INFO E| Compiling quote v1.0.37 |
3082 | 2024-10-29T18:19:49.916Z | [ helios-setup] Oct 29 18:19:48.720 INFO E| Compiling paste v1.0.15 |
3083 | 2024-10-29T18:19:50.331Z | [ helios-setup] Oct 29 18:19:49.134 INFO E| Compiling lazy_static v1.5.0 |
3084 | 2024-10-29T18:19:50.480Z | [ helios-setup] Oct 29 18:19:49.283 INFO E| Compiling syn v2.0.79 |
3085 | 2024-10-29T18:19:50.978Z | [ helios-setup] Oct 29 18:19:49.781 INFO E| Compiling heck v0.3.3 |
3086 | 2024-10-29T18:19:51.083Z | [ helios-setup] Oct 29 18:19:49.886 INFO E| Compiling dyn-clone v1.0.17 |
3087 | 2024-10-29T18:19:51.122Z | [ helios-setup] Oct 29 18:19:49.925 INFO E| Compiling libc v0.2.159 |
3088 | 2024-10-29T18:19:51.315Z | [ helios-setup] Oct 29 18:19:50.118 INFO E| Compiling ucd-trie v0.1.7 |
3089 | 2024-10-29T18:19:51.473Z | [ helios-setup] Oct 29 18:19:50.276 INFO E| Compiling rustversion v1.0.17 |
3090 | 2024-10-29T18:19:53.038Z | [ helios-setup] Oct 29 18:19:51.840 INFO E| Compiling pre v0.2.1 |
3091 | 2024-10-29T18:19:53.059Z | [ helios-setup] Oct 29 18:19:51.862 INFO E| Compiling static_assertions v1.1.0 |
3092 | 2024-10-29T18:19:53.147Z | [ helios-setup] Oct 29 18:19:51.950 INFO E| Compiling byteorder v1.5.0 |
3093 | 2024-10-29T18:19:53.153Z | [ helios-setup] Oct 29 18:19:51.956 INFO E| Compiling cfg-if v0.1.10 |
3094 | 2024-10-29T18:19:53.175Z | [ helios-setup] Oct 29 18:19:51.978 INFO E| Compiling once_cell v1.20.1 |
3095 | 2024-10-29T18:19:53.628Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3096 | 2024-10-29T18:19:54.239Z | [ helios-setup] Oct 29 18:19:53.041 INFO E| Compiling unicode-width v0.1.14 |
3097 | 2024-10-29T18:19:54.366Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3098 | 2024-10-29T18:19:54.955Z | [ helios-setup] Oct 29 18:19:53.757 INFO E| Compiling atty v0.2.14 |
3099 | 2024-10-29T18:19:55.046Z | [ host-package] Compiling twox-hash v1.6.3 |
3100 | 2024-10-29T18:19:55.191Z | [ helios-setup] Oct 29 18:19:53.993 INFO E| Compiling textwrap v0.11.0 |
3101 | 2024-10-29T18:19:55.234Z | [ host-package] Compiling yasna v0.5.2 |
3102 | 2024-10-29T18:19:55.272Z | [ helios-setup] Oct 29 18:19:54.075 INFO E| Compiling bitflags v1.3.2 |
3103 | 2024-10-29T18:19:55.427Z | [ helios-setup] Oct 29 18:19:54.229 INFO E| Compiling unic-char-range v0.9.0 |
3104 | 2024-10-29T18:19:55.833Z | [ helios-setup] Oct 29 18:19:54.635 INFO E| Compiling parse_int v0.6.0 |
3105 | 2024-10-29T18:19:55.939Z | [ helios-setup] Oct 29 18:19:54.742 INFO E| Compiling fletcher v0.1.0 |
3106 | 2024-10-29T18:19:56.196Z | [ helios-setup] Oct 29 18:19:54.998 INFO E| Compiling strsim v0.8.0 |
3107 | 2024-10-29T18:19:56.332Z | [ helios-setup] Oct 29 18:19:55.133 INFO E| Compiling strum v0.23.0 |
3108 | 2024-10-29T18:19:56.571Z | [ helios-setup] Oct 29 18:19:55.373 INFO E| Compiling unic-common v0.9.0 |
3109 | 2024-10-29T18:19:56.571Z | [ helios-setup] Oct 29 18:19:55.373 INFO E| Compiling vec_map v0.8.2 |
3110 | 2024-10-29T18:19:56.901Z | [ helios-setup] Oct 29 18:19:55.704 INFO E| Compiling ansi_term v0.12.1 |
3111 | 2024-10-29T18:19:56.908Z | [ helios-setup] Oct 29 18:19:55.711 INFO E| Compiling unic-ucd-version v0.9.0 |
3112 | 2024-10-29T18:19:57.016Z | [ helios-setup] Oct 29 18:19:55.818 INFO E| Compiling unic-char-property v0.9.0 |
3113 | 2024-10-29T18:19:57.038Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3114 | 2024-10-29T18:19:57.204Z | [ helios-setup] Oct 29 18:19:56.006 INFO E| Compiling plain v0.2.3 |
3115 | 2024-10-29T18:19:57.213Z | [ helios-setup] Oct 29 18:19:56.015 INFO E| Compiling log v0.4.22 |
3116 | 2024-10-29T18:19:57.285Z | [ helios-setup] Oct 29 18:19:56.088 INFO E| Compiling unic-ucd-ident v0.9.0 |
3117 | 2024-10-29T18:19:57.408Z | [ helios-setup] Oct 29 18:19:56.210 INFO E| Compiling bytesize v1.3.0 |
3118 | 2024-10-29T18:19:57.623Z | [ helios-setup] Oct 29 18:19:56.425 INFO E| Compiling clap v2.34.0 |
3119 | 2024-10-29T18:19:58.208Z | [ host-package] Compiling smawk v0.3.2 |
3120 | 2024-10-29T18:19:58.755Z | [ host-package] Compiling is_ci v1.2.0 |
3121 | 2024-10-29T18:19:59.173Z | [ helios-setup] Oct 29 18:19:57.975 INFO E| Compiling serde_derive_internals v0.29.1 |
3122 | 2024-10-29T18:19:59.318Z | [ host-package] Compiling supports-color v3.0.1 |
3123 | 2024-10-29T18:20:00.092Z | [ host-package] Compiling textwrap v0.16.1 |
3124 | 2024-10-29T18:20:01.716Z | [ host-package] Compiling rcgen v0.12.1 |
3125 | 2024-10-29T18:20:01.833Z | [ helios-setup] Oct 29 18:20:00.634 INFO E| Compiling toml v0.5.11 |
3126 | 2024-10-29T18:20:05.287Z | [ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling thiserror-impl v1.0.64 |
3127 | 2024-10-29T18:20:05.287Z | [ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling serde_derive v1.0.210 |
3128 | 2024-10-29T18:20:05.289Z | [ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling schemars_derive v0.8.21 |
3129 | 2024-10-29T18:20:05.506Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3130 | 2024-10-29T18:20:06.427Z | [ helios-setup] Oct 29 18:20:05.228 INFO E| Compiling proc-macro-crate v0.1.5 |
3131 | 2024-10-29T18:20:07.703Z | [ helios-setup] Oct 29 18:20:06.504 INFO E| Compiling zerocopy-derive v0.6.6 |
3132 | 2024-10-29T18:20:08.027Z | [ helios-setup] Oct 29 18:20:06.828 INFO E| Compiling num-derive v0.4.2 |
3133 | 2024-10-29T18:20:11.334Z | [ helios-setup] Oct 29 18:20:10.134 INFO E| Compiling pest v2.7.13 |
3134 | 2024-10-29T18:20:11.966Z | [ helios-setup] Oct 29 18:20:10.767 INFO E| Compiling zerocopy v0.6.6 |
3135 | 2024-10-29T18:20:12.692Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3136 | 2024-10-29T18:20:13.172Z | [ helios-setup] Oct 29 18:20:11.973 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3137 | 2024-10-29T18:20:13.361Z | [ helios-setup] Oct 29 18:20:12.162 INFO E| Compiling scroll_derive v0.10.5 |
3138 | 2024-10-29T18:20:13.562Z | [ helios-setup] Oct 29 18:20:12.362 INFO E| Compiling strum_macros v0.23.1 |
3139 | 2024-10-29T18:20:15.384Z | [ helios-setup] Oct 29 18:20:14.184 INFO E| Compiling structopt-derive v0.4.18 |
3140 | 2024-10-29T18:20:16.359Z | [ helios-setup] Oct 29 18:20:15.159 INFO E| Compiling scroll v0.10.2 |
3141 | 2024-10-29T18:20:17.507Z | [ helios-setup] Oct 29 18:20:16.307 INFO E| Compiling pest_meta v2.7.13 |
3142 | 2024-10-29T18:20:17.531Z | [ helios-setup] Oct 29 18:20:16.329 INFO E| Compiling goblin v0.4.3 |
3143 | 2024-10-29T18:20:18.740Z | [ helios-setup] Oct 29 18:20:17.540 INFO E| Compiling modular-bitfield v0.11.2 |
3144 | 2024-10-29T18:20:19.160Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3145 | 2024-10-29T18:20:20.490Z | [ helios-setup] Oct 29 18:20:19.290 INFO E| Compiling pest_generator v2.7.13 |
3146 | 2024-10-29T18:20:21.028Z | [ helios-setup] Oct 29 18:20:19.828 INFO E| Compiling structopt v0.3.26 |
3147 | 2024-10-29T18:20:24.232Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3148 | 2024-10-29T18:20:25.841Z | [ helios-setup] Oct 29 18:20:24.640 INFO E| Compiling pest_derive v2.7.13 |
3149 | 2024-10-29T18:20:29.350Z | [ helios-setup] Oct 29 18:20:28.149 INFO E| Compiling json5 v0.4.1 |
3150 | 2024-10-29T18:20:33.819Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3151 | 2024-10-29T18:20:35.185Z | [ helios-setup] Oct 29 18:20:33.983 INFO E| Compiling four-cc v0.3.0 |
3152 | 2024-10-29T18:20:35.185Z | [ helios-setup] Oct 29 18:20:33.983 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
3153 | 2024-10-29T18:20:35.458Z | [ helios-setup] Oct 29 18:20:34.256 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
3154 | 2024-10-29T18:20:36.244Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3155 | 2024-10-29T18:20:40.681Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3156 | 2024-10-29T18:20:47.320Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3157 | 2024-10-29T18:20:48.053Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3158 | 2024-10-29T18:20:53.105Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3159 | 2024-10-29T18:20:53.605Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3160 | 2024-10-29T18:20:55.862Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3161 | 2024-10-29T18:21:01.493Z | [ host-package] Compiling fatfs v0.3.6 |
3162 | 2024-10-29T18:21:02.086Z | [ host-package] Compiling subprocess v0.2.9 |
3163 | 2024-10-29T18:21:04.952Z | [ host-package] Compiling rtoolbox v0.0.2 |
3164 | 2024-10-29T18:21:05.545Z | [ host-package] Compiling assert_matches v1.5.0 |
3165 | 2024-10-29T18:21:06.728Z | [ host-package] Compiling rpassword v7.3.1 |
3166 | 2024-10-29T18:21:07.056Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3167 | 2024-10-29T18:21:07.355Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3168 | 2024-10-29T18:21:07.529Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3169 | 2024-10-29T18:21:16.015Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3170 | 2024-10-29T18:21:18.713Z | [ helios-setup] Oct 29 18:21:17.506 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3171 | 2024-10-29T18:21:23.914Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3172 | 2024-10-29T18:21:24.445Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3173 | 2024-10-29T18:21:24.878Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3174 | 2024-10-29T18:21:35.286Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3175 | 2024-10-29T18:21:36.042Z | [ host-package] Compiling uzers v0.12.1 |
3176 | 2024-10-29T18:21:37.656Z | [ helios-setup] Oct 29 18:21:36.447 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3177 | 2024-10-29T18:21:39.792Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3178 | 2024-10-29T18:21:40.203Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3179 | 2024-10-29T18:21:42.522Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3180 | 2024-10-29T18:22:15.754Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3181 | 2024-10-29T18:22:19.583Z | [ host-package] Compiling multimap v0.10.0 |
3182 | 2024-10-29T18:22:30.708Z | [ helios-setup] Oct 29 18:22:29.493 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s |
3183 | 2024-10-29T18:22:30.743Z | [ helios-setup] Oct 29 18:22:29.528 INFO building project "amd-host-image-builder" ok (198 seconds) |
3184 | 2024-10-29T18:22:30.743Z | [ helios-setup] Oct 29 18:22:29.528 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3185 | 2024-10-29T18:22:30.743Z | [ helios-setup] Oct 29 18:22:29.528 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3186 | 2024-10-29T18:22:31.122Z | [ helios-setup] Oct 29 18:22:29.907 INFO E| Downloading crates ... |
3187 | 2024-10-29T18:22:31.274Z | [ helios-setup] Oct 29 18:22:30.059 INFO E| Downloaded miniz_oxide v0.7.2 |
3188 | 2024-10-29T18:22:31.408Z | [ helios-setup] Oct 29 18:22:30.193 INFO E| Compiling adler v1.0.2 |
3189 | 2024-10-29T18:22:31.554Z | [ helios-setup] Oct 29 18:22:30.339 INFO E| Compiling miniz_oxide v0.7.2 |
3190 | 2024-10-29T18:22:34.640Z | [ helios-setup] Oct 29 18:22:33.424 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3191 | 2024-10-29T18:22:35.732Z | [ helios-setup] Oct 29 18:22:34.517 INFO E| Finished `release` profile [optimized] target(s) in 4.90s |
3192 | 2024-10-29T18:22:35.744Z | [ helios-setup] Oct 29 18:22:34.529 INFO building project "pinprick" ok (5 seconds) |
3193 | 2024-10-29T18:22:35.746Z | [ helios-setup] Oct 29 18:22:34.529 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3194 | 2024-10-29T18:22:35.747Z | [ helios-setup] Oct 29 18:22:34.529 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3195 | 2024-10-29T18:22:36.070Z | [ helios-setup] Oct 29 18:22:34.854 INFO E| Downloading crates ... |
3196 | 2024-10-29T18:22:37.198Z | [ helios-setup] Oct 29 18:22:34.980 INFO E| Downloaded typenum v1.15.0 |
3197 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:34.984 INFO E| Downloaded sha2 v0.10.5 |
3198 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:34.988 INFO E| Downloaded digest v0.10.3 |
3199 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:34.990 INFO E| Downloaded bytes v1.2.1 |
3200 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:34.996 INFO E| Downloaded anyhow v1.0.62 |
3201 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling version_check v0.9.4 |
3202 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling typenum v1.15.0 |
3203 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling crc32fast v1.3.2 |
3204 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling cfg-if v1.0.0 |
3205 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling anyhow v1.0.62 |
3206 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling adler v1.0.2 |
3207 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling cpufeatures v0.2.5 |
3208 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling unicode-width v0.1.10 |
3209 | 2024-10-29T18:22:37.201Z | [ helios-setup] Oct 29 18:22:35.774 INFO E| Compiling bytes v1.2.1 |
3210 | 2024-10-29T18:22:37.202Z | [ helios-setup] Oct 29 18:22:35.932 INFO E| Compiling miniz_oxide v0.6.2 |
3211 | 2024-10-29T18:22:37.274Z | [ helios-setup] Oct 29 18:22:36.059 INFO E| Compiling getopts v0.2.21 |
3212 | 2024-10-29T18:22:37.443Z | [ helios-setup] Oct 29 18:22:36.227 INFO E| Compiling bitflags v1.3.2 |
3213 | 2024-10-29T18:22:37.679Z | [ helios-setup] Oct 29 18:22:36.463 INFO E| Compiling generic-array v0.14.6 |
3214 | 2024-10-29T18:22:38.769Z | [ helios-setup] Oct 29 18:22:37.553 INFO E| Compiling flate2 v1.0.25 |
3215 | 2024-10-29T18:22:42.582Z | [ helios-setup] Oct 29 18:22:41.365 INFO E| Compiling crypto-common v0.1.6 |
3216 | 2024-10-29T18:22:42.582Z | [ helios-setup] Oct 29 18:22:41.365 INFO E| Compiling block-buffer v0.10.3 |
3217 | 2024-10-29T18:22:42.797Z | [ helios-setup] Oct 29 18:22:41.578 INFO E| Compiling digest v0.10.3 |
3218 | 2024-10-29T18:22:43.188Z | [ helios-setup] Oct 29 18:22:41.972 INFO E| Compiling sha2 v0.10.5 |
3219 | 2024-10-29T18:22:43.797Z | [ helios-setup] Oct 29 18:22:42.581 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3220 | 2024-10-29T18:22:50.021Z | [ helios-setup] Oct 29 18:22:48.804 INFO E| Finished `release` profile [optimized] target(s) in 14.18s |
3221 | 2024-10-29T18:22:50.038Z | [ helios-setup] Oct 29 18:22:48.821 INFO building project "bootserver" ok (14 seconds) |
3222 | 2024-10-29T18:22:50.038Z | [ helios-setup] Oct 29 18:22:48.821 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3223 | 2024-10-29T18:22:50.040Z | [ helios-setup] Oct 29 18:22:48.821 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3224 | 2024-10-29T18:22:50.425Z | [ helios-setup] Oct 29 18:22:49.208 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3225 | 2024-10-29T18:22:51.127Z | [ helios-setup] Oct 29 18:22:49.910 INFO E| From https://github.com/jclulow/rust-jmclib |
3226 | 2024-10-29T18:22:51.127Z | [ helios-setup] Oct 29 18:22:49.910 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3227 | 2024-10-29T18:22:51.148Z | [ helios-setup] Oct 29 18:22:49.931 INFO E| Updating crates.io index |
3228 | 2024-10-29T18:22:51.366Z | [ helios-setup] Oct 29 18:22:50.149 INFO E| Downloading crates ... |
3229 | 2024-10-29T18:22:51.509Z | [ helios-setup] Oct 29 18:22:50.292 INFO E| Downloaded block-buffer v0.9.0 |
3230 | 2024-10-29T18:22:51.515Z | [ helios-setup] Oct 29 18:22:50.297 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3231 | 2024-10-29T18:22:51.518Z | [ helios-setup] Oct 29 18:22:50.301 INFO E| Downloaded digest v0.9.0 |
3232 | 2024-10-29T18:22:51.524Z | [ helios-setup] Oct 29 18:22:50.307 INFO E| Downloaded md-5 v0.9.1 |
3233 | 2024-10-29T18:22:51.530Z | [ helios-setup] Oct 29 18:22:50.313 INFO E| Downloaded fastrand v2.0.0 |
3234 | 2024-10-29T18:22:51.533Z | [ helios-setup] Oct 29 18:22:50.316 INFO E| Downloaded once_cell v1.18.0 |
3235 | 2024-10-29T18:22:51.537Z | [ helios-setup] Oct 29 18:22:50.320 INFO E| Downloaded cpufeatures v0.2.9 |
3236 | 2024-10-29T18:22:51.541Z | [ helios-setup] Oct 29 18:22:50.323 INFO E| Downloaded sha-1 v0.9.8 |
3237 | 2024-10-29T18:22:51.543Z | [ helios-setup] Oct 29 18:22:50.326 INFO E| Downloaded tempfile v3.7.0 |
3238 | 2024-10-29T18:22:51.547Z | [ helios-setup] Oct 29 18:22:50.330 INFO E| Downloaded quote v1.0.31 |
3239 | 2024-10-29T18:22:51.550Z | [ helios-setup] Oct 29 18:22:50.334 INFO E| Downloaded bitflags v2.3.3 |
3240 | 2024-10-29T18:22:51.555Z | [ helios-setup] Oct 29 18:22:50.338 INFO E| Downloaded uuid v0.8.2 |
3241 | 2024-10-29T18:22:51.560Z | [ helios-setup] Oct 29 18:22:50.343 INFO E| Downloaded getrandom v0.2.10 |
3242 | 2024-10-29T18:22:51.565Z | [ helios-setup] Oct 29 18:22:50.348 INFO E| Downloaded unicode-ident v1.0.11 |
3243 | 2024-10-29T18:22:51.568Z | [ helios-setup] Oct 29 18:22:50.351 INFO E| Downloaded proc-macro2 v1.0.66 |
3244 | 2024-10-29T18:22:51.572Z | [ helios-setup] Oct 29 18:22:50.355 INFO E| Downloaded serde v1.0.193 |
3245 | 2024-10-29T18:22:51.576Z | [ helios-setup] Oct 29 18:22:50.359 INFO E| Downloaded anyhow v1.0.72 |
3246 | 2024-10-29T18:22:51.582Z | [ helios-setup] Oct 29 18:22:50.365 INFO E| Downloaded serde_derive v1.0.193 |
3247 | 2024-10-29T18:22:51.586Z | [ helios-setup] Oct 29 18:22:50.368 INFO E| Downloaded serde_json v1.0.103 |
3248 | 2024-10-29T18:22:51.629Z | [ helios-setup] Oct 29 18:22:50.412 INFO E| Downloaded syn v2.0.32 |
3249 | 2024-10-29T18:22:51.644Z | [ helios-setup] Oct 29 18:22:50.427 INFO E| Downloaded rustix v0.38.4 |
3250 | 2024-10-29T18:22:51.675Z | [ helios-setup] Oct 29 18:22:50.457 INFO E| Downloaded libc v0.2.147 |
3251 | 2024-10-29T18:22:51.934Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling libc v0.2.147 |
3252 | 2024-10-29T18:22:51.934Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling proc-macro2 v1.0.66 |
3253 | 2024-10-29T18:22:51.934Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling cfg-if v1.0.0 |
3254 | 2024-10-29T18:22:51.937Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling unicode-ident v1.0.11 |
3255 | 2024-10-29T18:22:51.937Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling typenum v1.16.0 |
3256 | 2024-10-29T18:22:51.937Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling version_check v0.9.4 |
3257 | 2024-10-29T18:22:51.937Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling serde v1.0.193 |
3258 | 2024-10-29T18:22:51.937Z | [ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling num-conv v0.1.0 |
3259 | 2024-10-29T18:22:52.340Z | [ helios-setup] Oct 29 18:22:51.123 INFO E| Compiling time-core v0.1.2 |
3260 | 2024-10-29T18:22:52.372Z | [ helios-setup] Oct 29 18:22:51.155 INFO E| Compiling powerfmt v0.2.0 |
3261 | 2024-10-29T18:22:52.742Z | [ helios-setup] Oct 29 18:22:51.525 INFO E| Compiling itoa v1.0.9 |
3262 | 2024-10-29T18:22:52.789Z | [ helios-setup] Oct 29 18:22:51.571 INFO E| Compiling rustix v0.38.4 |
3263 | 2024-10-29T18:22:53.082Z | [ helios-setup] Oct 29 18:22:51.864 INFO E| Compiling slog v2.7.0 |
3264 | 2024-10-29T18:22:53.209Z | [ helios-setup] Oct 29 18:22:51.992 INFO E| Compiling time-macros v0.2.18 |
3265 | 2024-10-29T18:22:53.511Z | [ helios-setup] Oct 29 18:22:52.294 INFO E| Compiling deranged v0.3.11 |
3266 | 2024-10-29T18:22:53.793Z | [ helios-setup] Oct 29 18:22:52.576 INFO E| Compiling generic-array v0.14.7 |
3267 | 2024-10-29T18:22:54.110Z | [ helios-setup] Oct 29 18:22:52.893 INFO E| Compiling bitflags v2.3.3 |
3268 | 2024-10-29T18:22:54.331Z | [ helios-setup] Oct 29 18:22:53.113 INFO E| Compiling once_cell v1.18.0 |
3269 | 2024-10-29T18:22:54.593Z | [ helios-setup] Oct 29 18:22:53.375 INFO E| Compiling num_threads v0.1.6 |
3270 | 2024-10-29T18:22:55.065Z | [ helios-setup] Oct 29 18:22:53.847 INFO E| Compiling thread_local v1.1.7 |
3271 | 2024-10-29T18:22:55.369Z | [ helios-setup] Oct 29 18:22:54.152 INFO E| Compiling serde_json v1.0.103 |
3272 | 2024-10-29T18:22:56.436Z | [ helios-setup] Oct 29 18:22:55.219 INFO E| Compiling quote v1.0.31 |
3273 | 2024-10-29T18:22:56.611Z | [ helios-setup] Oct 29 18:22:55.393 INFO E| Compiling anyhow v1.0.72 |
3274 | 2024-10-29T18:22:56.720Z | [ helios-setup] Oct 29 18:22:55.503 INFO E| Compiling opaque-debug v0.3.0 |
3275 | 2024-10-29T18:22:56.815Z | [ helios-setup] Oct 29 18:22:55.597 INFO E| Compiling dirs-sys-next v0.1.2 |
3276 | 2024-10-29T18:22:57.293Z | [ helios-setup] Oct 29 18:22:56.076 INFO E| Compiling syn v2.0.32 |
3277 | 2024-10-29T18:22:57.489Z | [ helios-setup] Oct 29 18:22:56.271 INFO E| Compiling dirs-next v2.0.0 |
3278 | 2024-10-29T18:22:57.697Z | [ helios-setup] Oct 29 18:22:56.479 INFO E| Compiling errno v0.3.1 |
3279 | 2024-10-29T18:22:57.783Z | [ helios-setup] Oct 29 18:22:56.566 INFO E| Compiling term v0.7.0 |
3280 | 2024-10-29T18:22:58.140Z | [ helios-setup] Oct 29 18:22:56.922 INFO E| Compiling atty v0.2.14 |
3281 | 2024-10-29T18:22:58.177Z | [ helios-setup] Oct 29 18:22:56.959 INFO E| Compiling fastrand v2.0.0 |
3282 | 2024-10-29T18:22:58.402Z | [ helios-setup] Oct 29 18:22:57.184 INFO E| Compiling getrandom v0.2.10 |
3283 | 2024-10-29T18:22:58.980Z | [ helios-setup] Oct 29 18:22:57.762 INFO E| Compiling unicode-width v0.1.10 |
3284 | 2024-10-29T18:22:59.034Z | [ helios-setup] Oct 29 18:22:57.816 INFO E| Compiling cpufeatures v0.2.9 |
3285 | 2024-10-29T18:22:59.136Z | [ helios-setup] Oct 29 18:22:57.918 INFO E| Compiling block-buffer v0.9.0 |
3286 | 2024-10-29T18:22:59.275Z | [ helios-setup] Oct 29 18:22:58.057 INFO E| Compiling digest v0.9.0 |
3287 | 2024-10-29T18:22:59.295Z | [ helios-setup] Oct 29 18:22:58.077 INFO E| Compiling time v0.3.36 |
3288 | 2024-10-29T18:22:59.366Z | [ helios-setup] Oct 29 18:22:58.148 INFO E| Compiling same-file v1.0.6 |
3289 | 2024-10-29T18:22:59.383Z | [ helios-setup] Oct 29 18:22:58.166 INFO E| Compiling ryu v1.0.15 |
3290 | 2024-10-29T18:22:59.587Z | [ helios-setup] Oct 29 18:22:58.369 INFO E| Compiling sha-1 v0.9.8 |
3291 | 2024-10-29T18:22:59.743Z | [ helios-setup] Oct 29 18:22:58.525 INFO E| Compiling walkdir v2.3.3 |
3292 | 2024-10-29T18:23:00.096Z | [ helios-setup] Oct 29 18:22:58.878 INFO E| Compiling md-5 v0.9.1 |
3293 | 2024-10-29T18:23:00.193Z | [ helios-setup] Oct 29 18:22:58.975 INFO E| Compiling getopts v0.2.21 |
3294 | 2024-10-29T18:23:01.103Z | [ helios-setup] Oct 29 18:22:59.884 INFO E| Compiling glob v0.3.1 |
3295 | 2024-10-29T18:23:01.451Z | [ helios-setup] Oct 29 18:23:00.232 INFO E| Compiling tempfile v3.7.0 |
3296 | 2024-10-29T18:23:01.509Z | [ helios-setup] Oct 29 18:23:00.291 INFO E| Compiling libdevinfo-sys v1.0.0 |
3297 | 2024-10-29T18:23:02.945Z | [ helios-setup] Oct 29 18:23:01.727 INFO E| Compiling slog-term v2.9.0 |
3298 | 2024-10-29T18:23:07.321Z | [ helios-setup] Oct 29 18:23:06.102 INFO E| Compiling serde_derive v1.0.193 |
3299 | 2024-10-29T18:23:22.777Z | [ helios-setup] Oct 29 18:23:21.556 INFO E| Compiling toml v0.5.11 |
3300 | 2024-10-29T18:23:22.779Z | [ helios-setup] Oct 29 18:23:21.556 INFO E| Compiling uuid v0.8.2 |
3301 | 2024-10-29T18:23:24.973Z | [ helios-setup] Oct 29 18:23:23.752 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3302 | 2024-10-29T18:23:29.661Z | [ helios-setup] Oct 29 18:23:28.440 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3303 | 2024-10-29T18:23:44.956Z | [ helios-setup] Oct 29 18:23:43.707 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.77s |
3304 | 2024-10-29T18:23:44.972Z | [ helios-setup] Oct 29 18:23:43.743 INFO building project "image-builder" ok (54 seconds) |
3305 | 2024-10-29T18:23:44.990Z | [ helios-setup] rm -f helios-build |
3306 | 2024-10-29T18:23:44.990Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3307 | 2024-10-29T18:23:44.991Z | [ helios-setup] |
3308 | 2024-10-29T18:23:44.991Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3309 | 2024-10-29T18:23:44.991Z | [ helios-setup] |
3310 | 2024-10-29T18:23:45.005Z | [ helios-setup] |
3311 | 2024-10-29T18:23:45.005Z | [ helios-setup] real 12:34.938192800 |
3312 | 2024-10-29T18:23:45.005Z | [ helios-setup] user 29:18.037437296 |
3313 | 2024-10-29T18:23:45.005Z | [ helios-setup] sys 3:37.178439650 |
3314 | 2024-10-29T18:23:45.005Z | [ helios-setup] trap 1.697971724 |
3315 | 2024-10-29T18:23:45.005Z | [ helios-setup] tflt 8.460715239 |
3316 | 2024-10-29T18:23:45.005Z | [ helios-setup] dflt 41.634058085 |
3317 | 2024-10-29T18:23:45.006Z | [ helios-setup] kflt 0.032228294 |
3318 | 2024-10-29T18:23:45.006Z | [ helios-setup] lock 2:13:37.251186542 |
3319 | 2024-10-29T18:23:45.006Z | [ helios-setup] slp 3:44:54.781979888 |
3320 | 2024-10-29T18:23:45.006Z | [ helios-setup] lat 33:14.558644589 |
3321 | 2024-10-29T18:23:45.006Z | [ helios-setup] stop 4:23.943330975 |
3322 | 2024-10-29T18:23:45.006Z | Oct 29 18:23:43.758 INFO [helios-setup] process exited with exit status: 0 (754.945632859s) |
3323 | 2024-10-29T18:23:45.006Z | Oct 29 18:23:43.758 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3324 | 2024-10-29T18:23:45.019Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3325 | 2024-10-29T18:23:45.259Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3326 | 2024-10-29T18:23:45.259Z | [ phbl-toolchain] info: downloading component 'cargo' |
3327 | 2024-10-29T18:23:46.271Z | [ phbl-toolchain] info: downloading component 'clippy' |
3328 | 2024-10-29T18:23:46.575Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3329 | 2024-10-29T18:23:50.961Z | [ phbl-toolchain] info: downloading component 'miri' |
3330 | 2024-10-29T18:23:51.441Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3331 | 2024-10-29T18:23:52.798Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3332 | 2024-10-29T18:23:52.972Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3333 | 2024-10-29T18:23:54.926Z | [ phbl-toolchain] info: downloading component 'rustc' |
3334 | 2024-10-29T18:24:01.959Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3335 | 2024-10-29T18:24:02.184Z | [ phbl-toolchain] info: installing component 'cargo' |
3336 | 2024-10-29T18:24:03.476Z | [ phbl-toolchain] info: installing component 'clippy' |
3337 | 2024-10-29T18:24:04.072Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3338 | 2024-10-29T18:24:10.207Z | [ phbl-toolchain] info: installing component 'miri' |
3339 | 2024-10-29T18:24:10.673Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3340 | 2024-10-29T18:24:18.713Z | [ phbl-toolchain] info: installing component 'rust-src' |
3341 | 2024-10-29T18:24:19.873Z | [ phbl-toolchain] info: installing component 'rust-std' |
3342 | 2024-10-29T18:24:22.535Z | [ phbl-toolchain] info: installing component 'rustc' |
3343 | 2024-10-29T18:24:32.551Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3344 | 2024-10-29T18:24:33.426Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3345 | 2024-10-29T18:24:33.428Z | Oct 29 18:24:32.200 INFO [phbl-toolchain] process exited with exit status: 0 (48.442296672s) |
3346 | 2024-10-29T18:24:53.756Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3347 | 2024-10-29T18:25:03.924Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3348 | 2024-10-29T18:32:00.434Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 03s |
3349 | 2024-10-29T18:33:02.519Z | Oct 29 18:33:01.234 INFO [host-package] process exited with exit status: 0 (1265.963550566s) |
3350 | 2024-10-29T18:33:02.521Z | Oct 29 18:33:01.234 INFO [host-stamp] running task |
3351 | 2024-10-29T18:33:02.522Z | Oct 29 18:33:01.234 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3352 | 2024-10-29T18:33:02.528Z | Oct 29 18:33:01.243 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git608b3362ecb |
3353 | 2024-10-29T18:33:02.538Z | Oct 29 18:33:01.253 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git608b3362ecb |
3354 | 2024-10-29T18:33:02.544Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3355 | 2024-10-29T18:33:02.546Z | Oct 29 18:33:01.261 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git608b3362ecb |
3356 | 2024-10-29T18:33:02.552Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-29T18:33:02.555Z | Oct 29 18:33:01.270 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git608b3362ecb |
3358 | 2024-10-29T18:33:02.560Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3359 | 2024-10-29T18:33:02.564Z | Oct 29 18:33:01.279 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git608b3362ecb |
3360 | 2024-10-29T18:33:02.564Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-29T18:33:02.573Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3362 | 2024-10-29T18:33:02.577Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3363 | 2024-10-29T18:33:02.577Z | Oct 29 18:33:01.290 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git608b3362ecb |
3364 | 2024-10-29T18:33:02.586Z | Oct 29 18:33:01.301 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git608b3362ecb |
3365 | 2024-10-29T18:33:02.594Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3366 | 2024-10-29T18:33:02.594Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-29T18:33:02.599Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3368 | 2024-10-29T18:33:02.599Z | Oct 29 18:33:01.314 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git608b3362ecb |
3369 | 2024-10-29T18:33:02.614Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3370 | 2024-10-29T18:33:02.616Z | Oct 29 18:33:01.329 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (68.150149ms) |
3371 | 2024-10-29T18:33:02.616Z | Oct 29 18:33:01.329 INFO [stamp-oxlog] process exited with exit status: 0 (59.595119ms) |
3372 | 2024-10-29T18:33:02.625Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-29T18:33:02.628Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3374 | 2024-10-29T18:33:02.631Z | Oct 29 18:33:01.346 INFO [stamp-overlay] process exited with exit status: 0 (32.400441ms) |
3375 | 2024-10-29T18:33:02.689Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3376 | 2024-10-29T18:33:02.692Z | Oct 29 18:33:01.405 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.801797ms) |
3377 | 2024-10-29T18:33:02.841Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3378 | 2024-10-29T18:33:02.845Z | Oct 29 18:33:01.557 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.594876ms) |
3379 | 2024-10-29T18:33:02.926Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3380 | 2024-10-29T18:33:02.932Z | Oct 29 18:33:01.643 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (399.795032ms) |
3381 | 2024-10-29T18:33:03.692Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3382 | 2024-10-29T18:33:03.695Z | Oct 29 18:33:02.410 INFO [stamp-propolis-server] process exited with exit status: 0 (1.156298869s) |
3383 | 2024-10-29T18:33:03.872Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3384 | 2024-10-29T18:33:06.187Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3385 | 2024-10-29T18:33:12.904Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3386 | 2024-10-29T18:33:12.907Z | Oct 29 18:33:11.622 INFO [stamp-switch-asic] process exited with exit status: 0 (10.331413311s) |
3387 | 2024-10-29T18:33:12.910Z | Oct 29 18:33:11.622 INFO [host-stamp] task succeeded (10.387996683s) |
3388 | 2024-10-29T18:33:12.910Z | Oct 29 18:33:11.622 INFO [host-proto] running task |
3389 | 2024-10-29T18:33:13.293Z | Oct 29 18:33:12.006 INFO [host-proto] task succeeded (384.223145ms) |
3390 | 2024-10-29T18:33:13.293Z | Oct 29 18:33:12.006 INFO [host-profile] running task |
3391 | 2024-10-29T18:33:13.297Z | Oct 29 18:33:12.007 INFO [host-profile] task succeeded (281.135µs) |
3392 | 2024-10-29T18:33:13.297Z | Oct 29 18:33:12.007 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/.tmp2e1Dzz/proto/host/root -N 'ci 608b336/${os_short_commit} 2024-10-29 18:11' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3393 | 2024-10-29T18:33:13.311Z | [ host-image] Oct 29 18:33:12.025 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3394 | 2024-10-29T18:33:13.316Z | [ host-image] Oct 29 18:33:12.025 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3395 | 2024-10-29T18:33:13.325Z | [ host-image] Oct 29 18:33:12.039 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp2e1Dzz/proto/host/root" |
3396 | 2024-10-29T18:33:13.328Z | [ host-image] Oct 29 18:33:12.039 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3397 | 2024-10-29T18:33:13.328Z | [ host-image] Oct 29 18:33:12.039 INFO image builder template: ramdisk-01-os... |
3398 | 2024-10-29T18:33:13.328Z | [ host-image] Oct 29 18:33:12.040 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/.tmp2e1Dzz/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 |
3399 | 2024-10-29T18:33:13.345Z | [ host-image] Oct 29 18:33:12.059 INFO O| Oct 29 18:33:12.059 INFO CREATE DATASET: rpool/images/build/host/output |
3400 | 2024-10-29T18:33:13.510Z | [ host-image] Oct 29 18:33:12.224 INFO O| Oct 29 18:33:12.224 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3401 | 2024-10-29T18:33:13.515Z | [ host-image] Oct 29 18:33:12.229 INFO O| Oct 29 18:33:12.229 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3402 | 2024-10-29T18:33:13.683Z | [ host-image] Oct 29 18:33:12.397 INFO O| Oct 29 18:33:12.397 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3403 | 2024-10-29T18:33:13.719Z | [ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-29T18:33:13.722Z | [ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3405 | 2024-10-29T18:33:13.722Z | [ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3406 | 2024-10-29T18:33:13.722Z | [ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-29T18:33:13.729Z | [ host-image] Oct 29 18:33:12.442 INFO O| Oct 29 18:33:12.442 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-29T18:33:13.889Z | [ host-image] Oct 29 18:33:12.603 INFO O| Oct 29 18:33:12.603 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3409 | 2024-10-29T18:33:13.900Z | [ host-image] Oct 29 18:33:12.615 INFO O| Oct 29 18:33:12.614 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3410 | 2024-10-29T18:33:14.282Z | [ host-image] Oct 29 18:33:12.996 INFO O| Oct 29 18:33:12.995 INFO O| Caching catalogs ... Done |
3411 | 2024-10-29T18:33:14.368Z | [ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 0 (pkg_image_create) COMPLETE |
3412 | 2024-10-29T18:33:14.368Z | [ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3413 | 2024-10-29T18:33:14.373Z | [ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO skip step because feature "repo_redist" is not enabled |
3414 | 2024-10-29T18:33:14.374Z | [ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3415 | 2024-10-29T18:33:14.380Z | [ host-image] Oct 29 18:33:13.095 INFO O| Oct 29 18:33:13.094 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"] |
3416 | 2024-10-29T18:33:14.786Z | [ host-image] Oct 29 18:33:13.500 INFO O| Oct 29 18:33:13.500 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3417 | 2024-10-29T18:33:14.786Z | [ host-image] Oct 29 18:33:13.500 INFO O| Oct 29 18:33:13.500 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3418 | 2024-10-29T18:33:14.798Z | [ host-image] Oct 29 18:33:13.512 INFO O| Oct 29 18:33:13.512 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"] |
3419 | 2024-10-29T18:33:15.176Z | [ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3420 | 2024-10-29T18:33:15.176Z | [ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-10-29T18:33:15.180Z | [ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO skip step because feature "repo_redist" is not enabled |
3422 | 2024-10-29T18:33:15.180Z | [ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-10-29T18:33:15.733Z | [ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO variant opensolaris.zone is already global |
3424 | 2024-10-29T18:33:15.734Z | [ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO STEP 5 (pkg_change_variant) COMPLETE |
3425 | 2024-10-29T18:33:15.737Z | [ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3426 | 2024-10-29T18:33:16.298Z | [ host-image] Oct 29 18:33:15.011 INFO O| Oct 29 18:33:15.011 INFO variant opensolaris.imagetype is full; changing to partial |
3427 | 2024-10-29T18:33:16.298Z | [ host-image] Oct 29 18:33:15.011 INFO O| Oct 29 18:33:15.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3428 | 2024-10-29T18:33:23.678Z | [ host-image] Oct 29 18:33:21.805 INFO O| Oct 29 18:33:21.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3429 | 2024-10-29T18:33:25.928Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.14s |
3430 | 2024-10-29T18:33:26.443Z | [ host-image] Oct 29 18:33:25.152 INFO O| Oct 29 18:33:25.152 INFO O| Startup: Caching catalogs ... Done |
3431 | 2024-10-29T18:33:26.512Z | [ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Planning completed in 0.00 seconds |
3432 | 2024-10-29T18:33:26.516Z | [ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Consolidating action changes ... Done |
3433 | 2024-10-29T18:33:26.517Z | [ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Evaluating mediators ... Done |
3434 | 2024-10-29T18:33:26.517Z | [ host-image] Oct 29 18:33:25.224 INFO O| Oct 29 18:33:25.224 INFO O| Planning: Planning completed in 0.00 seconds |
3435 | 2024-10-29T18:33:26.517Z | [ host-image] Oct 29 18:33:25.224 INFO O| Oct 29 18:33:25.224 INFO O| Variants/Facets to change: 1 |
3436 | 2024-10-29T18:33:26.533Z | [ host-image] Oct 29 18:33:25.244 INFO O| Oct 29 18:33:25.244 INFO O| Done |
3437 | 2024-10-29T18:33:26.538Z | [ host-image] Oct 29 18:33:25.244 INFO O| Oct 29 18:33:25.244 INFO O| Done |
3438 | 2024-10-29T18:33:26.968Z | [ host-image] Oct 29 18:33:25.678 INFO O| Oct 29 18:33:25.678 INFO O| Done |
3439 | 2024-10-29T18:33:27.017Z | [ host-image] Oct 29 18:33:25.726 INFO O| Oct 29 18:33:25.726 INFO O| Done |
3440 | 2024-10-29T18:33:27.023Z | [ host-image] Oct 29 18:33:25.727 INFO O| Oct 29 18:33:25.727 INFO O| Done |
3441 | 2024-10-29T18:33:27.023Z | [ host-image] Oct 29 18:33:25.728 INFO O| Oct 29 18:33:25.727 INFO O| Done |
3442 | 2024-10-29T18:33:27.024Z | [ host-image] Oct 29 18:33:25.729 INFO O| Oct 29 18:33:25.729 INFO O| Done |
3443 | 2024-10-29T18:33:27.399Z | [ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 6 (pkg_change_variant) COMPLETE |
3444 | 2024-10-29T18:33:27.399Z | [ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3445 | 2024-10-29T18:33:27.411Z | [ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO skip step because feature "debug_variant" is not enabled |
3446 | 2024-10-29T18:33:27.411Z | [ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3447 | 2024-10-29T18:33:27.491Z | Oct 29 18:33:26.203 INFO [recovery-package] process exited with exit status: 0 (24.968995124s) |
3448 | 2024-10-29T18:33:27.492Z | Oct 29 18:33:26.204 INFO [recovery-stamp] running task |
3449 | 2024-10-29T18:33:27.495Z | Oct 29 18:33:26.204 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3450 | 2024-10-29T18:33:27.500Z | Oct 29 18:33:26.212 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git608b3362ecb |
3451 | 2024-10-29T18:33:27.507Z | Oct 29 18:33:26.220 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git608b3362ecb |
3452 | 2024-10-29T18:33:27.517Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3453 | 2024-10-29T18:33:27.528Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3454 | 2024-10-29T18:33:27.623Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3455 | 2024-10-29T18:33:27.630Z | Oct 29 18:33:26.338 INFO [stamp-installinator] process exited with exit status: 0 (118.398986ms) |
3456 | 2024-10-29T18:33:27.633Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3457 | 2024-10-29T18:33:27.633Z | Oct 29 18:33:26.344 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.014464ms) |
3458 | 2024-10-29T18:33:27.634Z | Oct 29 18:33:26.344 INFO [recovery-stamp] task succeeded (140.642358ms) |
3459 | 2024-10-29T18:33:27.634Z | Oct 29 18:33:26.344 INFO [recovery-proto] running task |
3460 | 2024-10-29T18:33:27.634Z | Oct 29 18:33:26.344 INFO [tuf-stamp] running task |
3461 | 2024-10-29T18:33:27.634Z | Oct 29 18:33:26.345 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git608b3362ecb |
3462 | 2024-10-29T18:33:27.650Z | Oct 29 18:33:26.362 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git608b3362ecb |
3463 | 2024-10-29T18:33:27.660Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3464 | 2024-10-29T18:33:27.664Z | Oct 29 18:33:26.377 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git608b3362ecb |
3465 | 2024-10-29T18:33:27.679Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3466 | 2024-10-29T18:33:27.679Z | Oct 29 18:33:26.391 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git608b3362ecb |
3467 | 2024-10-29T18:33:27.693Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3468 | 2024-10-29T18:33:27.696Z | Oct 29 18:33:26.405 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git608b3362ecb |
3469 | 2024-10-29T18:33:27.722Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3470 | 2024-10-29T18:33:27.725Z | Oct 29 18:33:26.435 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git608b3362ecb |
3471 | 2024-10-29T18:33:27.754Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3472 | 2024-10-29T18:33:27.758Z | Oct 29 18:33:26.467 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git608b3362ecb |
3473 | 2024-10-29T18:33:27.779Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3474 | 2024-10-29T18:33:27.783Z | Oct 29 18:33:26.492 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git608b3362ecb |
3475 | 2024-10-29T18:33:27.838Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3476 | 2024-10-29T18:33:27.851Z | [ host-image] Oct 29 18:33:26.526 INFO O| Oct 29 18:33:26.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3477 | 2024-10-29T18:33:27.855Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3478 | 2024-10-29T18:33:27.855Z | Oct 29 18:33:26.563 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git608b3362ecb |
3479 | 2024-10-29T18:33:27.855Z | Oct 29 18:33:26.563 INFO [recovery-proto] task succeeded (218.845186ms) |
3480 | 2024-10-29T18:33:27.881Z | Oct 29 18:33:26.593 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/.tmp2e1Dzz/proto/recovery/root -N 'recovery 608b336/${os_short_commit} 2024-10-29 18:11' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3481 | 2024-10-29T18:33:27.899Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3482 | 2024-10-29T18:33:27.899Z | Oct 29 18:33:26.610 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git608b3362ecb |
3483 | 2024-10-29T18:33:27.943Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3484 | 2024-10-29T18:33:27.943Z | Oct 29 18:33:26.655 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git608b3362ecb |
3485 | 2024-10-29T18:33:27.964Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3486 | 2024-10-29T18:33:27.968Z | Oct 29 18:33:26.676 INFO [stamp-probe] process exited with exit status: 0 (298.831008ms) |
3487 | 2024-10-29T18:33:27.968Z | [ recovery-image] Oct 29 18:33:26.617 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3488 | 2024-10-29T18:33:27.975Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3489 | 2024-10-29T18:33:28.004Z | [ recovery-image] Oct 29 18:33:26.617 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3490 | 2024-10-29T18:33:28.028Z | [ recovery-image] Oct 29 18:33:26.717 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp2e1Dzz/proto/recovery/root" |
3491 | 2024-10-29T18:33:28.028Z | [ recovery-image] Oct 29 18:33:26.717 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3492 | 2024-10-29T18:33:28.028Z | [ recovery-image] Oct 29 18:33:26.717 INFO image builder template: ramdisk-01-os... |
3493 | 2024-10-29T18:33:28.032Z | [ recovery-image] Oct 29 18:33:26.717 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/.tmp2e1Dzz/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 |
3494 | 2024-10-29T18:33:28.057Z | [ recovery-image] Oct 29 18:33:26.769 INFO O| Oct 29 18:33:26.768 INFO CREATE DATASET: rpool/images/build/recovery/output |
3495 | 2024-10-29T18:33:28.141Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3496 | 2024-10-29T18:33:28.305Z | Oct 29 18:33:27.017 INFO [stamp-ntp] process exited with exit status: 0 (610.987977ms) |
3497 | 2024-10-29T18:33:28.476Z | [ recovery-image] Oct 29 18:33:27.188 INFO O| Oct 29 18:33:27.188 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3498 | 2024-10-29T18:33:28.482Z | [ recovery-image] Oct 29 18:33:27.194 INFO O| Oct 29 18:33:27.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3499 | 2024-10-29T18:33:28.864Z | [ recovery-image] Oct 29 18:33:27.576 INFO O| Oct 29 18:33:27.576 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3500 | 2024-10-29T18:33:28.888Z | [ host-image] Oct 29 18:33:27.600 INFO O| Oct 29 18:33:27.600 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3501 | 2024-10-29T18:33:28.890Z | [ host-image] Oct 29 18:33:27.602 INFO O| Oct 29 18:33:27.602 INFO O| Planning: Planning completed in 0.00 seconds |
3502 | 2024-10-29T18:33:28.890Z | [ host-image] Oct 29 18:33:27.602 INFO O| Oct 29 18:33:27.602 INFO O| Planning: Consolidating action changes ... Done |
3503 | 2024-10-29T18:33:28.890Z | [ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Planning: Evaluating mediators ... Done |
3504 | 2024-10-29T18:33:28.893Z | [ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Planning: Planning completed in 0.00 seconds |
3505 | 2024-10-29T18:33:28.893Z | [ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Variants/Facets to change: 1 |
3506 | 2024-10-29T18:33:28.975Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3507 | 2024-10-29T18:33:28.983Z | [ recovery-image] Oct 29 18:33:27.695 INFO O| Oct 29 18:33:27.695 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3508 | 2024-10-29T18:33:28.985Z | [ recovery-image] Oct 29 18:33:27.695 INFO O| Oct 29 18:33:27.695 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3509 | 2024-10-29T18:33:28.985Z | [ recovery-image] Oct 29 18:33:27.696 INFO O| Oct 29 18:33:27.695 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3510 | 2024-10-29T18:33:28.985Z | [ recovery-image] Oct 29 18:33:27.696 INFO O| Oct 29 18:33:27.696 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3511 | 2024-10-29T18:33:29.015Z | [ recovery-image] Oct 29 18:33:27.728 INFO O| Oct 29 18:33:27.727 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3512 | 2024-10-29T18:33:29.074Z | Oct 29 18:33:27.787 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.424923222s) |
3513 | 2024-10-29T18:33:29.084Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3514 | 2024-10-29T18:33:29.090Z | Oct 29 18:33:27.802 INFO [stamp-external-dns] process exited with exit status: 0 (1.456744845s) |
3515 | 2024-10-29T18:33:29.116Z | [ host-image] Oct 29 18:33:27.828 INFO O| Oct 29 18:33:27.828 INFO O| Done |
3516 | 2024-10-29T18:33:29.142Z | [ host-image] Oct 29 18:33:27.829 INFO O| Oct 29 18:33:27.828 INFO O| Done |
3517 | 2024-10-29T18:33:29.392Z | [ recovery-image] Oct 29 18:33:28.103 INFO O| Oct 29 18:33:28.103 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3518 | 2024-10-29T18:33:29.456Z | [ recovery-image] Oct 29 18:33:28.136 INFO O| Oct 29 18:33:28.136 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3519 | 2024-10-29T18:33:29.473Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3520 | 2024-10-29T18:33:29.545Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3521 | 2024-10-29T18:33:29.545Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3522 | 2024-10-29T18:33:29.545Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3523 | 2024-10-29T18:33:29.553Z | Oct 29 18:33:28.266 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.875302712s) |
3524 | 2024-10-29T18:33:29.573Z | Oct 29 18:33:28.285 INFO [stamp-internal-dns] process exited with exit status: 0 (1.675060066s) |
3525 | 2024-10-29T18:33:29.692Z | [ host-image] Oct 29 18:33:28.405 INFO O| Oct 29 18:33:28.405 INFO O| Done |
3526 | 2024-10-29T18:33:29.759Z | [ host-image] Oct 29 18:33:28.471 INFO O| Oct 29 18:33:28.471 INFO O| Done |
3527 | 2024-10-29T18:33:29.761Z | [ host-image] Oct 29 18:33:28.472 INFO O| Oct 29 18:33:28.472 INFO O| Done |
3528 | 2024-10-29T18:33:29.761Z | [ host-image] Oct 29 18:33:28.472 INFO O| Oct 29 18:33:28.472 INFO O| Done |
3529 | 2024-10-29T18:33:29.761Z | [ host-image] Oct 29 18:33:28.473 INFO O| Oct 29 18:33:28.473 INFO O| Done |
3530 | 2024-10-29T18:33:29.837Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 8 (pkg_change_facet) COMPLETE |
3531 | 2024-10-29T18:33:29.837Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3532 | 2024-10-29T18:33:29.837Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO skip step because feature "recovery" is not enabled |
3533 | 2024-10-29T18:33:29.840Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3534 | 2024-10-29T18:33:29.840Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO skip step because feature "recovery" is not enabled |
3535 | 2024-10-29T18:33:29.840Z | [ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3536 | 2024-10-29T18:33:29.854Z | [ host-image] Oct 29 18:33:28.566 INFO O| Oct 29 18:33:28.566 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"] |
3537 | 2024-10-29T18:33:29.938Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3538 | 2024-10-29T18:33:29.943Z | Oct 29 18:33:28.655 INFO [stamp-oximeter] process exited with exit status: 0 (2.091872606s) |
3539 | 2024-10-29T18:33:29.959Z | [ recovery-image] Oct 29 18:33:28.671 INFO O| Oct 29 18:33:28.671 INFO O| Caching catalogs ... Done |
3540 | 2024-10-29T18:33:30.067Z | [ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 0 (pkg_image_create) COMPLETE |
3541 | 2024-10-29T18:33:30.067Z | [ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3542 | 2024-10-29T18:33:30.070Z | [ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO skip step because feature "repo_redist" is not enabled |
3543 | 2024-10-29T18:33:30.070Z | [ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-10-29T18:33:30.082Z | [ recovery-image] Oct 29 18:33:28.795 INFO O| Oct 29 18:33:28.795 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"] |
3545 | 2024-10-29T18:33:30.515Z | [ host-image] Oct 29 18:33:29.227 INFO O| Oct 29 18:33:29.227 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3546 | 2024-10-29T18:33:30.591Z | [ recovery-image] Oct 29 18:33:29.303 INFO O| Oct 29 18:33:29.303 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3547 | 2024-10-29T18:33:30.591Z | [ recovery-image] Oct 29 18:33:29.303 INFO O| Oct 29 18:33:29.303 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-10-29T18:33:30.606Z | [ recovery-image] Oct 29 18:33:29.318 INFO O| Oct 29 18:33:29.318 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3549 | 2024-10-29T18:33:31.086Z | [ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3550 | 2024-10-29T18:33:31.086Z | [ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-10-29T18:33:31.086Z | [ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO skip step because feature "repo_redist" is not enabled |
3552 | 2024-10-29T18:33:31.088Z | [ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-10-29T18:33:31.575Z | [ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO variant opensolaris.zone is already global |
3554 | 2024-10-29T18:33:31.575Z | [ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO STEP 5 (pkg_change_variant) COMPLETE |
3555 | 2024-10-29T18:33:31.575Z | [ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-10-29T18:33:31.618Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3557 | 2024-10-29T18:33:31.621Z | Oct 29 18:33:30.334 INFO [stamp-nexus] process exited with exit status: 0 (3.842162442s) |
3558 | 2024-10-29T18:33:32.043Z | [ recovery-image] Oct 29 18:33:30.754 INFO O| Oct 29 18:33:30.754 INFO variant opensolaris.imagetype is full; changing to partial |
3559 | 2024-10-29T18:33:32.043Z | [ recovery-image] Oct 29 18:33:30.755 INFO O| Oct 29 18:33:30.754 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3560 | 2024-10-29T18:33:33.038Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3561 | 2024-10-29T18:33:33.042Z | Oct 29 18:33:31.754 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.099213842s) |
3562 | 2024-10-29T18:33:33.377Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3563 | 2024-10-29T18:33:33.534Z | [verify-libraries] Compiling polyval v0.6.2 |
3564 | 2024-10-29T18:33:33.556Z | [verify-libraries] Compiling ctr v0.9.2 |
3565 | 2024-10-29T18:33:33.574Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3566 | 2024-10-29T18:33:33.574Z | [verify-libraries] Compiling blowfish v0.9.1 |
3567 | 2024-10-29T18:33:33.611Z | [verify-libraries] Compiling password-hash v0.4.2 |
3568 | 2024-10-29T18:33:33.611Z | [verify-libraries] Compiling matches v0.1.10 |
3569 | 2024-10-29T18:33:33.832Z | [verify-libraries] Compiling p521 v0.13.3 |
3570 | 2024-10-29T18:33:33.988Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3571 | 2024-10-29T18:33:34.157Z | [verify-libraries] Compiling ghash v0.5.1 |
3572 | 2024-10-29T18:33:34.266Z | [verify-libraries] Compiling idna v0.2.3 |
3573 | 2024-10-29T18:33:34.405Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3574 | 2024-10-29T18:33:34.540Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3575 | 2024-10-29T18:33:34.839Z | [verify-libraries] Compiling p256 v0.13.2 |
3576 | 2024-10-29T18:33:35.058Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3577 | 2024-10-29T18:33:35.200Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3578 | 2024-10-29T18:33:35.380Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3579 | 2024-10-29T18:33:36.166Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3580 | 2024-10-29T18:33:36.237Z | [verify-libraries] Compiling md5 v0.7.0 |
3581 | 2024-10-29T18:33:36.894Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3582 | 2024-10-29T18:33:36.975Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3583 | 2024-10-29T18:33:38.123Z | [verify-libraries] Compiling des v0.8.1 |
3584 | 2024-10-29T18:33:38.849Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3585 | 2024-10-29T18:33:38.875Z | Oct 29 18:33:37.586 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.119600863s) |
3586 | 2024-10-29T18:33:38.898Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3587 | 2024-10-29T18:33:38.945Z | Oct 29 18:33:37.656 INFO [stamp-clickhouse] process exited with exit status: 0 (11.220813925s) |
3588 | 2024-10-29T18:33:38.948Z | Oct 29 18:33:37.656 INFO [tuf-stamp] task succeeded (11.311331563s) |
3589 | 2024-10-29T18:33:39.028Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3590 | 2024-10-29T18:33:39.136Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3591 | 2024-10-29T18:33:39.505Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3592 | 2024-10-29T18:33:40.130Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3593 | 2024-10-29T18:33:40.555Z | [ recovery-image] Oct 29 18:33:39.266 INFO O| Oct 29 18:33:39.266 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3594 | 2024-10-29T18:33:40.621Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3595 | 2024-10-29T18:33:41.515Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3596 | 2024-10-29T18:33:41.886Z | [verify-libraries] Compiling heck v0.4.1 |
3597 | 2024-10-29T18:33:43.563Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3598 | 2024-10-29T18:33:47.211Z | [verify-libraries] Compiling russh v0.45.0 |
3599 | 2024-10-29T18:33:48.192Z | [ recovery-image] Oct 29 18:33:46.902 INFO O| Oct 29 18:33:46.901 INFO O| Startup: Caching catalogs ... Done |
3600 | 2024-10-29T18:33:48.313Z | [ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.022 INFO O| Planning: Planning completed in 0.00 seconds |
3601 | 2024-10-29T18:33:48.316Z | [ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.023 INFO O| Planning: Consolidating action changes ... Done |
3602 | 2024-10-29T18:33:48.316Z | [ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.023 INFO O| Planning: Evaluating mediators ... Done |
3603 | 2024-10-29T18:33:48.316Z | [ recovery-image] Oct 29 18:33:47.024 INFO O| Oct 29 18:33:47.024 INFO O| Planning: Planning completed in 0.00 seconds |
3604 | 2024-10-29T18:33:48.316Z | [ recovery-image] Oct 29 18:33:47.024 INFO O| Oct 29 18:33:47.024 INFO O| Variants/Facets to change: 1 |
3605 | 2024-10-29T18:33:48.405Z | [ recovery-image] Oct 29 18:33:47.115 INFO O| Oct 29 18:33:47.115 INFO O| Done |
3606 | 2024-10-29T18:33:48.405Z | [ recovery-image] Oct 29 18:33:47.115 INFO O| Oct 29 18:33:47.115 INFO O| Done |
3607 | 2024-10-29T18:33:48.559Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3608 | 2024-10-29T18:33:49.268Z | [ recovery-image] Oct 29 18:33:47.977 INFO O| Oct 29 18:33:47.977 INFO O| Done |
3609 | 2024-10-29T18:33:49.352Z | [ recovery-image] Oct 29 18:33:48.061 INFO O| Oct 29 18:33:48.061 INFO O| Done |
3610 | 2024-10-29T18:33:49.356Z | [ recovery-image] Oct 29 18:33:48.063 INFO O| Oct 29 18:33:48.063 INFO O| Done |
3611 | 2024-10-29T18:33:49.356Z | [ recovery-image] Oct 29 18:33:48.063 INFO O| Oct 29 18:33:48.063 INFO O| Done |
3612 | 2024-10-29T18:33:49.356Z | [ recovery-image] Oct 29 18:33:48.065 INFO O| Oct 29 18:33:48.065 INFO O| Done |
3613 | 2024-10-29T18:33:49.981Z | [ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO STEP 6 (pkg_change_variant) COMPLETE |
3614 | 2024-10-29T18:33:49.981Z | [ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3615 | 2024-10-29T18:33:49.984Z | [ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO skip step because feature "debug_variant" is not enabled |
3616 | 2024-10-29T18:33:49.984Z | [ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.691 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-10-29T18:33:50.736Z | [ recovery-image] Oct 29 18:33:49.445 INFO O| Oct 29 18:33:49.445 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3618 | 2024-10-29T18:33:51.736Z | [ recovery-image] Oct 29 18:33:50.445 INFO O| Oct 29 18:33:50.445 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3619 | 2024-10-29T18:33:51.739Z | [ recovery-image] Oct 29 18:33:50.447 INFO O| Oct 29 18:33:50.447 INFO O| Planning: Planning completed in 0.00 seconds |
3620 | 2024-10-29T18:33:51.739Z | [ recovery-image] Oct 29 18:33:50.448 INFO O| Oct 29 18:33:50.448 INFO O| Planning: Consolidating action changes ... Done |
3621 | 2024-10-29T18:33:51.739Z | [ recovery-image] Oct 29 18:33:50.448 INFO O| Oct 29 18:33:50.448 INFO O| Planning: Evaluating mediators ... Done |
3622 | 2024-10-29T18:33:51.742Z | [ recovery-image] Oct 29 18:33:50.449 INFO O| Oct 29 18:33:50.449 INFO O| Planning: Planning completed in 0.00 seconds |
3623 | 2024-10-29T18:33:51.742Z | [ recovery-image] Oct 29 18:33:50.449 INFO O| Oct 29 18:33:50.449 INFO O| Variants/Facets to change: 1 |
3624 | 2024-10-29T18:33:51.832Z | [ recovery-image] Oct 29 18:33:50.542 INFO O| Oct 29 18:33:50.542 INFO O| Done |
3625 | 2024-10-29T18:33:51.833Z | [ recovery-image] Oct 29 18:33:50.542 INFO O| Oct 29 18:33:50.542 INFO O| Done |
3626 | 2024-10-29T18:33:52.773Z | [ recovery-image] Oct 29 18:33:51.481 INFO O| Oct 29 18:33:51.481 INFO O| Done |
3627 | 2024-10-29T18:33:52.843Z | [ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.551 INFO O| Done |
3628 | 2024-10-29T18:33:52.846Z | [ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.552 INFO O| Done |
3629 | 2024-10-29T18:33:52.846Z | [ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.552 INFO O| Done |
3630 | 2024-10-29T18:33:52.846Z | [ recovery-image] Oct 29 18:33:51.554 INFO O| Oct 29 18:33:51.554 INFO O| Done |
3631 | 2024-10-29T18:33:52.963Z | [ recovery-image] Oct 29 18:33:51.672 INFO O| Oct 29 18:33:51.672 INFO STEP 8 (pkg_change_facet) COMPLETE |
3632 | 2024-10-29T18:33:52.963Z | [ recovery-image] Oct 29 18:33:51.672 INFO O| Oct 29 18:33:51.672 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3633 | 2024-10-29T18:33:53.705Z | [ recovery-image] Oct 29 18:33:52.412 INFO O| Oct 29 18:33:52.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3634 | 2024-10-29T18:33:54.794Z | [ recovery-image] Oct 29 18:33:53.503 INFO O| Oct 29 18:33:53.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3635 | 2024-10-29T18:33:54.797Z | [ recovery-image] Oct 29 18:33:53.505 INFO O| Oct 29 18:33:53.505 INFO O| Planning: Planning completed in 0.00 seconds |
3636 | 2024-10-29T18:33:54.797Z | [ recovery-image] Oct 29 18:33:53.506 INFO O| Oct 29 18:33:53.506 INFO O| Planning: Consolidating action changes ... Done |
3637 | 2024-10-29T18:33:54.799Z | [ recovery-image] Oct 29 18:33:53.506 INFO O| Oct 29 18:33:53.506 INFO O| Planning: Evaluating mediators ... Done |
3638 | 2024-10-29T18:33:54.799Z | [ recovery-image] Oct 29 18:33:53.507 INFO O| Oct 29 18:33:53.507 INFO O| Planning: Planning completed in 0.00 seconds |
3639 | 2024-10-29T18:33:54.799Z | [ recovery-image] Oct 29 18:33:53.507 INFO O| Oct 29 18:33:53.507 INFO O| Variants/Facets to change: 1 |
3640 | 2024-10-29T18:33:54.941Z | [ recovery-image] Oct 29 18:33:53.650 INFO O| Oct 29 18:33:53.650 INFO O| Done |
3641 | 2024-10-29T18:33:54.941Z | [ recovery-image] Oct 29 18:33:53.650 INFO O| Oct 29 18:33:53.650 INFO O| Done |
3642 | 2024-10-29T18:33:55.045Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3643 | 2024-10-29T18:33:55.769Z | [ recovery-image] Oct 29 18:33:54.478 INFO O| Oct 29 18:33:54.478 INFO O| Done |
3644 | 2024-10-29T18:33:55.852Z | [ recovery-image] Oct 29 18:33:54.561 INFO O| Oct 29 18:33:54.560 INFO O| Done |
3645 | 2024-10-29T18:33:55.854Z | [ recovery-image] Oct 29 18:33:54.562 INFO O| Oct 29 18:33:54.562 INFO O| Done |
3646 | 2024-10-29T18:33:55.854Z | [ recovery-image] Oct 29 18:33:54.562 INFO O| Oct 29 18:33:54.562 INFO O| Done |
3647 | 2024-10-29T18:33:55.857Z | [ recovery-image] Oct 29 18:33:54.564 INFO O| Oct 29 18:33:54.564 INFO O| Done |
3648 | 2024-10-29T18:33:56.031Z | [ recovery-image] Oct 29 18:33:54.740 INFO O| Oct 29 18:33:54.740 INFO STEP 9 (pkg_change_facet) COMPLETE |
3649 | 2024-10-29T18:33:56.034Z | [ recovery-image] Oct 29 18:33:54.740 INFO O| Oct 29 18:33:54.740 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-10-29T18:33:56.744Z | [ recovery-image] Oct 29 18:33:55.454 INFO O| Oct 29 18:33:55.453 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3651 | 2024-10-29T18:33:57.833Z | [ recovery-image] Oct 29 18:33:56.542 INFO O| Oct 29 18:33:56.542 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3652 | 2024-10-29T18:33:57.836Z | [ recovery-image] Oct 29 18:33:56.544 INFO O| Oct 29 18:33:56.544 INFO O| Planning: Planning completed in 0.00 seconds |
3653 | 2024-10-29T18:33:57.839Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3654 | 2024-10-29T18:33:57.839Z | [ recovery-image] Oct 29 18:33:56.547 INFO O| Oct 29 18:33:56.546 INFO O| Planning: Consolidating action changes ... Done |
3655 | 2024-10-29T18:33:57.839Z | [ recovery-image] Oct 29 18:33:56.547 INFO O| Oct 29 18:33:56.546 INFO O| Planning: Evaluating mediators ... Done |
3656 | 2024-10-29T18:33:57.848Z | [ recovery-image] Oct 29 18:33:56.557 INFO O| Oct 29 18:33:56.547 INFO O| Planning: Planning completed in 0.00 seconds |
3657 | 2024-10-29T18:33:57.848Z | [ recovery-image] Oct 29 18:33:56.557 INFO O| Oct 29 18:33:56.547 INFO O| Variants/Facets to change: 1 |
3658 | 2024-10-29T18:33:57.901Z | [ recovery-image] Oct 29 18:33:56.610 INFO O| Oct 29 18:33:56.610 INFO O| Done |
3659 | 2024-10-29T18:33:57.901Z | [ recovery-image] Oct 29 18:33:56.610 INFO O| Oct 29 18:33:56.610 INFO O| Done |
3660 | 2024-10-29T18:33:58.520Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3661 | 2024-10-29T18:33:58.595Z | [ recovery-image] Oct 29 18:33:57.304 INFO O| Oct 29 18:33:57.304 INFO O| Done |
3662 | 2024-10-29T18:33:58.684Z | [ recovery-image] Oct 29 18:33:57.393 INFO O| Oct 29 18:33:57.393 INFO O| Done |
3663 | 2024-10-29T18:33:58.688Z | [ recovery-image] Oct 29 18:33:57.394 INFO O| Oct 29 18:33:57.394 INFO O| Done |
3664 | 2024-10-29T18:33:58.688Z | [ recovery-image] Oct 29 18:33:57.395 INFO O| Oct 29 18:33:57.395 INFO O| Done |
3665 | 2024-10-29T18:33:58.688Z | [ recovery-image] Oct 29 18:33:57.397 INFO O| Oct 29 18:33:57.397 INFO O| Done |
3666 | 2024-10-29T18:33:58.803Z | [ recovery-image] Oct 29 18:33:57.512 INFO O| Oct 29 18:33:57.512 INFO STEP 10 (pkg_change_facet) COMPLETE |
3667 | 2024-10-29T18:33:58.805Z | [ recovery-image] Oct 29 18:33:57.512 INFO O| Oct 29 18:33:57.512 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3668 | 2024-10-29T18:33:58.823Z | [ recovery-image] Oct 29 18:33:57.531 INFO O| Oct 29 18:33:57.531 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"] |
3669 | 2024-10-29T18:33:58.835Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3670 | 2024-10-29T18:33:59.106Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3671 | 2024-10-29T18:33:59.620Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3672 | 2024-10-29T18:33:59.660Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3673 | 2024-10-29T18:34:00.007Z | [ recovery-image] Oct 29 18:33:58.715 INFO O| Oct 29 18:33:58.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3674 | 2024-10-29T18:34:00.691Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3675 | 2024-10-29T18:34:05.311Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3676 | 2024-10-29T18:34:09.449Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3677 | 2024-10-29T18:34:12.019Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3678 | 2024-10-29T18:34:16.469Z | [verify-libraries] Compiling termios v0.3.3 |
3679 | 2024-10-29T18:34:16.925Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3680 | 2024-10-29T18:34:22.192Z | [ host-image] Oct 29 18:34:20.898 INFO O| Oct 29 18:34:20.898 INFO O| Planning: Solver setup ... Done |
3681 | 2024-10-29T18:34:38.622Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3682 | 2024-10-29T18:34:52.322Z | [ recovery-image] Oct 29 18:34:51.025 INFO O| Oct 29 18:34:51.024 INFO O| Planning: Solver setup ... Done |
3683 | 2024-10-29T18:35:15.259Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3684 | 2024-10-29T18:35:16.870Z | [ host-image] Oct 29 18:35:15.569 INFO O| Oct 29 18:35:15.569 INFO O| Planning: Running solver ... Done |
3685 | 2024-10-29T18:35:17.363Z | [ host-image] Oct 29 18:35:16.063 INFO O| Oct 29 18:35:16.063 INFO O| Planning: Finding local manifests ... Done |
3686 | 2024-10-29T18:35:17.381Z | [ host-image] Oct 29 18:35:16.081 INFO O| Oct 29 18:35:16.081 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3687 | 2024-10-29T18:35:21.899Z | [ host-image] Oct 29 18:35:20.599 INFO O| Oct 29 18:35:20.599 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3688 | 2024-10-29T18:35:23.000Z | [ host-image] Oct 29 18:35:21.700 INFO O| Oct 29 18:35:21.699 INFO O| Planning: Package planning ... Done |
3689 | 2024-10-29T18:35:24.942Z | [ host-image] Oct 29 18:35:23.641 INFO O| Oct 29 18:35:23.641 INFO O| Planning: Merging actions ... Done |
3690 | 2024-10-29T18:35:25.341Z | [ host-image] Oct 29 18:35:24.040 INFO O| Oct 29 18:35:24.040 INFO O| Planning: Checking for conflicting actions ... Done |
3691 | 2024-10-29T18:35:25.634Z | [ host-image] Oct 29 18:35:24.334 INFO O| Oct 29 18:35:24.333 INFO O| Planning: Consolidating action changes ... Done |
3692 | 2024-10-29T18:35:26.214Z | [ host-image] Oct 29 18:35:24.913 INFO O| Oct 29 18:35:24.913 INFO O| Planning: Evaluating mediators ... Done |
3693 | 2024-10-29T18:35:33.176Z | [ host-image] Oct 29 18:35:31.334 INFO O| Oct 29 18:35:31.334 INFO O| Planning: Planning completed in 122.11 seconds |
3694 | 2024-10-29T18:35:33.187Z | [ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Packages to install: 124 |
3695 | 2024-10-29T18:35:33.188Z | [ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Mediators to change: 4 |
3696 | 2024-10-29T18:35:33.188Z | [ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Services to change: 6 |
3697 | 2024-10-29T18:35:33.188Z | [ host-image] Oct 29 18:35:31.474 INFO O| Oct 29 18:35:31.474 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3698 | 2024-10-29T18:35:35.730Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3699 | 2024-10-29T18:35:37.787Z | [ host-image] Oct 29 18:35:36.485 INFO O| Oct 29 18:35:36.485 INFO O| Download: 1182/22744 items 6.7/199.4MB 3% complete (1.4M/s) |
3700 | 2024-10-29T18:35:42.230Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3701 | 2024-10-29T18:35:42.843Z | [ host-image] Oct 29 18:35:41.541 INFO O| Oct 29 18:35:41.541 INFO O| Download: 1791/22744 items 12.4/199.4MB 6% complete (1.3M/s) |
3702 | 2024-10-29T18:35:46.772Z | [ recovery-image] Oct 29 18:35:45.469 INFO O| Oct 29 18:35:45.469 INFO O| Planning: Running solver ... Done |
3703 | 2024-10-29T18:35:47.319Z | [ recovery-image] Oct 29 18:35:46.016 INFO O| Oct 29 18:35:46.016 INFO O| Planning: Finding local manifests ... Done |
3704 | 2024-10-29T18:35:47.335Z | [ recovery-image] Oct 29 18:35:46.032 INFO O| Oct 29 18:35:46.032 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3705 | 2024-10-29T18:35:47.989Z | [ host-image] Oct 29 18:35:46.686 INFO O| Oct 29 18:35:46.686 INFO O| Download: 2333/22744 items 27.4/199.4MB 13% complete (2.1M/s) |
3706 | 2024-10-29T18:35:51.885Z | [ recovery-image] Oct 29 18:35:50.582 INFO O| Oct 29 18:35:50.581 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3707 | 2024-10-29T18:35:52.939Z | [ recovery-image] Oct 29 18:35:51.635 INFO O| Oct 29 18:35:51.635 INFO O| Planning: Package planning ... Done |
3708 | 2024-10-29T18:35:53.010Z | [ host-image] Oct 29 18:35:51.706 INFO O| Oct 29 18:35:51.706 INFO O| Download: 3432/22744 items 35.4/199.4MB 17% complete (1.9M/s) |
3709 | 2024-10-29T18:35:53.572Z | [ recovery-image] Oct 29 18:35:52.268 INFO O| Oct 29 18:35:52.268 INFO O| Planning: Merging actions ... Done |
3710 | 2024-10-29T18:35:53.872Z | [ recovery-image] Oct 29 18:35:52.568 INFO O| Oct 29 18:35:52.568 INFO O| Planning: Checking for conflicting actions ... Done |
3711 | 2024-10-29T18:35:54.019Z | [ recovery-image] Oct 29 18:35:52.715 INFO O| Oct 29 18:35:52.715 INFO O| Planning: Consolidating action changes ... Done |
3712 | 2024-10-29T18:35:54.312Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3713 | 2024-10-29T18:35:54.360Z | [ recovery-image] Oct 29 18:35:53.056 INFO O| Oct 29 18:35:53.056 INFO O| Planning: Evaluating mediators ... Done |
3714 | 2024-10-29T18:35:58.040Z | [ host-image] Oct 29 18:35:56.736 INFO O| Oct 29 18:35:56.736 INFO O| Download: 4527/22744 items 42.2/199.4MB 21% complete (1.5M/s) |
3715 | 2024-10-29T18:36:00.413Z | [ recovery-image] Oct 29 18:35:59.109 INFO O| Oct 29 18:35:59.109 INFO O| Planning: Planning completed in 120.39 seconds |
3716 | 2024-10-29T18:36:00.419Z | [ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Packages to install: 124 |
3717 | 2024-10-29T18:36:00.421Z | [ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Mediators to change: 4 |
3718 | 2024-10-29T18:36:00.421Z | [ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Services to change: 5 |
3719 | 2024-10-29T18:36:00.493Z | [ recovery-image] Oct 29 18:35:59.188 INFO O| Oct 29 18:35:59.188 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3720 | 2024-10-29T18:36:03.065Z | [ host-image] Oct 29 18:36:01.760 INFO O| Oct 29 18:36:01.759 INFO O| Download: 5237/22744 items 46.0/199.4MB 23% complete (1.1M/s) |
3721 | 2024-10-29T18:36:05.496Z | [ recovery-image] Oct 29 18:36:04.191 INFO O| Oct 29 18:36:04.191 INFO O| Download: 875/15846 items 6.4/176.2MB 3% complete (1.3M/s) |
3722 | 2024-10-29T18:36:05.828Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3723 | 2024-10-29T18:36:08.088Z | [ host-image] Oct 29 18:36:06.783 INFO O| Oct 29 18:36:06.782 INFO O| Download: 6156/22744 items 46.5/199.4MB 23% complete (456k/s) |
3724 | 2024-10-29T18:36:10.509Z | [ recovery-image] Oct 29 18:36:09.202 INFO O| Oct 29 18:36:09.202 INFO O| Download: 1106/15846 items 9.4/176.2MB 5% complete (1.0M/s) |
3725 | 2024-10-29T18:36:10.874Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3726 | 2024-10-29T18:36:13.119Z | [ host-image] Oct 29 18:36:11.813 INFO O| Oct 29 18:36:11.813 INFO O| Download: 6982/22744 items 50.4/199.4MB 25% complete (426k/s) |
3727 | 2024-10-29T18:36:15.591Z | [ recovery-image] Oct 29 18:36:14.275 INFO O| Oct 29 18:36:14.275 INFO O| Download: 1521/15846 items 22.0/176.2MB 12% complete (1.6M/s) |
3728 | 2024-10-29T18:36:16.238Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3729 | 2024-10-29T18:36:18.177Z | [ host-image] Oct 29 18:36:16.869 INFO O| Oct 29 18:36:16.869 INFO O| Download: 7940/22744 items 59.5/199.4MB 29% complete (1.3M/s) |
3730 | 2024-10-29T18:36:20.583Z | [ recovery-image] Oct 29 18:36:19.276 INFO O| Oct 29 18:36:19.275 INFO O| Download: 2336/15846 items 31.3/176.2MB 17% complete (2.2M/s) |
3731 | 2024-10-29T18:36:23.319Z | [ host-image] Oct 29 18:36:22.011 INFO O| Oct 29 18:36:22.011 INFO O| Download: 8136/22744 items 60.8/199.4MB 30% complete (1.0M/s) |
3732 | 2024-10-29T18:36:25.595Z | [ recovery-image] Oct 29 18:36:24.286 INFO O| Oct 29 18:36:24.286 INFO O| Download: 3410/15846 items 38.1/176.2MB 21% complete (1.6M/s) |
3733 | 2024-10-29T18:36:28.321Z | [ host-image] Oct 29 18:36:27.012 INFO O| Oct 29 18:36:27.012 INFO O| Download: 8577/22744 items 70.2/199.4MB 35% complete (1.0M/s) |
3734 | 2024-10-29T18:36:32.742Z | [ recovery-image] Oct 29 18:36:31.434 INFO O| Oct 29 18:36:31.433 INFO O| Download: 3749/15846 items 41.9/176.2MB 23% complete (1.1M/s) |
3735 | 2024-10-29T18:36:33.516Z | [ host-image] Oct 29 18:36:32.208 INFO O| Oct 29 18:36:32.208 INFO O| Download: 9408/22744 items 81.7/199.4MB 40% complete (2.1M/s) |
3736 | 2024-10-29T18:36:37.842Z | [ recovery-image] Oct 29 18:36:36.533 INFO O| Oct 29 18:36:36.533 INFO O| Download: 4780/15846 items 43.0/176.2MB 24% complete (374k/s) |
3737 | 2024-10-29T18:36:38.521Z | [ host-image] Oct 29 18:36:37.212 INFO O| Oct 29 18:36:37.212 INFO O| Download: 10401/22744 items 88.0/199.4MB 44% complete (1.7M/s) |
3738 | 2024-10-29T18:36:42.849Z | [ recovery-image] Oct 29 18:36:41.540 INFO O| Oct 29 18:36:41.540 INFO O| Download: 5656/15846 items 44.5/176.2MB 25% complete (230k/s) |
3739 | 2024-10-29T18:36:43.888Z | [ host-image] Oct 29 18:36:42.578 INFO O| Oct 29 18:36:42.578 INFO O| Download: 10839/22744 items 89.9/199.4MB 45% complete (873k/s) |
3740 | 2024-10-29T18:36:47.850Z | [ recovery-image] Oct 29 18:36:46.540 INFO O| Oct 29 18:36:46.540 INFO O| Download: 5665/15846 items 44.5/176.2MB 25% complete (174k/s) |
3741 | 2024-10-29T18:36:48.925Z | [ host-image] Oct 29 18:36:47.615 INFO O| Oct 29 18:36:47.615 INFO O| Download: 11030/22744 items 91.5/199.4MB 45% complete (340k/s) |
3742 | 2024-10-29T18:36:52.851Z | [ recovery-image] Oct 29 18:36:51.541 INFO O| Oct 29 18:36:51.541 INFO O| Download: 5956/15846 items 53.8/176.2MB 30% complete (933k/s) |
3743 | 2024-10-29T18:36:53.937Z | [ host-image] Oct 29 18:36:52.627 INFO O| Oct 29 18:36:52.626 INFO O| Download: 11552/22744 items 96.3/199.4MB 48% complete (658k/s) |
3744 | 2024-10-29T18:36:57.855Z | [ recovery-image] Oct 29 18:36:56.544 INFO O| Oct 29 18:36:56.544 INFO O| Download: 6631/15846 items 64.3/176.2MB 36% complete (2.0M/s) |
3745 | 2024-10-29T18:36:59.592Z | [ host-image] Oct 29 18:36:58.281 INFO O| Oct 29 18:36:58.281 INFO O| Download: 12107/22744 items 101.0/199.4MB 50% complete (1.1M/s) |
3746 | 2024-10-29T18:37:03.128Z | [ recovery-image] Oct 29 18:37:01.817 INFO O| Oct 29 18:37:01.817 INFO O| Download: 7860/15846 items 75.5/176.2MB 42% complete (2.1M/s) |
3747 | 2024-10-29T18:37:04.596Z | [ host-image] Oct 29 18:37:03.284 INFO O| Oct 29 18:37:03.284 INFO O| Download: 12635/22744 items 109.6/199.4MB 54% complete (1.3M/s) |
3748 | 2024-10-29T18:37:09.645Z | [ recovery-image] Oct 29 18:37:08.333 INFO O| Oct 29 18:37:08.333 INFO O| Download: 7901/15846 items 76.8/176.2MB 43% complete (1.7M/s) |
3749 | 2024-10-29T18:37:09.651Z | [ host-image] Oct 29 18:37:08.339 INFO O| Oct 29 18:37:08.339 INFO O| Download: 13314/22744 items 110.0/199.4MB 55% complete (937k/s) |
3750 | 2024-10-29T18:37:14.651Z | [ recovery-image] Oct 29 18:37:13.338 INFO O| Oct 29 18:37:13.338 INFO O| Download: 8643/15846 items 81.2/176.2MB 46% complete (439k/s) |
3751 | 2024-10-29T18:37:14.654Z | [ host-image] Oct 29 18:37:13.340 INFO O| Oct 29 18:37:13.339 INFO O| Download: 14165/22744 items 110.6/199.4MB 55% complete (103k/s) |
3752 | 2024-10-29T18:37:19.666Z | [ recovery-image] Oct 29 18:37:18.352 INFO O| Oct 29 18:37:18.352 INFO O| Download: 8955/15846 items 92.6/176.2MB 52% complete (1.6M/s) |
3753 | 2024-10-29T18:37:19.762Z | [ host-image] Oct 29 18:37:18.449 INFO O| Oct 29 18:37:18.448 INFO O| Download: 14708/22744 items 119.8/199.4MB 60% complete (950k/s) |
3754 | 2024-10-29T18:37:24.762Z | [ host-image] Oct 29 18:37:23.449 INFO O| Oct 29 18:37:23.448 INFO O| Download: 15552/22744 items 125.5/199.4MB 62% complete (1.5M/s) |
3755 | 2024-10-29T18:37:25.018Z | [ recovery-image] Oct 29 18:37:23.704 INFO O| Oct 29 18:37:23.704 INFO O| Download: 9957/15846 items 93.1/176.2MB 52% complete (1.3M/s) |
3756 | 2024-10-29T18:37:30.024Z | [ recovery-image] Oct 29 18:37:28.709 INFO O| Oct 29 18:37:28.709 INFO O| Download: 10692/15846 items 93.8/176.2MB 53% complete (106k/s) |
3757 | 2024-10-29T18:37:31.068Z | [ host-image] Oct 29 18:37:29.754 INFO O| Oct 29 18:37:29.754 INFO O| Download: 15717/22744 items 125.9/199.4MB 63% complete (1.3M/s) |
3758 | 2024-10-29T18:37:35.026Z | [ recovery-image] Oct 29 18:37:33.711 INFO O| Oct 29 18:37:33.710 INFO O| Download: 11189/15846 items 103.2/176.2MB 58% complete (983k/s) |
3759 | 2024-10-29T18:37:36.075Z | [ host-image] Oct 29 18:37:34.760 INFO O| Oct 29 18:37:34.760 INFO O| Download: 16749/22744 items 140.3/199.4MB 70% complete (1.4M/s) |
3760 | 2024-10-29T18:37:40.489Z | [ recovery-image] Oct 29 18:37:39.173 INFO O| Oct 29 18:37:39.173 INFO O| Download: 11511/15846 items 110.5/176.2MB 62% complete (1.6M/s) |
3761 | 2024-10-29T18:37:41.076Z | [ host-image] Oct 29 18:37:39.761 INFO O| Oct 29 18:37:39.760 INFO O| Download: 17927/22744 items 161.3/199.4MB 80% complete (3.5M/s) |
3762 | 2024-10-29T18:37:46.082Z | [ host-image] Oct 29 18:37:44.766 INFO O| Oct 29 18:37:44.761 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (2.5M/s) |
3763 | 2024-10-29T18:37:46.117Z | [ recovery-image] Oct 29 18:37:44.801 INFO O| Oct 29 18:37:44.801 INFO O| Download: 11993/15846 items 139.8/176.2MB 79% complete (4.1M/s) |
3764 | 2024-10-29T18:37:51.140Z | [ host-image] Oct 29 18:37:49.823 INFO O| Oct 29 18:37:49.823 INFO O| Download: 19869/22744 items 168.6/199.4MB 84% complete (829k/s) |
3765 | 2024-10-29T18:37:51.365Z | [ recovery-image] Oct 29 18:37:50.048 INFO O| Oct 29 18:37:50.048 INFO O| Download: 13015/15846 items 143.6/176.2MB 81% complete (2.9M/s) |
3766 | 2024-10-29T18:37:56.369Z | [ recovery-image] Oct 29 18:37:55.052 INFO O| Oct 29 18:37:55.052 INFO O| Download: 13932/15846 items 146.7/176.2MB 83% complete (692k/s) |
3767 | 2024-10-29T18:37:57.257Z | [ host-image] Oct 29 18:37:55.939 INFO O| Oct 29 18:37:55.939 INFO O| Download: 20625/22744 items 172.8/199.4MB 86% complete (713k/s) |
3768 | 2024-10-29T18:38:01.568Z | [ recovery-image] Oct 29 18:38:00.250 INFO O| Oct 29 18:38:00.250 INFO O| Download: 14686/15846 items 150.9/176.2MB 85% complete (758k/s) |
3769 | 2024-10-29T18:38:02.427Z | [ host-image] Oct 29 18:38:01.109 INFO O| Oct 29 18:38:01.109 INFO O| Download: 20955/22744 items 178.8/199.4MB 89% complete (1017k/s) |
3770 | 2024-10-29T18:38:06.568Z | [ recovery-image] Oct 29 18:38:05.250 INFO O| Oct 29 18:38:05.250 INFO O| Download: 15268/15846 items 160.9/176.2MB 91% complete (1.4M/s) |
3771 | 2024-10-29T18:38:07.428Z | [ host-image] Oct 29 18:38:06.109 INFO O| Oct 29 18:38:06.109 INFO O| Download: 21564/22744 items 183.4/199.4MB 91% complete (1.0M/s) |
3772 | 2024-10-29T18:38:12.327Z | [ recovery-image] Oct 29 18:38:11.008 INFO O| Oct 29 18:38:11.008 INFO O| Download: 15642/15846 items 170.1/176.2MB 96% complete (2.0M/s) |
3773 | 2024-10-29T18:38:12.435Z | [ host-image] Oct 29 18:38:11.116 INFO O| Oct 29 18:38:11.116 INFO O| Download: 22096/22744 items 197.0/199.4MB 98% complete (1.8M/s) |
3774 | 2024-10-29T18:38:15.920Z | [ recovery-image] Oct 29 18:38:14.600 INFO O| Oct 29 18:38:14.600 INFO O| Download: Completed 176.18 MB in 135.41 seconds (1.3M/s) |
3775 | 2024-10-29T18:38:16.044Z | [ host-image] Oct 29 18:38:14.725 INFO O| Oct 29 18:38:14.725 INFO O| Download: Completed 199.42 MB in 163.25 seconds (1.2M/s) |
3776 | 2024-10-29T18:38:17.154Z | [ recovery-image] Oct 29 18:38:15.834 INFO O| Oct 29 18:38:15.834 INFO O| Actions: 1/25012 actions (Installing new actions) |
3777 | 2024-10-29T18:38:17.705Z | [ host-image] Oct 29 18:38:16.385 INFO O| Oct 29 18:38:16.385 INFO O| Actions: 1/49311 actions (Installing new actions) |
3778 | 2024-10-29T18:38:22.156Z | [ recovery-image] Oct 29 18:38:20.836 INFO O| Oct 29 18:38:20.836 INFO O| Actions: 8383/25012 actions (Installing new actions) |
3779 | 2024-10-29T18:38:22.706Z | [ host-image] Oct 29 18:38:21.386 INFO O| Oct 29 18:38:21.386 INFO O| Actions: 8350/49311 actions (Installing new actions) |
3780 | 2024-10-29T18:38:27.178Z | [ recovery-image] Oct 29 18:38:25.857 INFO O| Oct 29 18:38:25.857 INFO O| Actions: 15555/25012 actions (Installing new actions) |
3781 | 2024-10-29T18:38:27.709Z | [ host-image] Oct 29 18:38:26.388 INFO O| Oct 29 18:38:26.388 INFO O| Actions: 14276/49311 actions (Installing new actions) |
3782 | 2024-10-29T18:38:32.710Z | [ host-image] Oct 29 18:38:31.389 INFO O| Oct 29 18:38:31.389 INFO O| Actions: 20169/49311 actions (Installing new actions) |
3783 | 2024-10-29T18:38:32.951Z | [ recovery-image] Oct 29 18:38:31.630 INFO O| Oct 29 18:38:31.630 INFO O| Actions: 24459/25012 actions (Installing new actions) |
3784 | 2024-10-29T18:38:36.817Z | [ recovery-image] Oct 29 18:38:35.495 INFO O| Oct 29 18:38:35.495 INFO O| Actions: Completed 25012 actions in 19.66 seconds. |
3785 | 2024-10-29T18:38:37.422Z | [ recovery-image] Oct 29 18:38:36.100 INFO O| Oct 29 18:38:36.100 INFO O| Done |
3786 | 2024-10-29T18:38:37.428Z | [ recovery-image] Oct 29 18:38:36.100 INFO O| Oct 29 18:38:36.100 INFO O| Done |
3787 | 2024-10-29T18:38:37.711Z | [ host-image] Oct 29 18:38:36.389 INFO O| Oct 29 18:38:36.389 INFO O| Actions: 42382/49311 actions (Installing new actions) |
3788 | 2024-10-29T18:38:38.745Z | [ recovery-image] Oct 29 18:38:37.423 INFO O| Oct 29 18:38:37.423 INFO O| Done |
3789 | 2024-10-29T18:38:40.311Z | [ recovery-image] Oct 29 18:38:38.989 INFO O| Oct 29 18:38:38.989 INFO O| Done |
3790 | 2024-10-29T18:38:40.334Z | [ recovery-image] Oct 29 18:38:39.011 INFO O| Oct 29 18:38:39.011 INFO O| Done |
3791 | 2024-10-29T18:38:41.782Z | [ host-image] Oct 29 18:38:40.459 INFO O| Oct 29 18:38:40.459 INFO O| Actions: Completed 49311 actions in 24.07 seconds. |
3792 | 2024-10-29T18:38:42.448Z | [ host-image] Oct 29 18:38:41.125 INFO O| Oct 29 18:38:41.125 INFO O| Done |
3793 | 2024-10-29T18:38:42.448Z | [ host-image] Oct 29 18:38:41.125 INFO O| Oct 29 18:38:41.125 INFO O| Done |
3794 | 2024-10-29T18:38:43.944Z | [ host-image] Oct 29 18:38:42.621 INFO O| Oct 29 18:38:42.621 INFO O| Done |
3795 | 2024-10-29T18:38:45.173Z | [ recovery-image] Oct 29 18:38:43.851 INFO O| Oct 29 18:38:43.850 INFO O| Done |
3796 | 2024-10-29T18:38:45.916Z | [ recovery-image] Oct 29 18:38:44.593 INFO O| Oct 29 18:38:44.592 INFO O| Done |
3797 | 2024-10-29T18:38:46.399Z | [ recovery-image] Oct 29 18:38:45.076 INFO O| Oct 29 18:38:45.076 INFO STEP 11 (pkg_install) COMPLETE |
3798 | 2024-10-29T18:38:46.400Z | [ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3799 | 2024-10-29T18:38:46.402Z | [ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO skip step because feature "recovery" is enabled |
3800 | 2024-10-29T18:38:46.402Z | [ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2024-10-29T18:38:46.402Z | [ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.077 INFO skip step because feature "omicron1" is not enabled |
3802 | 2024-10-29T18:38:46.402Z | [ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.077 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3803 | 2024-10-29T18:38:46.416Z | [ recovery-image] Oct 29 18:38:45.093 INFO O| Oct 29 18:38:45.093 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3804 | 2024-10-29T18:38:46.546Z | [ host-image] Oct 29 18:38:45.223 INFO O| Oct 29 18:38:45.223 INFO O| Done |
3805 | 2024-10-29T18:38:46.602Z | [ host-image] Oct 29 18:38:45.279 INFO O| Oct 29 18:38:45.279 INFO O| Done |
3806 | 2024-10-29T18:38:47.565Z | [ recovery-image] Oct 29 18:38:46.242 INFO O| Oct 29 18:38:46.241 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3807 | 2024-10-29T18:38:51.296Z | [ recovery-image] Oct 29 18:38:49.972 INFO O| Oct 29 18:38:49.972 INFO O| Planning: Solver setup ... Done |
3808 | 2024-10-29T18:38:51.312Z | [ recovery-image] Oct 29 18:38:49.988 INFO O| Oct 29 18:38:49.988 INFO O| Planning: Running solver ... Done |
3809 | 2024-10-29T18:38:51.402Z | [ recovery-image] Oct 29 18:38:50.078 INFO O| Oct 29 18:38:50.078 INFO O| Planning: Finding local manifests ... Done |
3810 | 2024-10-29T18:38:51.404Z | [ recovery-image] Oct 29 18:38:50.079 INFO O| Oct 29 18:38:50.079 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3811 | 2024-10-29T18:38:51.620Z | [ recovery-image] Oct 29 18:38:50.297 INFO O| Oct 29 18:38:50.297 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3812 | 2024-10-29T18:38:51.658Z | [ recovery-image] Oct 29 18:38:50.334 INFO O| Oct 29 18:38:50.334 INFO O| Planning: Package planning ... Done |
3813 | 2024-10-29T18:38:51.664Z | [ recovery-image] Oct 29 18:38:50.335 INFO O| Oct 29 18:38:50.335 INFO O| Planning: Merging actions ... Done |
3814 | 2024-10-29T18:38:51.723Z | [ recovery-image] Oct 29 18:38:50.399 INFO O| Oct 29 18:38:50.399 INFO O| Planning: Checking for conflicting actions ... Done |
3815 | 2024-10-29T18:38:51.726Z | [ recovery-image] Oct 29 18:38:50.400 INFO O| Oct 29 18:38:50.400 INFO O| Planning: Consolidating action changes ... Done |
3816 | 2024-10-29T18:38:51.995Z | [ recovery-image] Oct 29 18:38:50.672 INFO O| Oct 29 18:38:50.671 INFO O| Planning: Evaluating mediators ... Done |
3817 | 2024-10-29T18:38:51.998Z | [ recovery-image] Oct 29 18:38:50.672 INFO O| Oct 29 18:38:50.672 INFO O| Planning: Planning completed in 4.43 seconds |
3818 | 2024-10-29T18:38:52.000Z | [ recovery-image] Oct 29 18:38:50.675 INFO O| Oct 29 18:38:50.675 INFO O| Packages to install: 1 |
3819 | 2024-10-29T18:38:52.014Z | [ recovery-image] Oct 29 18:38:50.691 INFO O| Oct 29 18:38:50.691 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3820 | 2024-10-29T18:38:53.542Z | [ recovery-image] Oct 29 18:38:52.218 INFO O| Oct 29 18:38:52.218 INFO O| Download: Completed 20.80 MB in 1.53 seconds (13.6M/s) |
3821 | 2024-10-29T18:38:53.950Z | [ recovery-image] Oct 29 18:38:52.626 INFO O| Oct 29 18:38:52.626 INFO O| Actions: 1/22 actions (Installing new actions) |
3822 | 2024-10-29T18:38:54.565Z | [ host-image] Oct 29 18:38:53.241 INFO O| Oct 29 18:38:53.241 INFO O| Done |
3823 | 2024-10-29T18:38:54.864Z | [ recovery-image] Oct 29 18:38:53.540 INFO O| Oct 29 18:38:53.540 INFO O| Actions: Completed 22 actions in 0.91 seconds. |
3824 | 2024-10-29T18:38:55.450Z | [ recovery-image] Oct 29 18:38:54.126 INFO O| Oct 29 18:38:54.126 INFO O| Done |
3825 | 2024-10-29T18:38:55.450Z | [ recovery-image] Oct 29 18:38:54.126 INFO O| Oct 29 18:38:54.126 INFO O| Done |
3826 | 2024-10-29T18:38:55.643Z | [ host-image] Oct 29 18:38:54.319 INFO O| Oct 29 18:38:54.319 INFO O| Done |
3827 | 2024-10-29T18:38:56.108Z | [ host-image] Oct 29 18:38:54.784 INFO O| Oct 29 18:38:54.784 INFO STEP 11 (pkg_install) COMPLETE |
3828 | 2024-10-29T18:38:56.108Z | [ host-image] Oct 29 18:38:54.785 INFO O| Oct 29 18:38:54.784 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3829 | 2024-10-29T18:38:56.124Z | [ host-image] Oct 29 18:38:54.800 INFO O| Oct 29 18:38:54.800 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3830 | 2024-10-29T18:38:56.729Z | [ recovery-image] Oct 29 18:38:55.405 INFO O| Oct 29 18:38:55.404 INFO O| Done |
3831 | 2024-10-29T18:38:57.168Z | [ host-image] Oct 29 18:38:55.844 INFO O| Oct 29 18:38:55.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3832 | 2024-10-29T18:38:58.596Z | [ recovery-image] Oct 29 18:38:57.271 INFO O| Oct 29 18:38:57.271 INFO O| Done |
3833 | 2024-10-29T18:38:58.621Z | [ recovery-image] Oct 29 18:38:57.296 INFO O| Oct 29 18:38:57.296 INFO O| Done |
3834 | 2024-10-29T18:38:58.623Z | [ recovery-image] Oct 29 18:38:57.296 INFO O| Oct 29 18:38:57.296 INFO O| Done |
3835 | 2024-10-29T18:38:58.639Z | [ recovery-image] Oct 29 18:38:57.315 INFO O| Oct 29 18:38:57.315 INFO O| Done |
3836 | 2024-10-29T18:38:58.818Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 14 (pkg_install) COMPLETE |
3837 | 2024-10-29T18:38:58.818Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3838 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "mfg" is not enabled |
3839 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3840 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "compliance" is not enabled |
3841 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3842 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "stress" is not enabled |
3843 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3844 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "nfs" is not enabled |
3845 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3846 | 2024-10-29T18:38:58.821Z | [ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3847 | 2024-10-29T18:38:58.874Z | [ recovery-image] Oct 29 18:38:57.550 INFO O| Oct 29 18:38:57.550 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3848 | 2024-10-29T18:38:58.998Z | [ recovery-image] Oct 29 18:38:57.673 INFO O| Oct 29 18:38:57.673 INFO completed processing gimlet/ramdisk-01-os |
3849 | 2024-10-29T18:38:59.001Z | [ recovery-image] Oct 29 18:38:57.676 INFO image builder template: ramdisk-02-trim... |
3850 | 2024-10-29T18:38:59.013Z | [ recovery-image] Oct 29 18:38:57.677 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/.tmp2e1Dzz/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 |
3851 | 2024-10-29T18:38:59.043Z | [ recovery-image] Oct 29 18:38:57.719 INFO O| Oct 29 18:38:57.719 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3852 | 2024-10-29T18:38:59.050Z | [ recovery-image] Oct 29 18:38:57.726 INFO O| Oct 29 18:38:57.726 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3853 | 2024-10-29T18:38:59.137Z | [ recovery-image] Oct 29 18:38:57.812 INFO O| Oct 29 18:38:57.812 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3854 | 2024-10-29T18:38:59.241Z | [ recovery-image] Oct 29 18:38:57.917 INFO O| Oct 29 18:38:57.917 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3855 | 2024-10-29T18:38:59.241Z | [ recovery-image] Oct 29 18:38:57.917 INFO O| Oct 29 18:38:57.917 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3856 | 2024-10-29T18:38:59.251Z | [ recovery-image] Oct 29 18:38:57.927 INFO O| Oct 29 18:38:57.926 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3857 | 2024-10-29T18:38:59.258Z | [ recovery-image] Oct 29 18:38:57.934 INFO O| Oct 29 18:38:57.934 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3858 | 2024-10-29T18:38:59.266Z | [ recovery-image] Oct 29 18:38:57.942 INFO O| Oct 29 18:38:57.942 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3859 | 2024-10-29T18:38:59.473Z | [ recovery-image] Oct 29 18:38:58.148 INFO O| Oct 29 18:38:58.148 INFO rolled back to input snapshot; work may begin |
3860 | 2024-10-29T18:38:59.473Z | [ recovery-image] Oct 29 18:38:58.149 INFO O| Oct 29 18:38:58.148 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3861 | 2024-10-29T18:38:59.484Z | [ recovery-image] Oct 29 18:38:58.159 INFO O| Oct 29 18:38:58.159 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-10-29T18:38:59.504Z | [ recovery-image] Oct 29 18:38:58.179 INFO O| Oct 29 18:38:58.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3863 | 2024-10-29T18:38:59.687Z | [ recovery-image] Oct 29 18:38:58.363 INFO O| Oct 29 18:38:58.363 INFO STEP 0 (remove_files) COMPLETE |
3864 | 2024-10-29T18:38:59.687Z | [ recovery-image] Oct 29 18:38:58.363 INFO O| Oct 29 18:38:58.363 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3865 | 2024-10-29T18:38:59.739Z | [ recovery-image] Oct 29 18:38:58.415 INFO O| Oct 29 18:38:58.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3866 | 2024-10-29T18:38:59.743Z | [ recovery-image] Oct 29 18:38:58.418 INFO O| Oct 29 18:38:58.418 INFO STEP 1 (remove_files) COMPLETE |
3867 | 2024-10-29T18:38:59.743Z | [ recovery-image] Oct 29 18:38:58.418 INFO O| Oct 29 18:38:58.418 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3868 | 2024-10-29T18:38:59.776Z | [ recovery-image] Oct 29 18:38:58.451 INFO O| Oct 29 18:38:58.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3869 | 2024-10-29T18:38:59.807Z | [ recovery-image] Oct 29 18:38:58.482 INFO O| Oct 29 18:38:58.482 INFO STEP 2 (remove_files) COMPLETE |
3870 | 2024-10-29T18:38:59.807Z | [ recovery-image] Oct 29 18:38:58.482 INFO O| Oct 29 18:38:58.482 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3871 | 2024-10-29T18:38:59.869Z | [ recovery-image] Oct 29 18:38:58.544 INFO O| Oct 29 18:38:58.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3872 | 2024-10-29T18:38:59.872Z | [ recovery-image] Oct 29 18:38:58.548 INFO O| Oct 29 18:38:58.548 INFO STEP 3 (remove_files) COMPLETE |
3873 | 2024-10-29T18:38:59.872Z | [ recovery-image] Oct 29 18:38:58.548 INFO O| Oct 29 18:38:58.548 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3874 | 2024-10-29T18:38:59.906Z | [ recovery-image] Oct 29 18:38:58.581 INFO O| Oct 29 18:38:58.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3875 | 2024-10-29T18:38:59.913Z | [ recovery-image] Oct 29 18:38:58.588 INFO O| Oct 29 18:38:58.588 INFO STEP 4 (remove_files) COMPLETE |
3876 | 2024-10-29T18:38:59.915Z | [ recovery-image] Oct 29 18:38:58.588 INFO O| Oct 29 18:38:58.588 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3877 | 2024-10-29T18:38:59.952Z | [ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3878 | 2024-10-29T18:38:59.954Z | [ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO STEP 5 (remove_files) COMPLETE |
3879 | 2024-10-29T18:38:59.954Z | [ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3880 | 2024-10-29T18:38:59.989Z | [ recovery-image] Oct 29 18:38:58.662 INFO O| Oct 29 18:38:58.662 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3881 | 2024-10-29T18:39:00.032Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 6 (remove_files) COMPLETE |
3882 | 2024-10-29T18:39:00.032Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3883 | 2024-10-29T18:39:00.032Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled |
3884 | 2024-10-29T18:39:00.034Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-29T18:39:00.034Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled |
3886 | 2024-10-29T18:39:00.035Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-29T18:39:00.035Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled |
3888 | 2024-10-29T18:39:00.035Z | [ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3889 | 2024-10-29T18:39:00.091Z | [ recovery-image] Oct 29 18:38:58.766 INFO O| Oct 29 18:38:58.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3890 | 2024-10-29T18:39:00.099Z | [ recovery-image] Oct 29 18:38:58.774 INFO O| Oct 29 18:38:58.774 INFO STEP 10 (remove_files) COMPLETE |
3891 | 2024-10-29T18:39:00.099Z | [ recovery-image] Oct 29 18:38:58.774 INFO O| Oct 29 18:38:58.774 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3892 | 2024-10-29T18:39:00.137Z | [ recovery-image] Oct 29 18:38:58.812 INFO O| Oct 29 18:38:58.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3893 | 2024-10-29T18:39:00.139Z | [ recovery-image] Oct 29 18:38:58.813 INFO O| Oct 29 18:38:58.813 INFO STEP 11 (remove_files) COMPLETE |
3894 | 2024-10-29T18:39:00.140Z | [ recovery-image] Oct 29 18:38:58.814 INFO O| Oct 29 18:38:58.813 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3895 | 2024-10-29T18:39:00.251Z | [ recovery-image] Oct 29 18:38:58.926 INFO O| Oct 29 18:38:58.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3896 | 2024-10-29T18:39:00.255Z | [ recovery-image] Oct 29 18:38:58.931 INFO O| Oct 29 18:38:58.931 INFO STEP 12 (remove_files) COMPLETE |
3897 | 2024-10-29T18:39:00.258Z | [ recovery-image] Oct 29 18:38:58.931 INFO O| Oct 29 18:38:58.931 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3898 | 2024-10-29T18:39:00.608Z | [ recovery-image] Oct 29 18:38:59.283 INFO O| Oct 29 18:38:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3899 | 2024-10-29T18:39:00.615Z | [ recovery-image] Oct 29 18:38:59.291 INFO O| Oct 29 18:38:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3900 | 2024-10-29T18:39:00.627Z | [ recovery-image] Oct 29 18:38:59.302 INFO O| Oct 29 18:38:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3901 | 2024-10-29T18:39:00.633Z | [ recovery-image] Oct 29 18:38:59.309 INFO O| Oct 29 18:38:59.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3902 | 2024-10-29T18:39:00.766Z | [ recovery-image] Oct 29 18:38:59.441 INFO O| Oct 29 18:38:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3903 | 2024-10-29T18:39:00.768Z | [ recovery-image] Oct 29 18:38:59.442 INFO O| Oct 29 18:38:59.442 INFO STEP 13 (remove_files) COMPLETE |
3904 | 2024-10-29T18:39:00.768Z | [ recovery-image] Oct 29 18:38:59.442 INFO O| Oct 29 18:38:59.442 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3905 | 2024-10-29T18:39:00.802Z | [ recovery-image] Oct 29 18:38:59.478 INFO O| Oct 29 18:38:59.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3906 | 2024-10-29T18:39:00.805Z | [ recovery-image] Oct 29 18:38:59.480 INFO O| Oct 29 18:38:59.480 INFO STEP 14 (remove_files) COMPLETE |
3907 | 2024-10-29T18:39:00.805Z | [ recovery-image] Oct 29 18:38:59.480 INFO O| Oct 29 18:38:59.480 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3908 | 2024-10-29T18:39:00.825Z | [ recovery-image] Oct 29 18:38:59.500 INFO O| Oct 29 18:38:59.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3909 | 2024-10-29T18:39:00.835Z | [ recovery-image] Oct 29 18:38:59.510 INFO O| Oct 29 18:38:59.510 INFO STEP 15 (remove_files) COMPLETE |
3910 | 2024-10-29T18:39:00.835Z | [ recovery-image] Oct 29 18:38:59.510 INFO O| Oct 29 18:38:59.510 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3911 | 2024-10-29T18:39:00.854Z | [ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3912 | 2024-10-29T18:39:00.857Z | [ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.530 INFO STEP 16 (remove_files) COMPLETE |
3913 | 2024-10-29T18:39:00.857Z | [ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.530 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3914 | 2024-10-29T18:39:00.887Z | [ recovery-image] Oct 29 18:38:59.563 INFO O| Oct 29 18:38:59.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3915 | 2024-10-29T18:39:00.890Z | [ recovery-image] Oct 29 18:38:59.565 INFO O| Oct 29 18:38:59.565 INFO STEP 17 (remove_files) COMPLETE |
3916 | 2024-10-29T18:39:00.890Z | [ recovery-image] Oct 29 18:38:59.565 INFO O| Oct 29 18:38:59.565 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3917 | 2024-10-29T18:39:00.910Z | [ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3918 | 2024-10-29T18:39:00.910Z | [ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO STEP 18 (remove_files) COMPLETE |
3919 | 2024-10-29T18:39:00.910Z | [ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3920 | 2024-10-29T18:39:00.929Z | [ recovery-image] Oct 29 18:38:59.604 INFO O| Oct 29 18:38:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3921 | 2024-10-29T18:39:00.929Z | [ recovery-image] Oct 29 18:38:59.605 INFO O| Oct 29 18:38:59.604 INFO STEP 19 (remove_files) COMPLETE |
3922 | 2024-10-29T18:39:00.929Z | [ recovery-image] Oct 29 18:38:59.605 INFO O| Oct 29 18:38:59.604 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3923 | 2024-10-29T18:39:00.946Z | [ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3924 | 2024-10-29T18:39:00.947Z | [ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO STEP 20 (remove_files) COMPLETE |
3925 | 2024-10-29T18:39:00.947Z | [ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3926 | 2024-10-29T18:39:00.975Z | [ recovery-image] Oct 29 18:38:59.650 INFO O| Oct 29 18:38:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3927 | 2024-10-29T18:39:00.975Z | [ recovery-image] Oct 29 18:38:59.651 INFO O| Oct 29 18:38:59.651 INFO STEP 21 (remove_files) COMPLETE |
3928 | 2024-10-29T18:39:00.978Z | [ recovery-image] Oct 29 18:38:59.651 INFO O| Oct 29 18:38:59.651 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3929 | 2024-10-29T18:39:00.999Z | [ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3930 | 2024-10-29T18:39:01.002Z | [ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO STEP 22 (remove_files) COMPLETE |
3931 | 2024-10-29T18:39:01.002Z | [ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3932 | 2024-10-29T18:39:01.032Z | [ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3933 | 2024-10-29T18:39:01.032Z | [ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO STEP 23 (remove_files) COMPLETE |
3934 | 2024-10-29T18:39:01.032Z | [ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3935 | 2024-10-29T18:39:01.073Z | [ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3936 | 2024-10-29T18:39:01.073Z | [ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO STEP 24 (remove_files) COMPLETE |
3937 | 2024-10-29T18:39:01.075Z | [ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3938 | 2024-10-29T18:39:01.153Z | [ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3939 | 2024-10-29T18:39:01.154Z | [ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO STEP 25 (remove_files) COMPLETE |
3940 | 2024-10-29T18:39:01.157Z | [ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-10-29T18:39:01.174Z | [ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3942 | 2024-10-29T18:39:01.176Z | [ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO STEP 26 (remove_files) COMPLETE |
3943 | 2024-10-29T18:39:01.176Z | [ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3944 | 2024-10-29T18:39:01.191Z | [ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3945 | 2024-10-29T18:39:01.194Z | [ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO STEP 27 (remove_files) COMPLETE |
3946 | 2024-10-29T18:39:01.194Z | [ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3947 | 2024-10-29T18:39:01.212Z | [ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3948 | 2024-10-29T18:39:01.212Z | [ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO STEP 28 (remove_files) COMPLETE |
3949 | 2024-10-29T18:39:01.214Z | [ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3950 | 2024-10-29T18:39:01.232Z | [ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3951 | 2024-10-29T18:39:01.232Z | [ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO STEP 29 (remove_files) COMPLETE |
3952 | 2024-10-29T18:39:01.232Z | [ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3953 | 2024-10-29T18:39:01.251Z | [ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3954 | 2024-10-29T18:39:01.251Z | [ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO STEP 30 (remove_files) COMPLETE |
3955 | 2024-10-29T18:39:01.251Z | [ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3956 | 2024-10-29T18:39:01.276Z | [ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3957 | 2024-10-29T18:39:01.276Z | [ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO STEP 31 (remove_files) COMPLETE |
3958 | 2024-10-29T18:39:01.276Z | [ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3959 | 2024-10-29T18:39:01.296Z | [ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3960 | 2024-10-29T18:39:01.296Z | [ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO STEP 32 (remove_files) COMPLETE |
3961 | 2024-10-29T18:39:01.296Z | [ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3962 | 2024-10-29T18:39:01.354Z | [ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3963 | 2024-10-29T18:39:01.354Z | [ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.030 INFO STEP 33 (remove_files) COMPLETE |
3964 | 2024-10-29T18:39:01.354Z | [ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.030 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3965 | 2024-10-29T18:39:01.374Z | [ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3966 | 2024-10-29T18:39:01.374Z | [ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO STEP 34 (remove_files) COMPLETE |
3967 | 2024-10-29T18:39:01.374Z | [ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3968 | 2024-10-29T18:39:01.393Z | [ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3969 | 2024-10-29T18:39:01.394Z | [ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.069 INFO STEP 35 (remove_files) COMPLETE |
3970 | 2024-10-29T18:39:01.394Z | [ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.069 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3971 | 2024-10-29T18:39:01.412Z | [ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3972 | 2024-10-29T18:39:01.412Z | [ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO STEP 36 (remove_files) COMPLETE |
3973 | 2024-10-29T18:39:01.415Z | [ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3974 | 2024-10-29T18:39:01.430Z | [ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3975 | 2024-10-29T18:39:01.430Z | [ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO STEP 37 (remove_files) COMPLETE |
3976 | 2024-10-29T18:39:01.430Z | [ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3977 | 2024-10-29T18:39:01.473Z | [ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3978 | 2024-10-29T18:39:01.473Z | [ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.149 INFO STEP 38 (remove_files) COMPLETE |
3979 | 2024-10-29T18:39:01.473Z | [ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3980 | 2024-10-29T18:39:01.492Z | [ recovery-image] Oct 29 18:39:00.167 INFO O| Oct 29 18:39:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3981 | 2024-10-29T18:39:01.492Z | [ recovery-image] Oct 29 18:39:00.167 INFO O| Oct 29 18:39:00.167 INFO STEP 39 (remove_files) COMPLETE |
3982 | 2024-10-29T18:39:01.492Z | [ recovery-image] Oct 29 18:39:00.168 INFO O| Oct 29 18:39:00.167 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3983 | 2024-10-29T18:39:01.540Z | [ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3984 | 2024-10-29T18:39:01.541Z | [ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO STEP 40 (remove_files) COMPLETE |
3985 | 2024-10-29T18:39:01.541Z | [ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3986 | 2024-10-29T18:39:01.577Z | [ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3987 | 2024-10-29T18:39:01.577Z | [ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO STEP 41 (remove_files) COMPLETE |
3988 | 2024-10-29T18:39:01.577Z | [ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3989 | 2024-10-29T18:39:01.588Z | [ host-image] Oct 29 18:39:00.264 INFO O| Oct 29 18:39:00.264 INFO O| Planning: Solver setup ... Done |
3990 | 2024-10-29T18:39:01.596Z | [ host-image] Oct 29 18:39:00.271 INFO O| Oct 29 18:39:00.271 INFO O| Planning: Running solver ... Done |
3991 | 2024-10-29T18:39:01.635Z | [ recovery-image] Oct 29 18:39:00.310 INFO O| Oct 29 18:39:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3992 | 2024-10-29T18:39:01.635Z | [ recovery-image] Oct 29 18:39:00.310 INFO O| Oct 29 18:39:00.310 INFO STEP 42 (remove_files) COMPLETE |
3993 | 2024-10-29T18:39:01.635Z | [ recovery-image] Oct 29 18:39:00.311 INFO O| Oct 29 18:39:00.310 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3994 | 2024-10-29T18:39:01.654Z | [ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3995 | 2024-10-29T18:39:01.654Z | [ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO STEP 43 (remove_files) COMPLETE |
3996 | 2024-10-29T18:39:01.654Z | [ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3997 | 2024-10-29T18:39:01.682Z | [ host-image] Oct 29 18:39:00.358 INFO O| Oct 29 18:39:00.358 INFO O| Planning: Finding local manifests ... Done |
3998 | 2024-10-29T18:39:01.685Z | [ host-image] Oct 29 18:39:00.360 INFO O| Oct 29 18:39:00.359 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3999 | 2024-10-29T18:39:01.688Z | [ recovery-image] Oct 29 18:39:00.361 INFO O| Oct 29 18:39:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4000 | 2024-10-29T18:39:01.688Z | [ recovery-image] Oct 29 18:39:00.361 INFO O| Oct 29 18:39:00.361 INFO STEP 44 (remove_files) COMPLETE |
4001 | 2024-10-29T18:39:01.688Z | [ recovery-image] Oct 29 18:39:00.362 INFO O| Oct 29 18:39:00.361 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4002 | 2024-10-29T18:39:01.702Z | [ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4003 | 2024-10-29T18:39:01.704Z | [ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO STEP 45 (remove_files) COMPLETE |
4004 | 2024-10-29T18:39:01.704Z | [ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4005 | 2024-10-29T18:39:01.716Z | [ recovery-image] Oct 29 18:39:00.391 INFO O| Oct 29 18:39:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4006 | 2024-10-29T18:39:01.718Z | [ recovery-image] Oct 29 18:39:00.392 INFO O| Oct 29 18:39:00.392 INFO STEP 46 (remove_files) COMPLETE |
4007 | 2024-10-29T18:39:01.718Z | [ recovery-image] Oct 29 18:39:00.392 INFO O| Oct 29 18:39:00.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4008 | 2024-10-29T18:39:01.797Z | [ recovery-image] Oct 29 18:39:00.472 INFO O| Oct 29 18:39:00.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4009 | 2024-10-29T18:39:01.800Z | [ recovery-image] Oct 29 18:39:00.472 INFO O| Oct 29 18:39:00.472 INFO STEP 47 (remove_files) COMPLETE |
4010 | 2024-10-29T18:39:01.800Z | [ recovery-image] Oct 29 18:39:00.473 INFO O| Oct 29 18:39:00.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4011 | 2024-10-29T18:39:01.815Z | [ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4012 | 2024-10-29T18:39:01.817Z | [ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO STEP 48 (remove_files) COMPLETE |
4013 | 2024-10-29T18:39:01.817Z | [ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4014 | 2024-10-29T18:39:01.850Z | [ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4015 | 2024-10-29T18:39:01.852Z | [ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO STEP 49 (remove_files) COMPLETE |
4016 | 2024-10-29T18:39:01.852Z | [ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-10-29T18:39:01.867Z | [ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4018 | 2024-10-29T18:39:01.870Z | [ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO STEP 50 (remove_files) COMPLETE |
4019 | 2024-10-29T18:39:01.870Z | [ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-10-29T18:39:01.885Z | [ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4021 | 2024-10-29T18:39:01.888Z | [ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO STEP 51 (remove_files) COMPLETE |
4022 | 2024-10-29T18:39:01.888Z | [ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-10-29T18:39:01.935Z | [ host-image] Oct 29 18:39:00.611 INFO O| Oct 29 18:39:00.611 INFO O| Planning: Fetching manifests: 4/4 100% complete |
4024 | 2024-10-29T18:39:01.949Z | [ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4025 | 2024-10-29T18:39:01.949Z | [ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO STEP 52 (remove_files) COMPLETE |
4026 | 2024-10-29T18:39:01.952Z | [ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4027 | 2024-10-29T18:39:01.952Z | [ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4028 | 2024-10-29T18:39:01.952Z | [ recovery-image] Oct 29 18:39:00.626 INFO O| Oct 29 18:39:00.626 INFO STEP 53 (remove_files) COMPLETE |
4029 | 2024-10-29T18:39:01.952Z | [ recovery-image] Oct 29 18:39:00.626 INFO O| Oct 29 18:39:00.626 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4030 | 2024-10-29T18:39:01.967Z | [ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4031 | 2024-10-29T18:39:01.970Z | [ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO STEP 54 (remove_files) COMPLETE |
4032 | 2024-10-29T18:39:01.970Z | [ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4033 | 2024-10-29T18:39:01.973Z | [ host-image] Oct 29 18:39:00.648 INFO O| Oct 29 18:39:00.648 INFO O| Planning: Package planning ... Done |
4034 | 2024-10-29T18:39:01.978Z | [ host-image] Oct 29 18:39:00.653 INFO O| Oct 29 18:39:00.653 INFO O| Planning: Merging actions ... Done |
4035 | 2024-10-29T18:39:02.006Z | [ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4036 | 2024-10-29T18:39:02.006Z | [ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO STEP 55 (remove_files) COMPLETE |
4037 | 2024-10-29T18:39:02.008Z | [ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-10-29T18:39:02.023Z | [ recovery-image] Oct 29 18:39:00.698 INFO O| Oct 29 18:39:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4039 | 2024-10-29T18:39:02.026Z | [ recovery-image] Oct 29 18:39:00.698 INFO O| Oct 29 18:39:00.698 INFO STEP 56 (remove_files) COMPLETE |
4040 | 2024-10-29T18:39:02.026Z | [ recovery-image] Oct 29 18:39:00.699 INFO O| Oct 29 18:39:00.698 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4041 | 2024-10-29T18:39:02.049Z | [ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4042 | 2024-10-29T18:39:02.049Z | [ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO STEP 57 (remove_files) COMPLETE |
4043 | 2024-10-29T18:39:02.052Z | [ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-10-29T18:39:02.081Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.756 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4045 | 2024-10-29T18:39:02.081Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4046 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4047 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4048 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4049 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4050 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO ok! |
4051 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO STEP 58 (ensure_file) COMPLETE |
4052 | 2024-10-29T18:39:02.084Z | [ recovery-image] Oct 29 18:39:00.758 INFO O| Oct 29 18:39:00.757 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-10-29T18:39:02.118Z | [ recovery-image] Oct 29 18:39:00.793 INFO O| Oct 29 18:39:00.793 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4054 | 2024-10-29T18:39:02.118Z | [ recovery-image] Oct 29 18:39:00.793 INFO O| Oct 29 18:39:00.793 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4055 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4056 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4057 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4058 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4059 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO ok! |
4060 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO STEP 59 (ensure_file) COMPLETE |
4061 | 2024-10-29T18:39:02.121Z | [ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-10-29T18:39:02.160Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4063 | 2024-10-29T18:39:02.160Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4064 | 2024-10-29T18:39:02.160Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4065 | 2024-10-29T18:39:02.163Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO ok! |
4066 | 2024-10-29T18:39:02.163Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO STEP 60 (ensure_file) COMPLETE |
4067 | 2024-10-29T18:39:02.163Z | [ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-10-29T18:39:02.163Z | [ host-image] Oct 29 18:39:00.836 INFO O| Oct 29 18:39:00.836 INFO O| Planning: Checking for conflicting actions ... Done |
4069 | 2024-10-29T18:39:02.190Z | [ host-image] Oct 29 18:39:00.866 INFO O| Oct 29 18:39:00.866 INFO O| Planning: Consolidating action changes ... Done |
4070 | 2024-10-29T18:39:02.222Z | [ recovery-image] Oct 29 18:39:00.897 INFO O| Oct 29 18:39:00.897 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4071 | 2024-10-29T18:39:02.222Z | [ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.897 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4072 | 2024-10-29T18:39:02.225Z | [ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4073 | 2024-10-29T18:39:02.225Z | [ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO ok! |
4074 | 2024-10-29T18:39:02.225Z | [ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO STEP 61 (ensure_file) COMPLETE |
4075 | 2024-10-29T18:39:02.225Z | [ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-29T18:39:02.240Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4077 | 2024-10-29T18:39:02.240Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4078 | 2024-10-29T18:39:02.243Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4079 | 2024-10-29T18:39:02.243Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4080 | 2024-10-29T18:39:02.243Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO ok! |
4081 | 2024-10-29T18:39:02.243Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO STEP 62 (ensure_file) COMPLETE |
4082 | 2024-10-29T18:39:02.243Z | [ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-10-29T18:39:02.258Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.933 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4084 | 2024-10-29T18:39:02.258Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4085 | 2024-10-29T18:39:02.261Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4086 | 2024-10-29T18:39:02.261Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4087 | 2024-10-29T18:39:02.261Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO ok! |
4088 | 2024-10-29T18:39:02.261Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO STEP 63 (ensure_file) COMPLETE |
4089 | 2024-10-29T18:39:02.261Z | [ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-10-29T18:39:02.335Z | [ recovery-image] Oct 29 18:39:01.010 INFO O| Oct 29 18:39:01.010 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4091 | 2024-10-29T18:39:02.335Z | [ recovery-image] Oct 29 18:39:01.010 INFO O| Oct 29 18:39:01.010 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4092 | 2024-10-29T18:39:02.338Z | [ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4093 | 2024-10-29T18:39:02.338Z | [ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO ok! |
4094 | 2024-10-29T18:39:02.338Z | [ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO STEP 64 (assemble_files) COMPLETE |
4095 | 2024-10-29T18:39:02.338Z | [ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-10-29T18:39:02.355Z | [ recovery-image] Oct 29 18:39:01.030 INFO O| Oct 29 18:39:01.030 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4097 | 2024-10-29T18:39:02.355Z | [ recovery-image] Oct 29 18:39:01.030 INFO O| Oct 29 18:39:01.030 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4098 | 2024-10-29T18:39:02.356Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.030 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4099 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4100 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO ok! |
4101 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 65 (ensure_file) COMPLETE |
4102 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled |
4104 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled |
4106 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled |
4108 | 2024-10-29T18:39:02.358Z | [ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-10-29T18:39:02.387Z | [ recovery-image] Oct 29 18:39:01.062 INFO O| Oct 29 18:39:01.062 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4110 | 2024-10-29T18:39:02.387Z | [ recovery-image] Oct 29 18:39:01.062 INFO O| Oct 29 18:39:01.062 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4111 | 2024-10-29T18:39:02.741Z | [ host-image] Oct 29 18:39:01.416 INFO O| Oct 29 18:39:01.416 INFO O| Planning: Evaluating mediators ... Done |
4112 | 2024-10-29T18:39:02.744Z | [ host-image] Oct 29 18:39:01.418 INFO O| Oct 29 18:39:01.418 INFO O| Planning: Planning completed in 5.57 seconds |
4113 | 2024-10-29T18:39:02.746Z | [ host-image] Oct 29 18:39:01.420 INFO O| Oct 29 18:39:01.420 INFO O| Packages to install: 4 |
4114 | 2024-10-29T18:39:02.746Z | [ host-image] Oct 29 18:39:01.420 INFO O| Oct 29 18:39:01.420 INFO O| Services to change: 2 |
4115 | 2024-10-29T18:39:02.763Z | [ host-image] Oct 29 18:39:01.438 INFO O| Oct 29 18:39:01.438 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4116 | 2024-10-29T18:39:04.000Z | [ host-image] Oct 29 18:39:02.674 INFO O| Oct 29 18:39:02.674 INFO O| Download: Completed 1.39 MB in 1.24 seconds (1.1M/s) |
4117 | 2024-10-29T18:39:04.167Z | [ host-image] Oct 29 18:39:02.842 INFO O| Oct 29 18:39:02.842 INFO O| Actions: 1/238 actions (Installing new actions) |
4118 | 2024-10-29T18:39:04.612Z | [ host-image] Oct 29 18:39:03.287 INFO O| Oct 29 18:39:03.287 INFO O| Actions: Completed 238 actions in 0.44 seconds. |
4119 | 2024-10-29T18:39:05.237Z | [ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO STEP 69 (pack_tar) COMPLETE |
4120 | 2024-10-29T18:39:05.237Z | [ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4121 | 2024-10-29T18:39:05.240Z | [ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4122 | 2024-10-29T18:39:05.283Z | [ host-image] Oct 29 18:39:03.957 INFO O| Oct 29 18:39:03.957 INFO O| Done |
4123 | 2024-10-29T18:39:05.300Z | [ host-image] Oct 29 18:39:03.958 INFO O| Oct 29 18:39:03.957 INFO O| Done |
4124 | 2024-10-29T18:39:05.420Z | [ recovery-image] Oct 29 18:39:04.095 INFO O| Oct 29 18:39:04.095 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4125 | 2024-10-29T18:39:05.581Z | [ recovery-image] Oct 29 18:39:04.251 INFO O| Oct 29 18:39:04.251 INFO completed processing gimlet/ramdisk-02-trim |
4126 | 2024-10-29T18:39:05.581Z | [ recovery-image] Oct 29 18:39:04.254 INFO image builder template: ramdisk-03-recovery-trim... |
4127 | 2024-10-29T18:39:05.581Z | [ recovery-image] Oct 29 18:39:04.254 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/.tmp2e1Dzz/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 |
4128 | 2024-10-29T18:39:05.792Z | [ recovery-image] Oct 29 18:39:04.466 INFO O| Oct 29 18:39:04.466 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4129 | 2024-10-29T18:39:05.799Z | [ recovery-image] Oct 29 18:39:04.474 INFO O| Oct 29 18:39:04.474 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4130 | 2024-10-29T18:39:06.105Z | [ recovery-image] Oct 29 18:39:04.780 INFO O| Oct 29 18:39:04.780 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4131 | 2024-10-29T18:39:06.203Z | [ recovery-image] Oct 29 18:39:04.878 INFO O| Oct 29 18:39:04.878 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4132 | 2024-10-29T18:39:06.206Z | [ recovery-image] Oct 29 18:39:04.878 INFO O| Oct 29 18:39:04.878 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4133 | 2024-10-29T18:39:06.251Z | [ recovery-image] Oct 29 18:39:04.925 INFO O| Oct 29 18:39:04.925 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4134 | 2024-10-29T18:39:06.276Z | [ recovery-image] Oct 29 18:39:04.950 INFO O| Oct 29 18:39:04.950 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4135 | 2024-10-29T18:39:06.309Z | [ recovery-image] Oct 29 18:39:04.984 INFO O| Oct 29 18:39:04.976 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4136 | 2024-10-29T18:39:06.612Z | [ host-image] Oct 29 18:39:05.286 INFO O| Oct 29 18:39:05.286 INFO O| Done |
4137 | 2024-10-29T18:39:06.759Z | [ recovery-image] Oct 29 18:39:05.434 INFO O| Oct 29 18:39:05.433 INFO rolled back to input snapshot; work may begin |
4138 | 2024-10-29T18:39:06.759Z | [ recovery-image] Oct 29 18:39:05.434 INFO O| Oct 29 18:39:05.433 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4139 | 2024-10-29T18:39:06.768Z | [ recovery-image] Oct 29 18:39:05.442 INFO O| Oct 29 18:39:05.442 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-10-29T18:39:06.784Z | [ recovery-image] Oct 29 18:39:05.458 INFO O| Oct 29 18:39:05.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4141 | 2024-10-29T18:39:06.789Z | [ recovery-image] Oct 29 18:39:05.464 INFO O| Oct 29 18:39:05.464 INFO STEP 0 (remove_files) COMPLETE |
4142 | 2024-10-29T18:39:06.789Z | [ recovery-image] Oct 29 18:39:05.464 INFO O| Oct 29 18:39:05.464 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-10-29T18:39:06.823Z | [ recovery-image] Oct 29 18:39:05.498 INFO O| Oct 29 18:39:05.498 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4144 | 2024-10-29T18:39:07.434Z | [ recovery-image] Oct 29 18:39:06.109 INFO O| Oct 29 18:39:06.108 INFO STEP 1 (remove_files) COMPLETE |
4145 | 2024-10-29T18:39:07.434Z | [ recovery-image] Oct 29 18:39:06.109 INFO O| Oct 29 18:39:06.109 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-10-29T18:39:07.459Z | [ recovery-image] Oct 29 18:39:06.133 INFO O| Oct 29 18:39:06.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4147 | 2024-10-29T18:39:07.463Z | [ recovery-image] Oct 29 18:39:06.137 INFO O| Oct 29 18:39:06.137 INFO STEP 2 (remove_files) COMPLETE |
4148 | 2024-10-29T18:39:07.463Z | [ recovery-image] Oct 29 18:39:06.137 INFO O| Oct 29 18:39:06.137 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-10-29T18:39:07.484Z | [ recovery-image] Oct 29 18:39:06.158 INFO O| Oct 29 18:39:06.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4150 | 2024-10-29T18:39:07.558Z | [ recovery-image] Oct 29 18:39:06.233 INFO O| Oct 29 18:39:06.233 INFO STEP 3 (remove_files) COMPLETE |
4151 | 2024-10-29T18:39:07.558Z | [ recovery-image] Oct 29 18:39:06.233 INFO O| Oct 29 18:39:06.233 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-10-29T18:39:07.578Z | [ recovery-image] Oct 29 18:39:06.253 INFO O| Oct 29 18:39:06.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4153 | 2024-10-29T18:39:07.673Z | [ recovery-image] Oct 29 18:39:06.348 INFO O| Oct 29 18:39:06.348 INFO STEP 4 (remove_files) COMPLETE |
4154 | 2024-10-29T18:39:07.673Z | [ recovery-image] Oct 29 18:39:06.348 INFO O| Oct 29 18:39:06.348 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-10-29T18:39:07.711Z | [ recovery-image] Oct 29 18:39:06.385 INFO O| Oct 29 18:39:06.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4156 | 2024-10-29T18:39:07.772Z | [ recovery-image] Oct 29 18:39:06.446 INFO O| Oct 29 18:39:06.446 INFO STEP 5 (remove_files) COMPLETE |
4157 | 2024-10-29T18:39:07.772Z | [ recovery-image] Oct 29 18:39:06.446 INFO O| Oct 29 18:39:06.446 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-10-29T18:39:07.830Z | [ recovery-image] Oct 29 18:39:06.504 INFO O| Oct 29 18:39:06.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4159 | 2024-10-29T18:39:07.845Z | [ recovery-image] Oct 29 18:39:06.519 INFO O| Oct 29 18:39:06.519 INFO STEP 6 (remove_files) COMPLETE |
4160 | 2024-10-29T18:39:07.845Z | [ recovery-image] Oct 29 18:39:06.519 INFO O| Oct 29 18:39:06.519 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-10-29T18:39:07.906Z | [ recovery-image] Oct 29 18:39:06.581 INFO O| Oct 29 18:39:06.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4162 | 2024-10-29T18:39:07.933Z | [ recovery-image] Oct 29 18:39:06.607 INFO O| Oct 29 18:39:06.607 INFO STEP 7 (remove_files) COMPLETE |
4163 | 2024-10-29T18:39:07.935Z | [ recovery-image] Oct 29 18:39:06.607 INFO O| Oct 29 18:39:06.607 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-10-29T18:39:07.952Z | [ recovery-image] Oct 29 18:39:06.627 INFO O| Oct 29 18:39:06.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4165 | 2024-10-29T18:39:08.053Z | [ recovery-image] Oct 29 18:39:06.728 INFO O| Oct 29 18:39:06.727 INFO STEP 8 (remove_files) COMPLETE |
4166 | 2024-10-29T18:39:08.053Z | [ recovery-image] Oct 29 18:39:06.728 INFO O| Oct 29 18:39:06.728 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-10-29T18:39:08.108Z | [ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4168 | 2024-10-29T18:39:08.111Z | [ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO STEP 9 (remove_files) COMPLETE |
4169 | 2024-10-29T18:39:08.111Z | [ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-10-29T18:39:08.127Z | [ recovery-image] Oct 29 18:39:06.802 INFO O| Oct 29 18:39:06.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4171 | 2024-10-29T18:39:08.130Z | [ recovery-image] Oct 29 18:39:06.803 INFO O| Oct 29 18:39:06.803 INFO STEP 10 (remove_files) COMPLETE |
4172 | 2024-10-29T18:39:08.130Z | [ recovery-image] Oct 29 18:39:06.803 INFO O| Oct 29 18:39:06.803 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-10-29T18:39:08.146Z | [ recovery-image] Oct 29 18:39:06.821 INFO O| Oct 29 18:39:06.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4174 | 2024-10-29T18:39:08.501Z | [ recovery-image] Oct 29 18:39:07.175 INFO O| Oct 29 18:39:07.175 INFO STEP 11 (remove_files) COMPLETE |
4175 | 2024-10-29T18:39:08.501Z | [ recovery-image] Oct 29 18:39:07.175 INFO O| Oct 29 18:39:07.175 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-10-29T18:39:08.525Z | [ recovery-image] Oct 29 18:39:07.199 INFO O| Oct 29 18:39:07.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4177 | 2024-10-29T18:39:08.578Z | [ recovery-image] Oct 29 18:39:07.253 INFO O| Oct 29 18:39:07.253 INFO STEP 12 (remove_files) COMPLETE |
4178 | 2024-10-29T18:39:08.578Z | [ recovery-image] Oct 29 18:39:07.253 INFO O| Oct 29 18:39:07.253 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-29T18:39:08.619Z | [ recovery-image] Oct 29 18:39:07.293 INFO O| Oct 29 18:39:07.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4180 | 2024-10-29T18:39:08.671Z | [ recovery-image] Oct 29 18:39:07.345 INFO O| Oct 29 18:39:07.345 INFO STEP 13 (remove_files) COMPLETE |
4181 | 2024-10-29T18:39:08.671Z | [ recovery-image] Oct 29 18:39:07.345 INFO O| Oct 29 18:39:07.345 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-29T18:39:08.690Z | [ recovery-image] Oct 29 18:39:07.364 INFO O| Oct 29 18:39:07.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4183 | 2024-10-29T18:39:08.714Z | [ recovery-image] Oct 29 18:39:07.388 INFO O| Oct 29 18:39:07.388 INFO STEP 14 (remove_files) COMPLETE |
4184 | 2024-10-29T18:39:08.714Z | [ recovery-image] Oct 29 18:39:07.388 INFO O| Oct 29 18:39:07.388 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-29T18:39:08.751Z | [ recovery-image] Oct 29 18:39:07.425 INFO O| Oct 29 18:39:07.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4186 | 2024-10-29T18:39:08.796Z | [ recovery-image] Oct 29 18:39:07.470 INFO O| Oct 29 18:39:07.470 INFO STEP 15 (remove_files) COMPLETE |
4187 | 2024-10-29T18:39:08.796Z | [ recovery-image] Oct 29 18:39:07.470 INFO O| Oct 29 18:39:07.470 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-29T18:39:08.833Z | [ recovery-image] Oct 29 18:39:07.507 INFO O| Oct 29 18:39:07.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4189 | 2024-10-29T18:39:08.981Z | [ recovery-image] Oct 29 18:39:07.654 INFO O| Oct 29 18:39:07.654 INFO STEP 16 (remove_files) COMPLETE |
4190 | 2024-10-29T18:39:08.981Z | [ recovery-image] Oct 29 18:39:07.654 INFO O| Oct 29 18:39:07.654 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-29T18:39:09.015Z | [ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4192 | 2024-10-29T18:39:09.015Z | [ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO STEP 17 (remove_files) COMPLETE |
4193 | 2024-10-29T18:39:09.019Z | [ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-29T18:39:09.032Z | [ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4195 | 2024-10-29T18:39:09.036Z | [ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO STEP 18 (remove_files) COMPLETE |
4196 | 2024-10-29T18:39:09.036Z | [ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-29T18:39:09.051Z | [ recovery-image] Oct 29 18:39:07.725 INFO O| Oct 29 18:39:07.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4198 | 2024-10-29T18:39:09.292Z | [ host-image] Oct 29 18:39:07.966 INFO O| Oct 29 18:39:07.966 INFO O| Done |
4199 | 2024-10-29T18:39:09.340Z | [ recovery-image] Oct 29 18:39:08.015 INFO O| Oct 29 18:39:08.015 INFO STEP 19 (remove_files) COMPLETE |
4200 | 2024-10-29T18:39:09.340Z | [ recovery-image] Oct 29 18:39:08.015 INFO O| Oct 29 18:39:08.015 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-10-29T18:39:09.351Z | [ host-image] Oct 29 18:39:08.026 INFO O| Oct 29 18:39:08.026 INFO O| Done |
4202 | 2024-10-29T18:39:09.354Z | [ host-image] Oct 29 18:39:08.026 INFO O| Oct 29 18:39:08.026 INFO O| Done |
4203 | 2024-10-29T18:39:09.388Z | [ recovery-image] Oct 29 18:39:08.063 INFO O| Oct 29 18:39:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4204 | 2024-10-29T18:39:09.418Z | [ host-image] Oct 29 18:39:08.092 INFO O| Oct 29 18:39:08.092 INFO O| Done |
4205 | 2024-10-29T18:39:09.441Z | [ recovery-image] Oct 29 18:39:08.115 INFO O| Oct 29 18:39:08.115 INFO STEP 20 (remove_files) COMPLETE |
4206 | 2024-10-29T18:39:09.441Z | [ recovery-image] Oct 29 18:39:08.115 INFO O| Oct 29 18:39:08.115 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-10-29T18:39:09.474Z | [ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4208 | 2024-10-29T18:39:09.477Z | [ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO STEP 21 (remove_files) COMPLETE |
4209 | 2024-10-29T18:39:09.477Z | [ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-10-29T18:39:09.497Z | [ recovery-image] Oct 29 18:39:08.171 INFO O| Oct 29 18:39:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4211 | 2024-10-29T18:39:09.499Z | [ recovery-image] Oct 29 18:39:08.172 INFO O| Oct 29 18:39:08.171 INFO STEP 22 (remove_files) COMPLETE |
4212 | 2024-10-29T18:39:09.499Z | [ recovery-image] Oct 29 18:39:08.172 INFO O| Oct 29 18:39:08.172 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-10-29T18:39:09.529Z | [ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4214 | 2024-10-29T18:39:09.529Z | [ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.204 INFO STEP 23 (remove_files) COMPLETE |
4215 | 2024-10-29T18:39:09.532Z | [ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.204 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-10-29T18:39:09.586Z | [ host-image] Oct 29 18:39:08.260 INFO O| Oct 29 18:39:08.260 INFO STEP 12 (pkg_install) COMPLETE |
4217 | 2024-10-29T18:39:09.586Z | [ host-image] Oct 29 18:39:08.260 INFO O| Oct 29 18:39:08.260 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4218 | 2024-10-29T18:39:09.589Z | [ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4219 | 2024-10-29T18:39:09.589Z | [ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO STEP 24 (remove_files) COMPLETE |
4220 | 2024-10-29T18:39:09.589Z | [ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-29T18:39:09.604Z | [ host-image] Oct 29 18:39:08.278 INFO O| Oct 29 18:39:08.278 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4222 | 2024-10-29T18:39:09.607Z | [ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4223 | 2024-10-29T18:39:09.607Z | [ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.280 INFO STEP 25 (remove_files) COMPLETE |
4224 | 2024-10-29T18:39:09.607Z | [ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.280 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-10-29T18:39:09.625Z | [ recovery-image] Oct 29 18:39:08.299 INFO O| Oct 29 18:39:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4226 | 2024-10-29T18:39:09.628Z | [ recovery-image] Oct 29 18:39:08.300 INFO O| Oct 29 18:39:08.300 INFO STEP 26 (remove_files) COMPLETE |
4227 | 2024-10-29T18:39:09.628Z | [ recovery-image] Oct 29 18:39:08.300 INFO O| Oct 29 18:39:08.300 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-10-29T18:39:09.644Z | [ recovery-image] Oct 29 18:39:08.319 INFO O| Oct 29 18:39:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4229 | 2024-10-29T18:39:09.666Z | [ recovery-image] Oct 29 18:39:08.340 INFO O| Oct 29 18:39:08.340 INFO STEP 27 (remove_files) COMPLETE |
4230 | 2024-10-29T18:39:09.667Z | [ recovery-image] Oct 29 18:39:08.340 INFO O| Oct 29 18:39:08.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-10-29T18:39:09.723Z | [ recovery-image] Oct 29 18:39:08.398 INFO O| Oct 29 18:39:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4232 | 2024-10-29T18:39:09.746Z | [ recovery-image] Oct 29 18:39:08.421 INFO O| Oct 29 18:39:08.421 INFO STEP 28 (remove_files) COMPLETE |
4233 | 2024-10-29T18:39:09.746Z | [ recovery-image] Oct 29 18:39:08.421 INFO O| Oct 29 18:39:08.421 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-10-29T18:39:09.767Z | [ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4235 | 2024-10-29T18:39:09.767Z | [ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO STEP 29 (remove_files) COMPLETE |
4236 | 2024-10-29T18:39:09.767Z | [ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-10-29T18:39:09.799Z | [ recovery-image] Oct 29 18:39:08.473 INFO O| Oct 29 18:39:08.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4238 | 2024-10-29T18:39:09.803Z | [ recovery-image] Oct 29 18:39:08.474 INFO O| Oct 29 18:39:08.474 INFO STEP 30 (remove_files) COMPLETE |
4239 | 2024-10-29T18:39:09.803Z | [ recovery-image] Oct 29 18:39:08.474 INFO O| Oct 29 18:39:08.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-10-29T18:39:09.821Z | [ recovery-image] Oct 29 18:39:08.495 INFO O| Oct 29 18:39:08.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4241 | 2024-10-29T18:39:09.821Z | [ recovery-image] Oct 29 18:39:08.495 INFO O| Oct 29 18:39:08.495 INFO STEP 31 (remove_files) COMPLETE |
4242 | 2024-10-29T18:39:09.824Z | [ recovery-image] Oct 29 18:39:08.496 INFO O| Oct 29 18:39:08.495 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-10-29T18:39:09.839Z | [ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4244 | 2024-10-29T18:39:09.839Z | [ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO STEP 32 (remove_files) COMPLETE |
4245 | 2024-10-29T18:39:09.842Z | [ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-10-29T18:39:09.856Z | [ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4247 | 2024-10-29T18:39:09.856Z | [ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO STEP 33 (remove_files) COMPLETE |
4248 | 2024-10-29T18:39:09.859Z | [ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-10-29T18:39:09.890Z | [ recovery-image] Oct 29 18:39:08.565 INFO O| Oct 29 18:39:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4250 | 2024-10-29T18:39:09.910Z | [ recovery-image] Oct 29 18:39:08.585 INFO O| Oct 29 18:39:08.585 INFO STEP 34 (remove_files) COMPLETE |
4251 | 2024-10-29T18:39:09.910Z | [ recovery-image] Oct 29 18:39:08.585 INFO O| Oct 29 18:39:08.585 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-10-29T18:39:09.948Z | [ recovery-image] Oct 29 18:39:08.622 INFO O| Oct 29 18:39:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4253 | 2024-10-29T18:39:09.948Z | [ recovery-image] Oct 29 18:39:08.623 INFO O| Oct 29 18:39:08.622 INFO STEP 35 (remove_files) COMPLETE |
4254 | 2024-10-29T18:39:09.948Z | [ recovery-image] Oct 29 18:39:08.623 INFO O| Oct 29 18:39:08.622 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-10-29T18:39:10.010Z | [ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4256 | 2024-10-29T18:39:10.010Z | [ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO STEP 36 (remove_files) COMPLETE |
4257 | 2024-10-29T18:39:10.013Z | [ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-10-29T18:39:10.028Z | [ recovery-image] Oct 29 18:39:08.703 INFO O| Oct 29 18:39:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4259 | 2024-10-29T18:39:10.031Z | [ recovery-image] Oct 29 18:39:08.705 INFO O| Oct 29 18:39:08.705 INFO STEP 37 (remove_files) COMPLETE |
4260 | 2024-10-29T18:39:10.031Z | [ recovery-image] Oct 29 18:39:08.705 INFO O| Oct 29 18:39:08.705 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-10-29T18:39:10.051Z | [ recovery-image] Oct 29 18:39:08.726 INFO O| Oct 29 18:39:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4262 | 2024-10-29T18:39:10.059Z | [ recovery-image] Oct 29 18:39:08.734 INFO O| Oct 29 18:39:08.734 INFO STEP 38 (remove_files) COMPLETE |
4263 | 2024-10-29T18:39:10.059Z | [ recovery-image] Oct 29 18:39:08.734 INFO O| Oct 29 18:39:08.734 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-10-29T18:39:10.097Z | [ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4265 | 2024-10-29T18:39:10.097Z | [ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO STEP 39 (remove_files) COMPLETE |
4266 | 2024-10-29T18:39:10.097Z | [ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-10-29T18:39:10.164Z | [ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4268 | 2024-10-29T18:39:10.164Z | [ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO STEP 40 (remove_files) COMPLETE |
4269 | 2024-10-29T18:39:10.164Z | [ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-10-29T18:39:10.201Z | [ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4271 | 2024-10-29T18:39:10.201Z | [ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO STEP 41 (remove_files) COMPLETE |
4272 | 2024-10-29T18:39:10.201Z | [ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-10-29T18:39:10.235Z | [ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4274 | 2024-10-29T18:39:10.235Z | [ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO STEP 42 (remove_files) COMPLETE |
4275 | 2024-10-29T18:39:10.236Z | [ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-10-29T18:39:10.256Z | [ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4277 | 2024-10-29T18:39:10.256Z | [ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO STEP 43 (remove_files) COMPLETE |
4278 | 2024-10-29T18:39:10.256Z | [ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-10-29T18:39:10.276Z | [ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4280 | 2024-10-29T18:39:10.276Z | [ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO STEP 44 (remove_files) COMPLETE |
4281 | 2024-10-29T18:39:10.276Z | [ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-10-29T18:39:10.292Z | [ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4283 | 2024-10-29T18:39:10.292Z | [ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO STEP 45 (remove_files) COMPLETE |
4284 | 2024-10-29T18:39:10.292Z | [ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-10-29T18:39:10.314Z | [ recovery-image] Oct 29 18:39:08.987 INFO O| Oct 29 18:39:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4286 | 2024-10-29T18:39:10.314Z | [ recovery-image] Oct 29 18:39:08.988 INFO O| Oct 29 18:39:08.987 INFO STEP 46 (remove_files) COMPLETE |
4287 | 2024-10-29T18:39:10.314Z | [ recovery-image] Oct 29 18:39:08.988 INFO O| Oct 29 18:39:08.988 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-10-29T18:39:10.353Z | [ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4289 | 2024-10-29T18:39:10.354Z | [ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO STEP 47 (remove_files) COMPLETE |
4290 | 2024-10-29T18:39:10.365Z | [ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-10-29T18:39:10.374Z | [ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4292 | 2024-10-29T18:39:10.374Z | [ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO STEP 48 (remove_files) COMPLETE |
4293 | 2024-10-29T18:39:10.374Z | [ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-10-29T18:39:10.410Z | [ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4295 | 2024-10-29T18:39:10.411Z | [ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO STEP 49 (remove_files) COMPLETE |
4296 | 2024-10-29T18:39:10.413Z | [ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-10-29T18:39:10.428Z | [ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4298 | 2024-10-29T18:39:10.428Z | [ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO STEP 50 (remove_files) COMPLETE |
4299 | 2024-10-29T18:39:10.428Z | [ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-10-29T18:39:10.453Z | [ recovery-image] Oct 29 18:39:09.127 INFO O| Oct 29 18:39:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4301 | 2024-10-29T18:39:10.453Z | [ recovery-image] Oct 29 18:39:09.128 INFO O| Oct 29 18:39:09.127 INFO STEP 51 (remove_files) COMPLETE |
4302 | 2024-10-29T18:39:10.456Z | [ recovery-image] Oct 29 18:39:09.128 INFO O| Oct 29 18:39:09.128 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-10-29T18:39:10.471Z | [ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4304 | 2024-10-29T18:39:10.471Z | [ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO STEP 52 (remove_files) COMPLETE |
4305 | 2024-10-29T18:39:10.471Z | [ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-10-29T18:39:10.517Z | [ recovery-image] Oct 29 18:39:09.192 INFO O| Oct 29 18:39:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4307 | 2024-10-29T18:39:10.538Z | [ recovery-image] Oct 29 18:39:09.213 INFO O| Oct 29 18:39:09.213 INFO STEP 53 (remove_files) COMPLETE |
4308 | 2024-10-29T18:39:10.538Z | [ recovery-image] Oct 29 18:39:09.213 INFO O| Oct 29 18:39:09.213 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-10-29T18:39:10.574Z | [ host-image] Oct 29 18:39:09.249 INFO O| Oct 29 18:39:09.249 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4310 | 2024-10-29T18:39:10.580Z | [ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4311 | 2024-10-29T18:39:10.580Z | [ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO STEP 54 (remove_files) COMPLETE |
4312 | 2024-10-29T18:39:10.582Z | [ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-10-29T18:39:10.605Z | [ recovery-image] Oct 29 18:39:09.279 INFO O| Oct 29 18:39:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4314 | 2024-10-29T18:39:10.629Z | [ recovery-image] Oct 29 18:39:09.304 INFO O| Oct 29 18:39:09.304 INFO STEP 55 (remove_files) COMPLETE |
4315 | 2024-10-29T18:39:10.630Z | [ recovery-image] Oct 29 18:39:09.304 INFO O| Oct 29 18:39:09.304 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-10-29T18:39:10.679Z | [ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4317 | 2024-10-29T18:39:10.679Z | [ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO STEP 56 (remove_files) COMPLETE |
4318 | 2024-10-29T18:39:10.679Z | [ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-10-29T18:39:10.696Z | [ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4320 | 2024-10-29T18:39:10.696Z | [ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO STEP 57 (remove_files) COMPLETE |
4321 | 2024-10-29T18:39:10.696Z | [ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-10-29T18:39:10.731Z | [ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4323 | 2024-10-29T18:39:10.734Z | [ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO STEP 58 (remove_files) COMPLETE |
4324 | 2024-10-29T18:39:10.734Z | [ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-10-29T18:39:10.806Z | [ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4326 | 2024-10-29T18:39:10.806Z | [ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO STEP 59 (remove_files) COMPLETE |
4327 | 2024-10-29T18:39:10.808Z | [ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-10-29T18:39:10.844Z | [ recovery-image] Oct 29 18:39:09.518 INFO O| Oct 29 18:39:09.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4329 | 2024-10-29T18:39:10.846Z | [ recovery-image] Oct 29 18:39:09.519 INFO O| Oct 29 18:39:09.518 INFO STEP 60 (remove_files) COMPLETE |
4330 | 2024-10-29T18:39:10.846Z | [ recovery-image] Oct 29 18:39:09.519 INFO O| Oct 29 18:39:09.519 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-10-29T18:39:10.875Z | [ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4332 | 2024-10-29T18:39:10.875Z | [ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO STEP 61 (remove_files) COMPLETE |
4333 | 2024-10-29T18:39:10.875Z | [ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-10-29T18:39:10.932Z | [ recovery-image] Oct 29 18:39:09.606 INFO O| Oct 29 18:39:09.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4335 | 2024-10-29T18:39:10.957Z | [ recovery-image] Oct 29 18:39:09.631 INFO O| Oct 29 18:39:09.631 INFO STEP 62 (remove_files) COMPLETE |
4336 | 2024-10-29T18:39:10.957Z | [ recovery-image] Oct 29 18:39:09.631 INFO O| Oct 29 18:39:09.631 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-10-29T18:39:10.990Z | [ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4338 | 2024-10-29T18:39:10.990Z | [ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO STEP 63 (remove_files) COMPLETE |
4339 | 2024-10-29T18:39:10.990Z | [ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-10-29T18:39:11.026Z | [ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4341 | 2024-10-29T18:39:11.026Z | [ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO STEP 64 (remove_files) COMPLETE |
4342 | 2024-10-29T18:39:11.029Z | [ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-10-29T18:39:11.047Z | [ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4344 | 2024-10-29T18:39:11.047Z | [ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO STEP 65 (remove_files) COMPLETE |
4345 | 2024-10-29T18:39:11.050Z | [ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-10-29T18:39:11.080Z | [ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4347 | 2024-10-29T18:39:11.080Z | [ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO STEP 66 (remove_files) COMPLETE |
4348 | 2024-10-29T18:39:11.080Z | [ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-10-29T18:39:11.135Z | [ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4350 | 2024-10-29T18:39:11.135Z | [ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO STEP 67 (remove_files) COMPLETE |
4351 | 2024-10-29T18:39:11.135Z | [ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-10-29T18:39:11.153Z | [ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4353 | 2024-10-29T18:39:11.153Z | [ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO STEP 68 (remove_files) COMPLETE |
4354 | 2024-10-29T18:39:11.153Z | [ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-10-29T18:39:11.170Z | [ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4356 | 2024-10-29T18:39:11.170Z | [ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO STEP 69 (remove_files) COMPLETE |
4357 | 2024-10-29T18:39:11.170Z | [ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-10-29T18:39:11.206Z | [ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4359 | 2024-10-29T18:39:11.208Z | [ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO STEP 70 (remove_files) COMPLETE |
4360 | 2024-10-29T18:39:11.208Z | [ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-10-29T18:39:11.228Z | [ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4362 | 2024-10-29T18:39:11.231Z | [ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO STEP 71 (remove_files) COMPLETE |
4363 | 2024-10-29T18:39:11.231Z | [ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-10-29T18:39:11.261Z | [ recovery-image] Oct 29 18:39:09.935 INFO O| Oct 29 18:39:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4365 | 2024-10-29T18:39:11.264Z | [ recovery-image] Oct 29 18:39:09.935 INFO O| Oct 29 18:39:09.935 INFO STEP 72 (remove_files) COMPLETE |
4366 | 2024-10-29T18:39:11.264Z | [ recovery-image] Oct 29 18:39:09.936 INFO O| Oct 29 18:39:09.935 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-10-29T18:39:11.280Z | [ recovery-image] Oct 29 18:39:09.954 INFO O| Oct 29 18:39:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4368 | 2024-10-29T18:39:11.282Z | [ recovery-image] Oct 29 18:39:09.954 INFO O| Oct 29 18:39:09.954 INFO STEP 73 (remove_files) COMPLETE |
4369 | 2024-10-29T18:39:11.282Z | [ recovery-image] Oct 29 18:39:09.955 INFO O| Oct 29 18:39:09.954 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-10-29T18:39:11.299Z | [ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4371 | 2024-10-29T18:39:11.301Z | [ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO STEP 74 (remove_files) COMPLETE |
4372 | 2024-10-29T18:39:11.301Z | [ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-10-29T18:39:11.317Z | [ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4374 | 2024-10-29T18:39:11.317Z | [ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO STEP 75 (remove_files) COMPLETE |
4375 | 2024-10-29T18:39:11.319Z | [ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-10-29T18:39:11.344Z | [ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4377 | 2024-10-29T18:39:11.344Z | [ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO STEP 76 (remove_files) COMPLETE |
4378 | 2024-10-29T18:39:11.346Z | [ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-10-29T18:39:11.362Z | [ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4380 | 2024-10-29T18:39:11.363Z | [ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO STEP 77 (remove_files) COMPLETE |
4381 | 2024-10-29T18:39:11.365Z | [ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-10-29T18:39:11.394Z | [ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4383 | 2024-10-29T18:39:11.394Z | [ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO STEP 78 (remove_files) COMPLETE |
4384 | 2024-10-29T18:39:11.394Z | [ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-10-29T18:39:11.425Z | [ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4386 | 2024-10-29T18:39:11.425Z | [ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO STEP 79 (remove_files) COMPLETE |
4387 | 2024-10-29T18:39:11.425Z | [ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-10-29T18:39:11.473Z | [ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4389 | 2024-10-29T18:39:11.473Z | [ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO STEP 80 (remove_files) COMPLETE |
4390 | 2024-10-29T18:39:11.474Z | [ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-10-29T18:39:11.489Z | [ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4392 | 2024-10-29T18:39:11.489Z | [ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO STEP 81 (remove_files) COMPLETE |
4393 | 2024-10-29T18:39:11.491Z | [ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-10-29T18:39:11.544Z | [ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4395 | 2024-10-29T18:39:11.547Z | [ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO STEP 82 (remove_files) COMPLETE |
4396 | 2024-10-29T18:39:11.547Z | [ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-10-29T18:39:11.572Z | [ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4398 | 2024-10-29T18:39:11.574Z | [ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO STEP 83 (remove_files) COMPLETE |
4399 | 2024-10-29T18:39:11.574Z | [ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-10-29T18:39:11.592Z | [ recovery-image] Oct 29 18:39:10.266 INFO O| Oct 29 18:39:10.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4401 | 2024-10-29T18:39:11.595Z | [ recovery-image] Oct 29 18:39:10.267 INFO O| Oct 29 18:39:10.267 INFO STEP 84 (remove_files) COMPLETE |
4402 | 2024-10-29T18:39:11.595Z | [ recovery-image] Oct 29 18:39:10.267 INFO O| Oct 29 18:39:10.267 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-10-29T18:39:11.611Z | [ recovery-image] Oct 29 18:39:10.285 INFO O| Oct 29 18:39:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4404 | 2024-10-29T18:39:11.613Z | [ recovery-image] Oct 29 18:39:10.286 INFO O| Oct 29 18:39:10.285 INFO STEP 85 (remove_files) COMPLETE |
4405 | 2024-10-29T18:39:11.613Z | [ recovery-image] Oct 29 18:39:10.286 INFO O| Oct 29 18:39:10.286 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-10-29T18:39:11.628Z | [ recovery-image] Oct 29 18:39:10.302 INFO O| Oct 29 18:39:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4407 | 2024-10-29T18:39:11.631Z | [ recovery-image] Oct 29 18:39:10.303 INFO O| Oct 29 18:39:10.303 INFO STEP 86 (remove_files) COMPLETE |
4408 | 2024-10-29T18:39:11.631Z | [ recovery-image] Oct 29 18:39:10.303 INFO O| Oct 29 18:39:10.303 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-10-29T18:39:11.647Z | [ recovery-image] Oct 29 18:39:10.320 INFO O| Oct 29 18:39:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4410 | 2024-10-29T18:39:11.650Z | [ recovery-image] Oct 29 18:39:10.321 INFO O| Oct 29 18:39:10.321 INFO STEP 87 (remove_files) COMPLETE |
4411 | 2024-10-29T18:39:11.650Z | [ recovery-image] Oct 29 18:39:10.321 INFO O| Oct 29 18:39:10.321 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-10-29T18:39:11.664Z | [ recovery-image] Oct 29 18:39:10.338 INFO O| Oct 29 18:39:10.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4413 | 2024-10-29T18:39:11.664Z | [ recovery-image] Oct 29 18:39:10.339 INFO O| Oct 29 18:39:10.339 INFO STEP 88 (remove_files) COMPLETE |
4414 | 2024-10-29T18:39:11.664Z | [ recovery-image] Oct 29 18:39:10.339 INFO O| Oct 29 18:39:10.339 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-10-29T18:39:11.810Z | [ recovery-image] Oct 29 18:39:10.374 INFO O| Oct 29 18:39:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4416 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.380 INFO O| Oct 29 18:39:10.380 INFO STEP 89 (remove_files) COMPLETE |
4417 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.380 INFO O| Oct 29 18:39:10.380 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.432 INFO O| Oct 29 18:39:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4419 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.453 INFO O| Oct 29 18:39:10.453 INFO STEP 90 (remove_files) COMPLETE |
4420 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.453 INFO O| Oct 29 18:39:10.453 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4422 | 2024-10-29T18:39:11.813Z | [ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO STEP 91 (remove_files) COMPLETE |
4423 | 2024-10-29T18:39:11.814Z | [ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-10-29T18:39:11.817Z | [ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4425 | 2024-10-29T18:39:11.817Z | [ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO STEP 92 (remove_files) COMPLETE |
4426 | 2024-10-29T18:39:11.820Z | [ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-10-29T18:39:11.834Z | [ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4428 | 2024-10-29T18:39:11.834Z | [ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO STEP 93 (remove_files) COMPLETE |
4429 | 2024-10-29T18:39:11.836Z | [ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-10-29T18:39:11.851Z | [ recovery-image] Oct 29 18:39:10.525 INFO O| Oct 29 18:39:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4431 | 2024-10-29T18:39:11.875Z | [ recovery-image] Oct 29 18:39:10.549 INFO O| Oct 29 18:39:10.549 INFO STEP 94 (remove_files) COMPLETE |
4432 | 2024-10-29T18:39:11.875Z | [ recovery-image] Oct 29 18:39:10.549 INFO O| Oct 29 18:39:10.549 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-10-29T18:39:11.894Z | [ recovery-image] Oct 29 18:39:10.568 INFO O| Oct 29 18:39:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4434 | 2024-10-29T18:39:11.897Z | [ recovery-image] Oct 29 18:39:10.569 INFO O| Oct 29 18:39:10.568 INFO STEP 95 (remove_files) COMPLETE |
4435 | 2024-10-29T18:39:11.897Z | [ recovery-image] Oct 29 18:39:10.569 INFO O| Oct 29 18:39:10.569 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-10-29T18:39:11.921Z | [ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4437 | 2024-10-29T18:39:11.921Z | [ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO STEP 96 (remove_files) COMPLETE |
4438 | 2024-10-29T18:39:11.923Z | [ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-10-29T18:39:11.945Z | [ recovery-image] Oct 29 18:39:10.618 INFO O| Oct 29 18:39:10.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4440 | 2024-10-29T18:39:11.970Z | [ recovery-image] Oct 29 18:39:10.644 INFO O| Oct 29 18:39:10.644 INFO STEP 97 (remove_files) COMPLETE |
4441 | 2024-10-29T18:39:11.970Z | [ recovery-image] Oct 29 18:39:10.644 INFO O| Oct 29 18:39:10.644 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-10-29T18:39:12.030Z | [ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4443 | 2024-10-29T18:39:12.030Z | [ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO STEP 98 (remove_files) COMPLETE |
4444 | 2024-10-29T18:39:12.033Z | [ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-10-29T18:39:12.076Z | [ recovery-image] Oct 29 18:39:10.750 INFO O| Oct 29 18:39:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4446 | 2024-10-29T18:39:12.100Z | [ recovery-image] Oct 29 18:39:10.774 INFO O| Oct 29 18:39:10.774 INFO STEP 99 (remove_files) COMPLETE |
4447 | 2024-10-29T18:39:12.100Z | [ recovery-image] Oct 29 18:39:10.774 INFO O| Oct 29 18:39:10.774 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-10-29T18:39:12.145Z | [ recovery-image] Oct 29 18:39:10.819 INFO O| Oct 29 18:39:10.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4449 | 2024-10-29T18:39:12.145Z | [ recovery-image] Oct 29 18:39:10.820 INFO O| Oct 29 18:39:10.820 INFO STEP 100 (remove_files) COMPLETE |
4450 | 2024-10-29T18:39:12.148Z | [ recovery-image] Oct 29 18:39:10.820 INFO O| Oct 29 18:39:10.820 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-10-29T18:39:12.179Z | [ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4452 | 2024-10-29T18:39:12.179Z | [ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO STEP 101 (remove_files) COMPLETE |
4453 | 2024-10-29T18:39:12.179Z | [ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-10-29T18:39:12.201Z | [ recovery-image] Oct 29 18:39:10.875 INFO O| Oct 29 18:39:10.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4455 | 2024-10-29T18:39:12.211Z | [ recovery-image] Oct 29 18:39:10.885 INFO O| Oct 29 18:39:10.885 INFO STEP 102 (remove_files) COMPLETE |
4456 | 2024-10-29T18:39:12.211Z | [ recovery-image] Oct 29 18:39:10.885 INFO O| Oct 29 18:39:10.885 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-29T18:39:12.231Z | [ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4458 | 2024-10-29T18:39:12.233Z | [ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO STEP 103 (remove_files) COMPLETE |
4459 | 2024-10-29T18:39:12.233Z | [ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-10-29T18:39:12.249Z | [ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4461 | 2024-10-29T18:39:12.249Z | [ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO STEP 104 (remove_files) COMPLETE |
4462 | 2024-10-29T18:39:12.249Z | [ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-10-29T18:39:12.273Z | [ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4464 | 2024-10-29T18:39:12.273Z | [ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO STEP 105 (remove_files) COMPLETE |
4465 | 2024-10-29T18:39:12.273Z | [ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-29T18:39:12.290Z | [ recovery-image] Oct 29 18:39:10.963 INFO O| Oct 29 18:39:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4467 | 2024-10-29T18:39:12.290Z | [ recovery-image] Oct 29 18:39:10.964 INFO O| Oct 29 18:39:10.963 INFO STEP 106 (remove_files) COMPLETE |
4468 | 2024-10-29T18:39:12.290Z | [ recovery-image] Oct 29 18:39:10.964 INFO O| Oct 29 18:39:10.963 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-29T18:39:12.306Z | [ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4470 | 2024-10-29T18:39:12.306Z | [ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO STEP 107 (remove_files) COMPLETE |
4471 | 2024-10-29T18:39:12.308Z | [ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-29T18:39:12.322Z | [ recovery-image] Oct 29 18:39:10.996 INFO O| Oct 29 18:39:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4473 | 2024-10-29T18:39:12.322Z | [ recovery-image] Oct 29 18:39:10.997 INFO O| Oct 29 18:39:10.996 INFO STEP 108 (remove_files) COMPLETE |
4474 | 2024-10-29T18:39:12.325Z | [ recovery-image] Oct 29 18:39:10.997 INFO O| Oct 29 18:39:10.997 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-29T18:39:12.340Z | [ recovery-image] Oct 29 18:39:11.014 INFO O| Oct 29 18:39:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4476 | 2024-10-29T18:39:12.355Z | [ recovery-image] Oct 29 18:39:11.029 INFO O| Oct 29 18:39:11.029 INFO STEP 109 (remove_files) COMPLETE |
4477 | 2024-10-29T18:39:12.355Z | [ recovery-image] Oct 29 18:39:11.029 INFO O| Oct 29 18:39:11.029 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-29T18:39:12.386Z | [ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4479 | 2024-10-29T18:39:12.386Z | [ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO STEP 110 (remove_files) COMPLETE |
4480 | 2024-10-29T18:39:12.386Z | [ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-29T18:39:12.454Z | [ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4482 | 2024-10-29T18:39:12.454Z | [ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO STEP 111 (remove_files) COMPLETE |
4483 | 2024-10-29T18:39:12.454Z | [ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-29T18:39:12.482Z | [ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4485 | 2024-10-29T18:39:12.482Z | [ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO STEP 112 (remove_files) COMPLETE |
4486 | 2024-10-29T18:39:12.482Z | [ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-10-29T18:39:12.504Z | [ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4488 | 2024-10-29T18:39:12.504Z | [ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO STEP 113 (remove_files) COMPLETE |
4489 | 2024-10-29T18:39:12.504Z | [ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-10-29T18:39:12.562Z | [ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4491 | 2024-10-29T18:39:12.562Z | [ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.236 INFO STEP 114 (remove_files) COMPLETE |
4492 | 2024-10-29T18:39:12.564Z | [ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.236 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-29T18:39:12.620Z | [ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4494 | 2024-10-29T18:39:12.620Z | [ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO STEP 115 (remove_files) COMPLETE |
4495 | 2024-10-29T18:39:12.620Z | [ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-29T18:39:12.640Z | [ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4497 | 2024-10-29T18:39:12.640Z | [ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO STEP 116 (remove_files) COMPLETE |
4498 | 2024-10-29T18:39:12.640Z | [ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-29T18:39:12.660Z | [ recovery-image] Oct 29 18:39:11.334 INFO O| Oct 29 18:39:11.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4500 | 2024-10-29T18:39:12.660Z | [ recovery-image] Oct 29 18:39:11.335 INFO O| Oct 29 18:39:11.335 INFO STEP 117 (remove_files) COMPLETE |
4501 | 2024-10-29T18:39:12.660Z | [ recovery-image] Oct 29 18:39:11.335 INFO O| Oct 29 18:39:11.335 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-29T18:39:12.683Z | [ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4503 | 2024-10-29T18:39:12.684Z | [ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.358 INFO STEP 118 (remove_files) COMPLETE |
4504 | 2024-10-29T18:39:12.687Z | [ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.358 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-29T18:39:12.720Z | [ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4506 | 2024-10-29T18:39:12.720Z | [ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO STEP 119 (remove_files) COMPLETE |
4507 | 2024-10-29T18:39:12.723Z | [ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-29T18:39:12.758Z | [ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4509 | 2024-10-29T18:39:12.760Z | [ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.432 INFO STEP 120 (remove_files) COMPLETE |
4510 | 2024-10-29T18:39:12.760Z | [ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.432 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-29T18:39:12.776Z | [ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4512 | 2024-10-29T18:39:12.778Z | [ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO STEP 121 (remove_files) COMPLETE |
4513 | 2024-10-29T18:39:12.778Z | [ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-29T18:39:12.794Z | [ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4515 | 2024-10-29T18:39:12.794Z | [ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO STEP 122 (remove_files) COMPLETE |
4516 | 2024-10-29T18:39:12.794Z | [ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-29T18:39:12.814Z | [ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4518 | 2024-10-29T18:39:12.814Z | [ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO STEP 123 (remove_files) COMPLETE |
4519 | 2024-10-29T18:39:12.814Z | [ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-29T18:39:12.828Z | [ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4521 | 2024-10-29T18:39:12.828Z | [ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO STEP 124 (remove_files) COMPLETE |
4522 | 2024-10-29T18:39:12.831Z | [ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-29T18:39:12.845Z | [ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4524 | 2024-10-29T18:39:12.845Z | [ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO STEP 125 (remove_files) COMPLETE |
4525 | 2024-10-29T18:39:12.847Z | [ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-29T18:39:12.861Z | [ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4527 | 2024-10-29T18:39:12.862Z | [ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO STEP 126 (remove_files) COMPLETE |
4528 | 2024-10-29T18:39:12.862Z | [ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-29T18:39:12.877Z | [ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4530 | 2024-10-29T18:39:12.878Z | [ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.552 INFO STEP 127 (remove_files) COMPLETE |
4531 | 2024-10-29T18:39:12.878Z | [ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.552 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-29T18:39:12.895Z | [ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4533 | 2024-10-29T18:39:12.895Z | [ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO STEP 128 (remove_files) COMPLETE |
4534 | 2024-10-29T18:39:12.895Z | [ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-29T18:39:12.911Z | [ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4536 | 2024-10-29T18:39:12.911Z | [ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO STEP 129 (remove_files) COMPLETE |
4537 | 2024-10-29T18:39:12.911Z | [ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-29T18:39:12.927Z | [ recovery-image] Oct 29 18:39:11.600 INFO O| Oct 29 18:39:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4539 | 2024-10-29T18:39:12.927Z | [ recovery-image] Oct 29 18:39:11.601 INFO O| Oct 29 18:39:11.601 INFO STEP 130 (remove_files) COMPLETE |
4540 | 2024-10-29T18:39:12.927Z | [ recovery-image] Oct 29 18:39:11.601 INFO O| Oct 29 18:39:11.601 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-29T18:39:12.943Z | [ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4542 | 2024-10-29T18:39:12.943Z | [ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO STEP 131 (remove_files) COMPLETE |
4543 | 2024-10-29T18:39:12.943Z | [ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-29T18:39:12.960Z | [ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4545 | 2024-10-29T18:39:12.960Z | [ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO STEP 132 (remove_files) COMPLETE |
4546 | 2024-10-29T18:39:12.960Z | [ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-29T18:39:12.976Z | [ recovery-image] Oct 29 18:39:11.649 INFO O| Oct 29 18:39:11.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4548 | 2024-10-29T18:39:12.976Z | [ recovery-image] Oct 29 18:39:11.650 INFO O| Oct 29 18:39:11.650 INFO STEP 133 (remove_files) COMPLETE |
4549 | 2024-10-29T18:39:12.976Z | [ recovery-image] Oct 29 18:39:11.650 INFO O| Oct 29 18:39:11.650 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-29T18:39:12.993Z | [ recovery-image] Oct 29 18:39:11.666 INFO O| Oct 29 18:39:11.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4551 | 2024-10-29T18:39:12.993Z | [ recovery-image] Oct 29 18:39:11.667 INFO O| Oct 29 18:39:11.667 INFO STEP 134 (remove_files) COMPLETE |
4552 | 2024-10-29T18:39:12.993Z | [ recovery-image] Oct 29 18:39:11.667 INFO O| Oct 29 18:39:11.667 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-29T18:39:13.009Z | [ recovery-image] Oct 29 18:39:11.683 INFO O| Oct 29 18:39:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4554 | 2024-10-29T18:39:13.012Z | [ recovery-image] Oct 29 18:39:11.684 INFO O| Oct 29 18:39:11.684 INFO STEP 135 (remove_files) COMPLETE |
4555 | 2024-10-29T18:39:13.012Z | [ recovery-image] Oct 29 18:39:11.684 INFO O| Oct 29 18:39:11.684 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-29T18:39:13.027Z | [ recovery-image] Oct 29 18:39:11.701 INFO O| Oct 29 18:39:11.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4557 | 2024-10-29T18:39:13.029Z | [ recovery-image] Oct 29 18:39:11.701 INFO O| Oct 29 18:39:11.701 INFO STEP 136 (remove_files) COMPLETE |
4558 | 2024-10-29T18:39:13.029Z | [ recovery-image] Oct 29 18:39:11.702 INFO O| Oct 29 18:39:11.702 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-29T18:39:13.044Z | [ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4560 | 2024-10-29T18:39:13.047Z | [ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.719 INFO STEP 137 (remove_files) COMPLETE |
4561 | 2024-10-29T18:39:13.047Z | [ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.719 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-29T18:39:13.065Z | [ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4563 | 2024-10-29T18:39:13.070Z | [ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO STEP 138 (remove_files) COMPLETE |
4564 | 2024-10-29T18:39:13.070Z | [ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-29T18:39:13.089Z | [ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4566 | 2024-10-29T18:39:13.091Z | [ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO STEP 139 (remove_files) COMPLETE |
4567 | 2024-10-29T18:39:13.092Z | [ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-29T18:39:13.111Z | [ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4569 | 2024-10-29T18:39:13.113Z | [ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.785 INFO STEP 140 (remove_files) COMPLETE |
4570 | 2024-10-29T18:39:13.113Z | [ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.785 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-29T18:39:13.130Z | [ recovery-image] Oct 29 18:39:11.804 INFO O| Oct 29 18:39:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4572 | 2024-10-29T18:39:13.132Z | [ recovery-image] Oct 29 18:39:11.806 INFO O| Oct 29 18:39:11.806 INFO STEP 141 (remove_files) COMPLETE |
4573 | 2024-10-29T18:39:13.134Z | [ recovery-image] Oct 29 18:39:11.806 INFO O| Oct 29 18:39:11.806 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-29T18:39:13.149Z | [ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4575 | 2024-10-29T18:39:13.149Z | [ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO STEP 142 (remove_files) COMPLETE |
4576 | 2024-10-29T18:39:13.152Z | [ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-29T18:39:13.167Z | [ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4578 | 2024-10-29T18:39:13.167Z | [ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.842 INFO STEP 143 (remove_files) COMPLETE |
4579 | 2024-10-29T18:39:13.171Z | [ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.842 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-29T18:39:13.187Z | [ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4581 | 2024-10-29T18:39:13.187Z | [ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO STEP 144 (remove_files) COMPLETE |
4582 | 2024-10-29T18:39:13.187Z | [ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-29T18:39:13.207Z | [ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4584 | 2024-10-29T18:39:13.207Z | [ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO STEP 145 (remove_files) COMPLETE |
4585 | 2024-10-29T18:39:13.207Z | [ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-29T18:39:13.227Z | [ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4587 | 2024-10-29T18:39:13.227Z | [ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO STEP 146 (remove_files) COMPLETE |
4588 | 2024-10-29T18:39:13.227Z | [ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-29T18:39:13.244Z | [ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4590 | 2024-10-29T18:39:13.247Z | [ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO STEP 147 (remove_files) COMPLETE |
4591 | 2024-10-29T18:39:13.247Z | [ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-29T18:39:13.260Z | [ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4593 | 2024-10-29T18:39:13.262Z | [ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO STEP 148 (remove_files) COMPLETE |
4594 | 2024-10-29T18:39:13.262Z | [ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-29T18:39:13.276Z | [ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4596 | 2024-10-29T18:39:13.279Z | [ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO STEP 149 (remove_files) COMPLETE |
4597 | 2024-10-29T18:39:13.279Z | [ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-29T18:39:13.293Z | [ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4599 | 2024-10-29T18:39:13.295Z | [ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO STEP 150 (remove_files) COMPLETE |
4600 | 2024-10-29T18:39:13.295Z | [ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-29T18:39:13.309Z | [ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4602 | 2024-10-29T18:39:13.309Z | [ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO STEP 151 (remove_files) COMPLETE |
4603 | 2024-10-29T18:39:13.312Z | [ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-29T18:39:13.324Z | [ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4605 | 2024-10-29T18:39:13.324Z | [ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO STEP 152 (remove_files) COMPLETE |
4606 | 2024-10-29T18:39:13.326Z | [ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-29T18:39:13.342Z | [ recovery-image] Oct 29 18:39:12.015 INFO O| Oct 29 18:39:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4608 | 2024-10-29T18:39:13.342Z | [ recovery-image] Oct 29 18:39:12.016 INFO O| Oct 29 18:39:12.015 INFO STEP 153 (remove_files) COMPLETE |
4609 | 2024-10-29T18:39:13.342Z | [ recovery-image] Oct 29 18:39:12.016 INFO O| Oct 29 18:39:12.016 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-29T18:39:13.361Z | [ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4611 | 2024-10-29T18:39:13.361Z | [ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO STEP 154 (remove_files) COMPLETE |
4612 | 2024-10-29T18:39:13.362Z | [ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-29T18:39:13.376Z | [ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4614 | 2024-10-29T18:39:13.376Z | [ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO STEP 155 (remove_files) COMPLETE |
4615 | 2024-10-29T18:39:13.378Z | [ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-29T18:39:13.390Z | [ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4617 | 2024-10-29T18:39:13.390Z | [ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO STEP 156 (remove_files) COMPLETE |
4618 | 2024-10-29T18:39:13.392Z | [ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-29T18:39:13.404Z | [ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4620 | 2024-10-29T18:39:13.404Z | [ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO STEP 157 (remove_files) COMPLETE |
4621 | 2024-10-29T18:39:13.407Z | [ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-29T18:39:13.419Z | [ recovery-image] Oct 29 18:39:12.093 INFO O| Oct 29 18:39:12.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4623 | 2024-10-29T18:39:13.421Z | [ recovery-image] Oct 29 18:39:12.094 INFO O| Oct 29 18:39:12.094 INFO STEP 158 (remove_files) COMPLETE |
4624 | 2024-10-29T18:39:13.421Z | [ recovery-image] Oct 29 18:39:12.094 INFO O| Oct 29 18:39:12.094 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-29T18:39:13.442Z | [ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4626 | 2024-10-29T18:39:13.442Z | [ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO STEP 159 (remove_files) COMPLETE |
4627 | 2024-10-29T18:39:13.442Z | [ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-29T18:39:13.463Z | [ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4629 | 2024-10-29T18:39:13.463Z | [ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO STEP 160 (remove_files) COMPLETE |
4630 | 2024-10-29T18:39:13.463Z | [ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-29T18:39:13.483Z | [ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4632 | 2024-10-29T18:39:13.483Z | [ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO STEP 161 (remove_files) COMPLETE |
4633 | 2024-10-29T18:39:13.485Z | [ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-29T18:39:13.497Z | [ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4635 | 2024-10-29T18:39:13.497Z | [ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO STEP 162 (remove_files) COMPLETE |
4636 | 2024-10-29T18:39:13.499Z | [ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-29T18:39:13.509Z | [ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4638 | 2024-10-29T18:39:13.509Z | [ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.184 INFO STEP 163 (remove_files) COMPLETE |
4639 | 2024-10-29T18:39:13.509Z | [ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.184 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-29T18:39:13.523Z | [ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4641 | 2024-10-29T18:39:13.523Z | [ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.197 INFO STEP 164 (remove_files) COMPLETE |
4642 | 2024-10-29T18:39:13.525Z | [ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.197 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-29T18:39:13.535Z | [ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4644 | 2024-10-29T18:39:13.535Z | [ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO STEP 165 (remove_files) COMPLETE |
4645 | 2024-10-29T18:39:13.538Z | [ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-29T18:39:13.547Z | [ recovery-image] Oct 29 18:39:12.221 INFO O| Oct 29 18:39:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4647 | 2024-10-29T18:39:13.547Z | [ recovery-image] Oct 29 18:39:12.222 INFO O| Oct 29 18:39:12.221 INFO STEP 166 (remove_files) COMPLETE |
4648 | 2024-10-29T18:39:13.547Z | [ recovery-image] Oct 29 18:39:12.222 INFO O| Oct 29 18:39:12.222 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-29T18:39:13.565Z | [ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4650 | 2024-10-29T18:39:13.565Z | [ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO STEP 167 (remove_files) COMPLETE |
4651 | 2024-10-29T18:39:13.565Z | [ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-29T18:39:13.583Z | [ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4653 | 2024-10-29T18:39:13.583Z | [ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO STEP 168 (remove_files) COMPLETE |
4654 | 2024-10-29T18:39:13.586Z | [ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-29T18:39:13.601Z | [ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4656 | 2024-10-29T18:39:13.601Z | [ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO STEP 169 (remove_files) COMPLETE |
4657 | 2024-10-29T18:39:13.604Z | [ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-29T18:39:13.615Z | [ recovery-image] Oct 29 18:39:12.289 INFO O| Oct 29 18:39:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4659 | 2024-10-29T18:39:13.615Z | [ recovery-image] Oct 29 18:39:12.290 INFO O| Oct 29 18:39:12.289 INFO STEP 170 (remove_files) COMPLETE |
4660 | 2024-10-29T18:39:13.618Z | [ recovery-image] Oct 29 18:39:12.290 INFO O| Oct 29 18:39:12.290 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-29T18:39:13.628Z | [ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4662 | 2024-10-29T18:39:13.630Z | [ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.302 INFO STEP 171 (remove_files) COMPLETE |
4663 | 2024-10-29T18:39:13.630Z | [ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.302 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-29T18:39:13.638Z | [ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4665 | 2024-10-29T18:39:13.640Z | [ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO STEP 172 (remove_files) COMPLETE |
4666 | 2024-10-29T18:39:13.640Z | [ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-29T18:39:13.649Z | [ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4668 | 2024-10-29T18:39:13.649Z | [ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO STEP 173 (remove_files) COMPLETE |
4669 | 2024-10-29T18:39:13.651Z | [ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-29T18:39:13.661Z | [ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4671 | 2024-10-29T18:39:13.663Z | [ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO STEP 174 (remove_files) COMPLETE |
4672 | 2024-10-29T18:39:13.663Z | [ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-29T18:39:13.676Z | [ recovery-image] Oct 29 18:39:12.350 INFO O| Oct 29 18:39:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4674 | 2024-10-29T18:39:13.676Z | [ recovery-image] Oct 29 18:39:12.351 INFO O| Oct 29 18:39:12.351 INFO STEP 175 (remove_files) COMPLETE |
4675 | 2024-10-29T18:39:13.679Z | [ recovery-image] Oct 29 18:39:12.351 INFO O| Oct 29 18:39:12.351 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-29T18:39:13.690Z | [ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4677 | 2024-10-29T18:39:13.690Z | [ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO STEP 176 (remove_files) COMPLETE |
4678 | 2024-10-29T18:39:13.693Z | [ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-29T18:39:13.704Z | [ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4680 | 2024-10-29T18:39:13.704Z | [ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO STEP 177 (remove_files) COMPLETE |
4681 | 2024-10-29T18:39:13.707Z | [ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-29T18:39:13.715Z | [ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4683 | 2024-10-29T18:39:13.715Z | [ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO STEP 178 (remove_files) COMPLETE |
4684 | 2024-10-29T18:39:13.717Z | [ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-29T18:39:13.725Z | [ recovery-image] Oct 29 18:39:12.399 INFO O| Oct 29 18:39:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4686 | 2024-10-29T18:39:13.725Z | [ recovery-image] Oct 29 18:39:12.400 INFO O| Oct 29 18:39:12.399 INFO STEP 179 (remove_files) COMPLETE |
4687 | 2024-10-29T18:39:13.725Z | [ recovery-image] Oct 29 18:39:12.400 INFO O| Oct 29 18:39:12.400 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-29T18:39:13.739Z | [ recovery-image] Oct 29 18:39:12.413 INFO O| Oct 29 18:39:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4689 | 2024-10-29T18:39:13.739Z | [ recovery-image] Oct 29 18:39:12.414 INFO O| Oct 29 18:39:12.413 INFO STEP 180 (remove_files) COMPLETE |
4690 | 2024-10-29T18:39:13.742Z | [ recovery-image] Oct 29 18:39:12.414 INFO O| Oct 29 18:39:12.413 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-29T18:39:13.752Z | [ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4692 | 2024-10-29T18:39:13.752Z | [ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO STEP 181 (remove_files) COMPLETE |
4693 | 2024-10-29T18:39:13.752Z | [ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-29T18:39:13.763Z | [ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4695 | 2024-10-29T18:39:13.763Z | [ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO STEP 182 (remove_files) COMPLETE |
4696 | 2024-10-29T18:39:13.766Z | [ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-29T18:39:13.777Z | [ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4698 | 2024-10-29T18:39:13.777Z | [ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO STEP 183 (remove_files) COMPLETE |
4699 | 2024-10-29T18:39:13.779Z | [ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-29T18:39:13.791Z | [ recovery-image] Oct 29 18:39:12.465 INFO O| Oct 29 18:39:12.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4701 | 2024-10-29T18:39:13.791Z | [ recovery-image] Oct 29 18:39:12.466 INFO O| Oct 29 18:39:12.466 INFO STEP 184 (remove_files) COMPLETE |
4702 | 2024-10-29T18:39:13.791Z | [ recovery-image] Oct 29 18:39:12.466 INFO O| Oct 29 18:39:12.466 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-29T18:39:13.802Z | [ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4704 | 2024-10-29T18:39:13.802Z | [ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO STEP 185 (remove_files) COMPLETE |
4705 | 2024-10-29T18:39:13.804Z | [ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-29T18:39:13.813Z | [ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4707 | 2024-10-29T18:39:13.813Z | [ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO STEP 186 (remove_files) COMPLETE |
4708 | 2024-10-29T18:39:13.813Z | [ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-29T18:39:13.825Z | [ recovery-image] Oct 29 18:39:12.499 INFO O| Oct 29 18:39:12.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4710 | 2024-10-29T18:39:13.825Z | [ recovery-image] Oct 29 18:39:12.500 INFO O| Oct 29 18:39:12.500 INFO STEP 187 (remove_files) COMPLETE |
4711 | 2024-10-29T18:39:13.828Z | [ recovery-image] Oct 29 18:39:12.500 INFO O| Oct 29 18:39:12.500 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-29T18:39:13.838Z | [ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4713 | 2024-10-29T18:39:13.840Z | [ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO STEP 188 (remove_files) COMPLETE |
4714 | 2024-10-29T18:39:13.840Z | [ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-29T18:39:13.849Z | [ recovery-image] Oct 29 18:39:12.523 INFO O| Oct 29 18:39:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4716 | 2024-10-29T18:39:13.851Z | [ recovery-image] Oct 29 18:39:12.524 INFO O| Oct 29 18:39:12.524 INFO STEP 189 (remove_files) COMPLETE |
4717 | 2024-10-29T18:39:13.851Z | [ recovery-image] Oct 29 18:39:12.524 INFO O| Oct 29 18:39:12.524 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-29T18:39:13.861Z | [ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4719 | 2024-10-29T18:39:13.861Z | [ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO STEP 190 (remove_files) COMPLETE |
4720 | 2024-10-29T18:39:13.865Z | [ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-29T18:39:13.868Z | [ host-image] Oct 29 18:39:12.541 INFO O| Oct 29 18:39:12.541 INFO O| Planning: Solver setup ... Done |
4722 | 2024-10-29T18:39:13.871Z | [ host-image] Oct 29 18:39:12.545 INFO O| Oct 29 18:39:12.545 INFO O| Planning: Running solver ... Done |
4723 | 2024-10-29T18:39:13.874Z | [ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4724 | 2024-10-29T18:39:13.874Z | [ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO STEP 191 (remove_files) COMPLETE |
4725 | 2024-10-29T18:39:13.874Z | [ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-10-29T18:39:13.883Z | [ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4727 | 2024-10-29T18:39:13.884Z | [ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO STEP 192 (remove_files) COMPLETE |
4728 | 2024-10-29T18:39:13.884Z | [ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-10-29T18:39:13.895Z | [ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4730 | 2024-10-29T18:39:13.897Z | [ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO STEP 193 (remove_files) COMPLETE |
4731 | 2024-10-29T18:39:13.897Z | [ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-10-29T18:39:13.910Z | [ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4733 | 2024-10-29T18:39:13.910Z | [ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO STEP 194 (remove_files) COMPLETE |
4734 | 2024-10-29T18:39:13.912Z | [ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-10-29T18:39:13.923Z | [ host-image] Oct 29 18:39:12.597 INFO O| Oct 29 18:39:12.597 INFO O| Planning: Finding local manifests ... Done |
4736 | 2024-10-29T18:39:13.926Z | [ host-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4737 | 2024-10-29T18:39:13.926Z | [ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4738 | 2024-10-29T18:39:13.926Z | [ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO STEP 195 (remove_files) COMPLETE |
4739 | 2024-10-29T18:39:13.926Z | [ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-29T18:39:13.937Z | [ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4741 | 2024-10-29T18:39:13.937Z | [ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO STEP 196 (remove_files) COMPLETE |
4742 | 2024-10-29T18:39:13.937Z | [ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-10-29T18:39:13.950Z | [ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4744 | 2024-10-29T18:39:13.950Z | [ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO STEP 197 (remove_files) COMPLETE |
4745 | 2024-10-29T18:39:13.953Z | [ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-10-29T18:39:13.968Z | [ recovery-image] Oct 29 18:39:12.641 INFO O| Oct 29 18:39:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4747 | 2024-10-29T18:39:13.968Z | [ recovery-image] Oct 29 18:39:12.642 INFO O| Oct 29 18:39:12.641 INFO STEP 198 (remove_files) COMPLETE |
4748 | 2024-10-29T18:39:13.970Z | [ recovery-image] Oct 29 18:39:12.642 INFO O| Oct 29 18:39:12.641 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-10-29T18:39:13.983Z | [ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4750 | 2024-10-29T18:39:13.983Z | [ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO STEP 199 (remove_files) COMPLETE |
4751 | 2024-10-29T18:39:13.985Z | [ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-10-29T18:39:13.994Z | [ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4753 | 2024-10-29T18:39:13.996Z | [ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO STEP 200 (remove_files) COMPLETE |
4754 | 2024-10-29T18:39:13.997Z | [ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-10-29T18:39:14.006Z | [ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4756 | 2024-10-29T18:39:14.010Z | [ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO STEP 201 (remove_files) COMPLETE |
4757 | 2024-10-29T18:39:14.010Z | [ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-10-29T18:39:14.019Z | [ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4759 | 2024-10-29T18:39:14.019Z | [ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO STEP 202 (remove_files) COMPLETE |
4760 | 2024-10-29T18:39:14.019Z | [ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-10-29T18:39:14.033Z | [ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4762 | 2024-10-29T18:39:14.033Z | [ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO STEP 203 (remove_files) COMPLETE |
4763 | 2024-10-29T18:39:14.035Z | [ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-10-29T18:39:14.047Z | [ recovery-image] Oct 29 18:39:12.721 INFO O| Oct 29 18:39:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4765 | 2024-10-29T18:39:14.051Z | [ recovery-image] Oct 29 18:39:12.722 INFO O| Oct 29 18:39:12.721 INFO STEP 204 (remove_files) COMPLETE |
4766 | 2024-10-29T18:39:14.051Z | [ recovery-image] Oct 29 18:39:12.722 INFO O| Oct 29 18:39:12.722 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-10-29T18:39:14.058Z | [ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4768 | 2024-10-29T18:39:14.058Z | [ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO STEP 205 (remove_files) COMPLETE |
4769 | 2024-10-29T18:39:14.058Z | [ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-10-29T18:39:14.068Z | [ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4771 | 2024-10-29T18:39:14.068Z | [ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO STEP 206 (remove_files) COMPLETE |
4772 | 2024-10-29T18:39:14.068Z | [ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-10-29T18:39:14.079Z | [ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4774 | 2024-10-29T18:39:14.081Z | [ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO STEP 207 (remove_files) COMPLETE |
4775 | 2024-10-29T18:39:14.081Z | [ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-10-29T18:39:14.091Z | [ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4777 | 2024-10-29T18:39:14.091Z | [ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO STEP 208 (remove_files) COMPLETE |
4778 | 2024-10-29T18:39:14.091Z | [ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-10-29T18:39:14.102Z | [ host-image] Oct 29 18:39:12.776 INFO O| Oct 29 18:39:12.776 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4780 | 2024-10-29T18:39:14.105Z | [ recovery-image] Oct 29 18:39:12.779 INFO O| Oct 29 18:39:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4781 | 2024-10-29T18:39:14.105Z | [ recovery-image] Oct 29 18:39:12.779 INFO O| Oct 29 18:39:12.779 INFO STEP 209 (remove_files) COMPLETE |
4782 | 2024-10-29T18:39:14.108Z | [ recovery-image] Oct 29 18:39:12.780 INFO O| Oct 29 18:39:12.779 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-10-29T18:39:14.120Z | [ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4784 | 2024-10-29T18:39:14.120Z | [ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO STEP 210 (remove_files) COMPLETE |
4785 | 2024-10-29T18:39:14.120Z | [ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-10-29T18:39:14.130Z | [ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4787 | 2024-10-29T18:39:14.133Z | [ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO STEP 211 (remove_files) COMPLETE |
4788 | 2024-10-29T18:39:14.134Z | [ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-10-29T18:39:14.142Z | [ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4790 | 2024-10-29T18:39:14.144Z | [ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO STEP 212 (remove_files) COMPLETE |
4791 | 2024-10-29T18:39:14.144Z | [ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-10-29T18:39:14.144Z | [ host-image] Oct 29 18:39:12.818 INFO O| Oct 29 18:39:12.818 INFO O| Planning: Package planning ... Done |
4793 | 2024-10-29T18:39:14.152Z | [ recovery-image] Oct 29 18:39:12.826 INFO O| Oct 29 18:39:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4794 | 2024-10-29T18:39:14.152Z | [ recovery-image] Oct 29 18:39:12.827 INFO O| Oct 29 18:39:12.827 INFO STEP 213 (remove_files) COMPLETE |
4795 | 2024-10-29T18:39:14.155Z | [ recovery-image] Oct 29 18:39:12.827 INFO O| Oct 29 18:39:12.827 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-10-29T18:39:14.163Z | [ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4797 | 2024-10-29T18:39:14.163Z | [ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO STEP 214 (remove_files) COMPLETE |
4798 | 2024-10-29T18:39:14.165Z | [ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-10-29T18:39:14.168Z | [ host-image] Oct 29 18:39:12.841 INFO O| Oct 29 18:39:12.841 INFO O| Planning: Merging actions ... Done |
4800 | 2024-10-29T18:39:14.174Z | [ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4801 | 2024-10-29T18:39:14.174Z | [ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO STEP 215 (remove_files) COMPLETE |
4802 | 2024-10-29T18:39:14.174Z | [ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-10-29T18:39:14.191Z | [ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4804 | 2024-10-29T18:39:14.191Z | [ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO STEP 216 (remove_files) COMPLETE |
4805 | 2024-10-29T18:39:14.193Z | [ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-10-29T18:39:14.204Z | [ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4807 | 2024-10-29T18:39:14.204Z | [ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO STEP 217 (remove_files) COMPLETE |
4808 | 2024-10-29T18:39:14.215Z | [ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-10-29T18:39:14.219Z | [ recovery-image] Oct 29 18:39:12.892 INFO O| Oct 29 18:39:12.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4810 | 2024-10-29T18:39:14.219Z | [ recovery-image] Oct 29 18:39:12.893 INFO O| Oct 29 18:39:12.893 INFO STEP 218 (remove_files) COMPLETE |
4811 | 2024-10-29T18:39:14.219Z | [ recovery-image] Oct 29 18:39:12.893 INFO O| Oct 29 18:39:12.893 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-10-29T18:39:14.232Z | [ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4813 | 2024-10-29T18:39:14.232Z | [ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO STEP 219 (remove_files) COMPLETE |
4814 | 2024-10-29T18:39:14.235Z | [ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-10-29T18:39:14.246Z | [ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4816 | 2024-10-29T18:39:14.246Z | [ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO STEP 220 (remove_files) COMPLETE |
4817 | 2024-10-29T18:39:14.248Z | [ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-10-29T18:39:14.256Z | [ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4819 | 2024-10-29T18:39:14.256Z | [ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO STEP 221 (remove_files) COMPLETE |
4820 | 2024-10-29T18:39:14.258Z | [ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-10-29T18:39:14.266Z | [ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4822 | 2024-10-29T18:39:14.266Z | [ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO STEP 222 (remove_files) COMPLETE |
4823 | 2024-10-29T18:39:14.266Z | [ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-10-29T18:39:14.268Z | [ host-image] Oct 29 18:39:12.942 INFO O| Oct 29 18:39:12.942 INFO O| Planning: Checking for conflicting actions ... Done |
4825 | 2024-10-29T18:39:14.272Z | [ host-image] Oct 29 18:39:12.946 INFO O| Oct 29 18:39:12.946 INFO O| Planning: Consolidating action changes ... Done |
4826 | 2024-10-29T18:39:14.280Z | [ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4827 | 2024-10-29T18:39:14.280Z | [ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO STEP 223 (remove_files) COMPLETE |
4828 | 2024-10-29T18:39:14.280Z | [ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-29T18:39:14.298Z | [ recovery-image] Oct 29 18:39:12.971 INFO O| Oct 29 18:39:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4830 | 2024-10-29T18:39:14.298Z | [ recovery-image] Oct 29 18:39:12.972 INFO O| Oct 29 18:39:12.972 INFO STEP 224 (remove_files) COMPLETE |
4831 | 2024-10-29T18:39:14.300Z | [ recovery-image] Oct 29 18:39:12.972 INFO O| Oct 29 18:39:12.972 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-29T18:39:14.318Z | [ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4833 | 2024-10-29T18:39:14.318Z | [ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.992 INFO STEP 225 (remove_files) COMPLETE |
4834 | 2024-10-29T18:39:14.320Z | [ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.992 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-29T18:39:14.338Z | [ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4836 | 2024-10-29T18:39:14.338Z | [ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.012 INFO STEP 226 (remove_files) COMPLETE |
4837 | 2024-10-29T18:39:14.338Z | [ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.012 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-29T18:39:14.354Z | [ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4839 | 2024-10-29T18:39:14.354Z | [ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO STEP 227 (remove_files) COMPLETE |
4840 | 2024-10-29T18:39:14.357Z | [ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-29T18:39:14.369Z | [ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4842 | 2024-10-29T18:39:14.369Z | [ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO STEP 228 (remove_files) COMPLETE |
4843 | 2024-10-29T18:39:14.371Z | [ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-29T18:39:14.380Z | [ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4845 | 2024-10-29T18:39:14.380Z | [ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO STEP 229 (remove_files) COMPLETE |
4846 | 2024-10-29T18:39:14.382Z | [ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-29T18:39:14.393Z | [ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4848 | 2024-10-29T18:39:14.393Z | [ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO STEP 230 (remove_files) COMPLETE |
4849 | 2024-10-29T18:39:14.398Z | [ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-29T18:39:14.407Z | [ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4851 | 2024-10-29T18:39:14.407Z | [ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO STEP 231 (remove_files) COMPLETE |
4852 | 2024-10-29T18:39:14.409Z | [ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-29T18:39:14.422Z | [ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4854 | 2024-10-29T18:39:14.422Z | [ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO STEP 232 (remove_files) COMPLETE |
4855 | 2024-10-29T18:39:14.425Z | [ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-29T18:39:14.434Z | [ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4857 | 2024-10-29T18:39:14.434Z | [ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO STEP 233 (remove_files) COMPLETE |
4858 | 2024-10-29T18:39:14.436Z | [ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-29T18:39:14.444Z | [ recovery-image] Oct 29 18:39:13.118 INFO O| Oct 29 18:39:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4860 | 2024-10-29T18:39:14.444Z | [ recovery-image] Oct 29 18:39:13.118 INFO O| Oct 29 18:39:13.118 INFO STEP 234 (remove_files) COMPLETE |
4861 | 2024-10-29T18:39:14.444Z | [ recovery-image] Oct 29 18:39:13.119 INFO O| Oct 29 18:39:13.118 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-29T18:39:14.455Z | [ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4863 | 2024-10-29T18:39:14.455Z | [ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO STEP 235 (remove_files) COMPLETE |
4864 | 2024-10-29T18:39:14.455Z | [ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-10-29T18:39:14.466Z | [ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4866 | 2024-10-29T18:39:14.466Z | [ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO STEP 236 (remove_files) COMPLETE |
4867 | 2024-10-29T18:39:14.468Z | [ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-10-29T18:39:14.482Z | [ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4869 | 2024-10-29T18:39:14.482Z | [ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO STEP 237 (remove_files) COMPLETE |
4870 | 2024-10-29T18:39:14.484Z | [ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-10-29T18:39:14.496Z | [ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4872 | 2024-10-29T18:39:14.496Z | [ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO STEP 238 (remove_files) COMPLETE |
4873 | 2024-10-29T18:39:14.496Z | [ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-10-29T18:39:14.499Z | [ host-image] Oct 29 18:39:13.171 INFO O| Oct 29 18:39:13.171 INFO O| Planning: Evaluating mediators ... Done |
4875 | 2024-10-29T18:39:14.502Z | [ host-image] Oct 29 18:39:13.174 INFO O| Oct 29 18:39:13.174 INFO O| Planning: Planning completed in 3.92 seconds |
4876 | 2024-10-29T18:39:14.504Z | [ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Packages to install: 6 |
4877 | 2024-10-29T18:39:14.504Z | [ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Mediators to change: 1 |
4878 | 2024-10-29T18:39:14.504Z | [ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Services to change: 1 |
4879 | 2024-10-29T18:39:14.508Z | [ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4880 | 2024-10-29T18:39:14.508Z | [ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO STEP 239 (remove_files) COMPLETE |
4881 | 2024-10-29T18:39:14.508Z | [ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-10-29T18:39:14.515Z | [ host-image] Oct 29 18:39:13.189 INFO O| Oct 29 18:39:13.189 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4883 | 2024-10-29T18:39:14.518Z | [ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4884 | 2024-10-29T18:39:14.518Z | [ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO STEP 240 (remove_files) COMPLETE |
4885 | 2024-10-29T18:39:14.521Z | [ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-29T18:39:14.529Z | [ recovery-image] Oct 29 18:39:13.203 INFO O| Oct 29 18:39:13.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4887 | 2024-10-29T18:39:14.532Z | [ recovery-image] Oct 29 18:39:13.204 INFO O| Oct 29 18:39:13.204 INFO STEP 241 (remove_files) COMPLETE |
4888 | 2024-10-29T18:39:14.532Z | [ recovery-image] Oct 29 18:39:13.204 INFO O| Oct 29 18:39:13.204 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-29T18:39:14.542Z | [ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4890 | 2024-10-29T18:39:14.542Z | [ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO STEP 242 (remove_files) COMPLETE |
4891 | 2024-10-29T18:39:14.542Z | [ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-29T18:39:14.552Z | [ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4893 | 2024-10-29T18:39:14.552Z | [ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO STEP 243 (remove_files) COMPLETE |
4894 | 2024-10-29T18:39:14.554Z | [ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-29T18:39:14.563Z | [ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4896 | 2024-10-29T18:39:14.565Z | [ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO STEP 244 (remove_files) COMPLETE |
4897 | 2024-10-29T18:39:14.565Z | [ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-29T18:39:14.574Z | [ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4899 | 2024-10-29T18:39:14.574Z | [ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO STEP 245 (remove_files) COMPLETE |
4900 | 2024-10-29T18:39:14.576Z | [ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-29T18:39:14.589Z | [ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4902 | 2024-10-29T18:39:14.589Z | [ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO STEP 246 (remove_files) COMPLETE |
4903 | 2024-10-29T18:39:14.591Z | [ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-29T18:39:14.599Z | [ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4905 | 2024-10-29T18:39:14.599Z | [ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO STEP 247 (remove_files) COMPLETE |
4906 | 2024-10-29T18:39:14.602Z | [ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-29T18:39:14.612Z | [ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4908 | 2024-10-29T18:39:14.612Z | [ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO STEP 248 (remove_files) COMPLETE |
4909 | 2024-10-29T18:39:14.612Z | [ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-10-29T18:39:14.625Z | [ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4911 | 2024-10-29T18:39:14.625Z | [ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO STEP 249 (remove_files) COMPLETE |
4912 | 2024-10-29T18:39:14.625Z | [ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-10-29T18:39:14.637Z | [ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4914 | 2024-10-29T18:39:14.637Z | [ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO STEP 250 (remove_files) COMPLETE |
4915 | 2024-10-29T18:39:14.640Z | [ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-10-29T18:39:14.649Z | [ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4917 | 2024-10-29T18:39:14.651Z | [ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO STEP 251 (remove_files) COMPLETE |
4918 | 2024-10-29T18:39:14.651Z | [ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-10-29T18:39:14.661Z | [ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4920 | 2024-10-29T18:39:14.661Z | [ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO STEP 252 (remove_files) COMPLETE |
4921 | 2024-10-29T18:39:14.661Z | [ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-10-29T18:39:14.672Z | [ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4923 | 2024-10-29T18:39:14.672Z | [ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO STEP 253 (remove_files) COMPLETE |
4924 | 2024-10-29T18:39:14.675Z | [ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-10-29T18:39:14.685Z | [ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4926 | 2024-10-29T18:39:14.685Z | [ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO STEP 254 (remove_files) COMPLETE |
4927 | 2024-10-29T18:39:14.688Z | [ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-10-29T18:39:14.694Z | [ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4929 | 2024-10-29T18:39:14.697Z | [ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO STEP 255 (remove_files) COMPLETE |
4930 | 2024-10-29T18:39:14.697Z | [ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-10-29T18:39:14.705Z | [ recovery-image] Oct 29 18:39:13.378 INFO O| Oct 29 18:39:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4932 | 2024-10-29T18:39:14.707Z | [ recovery-image] Oct 29 18:39:13.379 INFO O| Oct 29 18:39:13.379 INFO STEP 256 (remove_files) COMPLETE |
4933 | 2024-10-29T18:39:14.707Z | [ recovery-image] Oct 29 18:39:13.379 INFO O| Oct 29 18:39:13.379 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-10-29T18:39:14.715Z | [ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4935 | 2024-10-29T18:39:14.717Z | [ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO STEP 257 (remove_files) COMPLETE |
4936 | 2024-10-29T18:39:14.718Z | [ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-29T18:39:14.724Z | [ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4938 | 2024-10-29T18:39:14.727Z | [ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO STEP 258 (remove_files) COMPLETE |
4939 | 2024-10-29T18:39:14.727Z | [ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-10-29T18:39:14.736Z | [ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4941 | 2024-10-29T18:39:14.736Z | [ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO STEP 259 (remove_files) COMPLETE |
4942 | 2024-10-29T18:39:14.739Z | [ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-10-29T18:39:14.746Z | [ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4944 | 2024-10-29T18:39:14.746Z | [ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO STEP 260 (remove_files) COMPLETE |
4945 | 2024-10-29T18:39:14.749Z | [ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-10-29T18:39:14.757Z | [ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4947 | 2024-10-29T18:39:14.760Z | [ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO STEP 261 (remove_files) COMPLETE |
4948 | 2024-10-29T18:39:14.760Z | [ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-10-29T18:39:14.767Z | [ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4950 | 2024-10-29T18:39:14.770Z | [ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.442 INFO STEP 262 (remove_files) COMPLETE |
4951 | 2024-10-29T18:39:14.770Z | [ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.442 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-10-29T18:39:14.779Z | [ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4953 | 2024-10-29T18:39:14.781Z | [ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO STEP 263 (remove_files) COMPLETE |
4954 | 2024-10-29T18:39:14.781Z | [ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-10-29T18:39:14.787Z | [ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4956 | 2024-10-29T18:39:14.787Z | [ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO STEP 264 (remove_files) COMPLETE |
4957 | 2024-10-29T18:39:14.789Z | [ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-10-29T18:39:14.797Z | [ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4959 | 2024-10-29T18:39:14.797Z | [ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO STEP 265 (remove_files) COMPLETE |
4960 | 2024-10-29T18:39:14.800Z | [ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-10-29T18:39:14.809Z | [ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4962 | 2024-10-29T18:39:14.809Z | [ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO STEP 266 (remove_files) COMPLETE |
4963 | 2024-10-29T18:39:14.811Z | [ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-10-29T18:39:14.819Z | [ recovery-image] Oct 29 18:39:13.493 INFO O| Oct 29 18:39:13.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4965 | 2024-10-29T18:39:14.821Z | [ recovery-image] Oct 29 18:39:13.493 INFO O| Oct 29 18:39:13.493 INFO STEP 267 (remove_files) COMPLETE |
4966 | 2024-10-29T18:39:14.821Z | [ recovery-image] Oct 29 18:39:13.494 INFO O| Oct 29 18:39:13.493 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-10-29T18:39:14.830Z | [ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4968 | 2024-10-29T18:39:14.832Z | [ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO STEP 268 (remove_files) COMPLETE |
4969 | 2024-10-29T18:39:14.832Z | [ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-10-29T18:39:14.840Z | [ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4971 | 2024-10-29T18:39:14.840Z | [ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO STEP 269 (remove_files) COMPLETE |
4972 | 2024-10-29T18:39:14.843Z | [ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-10-29T18:39:14.851Z | [ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4974 | 2024-10-29T18:39:14.854Z | [ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO STEP 270 (remove_files) COMPLETE |
4975 | 2024-10-29T18:39:14.854Z | [ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-10-29T18:39:14.865Z | [ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4977 | 2024-10-29T18:39:14.865Z | [ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO STEP 271 (remove_files) COMPLETE |
4978 | 2024-10-29T18:39:14.869Z | [ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-10-29T18:39:14.875Z | [ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4980 | 2024-10-29T18:39:14.875Z | [ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO STEP 272 (remove_files) COMPLETE |
4981 | 2024-10-29T18:39:14.877Z | [ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-10-29T18:39:14.885Z | [ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4983 | 2024-10-29T18:39:14.885Z | [ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO STEP 273 (remove_files) COMPLETE |
4984 | 2024-10-29T18:39:14.885Z | [ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-10-29T18:39:14.898Z | [ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4986 | 2024-10-29T18:39:14.900Z | [ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO STEP 274 (remove_files) COMPLETE |
4987 | 2024-10-29T18:39:14.901Z | [ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-10-29T18:39:14.909Z | [ recovery-image] Oct 29 18:39:13.583 INFO O| Oct 29 18:39:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4989 | 2024-10-29T18:39:14.911Z | [ recovery-image] Oct 29 18:39:13.584 INFO O| Oct 29 18:39:13.584 INFO STEP 275 (remove_files) COMPLETE |
4990 | 2024-10-29T18:39:14.911Z | [ recovery-image] Oct 29 18:39:13.584 INFO O| Oct 29 18:39:13.584 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-10-29T18:39:14.920Z | [ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4992 | 2024-10-29T18:39:14.922Z | [ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO STEP 276 (remove_files) COMPLETE |
4993 | 2024-10-29T18:39:14.922Z | [ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-10-29T18:39:14.929Z | [ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4995 | 2024-10-29T18:39:14.929Z | [ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO STEP 277 (remove_files) COMPLETE |
4996 | 2024-10-29T18:39:14.932Z | [ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-10-29T18:39:14.939Z | [ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4998 | 2024-10-29T18:39:14.940Z | [ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.614 INFO STEP 278 (remove_files) COMPLETE |
4999 | 2024-10-29T18:39:14.942Z | [ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.614 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-10-29T18:39:14.950Z | [ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5001 | 2024-10-29T18:39:14.950Z | [ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO STEP 279 (remove_files) COMPLETE |
5002 | 2024-10-29T18:39:14.952Z | [ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-10-29T18:39:14.961Z | [ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5004 | 2024-10-29T18:39:14.963Z | [ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO STEP 280 (remove_files) COMPLETE |
5005 | 2024-10-29T18:39:14.963Z | [ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-10-29T18:39:14.969Z | [ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5007 | 2024-10-29T18:39:14.969Z | [ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO STEP 281 (remove_files) COMPLETE |
5008 | 2024-10-29T18:39:14.971Z | [ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-10-29T18:39:14.979Z | [ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5010 | 2024-10-29T18:39:14.982Z | [ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO STEP 282 (remove_files) COMPLETE |
5011 | 2024-10-29T18:39:14.982Z | [ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-10-29T18:39:14.990Z | [ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5013 | 2024-10-29T18:39:14.990Z | [ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO STEP 283 (remove_files) COMPLETE |
5014 | 2024-10-29T18:39:14.992Z | [ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-10-29T18:39:15.000Z | [ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5016 | 2024-10-29T18:39:15.000Z | [ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO STEP 284 (remove_files) COMPLETE |
5017 | 2024-10-29T18:39:15.002Z | [ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-10-29T18:39:15.009Z | [ recovery-image] Oct 29 18:39:13.683 INFO O| Oct 29 18:39:13.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5019 | 2024-10-29T18:39:15.012Z | [ recovery-image] Oct 29 18:39:13.684 INFO O| Oct 29 18:39:13.684 INFO STEP 285 (remove_files) COMPLETE |
5020 | 2024-10-29T18:39:15.012Z | [ recovery-image] Oct 29 18:39:13.684 INFO O| Oct 29 18:39:13.684 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-10-29T18:39:15.019Z | [ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5022 | 2024-10-29T18:39:15.022Z | [ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO STEP 286 (remove_files) COMPLETE |
5023 | 2024-10-29T18:39:15.022Z | [ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-10-29T18:39:15.029Z | [ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5025 | 2024-10-29T18:39:15.029Z | [ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO STEP 287 (remove_files) COMPLETE |
5026 | 2024-10-29T18:39:15.029Z | [ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-10-29T18:39:15.039Z | [ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5028 | 2024-10-29T18:39:15.039Z | [ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO STEP 288 (remove_files) COMPLETE |
5029 | 2024-10-29T18:39:15.042Z | [ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-10-29T18:39:15.049Z | [ recovery-image] Oct 29 18:39:13.723 INFO O| Oct 29 18:39:13.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5031 | 2024-10-29T18:39:15.049Z | [ recovery-image] Oct 29 18:39:13.724 INFO O| Oct 29 18:39:13.723 INFO STEP 289 (remove_files) COMPLETE |
5032 | 2024-10-29T18:39:15.049Z | [ recovery-image] Oct 29 18:39:13.724 INFO O| Oct 29 18:39:13.724 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-10-29T18:39:15.063Z | [ recovery-image] Oct 29 18:39:13.737 INFO O| Oct 29 18:39:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5034 | 2024-10-29T18:39:15.063Z | [ recovery-image] Oct 29 18:39:13.738 INFO O| Oct 29 18:39:13.738 INFO STEP 290 (remove_files) COMPLETE |
5035 | 2024-10-29T18:39:15.066Z | [ recovery-image] Oct 29 18:39:13.738 INFO O| Oct 29 18:39:13.738 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-10-29T18:39:15.075Z | [ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5037 | 2024-10-29T18:39:15.075Z | [ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO STEP 291 (remove_files) COMPLETE |
5038 | 2024-10-29T18:39:15.075Z | [ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-10-29T18:39:15.086Z | [ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5040 | 2024-10-29T18:39:15.086Z | [ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO STEP 292 (remove_files) COMPLETE |
5041 | 2024-10-29T18:39:15.088Z | [ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-10-29T18:39:15.096Z | [ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5043 | 2024-10-29T18:39:15.096Z | [ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO STEP 293 (remove_files) COMPLETE |
5044 | 2024-10-29T18:39:15.096Z | [ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-10-29T18:39:15.106Z | [ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5046 | 2024-10-29T18:39:15.106Z | [ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO STEP 294 (remove_files) COMPLETE |
5047 | 2024-10-29T18:39:15.109Z | [ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-10-29T18:39:15.117Z | [ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5049 | 2024-10-29T18:39:15.117Z | [ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO STEP 295 (remove_files) COMPLETE |
5050 | 2024-10-29T18:39:15.119Z | [ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-10-29T18:39:15.128Z | [ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5052 | 2024-10-29T18:39:15.128Z | [ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO STEP 296 (remove_files) COMPLETE |
5053 | 2024-10-29T18:39:15.130Z | [ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-10-29T18:39:15.139Z | [ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5055 | 2024-10-29T18:39:15.139Z | [ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.813 INFO STEP 297 (remove_files) COMPLETE |
5056 | 2024-10-29T18:39:15.141Z | [ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.813 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-10-29T18:39:15.150Z | [ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5058 | 2024-10-29T18:39:15.152Z | [ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO STEP 298 (remove_files) COMPLETE |
5059 | 2024-10-29T18:39:15.152Z | [ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-10-29T18:39:15.159Z | [ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5061 | 2024-10-29T18:39:15.159Z | [ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO STEP 299 (remove_files) COMPLETE |
5062 | 2024-10-29T18:39:15.161Z | [ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-10-29T18:39:15.169Z | [ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5064 | 2024-10-29T18:39:15.171Z | [ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO STEP 300 (remove_files) COMPLETE |
5065 | 2024-10-29T18:39:15.171Z | [ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-10-29T18:39:15.178Z | [ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5067 | 2024-10-29T18:39:15.182Z | [ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO STEP 301 (remove_files) COMPLETE |
5068 | 2024-10-29T18:39:15.182Z | [ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-10-29T18:39:15.188Z | [ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5070 | 2024-10-29T18:39:15.191Z | [ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO STEP 302 (remove_files) COMPLETE |
5071 | 2024-10-29T18:39:15.191Z | [ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-10-29T18:39:15.198Z | [ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5073 | 2024-10-29T18:39:15.201Z | [ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO STEP 303 (remove_files) COMPLETE |
5074 | 2024-10-29T18:39:15.201Z | [ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-10-29T18:39:15.210Z | [ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5076 | 2024-10-29T18:39:15.210Z | [ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO STEP 304 (remove_files) COMPLETE |
5077 | 2024-10-29T18:39:15.210Z | [ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-10-29T18:39:15.218Z | [ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5079 | 2024-10-29T18:39:15.221Z | [ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO STEP 305 (remove_files) COMPLETE |
5080 | 2024-10-29T18:39:15.221Z | [ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-10-29T18:39:15.228Z | [ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5082 | 2024-10-29T18:39:15.228Z | [ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO STEP 306 (remove_files) COMPLETE |
5083 | 2024-10-29T18:39:15.230Z | [ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-10-29T18:39:15.238Z | [ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5085 | 2024-10-29T18:39:15.238Z | [ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO STEP 307 (remove_files) COMPLETE |
5086 | 2024-10-29T18:39:15.243Z | [ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-10-29T18:39:15.248Z | [ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5088 | 2024-10-29T18:39:15.250Z | [ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO STEP 308 (remove_files) COMPLETE |
5089 | 2024-10-29T18:39:15.250Z | [ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-10-29T18:39:15.258Z | [ recovery-image] Oct 29 18:39:13.932 INFO O| Oct 29 18:39:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5091 | 2024-10-29T18:39:15.260Z | [ recovery-image] Oct 29 18:39:13.933 INFO O| Oct 29 18:39:13.933 INFO STEP 309 (remove_files) COMPLETE |
5092 | 2024-10-29T18:39:15.261Z | [ recovery-image] Oct 29 18:39:13.933 INFO O| Oct 29 18:39:13.933 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-10-29T18:39:15.268Z | [ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5094 | 2024-10-29T18:39:15.268Z | [ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO STEP 310 (remove_files) COMPLETE |
5095 | 2024-10-29T18:39:15.271Z | [ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-10-29T18:39:15.278Z | [ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5097 | 2024-10-29T18:39:15.278Z | [ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO STEP 311 (remove_files) COMPLETE |
5098 | 2024-10-29T18:39:15.278Z | [ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-10-29T18:39:15.288Z | [ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5100 | 2024-10-29T18:39:15.291Z | [ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO STEP 312 (remove_files) COMPLETE |
5101 | 2024-10-29T18:39:15.291Z | [ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-10-29T18:39:15.298Z | [ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5103 | 2024-10-29T18:39:15.298Z | [ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO STEP 313 (remove_files) COMPLETE |
5104 | 2024-10-29T18:39:15.298Z | [ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-10-29T18:39:15.308Z | [ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5106 | 2024-10-29T18:39:15.308Z | [ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO STEP 314 (remove_files) COMPLETE |
5107 | 2024-10-29T18:39:15.308Z | [ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-10-29T18:39:15.318Z | [ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5109 | 2024-10-29T18:39:15.320Z | [ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO STEP 315 (remove_files) COMPLETE |
5110 | 2024-10-29T18:39:15.320Z | [ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-10-29T18:39:15.328Z | [ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5112 | 2024-10-29T18:39:15.328Z | [ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO STEP 316 (remove_files) COMPLETE |
5113 | 2024-10-29T18:39:15.334Z | [ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-10-29T18:39:15.338Z | [ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5115 | 2024-10-29T18:39:15.341Z | [ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO STEP 317 (remove_files) COMPLETE |
5116 | 2024-10-29T18:39:15.341Z | [ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-10-29T18:39:15.348Z | [ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5118 | 2024-10-29T18:39:15.350Z | [ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO STEP 318 (remove_files) COMPLETE |
5119 | 2024-10-29T18:39:15.350Z | [ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-10-29T18:39:15.358Z | [ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5121 | 2024-10-29T18:39:15.358Z | [ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO STEP 319 (remove_files) COMPLETE |
5122 | 2024-10-29T18:39:15.360Z | [ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-10-29T18:39:15.368Z | [ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5124 | 2024-10-29T18:39:15.368Z | [ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO STEP 320 (remove_files) COMPLETE |
5125 | 2024-10-29T18:39:15.370Z | [ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-29T18:39:15.378Z | [ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5127 | 2024-10-29T18:39:15.378Z | [ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO STEP 321 (remove_files) COMPLETE |
5128 | 2024-10-29T18:39:15.378Z | [ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-10-29T18:39:15.387Z | [ recovery-image] Oct 29 18:39:14.061 INFO O| Oct 29 18:39:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5130 | 2024-10-29T18:39:15.388Z | [ recovery-image] Oct 29 18:39:14.062 INFO O| Oct 29 18:39:14.062 INFO STEP 322 (remove_files) COMPLETE |
5131 | 2024-10-29T18:39:15.388Z | [ recovery-image] Oct 29 18:39:14.062 INFO O| Oct 29 18:39:14.062 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-10-29T18:39:15.397Z | [ recovery-image] Oct 29 18:39:14.071 INFO O| Oct 29 18:39:14.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5133 | 2024-10-29T18:39:15.397Z | [ recovery-image] Oct 29 18:39:14.072 INFO O| Oct 29 18:39:14.071 INFO STEP 323 (remove_files) COMPLETE |
5134 | 2024-10-29T18:39:15.401Z | [ recovery-image] Oct 29 18:39:14.072 INFO O| Oct 29 18:39:14.072 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-10-29T18:39:15.407Z | [ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5136 | 2024-10-29T18:39:15.407Z | [ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO STEP 324 (remove_files) COMPLETE |
5137 | 2024-10-29T18:39:15.407Z | [ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-10-29T18:39:15.417Z | [ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5139 | 2024-10-29T18:39:15.417Z | [ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO STEP 325 (remove_files) COMPLETE |
5140 | 2024-10-29T18:39:15.420Z | [ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-10-29T18:39:15.430Z | [ recovery-image] Oct 29 18:39:14.101 INFO O| Oct 29 18:39:14.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5142 | 2024-10-29T18:39:15.432Z | [ recovery-image] Oct 29 18:39:14.102 INFO O| Oct 29 18:39:14.102 INFO STEP 326 (remove_files) COMPLETE |
5143 | 2024-10-29T18:39:15.432Z | [ recovery-image] Oct 29 18:39:14.102 INFO O| Oct 29 18:39:14.102 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-10-29T18:39:15.437Z | [ recovery-image] Oct 29 18:39:14.111 INFO O| Oct 29 18:39:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5145 | 2024-10-29T18:39:15.440Z | [ recovery-image] Oct 29 18:39:14.112 INFO O| Oct 29 18:39:14.112 INFO STEP 327 (remove_files) COMPLETE |
5146 | 2024-10-29T18:39:15.440Z | [ recovery-image] Oct 29 18:39:14.112 INFO O| Oct 29 18:39:14.112 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-10-29T18:39:15.447Z | [ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5148 | 2024-10-29T18:39:15.447Z | [ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO STEP 328 (remove_files) COMPLETE |
5149 | 2024-10-29T18:39:15.451Z | [ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-10-29T18:39:15.457Z | [ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5151 | 2024-10-29T18:39:15.459Z | [ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO STEP 329 (remove_files) COMPLETE |
5152 | 2024-10-29T18:39:15.459Z | [ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-10-29T18:39:15.468Z | [ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5154 | 2024-10-29T18:39:15.468Z | [ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO STEP 330 (remove_files) COMPLETE |
5155 | 2024-10-29T18:39:15.471Z | [ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-10-29T18:39:15.479Z | [ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5157 | 2024-10-29T18:39:15.479Z | [ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO STEP 331 (remove_files) COMPLETE |
5158 | 2024-10-29T18:39:15.479Z | [ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-10-29T18:39:15.493Z | [ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5160 | 2024-10-29T18:39:15.493Z | [ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.167 INFO STEP 332 (remove_files) COMPLETE |
5161 | 2024-10-29T18:39:15.496Z | [ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.167 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-10-29T18:39:15.507Z | [ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5163 | 2024-10-29T18:39:15.507Z | [ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO STEP 333 (remove_files) COMPLETE |
5164 | 2024-10-29T18:39:15.510Z | [ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-10-29T18:39:15.520Z | [ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5166 | 2024-10-29T18:39:15.522Z | [ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO STEP 334 (remove_files) COMPLETE |
5167 | 2024-10-29T18:39:15.522Z | [ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-10-29T18:39:15.534Z | [ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5169 | 2024-10-29T18:39:15.534Z | [ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO STEP 335 (remove_files) COMPLETE |
5170 | 2024-10-29T18:39:15.536Z | [ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-10-29T18:39:15.542Z | [ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5172 | 2024-10-29T18:39:15.542Z | [ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO STEP 336 (remove_files) COMPLETE |
5173 | 2024-10-29T18:39:15.545Z | [ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-10-29T18:39:15.552Z | [ recovery-image] Oct 29 18:39:14.226 INFO O| Oct 29 18:39:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5175 | 2024-10-29T18:39:15.552Z | [ recovery-image] Oct 29 18:39:14.227 INFO O| Oct 29 18:39:14.227 INFO STEP 337 (remove_files) COMPLETE |
5176 | 2024-10-29T18:39:15.555Z | [ recovery-image] Oct 29 18:39:14.227 INFO O| Oct 29 18:39:14.227 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-10-29T18:39:15.563Z | [ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5178 | 2024-10-29T18:39:15.563Z | [ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO STEP 338 (remove_files) COMPLETE |
5179 | 2024-10-29T18:39:15.565Z | [ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-10-29T18:39:15.573Z | [ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5181 | 2024-10-29T18:39:15.573Z | [ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO STEP 339 (remove_files) COMPLETE |
5182 | 2024-10-29T18:39:15.573Z | [ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-10-29T18:39:15.583Z | [ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5184 | 2024-10-29T18:39:15.583Z | [ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO STEP 340 (remove_files) COMPLETE |
5185 | 2024-10-29T18:39:15.585Z | [ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-10-29T18:39:15.593Z | [ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5187 | 2024-10-29T18:39:15.593Z | [ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO STEP 341 (remove_files) COMPLETE |
5188 | 2024-10-29T18:39:15.595Z | [ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-10-29T18:39:15.603Z | [ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5190 | 2024-10-29T18:39:15.606Z | [ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.278 INFO STEP 342 (remove_files) COMPLETE |
5191 | 2024-10-29T18:39:15.606Z | [ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.278 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-10-29T18:39:15.614Z | [ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5193 | 2024-10-29T18:39:15.614Z | [ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO STEP 343 (remove_files) COMPLETE |
5194 | 2024-10-29T18:39:15.616Z | [ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-10-29T18:39:15.625Z | [ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5196 | 2024-10-29T18:39:15.625Z | [ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO STEP 344 (remove_files) COMPLETE |
5197 | 2024-10-29T18:39:15.627Z | [ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-10-29T18:39:15.634Z | [ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5199 | 2024-10-29T18:39:15.637Z | [ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO STEP 345 (remove_files) COMPLETE |
5200 | 2024-10-29T18:39:15.637Z | [ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-10-29T18:39:15.645Z | [ recovery-image] Oct 29 18:39:14.319 INFO O| Oct 29 18:39:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5202 | 2024-10-29T18:39:15.647Z | [ recovery-image] Oct 29 18:39:14.320 INFO O| Oct 29 18:39:14.320 INFO STEP 346 (remove_files) COMPLETE |
5203 | 2024-10-29T18:39:15.647Z | [ recovery-image] Oct 29 18:39:14.320 INFO O| Oct 29 18:39:14.320 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-10-29T18:39:15.656Z | [ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5205 | 2024-10-29T18:39:15.659Z | [ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO STEP 347 (remove_files) COMPLETE |
5206 | 2024-10-29T18:39:15.659Z | [ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-10-29T18:39:15.667Z | [ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5208 | 2024-10-29T18:39:15.669Z | [ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO STEP 348 (remove_files) COMPLETE |
5209 | 2024-10-29T18:39:15.669Z | [ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-10-29T18:39:15.677Z | [ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5211 | 2024-10-29T18:39:15.677Z | [ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO STEP 349 (remove_files) COMPLETE |
5212 | 2024-10-29T18:39:15.680Z | [ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-10-29T18:39:15.687Z | [ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5214 | 2024-10-29T18:39:15.687Z | [ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO STEP 350 (remove_files) COMPLETE |
5215 | 2024-10-29T18:39:15.690Z | [ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-10-29T18:39:15.697Z | [ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5217 | 2024-10-29T18:39:15.699Z | [ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO STEP 351 (remove_files) COMPLETE |
5218 | 2024-10-29T18:39:15.699Z | [ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-10-29T18:39:15.707Z | [ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5220 | 2024-10-29T18:39:15.707Z | [ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO STEP 352 (remove_files) COMPLETE |
5221 | 2024-10-29T18:39:15.710Z | [ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-10-29T18:39:15.717Z | [ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5223 | 2024-10-29T18:39:15.717Z | [ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO STEP 353 (remove_files) COMPLETE |
5224 | 2024-10-29T18:39:15.720Z | [ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-10-29T18:39:15.728Z | [ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5226 | 2024-10-29T18:39:15.730Z | [ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO STEP 354 (remove_files) COMPLETE |
5227 | 2024-10-29T18:39:15.730Z | [ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-10-29T18:39:15.739Z | [ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5229 | 2024-10-29T18:39:15.739Z | [ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO STEP 355 (remove_files) COMPLETE |
5230 | 2024-10-29T18:39:15.742Z | [ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-10-29T18:39:15.749Z | [ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5232 | 2024-10-29T18:39:15.749Z | [ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO STEP 356 (remove_files) COMPLETE |
5233 | 2024-10-29T18:39:15.752Z | [ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-10-29T18:39:15.760Z | [ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5235 | 2024-10-29T18:39:15.760Z | [ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO STEP 357 (remove_files) COMPLETE |
5236 | 2024-10-29T18:39:15.763Z | [ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-10-29T18:39:15.772Z | [ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5238 | 2024-10-29T18:39:15.772Z | [ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO STEP 358 (remove_files) COMPLETE |
5239 | 2024-10-29T18:39:15.774Z | [ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-10-29T18:39:15.782Z | [ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5241 | 2024-10-29T18:39:15.782Z | [ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO STEP 359 (remove_files) COMPLETE |
5242 | 2024-10-29T18:39:15.784Z | [ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-10-29T18:39:15.792Z | [ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5244 | 2024-10-29T18:39:15.792Z | [ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO STEP 360 (remove_files) COMPLETE |
5245 | 2024-10-29T18:39:15.794Z | [ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-10-29T18:39:15.802Z | [ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5247 | 2024-10-29T18:39:15.802Z | [ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO STEP 361 (remove_files) COMPLETE |
5248 | 2024-10-29T18:39:15.804Z | [ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-10-29T18:39:15.816Z | [ recovery-image] Oct 29 18:39:14.486 INFO O| Oct 29 18:39:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5250 | 2024-10-29T18:39:15.819Z | [ recovery-image] Oct 29 18:39:14.487 INFO O| Oct 29 18:39:14.487 INFO STEP 362 (remove_files) COMPLETE |
5251 | 2024-10-29T18:39:15.819Z | [ recovery-image] Oct 29 18:39:14.487 INFO O| Oct 29 18:39:14.487 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-10-29T18:39:15.824Z | [ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5253 | 2024-10-29T18:39:15.824Z | [ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO STEP 363 (remove_files) COMPLETE |
5254 | 2024-10-29T18:39:15.827Z | [ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-10-29T18:39:15.835Z | [ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5256 | 2024-10-29T18:39:15.835Z | [ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO STEP 364 (remove_files) COMPLETE |
5257 | 2024-10-29T18:39:15.837Z | [ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-10-29T18:39:15.847Z | [ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5259 | 2024-10-29T18:39:15.850Z | [ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.521 INFO STEP 365 (remove_files) COMPLETE |
5260 | 2024-10-29T18:39:15.850Z | [ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.521 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-10-29T18:39:15.858Z | [ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5262 | 2024-10-29T18:39:15.858Z | [ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO STEP 366 (remove_files) COMPLETE |
5263 | 2024-10-29T18:39:15.860Z | [ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-10-29T18:39:15.868Z | [ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5265 | 2024-10-29T18:39:15.871Z | [ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO STEP 367 (remove_files) COMPLETE |
5266 | 2024-10-29T18:39:15.871Z | [ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-10-29T18:39:15.879Z | [ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5268 | 2024-10-29T18:39:15.879Z | [ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO STEP 368 (remove_files) COMPLETE |
5269 | 2024-10-29T18:39:15.879Z | [ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-10-29T18:39:15.889Z | [ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5271 | 2024-10-29T18:39:15.889Z | [ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO STEP 369 (remove_files) COMPLETE |
5272 | 2024-10-29T18:39:15.889Z | [ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-10-29T18:39:15.899Z | [ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5274 | 2024-10-29T18:39:15.899Z | [ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO STEP 370 (remove_files) COMPLETE |
5275 | 2024-10-29T18:39:15.902Z | [ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-10-29T18:39:15.910Z | [ recovery-image] Oct 29 18:39:14.584 INFO O| Oct 29 18:39:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5277 | 2024-10-29T18:39:15.910Z | [ recovery-image] Oct 29 18:39:14.585 INFO O| Oct 29 18:39:14.584 INFO STEP 371 (remove_files) COMPLETE |
5278 | 2024-10-29T18:39:15.913Z | [ recovery-image] Oct 29 18:39:14.585 INFO O| Oct 29 18:39:14.584 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-10-29T18:39:15.921Z | [ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5280 | 2024-10-29T18:39:15.921Z | [ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO STEP 372 (remove_files) COMPLETE |
5281 | 2024-10-29T18:39:15.921Z | [ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-10-29T18:39:15.930Z | [ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5283 | 2024-10-29T18:39:15.930Z | [ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO STEP 373 (remove_files) COMPLETE |
5284 | 2024-10-29T18:39:15.930Z | [ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-10-29T18:39:15.940Z | [ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5286 | 2024-10-29T18:39:15.940Z | [ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO STEP 374 (remove_files) COMPLETE |
5287 | 2024-10-29T18:39:15.940Z | [ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-10-29T18:39:15.950Z | [ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5289 | 2024-10-29T18:39:15.950Z | [ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO STEP 375 (remove_files) COMPLETE |
5290 | 2024-10-29T18:39:15.950Z | [ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-10-29T18:39:15.960Z | [ recovery-image] Oct 29 18:39:14.634 INFO O| Oct 29 18:39:14.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5292 | 2024-10-29T18:39:15.961Z | [ recovery-image] Oct 29 18:39:14.634 INFO O| Oct 29 18:39:14.634 INFO STEP 376 (remove_files) COMPLETE |
5293 | 2024-10-29T18:39:15.961Z | [ recovery-image] Oct 29 18:39:14.635 INFO O| Oct 29 18:39:14.634 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-10-29T18:39:15.970Z | [ recovery-image] Oct 29 18:39:14.644 INFO O| Oct 29 18:39:14.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5295 | 2024-10-29T18:39:15.970Z | [ recovery-image] Oct 29 18:39:14.644 INFO O| Oct 29 18:39:14.644 INFO STEP 377 (remove_files) COMPLETE |
5296 | 2024-10-29T18:39:15.973Z | [ recovery-image] Oct 29 18:39:14.645 INFO O| Oct 29 18:39:14.644 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-10-29T18:39:15.981Z | [ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5298 | 2024-10-29T18:39:15.981Z | [ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO STEP 378 (remove_files) COMPLETE |
5299 | 2024-10-29T18:39:15.981Z | [ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-10-29T18:39:15.992Z | [ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5301 | 2024-10-29T18:39:15.992Z | [ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO STEP 379 (remove_files) COMPLETE |
5302 | 2024-10-29T18:39:15.995Z | [ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-10-29T18:39:16.003Z | [ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5304 | 2024-10-29T18:39:16.003Z | [ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO STEP 380 (remove_files) COMPLETE |
5305 | 2024-10-29T18:39:16.006Z | [ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-10-29T18:39:16.014Z | [ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5307 | 2024-10-29T18:39:16.016Z | [ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.688 INFO STEP 381 (remove_files) COMPLETE |
5308 | 2024-10-29T18:39:16.016Z | [ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.688 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-10-29T18:39:16.026Z | [ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5310 | 2024-10-29T18:39:16.026Z | [ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO STEP 382 (remove_files) COMPLETE |
5311 | 2024-10-29T18:39:16.026Z | [ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-10-29T18:39:16.036Z | [ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5313 | 2024-10-29T18:39:16.036Z | [ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO STEP 383 (remove_files) COMPLETE |
5314 | 2024-10-29T18:39:16.036Z | [ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-10-29T18:39:16.046Z | [ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5316 | 2024-10-29T18:39:16.051Z | [ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO STEP 384 (remove_files) COMPLETE |
5317 | 2024-10-29T18:39:16.051Z | [ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-10-29T18:39:16.056Z | [ recovery-image] Oct 29 18:39:14.730 INFO O| Oct 29 18:39:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5319 | 2024-10-29T18:39:16.059Z | [ recovery-image] Oct 29 18:39:14.730 INFO O| Oct 29 18:39:14.730 INFO STEP 385 (remove_files) COMPLETE |
5320 | 2024-10-29T18:39:16.059Z | [ recovery-image] Oct 29 18:39:14.731 INFO O| Oct 29 18:39:14.730 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-10-29T18:39:16.067Z | [ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5322 | 2024-10-29T18:39:16.069Z | [ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO STEP 386 (remove_files) COMPLETE |
5323 | 2024-10-29T18:39:16.069Z | [ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-10-29T18:39:16.078Z | [ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5325 | 2024-10-29T18:39:16.078Z | [ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO STEP 387 (remove_files) COMPLETE |
5326 | 2024-10-29T18:39:16.081Z | [ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-10-29T18:39:16.090Z | [ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5328 | 2024-10-29T18:39:16.092Z | [ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO STEP 388 (remove_files) COMPLETE |
5329 | 2024-10-29T18:39:16.092Z | [ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-10-29T18:39:16.100Z | [ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5331 | 2024-10-29T18:39:16.100Z | [ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO STEP 389 (remove_files) COMPLETE |
5332 | 2024-10-29T18:39:16.100Z | [ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-10-29T18:39:16.109Z | [ recovery-image] Oct 29 18:39:14.783 INFO O| Oct 29 18:39:14.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5334 | 2024-10-29T18:39:16.112Z | [ recovery-image] Oct 29 18:39:14.784 INFO O| Oct 29 18:39:14.784 INFO STEP 390 (remove_files) COMPLETE |
5335 | 2024-10-29T18:39:16.112Z | [ recovery-image] Oct 29 18:39:14.784 INFO O| Oct 29 18:39:14.784 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-10-29T18:39:16.120Z | [ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5337 | 2024-10-29T18:39:16.120Z | [ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO STEP 391 (remove_files) COMPLETE |
5338 | 2024-10-29T18:39:16.120Z | [ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-10-29T18:39:16.130Z | [ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5340 | 2024-10-29T18:39:16.130Z | [ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO STEP 392 (remove_files) COMPLETE |
5341 | 2024-10-29T18:39:16.133Z | [ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-10-29T18:39:16.140Z | [ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5343 | 2024-10-29T18:39:16.140Z | [ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO STEP 393 (remove_files) COMPLETE |
5344 | 2024-10-29T18:39:16.144Z | [ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-10-29T18:39:16.151Z | [ recovery-image] Oct 29 18:39:14.824 INFO O| Oct 29 18:39:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5346 | 2024-10-29T18:39:16.154Z | [ recovery-image] Oct 29 18:39:14.825 INFO O| Oct 29 18:39:14.825 INFO STEP 394 (remove_files) COMPLETE |
5347 | 2024-10-29T18:39:16.154Z | [ recovery-image] Oct 29 18:39:14.825 INFO O| Oct 29 18:39:14.825 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-10-29T18:39:16.161Z | [ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5349 | 2024-10-29T18:39:16.161Z | [ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO STEP 395 (remove_files) COMPLETE |
5350 | 2024-10-29T18:39:16.164Z | [ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-10-29T18:39:16.171Z | [ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5352 | 2024-10-29T18:39:16.171Z | [ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO STEP 396 (remove_files) COMPLETE |
5353 | 2024-10-29T18:39:16.174Z | [ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-10-29T18:39:16.181Z | [ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5355 | 2024-10-29T18:39:16.181Z | [ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO STEP 397 (remove_files) COMPLETE |
5356 | 2024-10-29T18:39:16.184Z | [ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-10-29T18:39:16.191Z | [ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5358 | 2024-10-29T18:39:16.197Z | [ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO STEP 398 (remove_files) COMPLETE |
5359 | 2024-10-29T18:39:16.197Z | [ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-10-29T18:39:16.201Z | [ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5361 | 2024-10-29T18:39:16.201Z | [ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO STEP 399 (remove_files) COMPLETE |
5362 | 2024-10-29T18:39:16.203Z | [ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-10-29T18:39:16.211Z | [ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5364 | 2024-10-29T18:39:16.211Z | [ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO STEP 400 (remove_files) COMPLETE |
5365 | 2024-10-29T18:39:16.211Z | [ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-10-29T18:39:16.222Z | [ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5367 | 2024-10-29T18:39:16.222Z | [ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.896 INFO STEP 401 (remove_files) COMPLETE |
5368 | 2024-10-29T18:39:16.222Z | [ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.896 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-10-29T18:39:16.232Z | [ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5370 | 2024-10-29T18:39:16.233Z | [ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO STEP 402 (remove_files) COMPLETE |
5371 | 2024-10-29T18:39:16.233Z | [ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-10-29T18:39:16.243Z | [ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5373 | 2024-10-29T18:39:16.243Z | [ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO STEP 403 (remove_files) COMPLETE |
5374 | 2024-10-29T18:39:16.243Z | [ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-10-29T18:39:16.253Z | [ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5376 | 2024-10-29T18:39:16.256Z | [ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO STEP 404 (remove_files) COMPLETE |
5377 | 2024-10-29T18:39:16.256Z | [ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-10-29T18:39:16.264Z | [ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5379 | 2024-10-29T18:39:16.267Z | [ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO STEP 405 (remove_files) COMPLETE |
5380 | 2024-10-29T18:39:16.267Z | [ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-10-29T18:39:16.274Z | [ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5382 | 2024-10-29T18:39:16.278Z | [ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO STEP 406 (remove_files) COMPLETE |
5383 | 2024-10-29T18:39:16.278Z | [ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-10-29T18:39:16.284Z | [ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5385 | 2024-10-29T18:39:16.284Z | [ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO STEP 407 (remove_files) COMPLETE |
5386 | 2024-10-29T18:39:16.291Z | [ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-10-29T18:39:16.295Z | [ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5388 | 2024-10-29T18:39:16.295Z | [ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO STEP 408 (remove_files) COMPLETE |
5389 | 2024-10-29T18:39:16.295Z | [ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-10-29T18:39:16.305Z | [ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5391 | 2024-10-29T18:39:16.308Z | [ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO STEP 409 (remove_files) COMPLETE |
5392 | 2024-10-29T18:39:16.308Z | [ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-10-29T18:39:16.315Z | [ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5394 | 2024-10-29T18:39:16.315Z | [ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO STEP 410 (remove_files) COMPLETE |
5395 | 2024-10-29T18:39:16.318Z | [ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-10-29T18:39:16.326Z | [ recovery-image] Oct 29 18:39:14.999 INFO O| Oct 29 18:39:14.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5397 | 2024-10-29T18:39:16.326Z | [ recovery-image] Oct 29 18:39:15.000 INFO O| Oct 29 18:39:14.999 INFO STEP 411 (remove_files) COMPLETE |
5398 | 2024-10-29T18:39:16.329Z | [ recovery-image] Oct 29 18:39:15.000 INFO O| Oct 29 18:39:14.999 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-10-29T18:39:16.339Z | [ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5400 | 2024-10-29T18:39:16.339Z | [ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO STEP 412 (remove_files) COMPLETE |
5401 | 2024-10-29T18:39:16.342Z | [ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-10-29T18:39:16.352Z | [ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5403 | 2024-10-29T18:39:16.352Z | [ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.026 INFO STEP 413 (remove_files) COMPLETE |
5404 | 2024-10-29T18:39:16.354Z | [ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.026 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-10-29T18:39:16.363Z | [ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5406 | 2024-10-29T18:39:16.363Z | [ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO STEP 414 (remove_files) COMPLETE |
5407 | 2024-10-29T18:39:16.366Z | [ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-10-29T18:39:16.374Z | [ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5409 | 2024-10-29T18:39:16.374Z | [ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO STEP 415 (remove_files) COMPLETE |
5410 | 2024-10-29T18:39:16.377Z | [ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-10-29T18:39:16.384Z | [ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5412 | 2024-10-29T18:39:16.387Z | [ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO STEP 416 (remove_files) COMPLETE |
5413 | 2024-10-29T18:39:16.387Z | [ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-10-29T18:39:16.395Z | [ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5415 | 2024-10-29T18:39:16.402Z | [ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO STEP 417 (remove_files) COMPLETE |
5416 | 2024-10-29T18:39:16.402Z | [ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-10-29T18:39:16.411Z | [ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5418 | 2024-10-29T18:39:16.411Z | [ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO STEP 418 (remove_files) COMPLETE |
5419 | 2024-10-29T18:39:16.411Z | [ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-10-29T18:39:16.417Z | [ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5421 | 2024-10-29T18:39:16.417Z | [ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO STEP 419 (remove_files) COMPLETE |
5422 | 2024-10-29T18:39:16.420Z | [ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-10-29T18:39:16.428Z | [ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5424 | 2024-10-29T18:39:16.430Z | [ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO STEP 420 (remove_files) COMPLETE |
5425 | 2024-10-29T18:39:16.430Z | [ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-10-29T18:39:16.438Z | [ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5427 | 2024-10-29T18:39:16.440Z | [ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO STEP 421 (remove_files) COMPLETE |
5428 | 2024-10-29T18:39:16.440Z | [ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-10-29T18:39:16.448Z | [ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5430 | 2024-10-29T18:39:16.448Z | [ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO STEP 422 (remove_files) COMPLETE |
5431 | 2024-10-29T18:39:16.452Z | [ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-29T18:39:16.459Z | [ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5433 | 2024-10-29T18:39:16.459Z | [ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO STEP 423 (remove_files) COMPLETE |
5434 | 2024-10-29T18:39:16.462Z | [ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-10-29T18:39:16.469Z | [ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5436 | 2024-10-29T18:39:16.469Z | [ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO STEP 424 (remove_files) COMPLETE |
5437 | 2024-10-29T18:39:16.472Z | [ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-10-29T18:39:16.479Z | [ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5439 | 2024-10-29T18:39:16.479Z | [ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO STEP 425 (remove_files) COMPLETE |
5440 | 2024-10-29T18:39:16.482Z | [ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-10-29T18:39:16.491Z | [ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5442 | 2024-10-29T18:39:16.491Z | [ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO STEP 426 (remove_files) COMPLETE |
5443 | 2024-10-29T18:39:16.493Z | [ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-10-29T18:39:16.502Z | [ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5445 | 2024-10-29T18:39:16.502Z | [ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO STEP 427 (remove_files) COMPLETE |
5446 | 2024-10-29T18:39:16.504Z | [ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-10-29T18:39:16.513Z | [ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5448 | 2024-10-29T18:39:16.516Z | [ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO STEP 428 (remove_files) COMPLETE |
5449 | 2024-10-29T18:39:16.516Z | [ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-10-29T18:39:16.527Z | [ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5451 | 2024-10-29T18:39:16.527Z | [ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO STEP 429 (remove_files) COMPLETE |
5452 | 2024-10-29T18:39:16.530Z | [ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-10-29T18:39:16.540Z | [ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5454 | 2024-10-29T18:39:16.540Z | [ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO STEP 430 (remove_files) COMPLETE |
5455 | 2024-10-29T18:39:16.542Z | [ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-10-29T18:39:16.553Z | [ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5457 | 2024-10-29T18:39:16.555Z | [ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO STEP 431 (remove_files) COMPLETE |
5458 | 2024-10-29T18:39:16.555Z | [ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-10-29T18:39:16.563Z | [ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5460 | 2024-10-29T18:39:16.565Z | [ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO STEP 432 (remove_files) COMPLETE |
5461 | 2024-10-29T18:39:16.565Z | [ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-10-29T18:39:16.574Z | [ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5463 | 2024-10-29T18:39:16.576Z | [ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO STEP 433 (remove_files) COMPLETE |
5464 | 2024-10-29T18:39:16.576Z | [ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-10-29T18:39:16.585Z | [ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5466 | 2024-10-29T18:39:16.585Z | [ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO STEP 434 (remove_files) COMPLETE |
5467 | 2024-10-29T18:39:16.588Z | [ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-10-29T18:39:16.596Z | [ recovery-image] Oct 29 18:39:15.270 INFO O| Oct 29 18:39:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5469 | 2024-10-29T18:39:16.599Z | [ recovery-image] Oct 29 18:39:15.270 INFO O| Oct 29 18:39:15.270 INFO STEP 435 (remove_files) COMPLETE |
5470 | 2024-10-29T18:39:16.599Z | [ recovery-image] Oct 29 18:39:15.271 INFO O| Oct 29 18:39:15.270 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-10-29T18:39:16.607Z | [ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5472 | 2024-10-29T18:39:16.607Z | [ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO STEP 436 (remove_files) COMPLETE |
5473 | 2024-10-29T18:39:16.610Z | [ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-10-29T18:39:16.618Z | [ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5475 | 2024-10-29T18:39:16.618Z | [ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO STEP 437 (remove_files) COMPLETE |
5476 | 2024-10-29T18:39:16.618Z | [ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-10-29T18:39:16.628Z | [ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5478 | 2024-10-29T18:39:16.631Z | [ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO STEP 438 (remove_files) COMPLETE |
5479 | 2024-10-29T18:39:16.631Z | [ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-10-29T18:39:16.639Z | [ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5481 | 2024-10-29T18:39:16.639Z | [ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO STEP 439 (remove_files) COMPLETE |
5482 | 2024-10-29T18:39:16.639Z | [ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-10-29T18:39:16.649Z | [ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5484 | 2024-10-29T18:39:16.649Z | [ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO STEP 440 (remove_files) COMPLETE |
5485 | 2024-10-29T18:39:16.649Z | [ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-10-29T18:39:16.659Z | [ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5487 | 2024-10-29T18:39:16.659Z | [ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO STEP 441 (remove_files) COMPLETE |
5488 | 2024-10-29T18:39:16.659Z | [ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-10-29T18:39:16.669Z | [ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5490 | 2024-10-29T18:39:16.671Z | [ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO STEP 442 (remove_files) COMPLETE |
5491 | 2024-10-29T18:39:16.671Z | [ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-10-29T18:39:16.679Z | [ recovery-image] Oct 29 18:39:15.353 INFO O| Oct 29 18:39:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5493 | 2024-10-29T18:39:16.681Z | [ recovery-image] Oct 29 18:39:15.354 INFO O| Oct 29 18:39:15.354 INFO STEP 443 (remove_files) COMPLETE |
5494 | 2024-10-29T18:39:16.681Z | [ recovery-image] Oct 29 18:39:15.354 INFO O| Oct 29 18:39:15.354 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-10-29T18:39:16.690Z | [ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5496 | 2024-10-29T18:39:16.690Z | [ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO STEP 444 (remove_files) COMPLETE |
5497 | 2024-10-29T18:39:16.693Z | [ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-10-29T18:39:16.702Z | [ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5499 | 2024-10-29T18:39:16.704Z | [ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.376 INFO STEP 445 (remove_files) COMPLETE |
5500 | 2024-10-29T18:39:16.704Z | [ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.376 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-10-29T18:39:16.716Z | [ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5502 | 2024-10-29T18:39:16.716Z | [ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO STEP 446 (remove_files) COMPLETE |
5503 | 2024-10-29T18:39:16.719Z | [ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-10-29T18:39:16.730Z | [ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5505 | 2024-10-29T18:39:16.730Z | [ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO STEP 447 (remove_files) COMPLETE |
5506 | 2024-10-29T18:39:16.730Z | [ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-10-29T18:39:16.741Z | [ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5508 | 2024-10-29T18:39:16.741Z | [ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO STEP 448 (remove_files) COMPLETE |
5509 | 2024-10-29T18:39:16.743Z | [ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-10-29T18:39:16.751Z | [ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5511 | 2024-10-29T18:39:16.751Z | [ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO STEP 449 (remove_files) COMPLETE |
5512 | 2024-10-29T18:39:16.754Z | [ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-10-29T18:39:16.761Z | [ recovery-image] Oct 29 18:39:15.435 INFO O| Oct 29 18:39:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5514 | 2024-10-29T18:39:16.763Z | [ recovery-image] Oct 29 18:39:15.436 INFO O| Oct 29 18:39:15.436 INFO STEP 450 (remove_files) COMPLETE |
5515 | 2024-10-29T18:39:16.763Z | [ recovery-image] Oct 29 18:39:15.436 INFO O| Oct 29 18:39:15.436 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-10-29T18:39:16.773Z | [ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5517 | 2024-10-29T18:39:16.773Z | [ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO STEP 451 (remove_files) COMPLETE |
5518 | 2024-10-29T18:39:16.773Z | [ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-10-29T18:39:16.784Z | [ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5520 | 2024-10-29T18:39:16.786Z | [ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO STEP 452 (remove_files) COMPLETE |
5521 | 2024-10-29T18:39:16.786Z | [ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-10-29T18:39:16.795Z | [ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5523 | 2024-10-29T18:39:16.797Z | [ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.469 INFO STEP 453 (remove_files) COMPLETE |
5524 | 2024-10-29T18:39:16.797Z | [ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.469 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-10-29T18:39:16.807Z | [ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5526 | 2024-10-29T18:39:16.807Z | [ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO STEP 454 (remove_files) COMPLETE |
5527 | 2024-10-29T18:39:16.810Z | [ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-10-29T18:39:16.817Z | [ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5529 | 2024-10-29T18:39:16.817Z | [ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO STEP 455 (remove_files) COMPLETE |
5530 | 2024-10-29T18:39:16.817Z | [ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-10-29T18:39:16.828Z | [ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5532 | 2024-10-29T18:39:16.828Z | [ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO STEP 456 (remove_files) COMPLETE |
5533 | 2024-10-29T18:39:16.828Z | [ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-10-29T18:39:16.839Z | [ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5535 | 2024-10-29T18:39:16.839Z | [ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO STEP 457 (remove_files) COMPLETE |
5536 | 2024-10-29T18:39:16.845Z | [ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-10-29T18:39:16.850Z | [ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5538 | 2024-10-29T18:39:16.850Z | [ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO STEP 458 (remove_files) COMPLETE |
5539 | 2024-10-29T18:39:16.852Z | [ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-10-29T18:39:16.861Z | [ recovery-image] Oct 29 18:39:15.534 INFO O| Oct 29 18:39:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5541 | 2024-10-29T18:39:16.861Z | [ recovery-image] Oct 29 18:39:15.535 INFO O| Oct 29 18:39:15.535 INFO STEP 459 (remove_files) COMPLETE |
5542 | 2024-10-29T18:39:16.863Z | [ recovery-image] Oct 29 18:39:15.535 INFO O| Oct 29 18:39:15.535 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-10-29T18:39:16.872Z | [ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5544 | 2024-10-29T18:39:16.872Z | [ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO STEP 460 (remove_files) COMPLETE |
5545 | 2024-10-29T18:39:16.872Z | [ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-10-29T18:39:16.882Z | [ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5547 | 2024-10-29T18:39:16.884Z | [ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO STEP 461 (remove_files) COMPLETE |
5548 | 2024-10-29T18:39:16.884Z | [ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-10-29T18:39:16.892Z | [ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5550 | 2024-10-29T18:39:16.892Z | [ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO STEP 462 (remove_files) COMPLETE |
5551 | 2024-10-29T18:39:16.894Z | [ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-10-29T18:39:16.902Z | [ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5553 | 2024-10-29T18:39:16.902Z | [ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO STEP 463 (remove_files) COMPLETE |
5554 | 2024-10-29T18:39:16.902Z | [ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-10-29T18:39:16.912Z | [ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5556 | 2024-10-29T18:39:16.914Z | [ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO STEP 464 (remove_files) COMPLETE |
5557 | 2024-10-29T18:39:16.914Z | [ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-10-29T18:39:16.922Z | [ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5559 | 2024-10-29T18:39:16.924Z | [ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO STEP 465 (remove_files) COMPLETE |
5560 | 2024-10-29T18:39:16.924Z | [ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-10-29T18:39:16.936Z | [ recovery-image] Oct 29 18:39:15.607 INFO O| Oct 29 18:39:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5562 | 2024-10-29T18:39:16.940Z | [ recovery-image] Oct 29 18:39:15.608 INFO O| Oct 29 18:39:15.608 INFO STEP 466 (remove_files) COMPLETE |
5563 | 2024-10-29T18:39:16.940Z | [ recovery-image] Oct 29 18:39:15.608 INFO O| Oct 29 18:39:15.608 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-10-29T18:39:16.943Z | [ recovery-image] Oct 29 18:39:15.617 INFO O| Oct 29 18:39:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5565 | 2024-10-29T18:39:16.944Z | [ recovery-image] Oct 29 18:39:15.618 INFO O| Oct 29 18:39:15.618 INFO STEP 467 (remove_files) COMPLETE |
5566 | 2024-10-29T18:39:16.946Z | [ recovery-image] Oct 29 18:39:15.618 INFO O| Oct 29 18:39:15.618 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-10-29T18:39:16.954Z | [ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5568 | 2024-10-29T18:39:16.954Z | [ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO STEP 468 (remove_files) COMPLETE |
5569 | 2024-10-29T18:39:16.957Z | [ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-10-29T18:39:16.964Z | [ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5571 | 2024-10-29T18:39:16.964Z | [ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO STEP 469 (remove_files) COMPLETE |
5572 | 2024-10-29T18:39:16.964Z | [ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-10-29T18:39:16.974Z | [ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5574 | 2024-10-29T18:39:16.974Z | [ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO STEP 470 (remove_files) COMPLETE |
5575 | 2024-10-29T18:39:16.977Z | [ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-10-29T18:39:16.984Z | [ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5577 | 2024-10-29T18:39:16.984Z | [ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO STEP 471 (remove_files) COMPLETE |
5578 | 2024-10-29T18:39:16.987Z | [ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-10-29T18:39:16.995Z | [ recovery-image] Oct 29 18:39:15.668 INFO O| Oct 29 18:39:15.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5580 | 2024-10-29T18:39:16.995Z | [ recovery-image] Oct 29 18:39:15.669 INFO O| Oct 29 18:39:15.669 INFO STEP 472 (remove_files) COMPLETE |
5581 | 2024-10-29T18:39:16.997Z | [ recovery-image] Oct 29 18:39:15.669 INFO O| Oct 29 18:39:15.669 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-10-29T18:39:17.005Z | [ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5583 | 2024-10-29T18:39:17.005Z | [ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO STEP 473 (remove_files) COMPLETE |
5584 | 2024-10-29T18:39:17.005Z | [ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-10-29T18:39:17.015Z | [ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5586 | 2024-10-29T18:39:17.015Z | [ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO STEP 474 (remove_files) COMPLETE |
5587 | 2024-10-29T18:39:17.017Z | [ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-10-29T18:39:17.025Z | [ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5589 | 2024-10-29T18:39:17.025Z | [ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO STEP 475 (remove_files) COMPLETE |
5590 | 2024-10-29T18:39:17.025Z | [ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-10-29T18:39:17.036Z | [ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5592 | 2024-10-29T18:39:17.036Z | [ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO STEP 476 (remove_files) COMPLETE |
5593 | 2024-10-29T18:39:17.038Z | [ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-10-29T18:39:17.047Z | [ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5595 | 2024-10-29T18:39:17.047Z | [ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.721 INFO STEP 477 (remove_files) COMPLETE |
5596 | 2024-10-29T18:39:17.049Z | [ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.721 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-10-29T18:39:17.058Z | [ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5598 | 2024-10-29T18:39:17.058Z | [ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO STEP 478 (remove_files) COMPLETE |
5599 | 2024-10-29T18:39:17.060Z | [ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-10-29T18:39:17.069Z | [ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5601 | 2024-10-29T18:39:17.069Z | [ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO STEP 479 (remove_files) COMPLETE |
5602 | 2024-10-29T18:39:17.072Z | [ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-10-29T18:39:17.079Z | [ recovery-image] Oct 29 18:39:15.753 INFO O| Oct 29 18:39:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5604 | 2024-10-29T18:39:17.082Z | [ recovery-image] Oct 29 18:39:15.754 INFO O| Oct 29 18:39:15.753 INFO STEP 480 (remove_files) COMPLETE |
5605 | 2024-10-29T18:39:17.082Z | [ recovery-image] Oct 29 18:39:15.754 INFO O| Oct 29 18:39:15.754 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-10-29T18:39:17.090Z | [ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5607 | 2024-10-29T18:39:17.092Z | [ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO STEP 481 (remove_files) COMPLETE |
5608 | 2024-10-29T18:39:17.092Z | [ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-10-29T18:39:17.100Z | [ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5610 | 2024-10-29T18:39:17.100Z | [ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO STEP 482 (remove_files) COMPLETE |
5611 | 2024-10-29T18:39:17.102Z | [ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-29T18:39:17.111Z | [ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5613 | 2024-10-29T18:39:17.111Z | [ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO STEP 483 (remove_files) COMPLETE |
5614 | 2024-10-29T18:39:17.113Z | [ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-29T18:39:17.122Z | [ recovery-image] Oct 29 18:39:15.796 INFO O| Oct 29 18:39:15.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5616 | 2024-10-29T18:39:17.125Z | [ recovery-image] Oct 29 18:39:15.796 INFO O| Oct 29 18:39:15.796 INFO STEP 484 (remove_files) COMPLETE |
5617 | 2024-10-29T18:39:17.125Z | [ recovery-image] Oct 29 18:39:15.797 INFO O| Oct 29 18:39:15.796 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-29T18:39:17.134Z | [ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5619 | 2024-10-29T18:39:17.134Z | [ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO STEP 485 (remove_files) COMPLETE |
5620 | 2024-10-29T18:39:17.136Z | [ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-10-29T18:39:17.144Z | [ recovery-image] Oct 29 18:39:15.818 INFO O| Oct 29 18:39:15.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5622 | 2024-10-29T18:39:17.147Z | [ recovery-image] Oct 29 18:39:15.819 INFO O| Oct 29 18:39:15.819 INFO STEP 486 (remove_files) COMPLETE |
5623 | 2024-10-29T18:39:17.147Z | [ recovery-image] Oct 29 18:39:15.819 INFO O| Oct 29 18:39:15.819 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-10-29T18:39:17.155Z | [ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5625 | 2024-10-29T18:39:17.155Z | [ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO STEP 487 (remove_files) COMPLETE |
5626 | 2024-10-29T18:39:17.158Z | [ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-10-29T18:39:17.166Z | [ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5628 | 2024-10-29T18:39:17.166Z | [ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.840 INFO STEP 488 (remove_files) COMPLETE |
5629 | 2024-10-29T18:39:17.168Z | [ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.840 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-10-29T18:39:17.176Z | [ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5631 | 2024-10-29T18:39:17.178Z | [ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO STEP 489 (remove_files) COMPLETE |
5632 | 2024-10-29T18:39:17.178Z | [ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-10-29T18:39:17.186Z | [ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5634 | 2024-10-29T18:39:17.186Z | [ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO STEP 490 (remove_files) COMPLETE |
5635 | 2024-10-29T18:39:17.189Z | [ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-10-29T18:39:17.197Z | [ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5637 | 2024-10-29T18:39:17.199Z | [ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO STEP 491 (remove_files) COMPLETE |
5638 | 2024-10-29T18:39:17.199Z | [ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-10-29T18:39:17.208Z | [ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5640 | 2024-10-29T18:39:17.210Z | [ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO STEP 492 (remove_files) COMPLETE |
5641 | 2024-10-29T18:39:17.210Z | [ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-10-29T18:39:17.219Z | [ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5643 | 2024-10-29T18:39:17.219Z | [ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO STEP 493 (remove_files) COMPLETE |
5644 | 2024-10-29T18:39:17.221Z | [ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-10-29T18:39:17.231Z | [ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5646 | 2024-10-29T18:39:17.231Z | [ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO STEP 494 (remove_files) COMPLETE |
5647 | 2024-10-29T18:39:17.234Z | [ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-10-29T18:39:17.242Z | [ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5649 | 2024-10-29T18:39:17.244Z | [ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO STEP 495 (remove_files) COMPLETE |
5650 | 2024-10-29T18:39:17.244Z | [ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-10-29T18:39:17.252Z | [ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5652 | 2024-10-29T18:39:17.255Z | [ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO STEP 496 (remove_files) COMPLETE |
5653 | 2024-10-29T18:39:17.255Z | [ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-10-29T18:39:17.263Z | [ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5655 | 2024-10-29T18:39:17.263Z | [ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO STEP 497 (remove_files) COMPLETE |
5656 | 2024-10-29T18:39:17.263Z | [ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-10-29T18:39:17.273Z | [ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5658 | 2024-10-29T18:39:17.273Z | [ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO STEP 498 (remove_files) COMPLETE |
5659 | 2024-10-29T18:39:17.275Z | [ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-10-29T18:39:17.285Z | [ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5661 | 2024-10-29T18:39:17.285Z | [ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO STEP 499 (remove_files) COMPLETE |
5662 | 2024-10-29T18:39:17.285Z | [ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-10-29T18:39:17.295Z | [ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5664 | 2024-10-29T18:39:17.295Z | [ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO STEP 500 (remove_files) COMPLETE |
5665 | 2024-10-29T18:39:17.295Z | [ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-10-29T18:39:17.305Z | [ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5667 | 2024-10-29T18:39:17.305Z | [ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO STEP 501 (remove_files) COMPLETE |
5668 | 2024-10-29T18:39:17.307Z | [ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-10-29T18:39:17.315Z | [ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5670 | 2024-10-29T18:39:17.315Z | [ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO STEP 502 (remove_files) COMPLETE |
5671 | 2024-10-29T18:39:17.315Z | [ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-10-29T18:39:17.325Z | [ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5673 | 2024-10-29T18:39:17.325Z | [ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO STEP 503 (remove_files) COMPLETE |
5674 | 2024-10-29T18:39:17.327Z | [ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-10-29T18:39:17.336Z | [ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5676 | 2024-10-29T18:39:17.336Z | [ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.010 INFO STEP 504 (remove_files) COMPLETE |
5677 | 2024-10-29T18:39:17.338Z | [ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.010 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-10-29T18:39:17.346Z | [ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5679 | 2024-10-29T18:39:17.346Z | [ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO STEP 505 (remove_files) COMPLETE |
5680 | 2024-10-29T18:39:17.346Z | [ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-10-29T18:39:17.357Z | [ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5682 | 2024-10-29T18:39:17.359Z | [ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO STEP 506 (remove_files) COMPLETE |
5683 | 2024-10-29T18:39:17.359Z | [ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-10-29T18:39:17.369Z | [ recovery-image] Oct 29 18:39:16.042 INFO O| Oct 29 18:39:16.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5685 | 2024-10-29T18:39:17.371Z | [ recovery-image] Oct 29 18:39:16.043 INFO O| Oct 29 18:39:16.043 INFO STEP 507 (remove_files) COMPLETE |
5686 | 2024-10-29T18:39:17.371Z | [ recovery-image] Oct 29 18:39:16.043 INFO O| Oct 29 18:39:16.043 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-10-29T18:39:17.380Z | [ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5688 | 2024-10-29T18:39:17.380Z | [ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO STEP 508 (remove_files) COMPLETE |
5689 | 2024-10-29T18:39:17.380Z | [ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-10-29T18:39:17.390Z | [ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5691 | 2024-10-29T18:39:17.392Z | [ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO STEP 509 (remove_files) COMPLETE |
5692 | 2024-10-29T18:39:17.392Z | [ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-10-29T18:39:17.400Z | [ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5694 | 2024-10-29T18:39:17.400Z | [ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO STEP 510 (remove_files) COMPLETE |
5695 | 2024-10-29T18:39:17.402Z | [ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-10-29T18:39:17.410Z | [ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5697 | 2024-10-29T18:39:17.412Z | [ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO STEP 511 (remove_files) COMPLETE |
5698 | 2024-10-29T18:39:17.412Z | [ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-10-29T18:39:17.420Z | [ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5700 | 2024-10-29T18:39:17.422Z | [ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.094 INFO STEP 512 (remove_files) COMPLETE |
5701 | 2024-10-29T18:39:17.422Z | [ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.094 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-10-29T18:39:17.430Z | [ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5703 | 2024-10-29T18:39:17.432Z | [ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO STEP 513 (remove_files) COMPLETE |
5704 | 2024-10-29T18:39:17.432Z | [ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-10-29T18:39:17.439Z | [ recovery-image] Oct 29 18:39:16.113 INFO O| Oct 29 18:39:16.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5706 | 2024-10-29T18:39:17.442Z | [ recovery-image] Oct 29 18:39:16.114 INFO O| Oct 29 18:39:16.113 INFO STEP 514 (remove_files) COMPLETE |
5707 | 2024-10-29T18:39:17.442Z | [ recovery-image] Oct 29 18:39:16.114 INFO O| Oct 29 18:39:16.114 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-10-29T18:39:17.450Z | [ recovery-image] Oct 29 18:39:16.123 INFO O| Oct 29 18:39:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5709 | 2024-10-29T18:39:17.450Z | [ recovery-image] Oct 29 18:39:16.124 INFO O| Oct 29 18:39:16.123 INFO STEP 515 (remove_files) COMPLETE |
5710 | 2024-10-29T18:39:17.452Z | [ recovery-image] Oct 29 18:39:16.124 INFO O| Oct 29 18:39:16.124 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-10-29T18:39:17.460Z | [ recovery-image] Oct 29 18:39:16.133 INFO O| Oct 29 18:39:16.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5712 | 2024-10-29T18:39:17.462Z | [ recovery-image] Oct 29 18:39:16.134 INFO O| Oct 29 18:39:16.134 INFO STEP 516 (remove_files) COMPLETE |
5713 | 2024-10-29T18:39:17.462Z | [ recovery-image] Oct 29 18:39:16.134 INFO O| Oct 29 18:39:16.134 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-10-29T18:39:17.470Z | [ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5715 | 2024-10-29T18:39:17.473Z | [ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO STEP 517 (remove_files) COMPLETE |
5716 | 2024-10-29T18:39:17.473Z | [ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-10-29T18:39:17.480Z | [ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5718 | 2024-10-29T18:39:17.480Z | [ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO STEP 518 (remove_files) COMPLETE |
5719 | 2024-10-29T18:39:17.480Z | [ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-10-29T18:39:17.490Z | [ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5721 | 2024-10-29T18:39:17.490Z | [ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO STEP 519 (remove_files) COMPLETE |
5722 | 2024-10-29T18:39:17.493Z | [ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-10-29T18:39:17.500Z | [ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5724 | 2024-10-29T18:39:17.500Z | [ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO STEP 520 (remove_files) COMPLETE |
5725 | 2024-10-29T18:39:17.503Z | [ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-10-29T18:39:17.510Z | [ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5727 | 2024-10-29T18:39:17.512Z | [ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO STEP 521 (remove_files) COMPLETE |
5728 | 2024-10-29T18:39:17.513Z | [ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-10-29T18:39:17.520Z | [ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5730 | 2024-10-29T18:39:17.520Z | [ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO STEP 522 (remove_files) COMPLETE |
5731 | 2024-10-29T18:39:17.522Z | [ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-10-29T18:39:17.530Z | [ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5733 | 2024-10-29T18:39:17.531Z | [ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO STEP 523 (remove_files) COMPLETE |
5734 | 2024-10-29T18:39:17.531Z | [ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-10-29T18:39:17.540Z | [ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5736 | 2024-10-29T18:39:17.540Z | [ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO STEP 524 (remove_files) COMPLETE |
5737 | 2024-10-29T18:39:17.540Z | [ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-10-29T18:39:17.551Z | [ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5739 | 2024-10-29T18:39:17.551Z | [ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO STEP 525 (remove_files) COMPLETE |
5740 | 2024-10-29T18:39:17.551Z | [ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-10-29T18:39:17.560Z | [ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5742 | 2024-10-29T18:39:17.562Z | [ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO STEP 526 (remove_files) COMPLETE |
5743 | 2024-10-29T18:39:17.562Z | [ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-10-29T18:39:17.570Z | [ recovery-image] Oct 29 18:39:16.244 INFO O| Oct 29 18:39:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5745 | 2024-10-29T18:39:17.573Z | [ recovery-image] Oct 29 18:39:16.245 INFO O| Oct 29 18:39:16.245 INFO STEP 527 (remove_files) COMPLETE |
5746 | 2024-10-29T18:39:17.573Z | [ recovery-image] Oct 29 18:39:16.245 INFO O| Oct 29 18:39:16.245 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-10-29T18:39:17.581Z | [ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5748 | 2024-10-29T18:39:17.583Z | [ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO STEP 528 (remove_files) COMPLETE |
5749 | 2024-10-29T18:39:17.583Z | [ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-10-29T18:39:17.592Z | [ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5751 | 2024-10-29T18:39:17.592Z | [ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.266 INFO STEP 529 (remove_files) COMPLETE |
5752 | 2024-10-29T18:39:17.594Z | [ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.266 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-10-29T18:39:17.602Z | [ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5754 | 2024-10-29T18:39:17.605Z | [ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO STEP 530 (remove_files) COMPLETE |
5755 | 2024-10-29T18:39:17.605Z | [ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-10-29T18:39:17.613Z | [ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5757 | 2024-10-29T18:39:17.613Z | [ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO STEP 531 (remove_files) COMPLETE |
5758 | 2024-10-29T18:39:17.615Z | [ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-10-29T18:39:17.623Z | [ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5760 | 2024-10-29T18:39:17.625Z | [ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO STEP 532 (remove_files) COMPLETE |
5761 | 2024-10-29T18:39:17.625Z | [ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-10-29T18:39:17.633Z | [ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5763 | 2024-10-29T18:39:17.635Z | [ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO STEP 533 (remove_files) COMPLETE |
5764 | 2024-10-29T18:39:17.635Z | [ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-10-29T18:39:17.643Z | [ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5766 | 2024-10-29T18:39:17.645Z | [ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO STEP 534 (remove_files) COMPLETE |
5767 | 2024-10-29T18:39:17.645Z | [ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-10-29T18:39:17.653Z | [ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5769 | 2024-10-29T18:39:17.655Z | [ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO STEP 535 (remove_files) COMPLETE |
5770 | 2024-10-29T18:39:17.655Z | [ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-10-29T18:39:17.663Z | [ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5772 | 2024-10-29T18:39:17.665Z | [ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO STEP 536 (remove_files) COMPLETE |
5773 | 2024-10-29T18:39:17.665Z | [ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-10-29T18:39:17.674Z | [ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5775 | 2024-10-29T18:39:17.674Z | [ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO STEP 537 (remove_files) COMPLETE |
5776 | 2024-10-29T18:39:17.674Z | [ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-10-29T18:39:17.684Z | [ recovery-image] Oct 29 18:39:16.358 INFO O| Oct 29 18:39:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5778 | 2024-10-29T18:39:17.687Z | [ recovery-image] Oct 29 18:39:16.359 INFO O| Oct 29 18:39:16.358 INFO STEP 538 (remove_files) COMPLETE |
5779 | 2024-10-29T18:39:17.687Z | [ recovery-image] Oct 29 18:39:16.359 INFO O| Oct 29 18:39:16.359 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-10-29T18:39:17.696Z | [ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5781 | 2024-10-29T18:39:17.698Z | [ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO STEP 539 (remove_files) COMPLETE |
5782 | 2024-10-29T18:39:17.698Z | [ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-10-29T18:39:17.707Z | [ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5784 | 2024-10-29T18:39:17.707Z | [ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO STEP 540 (remove_files) COMPLETE |
5785 | 2024-10-29T18:39:17.710Z | [ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-10-29T18:39:17.718Z | [ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5787 | 2024-10-29T18:39:17.718Z | [ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO STEP 541 (remove_files) COMPLETE |
5788 | 2024-10-29T18:39:17.718Z | [ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-10-29T18:39:17.729Z | [ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5790 | 2024-10-29T18:39:17.731Z | [ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.403 INFO STEP 542 (remove_files) COMPLETE |
5791 | 2024-10-29T18:39:17.731Z | [ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.403 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-10-29T18:39:17.739Z | [ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5793 | 2024-10-29T18:39:17.739Z | [ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO STEP 543 (remove_files) COMPLETE |
5794 | 2024-10-29T18:39:17.741Z | [ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-10-29T18:39:17.749Z | [ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5796 | 2024-10-29T18:39:17.749Z | [ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.423 INFO STEP 544 (remove_files) COMPLETE |
5797 | 2024-10-29T18:39:17.749Z | [ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.423 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-10-29T18:39:17.759Z | [ recovery-image] Oct 29 18:39:16.432 INFO O| Oct 29 18:39:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5799 | 2024-10-29T18:39:17.759Z | [ recovery-image] Oct 29 18:39:16.433 INFO O| Oct 29 18:39:16.433 INFO STEP 545 (remove_files) COMPLETE |
5800 | 2024-10-29T18:39:17.761Z | [ recovery-image] Oct 29 18:39:16.433 INFO O| Oct 29 18:39:16.433 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-10-29T18:39:17.769Z | [ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5802 | 2024-10-29T18:39:17.771Z | [ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.443 INFO STEP 546 (remove_files) COMPLETE |
5803 | 2024-10-29T18:39:17.771Z | [ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.443 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-10-29T18:39:17.779Z | [ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5805 | 2024-10-29T18:39:17.781Z | [ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.453 INFO STEP 547 (remove_files) COMPLETE |
5806 | 2024-10-29T18:39:17.781Z | [ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.453 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-10-29T18:39:17.789Z | [ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5808 | 2024-10-29T18:39:17.789Z | [ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO STEP 548 (remove_files) COMPLETE |
5809 | 2024-10-29T18:39:17.789Z | [ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-10-29T18:39:17.800Z | [ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5811 | 2024-10-29T18:39:17.800Z | [ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO STEP 549 (remove_files) COMPLETE |
5812 | 2024-10-29T18:39:17.800Z | [ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-10-29T18:39:17.812Z | [ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5814 | 2024-10-29T18:39:17.813Z | [ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO STEP 550 (remove_files) COMPLETE |
5815 | 2024-10-29T18:39:17.813Z | [ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-10-29T18:39:17.828Z | [ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5817 | 2024-10-29T18:39:17.828Z | [ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO STEP 551 (remove_files) COMPLETE |
5818 | 2024-10-29T18:39:17.831Z | [ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-10-29T18:39:17.842Z | [ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5820 | 2024-10-29T18:39:17.842Z | [ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO STEP 552 (remove_files) COMPLETE |
5821 | 2024-10-29T18:39:17.842Z | [ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-10-29T18:39:17.854Z | [ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5823 | 2024-10-29T18:39:17.856Z | [ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO STEP 553 (remove_files) COMPLETE |
5824 | 2024-10-29T18:39:17.856Z | [ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-10-29T18:39:17.865Z | [ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5826 | 2024-10-29T18:39:17.869Z | [ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO STEP 554 (remove_files) COMPLETE |
5827 | 2024-10-29T18:39:17.869Z | [ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-10-29T18:39:17.875Z | [ recovery-image] Oct 29 18:39:16.549 INFO O| Oct 29 18:39:16.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5829 | 2024-10-29T18:39:17.878Z | [ recovery-image] Oct 29 18:39:16.550 INFO O| Oct 29 18:39:16.550 INFO STEP 555 (remove_files) COMPLETE |
5830 | 2024-10-29T18:39:17.878Z | [ recovery-image] Oct 29 18:39:16.550 INFO O| Oct 29 18:39:16.550 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-10-29T18:39:17.887Z | [ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5832 | 2024-10-29T18:39:17.887Z | [ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO STEP 556 (remove_files) COMPLETE |
5833 | 2024-10-29T18:39:17.890Z | [ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-10-29T18:39:17.897Z | [ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5835 | 2024-10-29T18:39:17.897Z | [ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO STEP 557 (remove_files) COMPLETE |
5836 | 2024-10-29T18:39:17.901Z | [ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-10-29T18:39:17.908Z | [ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5838 | 2024-10-29T18:39:17.908Z | [ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO STEP 558 (remove_files) COMPLETE |
5839 | 2024-10-29T18:39:17.911Z | [ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-10-29T18:39:17.919Z | [ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5841 | 2024-10-29T18:39:17.919Z | [ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO STEP 559 (remove_files) COMPLETE |
5842 | 2024-10-29T18:39:17.921Z | [ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-10-29T18:39:17.931Z | [ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5844 | 2024-10-29T18:39:17.931Z | [ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO STEP 560 (remove_files) COMPLETE |
5845 | 2024-10-29T18:39:17.931Z | [ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-10-29T18:39:17.940Z | [ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5847 | 2024-10-29T18:39:17.940Z | [ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO STEP 561 (remove_files) COMPLETE |
5848 | 2024-10-29T18:39:17.940Z | [ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-10-29T18:39:17.951Z | [ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5850 | 2024-10-29T18:39:17.951Z | [ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO STEP 562 (remove_files) COMPLETE |
5851 | 2024-10-29T18:39:17.954Z | [ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-10-29T18:39:17.962Z | [ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5853 | 2024-10-29T18:39:17.962Z | [ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO STEP 563 (remove_files) COMPLETE |
5854 | 2024-10-29T18:39:17.962Z | [ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-10-29T18:39:17.974Z | [ recovery-image] Oct 29 18:39:16.647 INFO O| Oct 29 18:39:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5856 | 2024-10-29T18:39:17.974Z | [ recovery-image] Oct 29 18:39:16.647 INFO O| Oct 29 18:39:16.647 INFO STEP 564 (remove_files) COMPLETE |
5857 | 2024-10-29T18:39:17.977Z | [ recovery-image] Oct 29 18:39:16.648 INFO O| Oct 29 18:39:16.647 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-10-29T18:39:17.984Z | [ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5859 | 2024-10-29T18:39:17.984Z | [ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO STEP 565 (remove_files) COMPLETE |
5860 | 2024-10-29T18:39:17.987Z | [ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-10-29T18:39:17.995Z | [ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5862 | 2024-10-29T18:39:17.995Z | [ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO STEP 566 (remove_files) COMPLETE |
5863 | 2024-10-29T18:39:17.997Z | [ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-10-29T18:39:18.005Z | [ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5865 | 2024-10-29T18:39:18.005Z | [ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO STEP 567 (remove_files) COMPLETE |
5866 | 2024-10-29T18:39:18.005Z | [ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-10-29T18:39:18.016Z | [ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5868 | 2024-10-29T18:39:18.016Z | [ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO STEP 568 (remove_files) COMPLETE |
5869 | 2024-10-29T18:39:18.016Z | [ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-10-29T18:39:18.027Z | [ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5871 | 2024-10-29T18:39:18.027Z | [ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO STEP 569 (remove_files) COMPLETE |
5872 | 2024-10-29T18:39:18.027Z | [ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-10-29T18:39:18.039Z | [ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5874 | 2024-10-29T18:39:18.039Z | [ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO STEP 570 (remove_files) COMPLETE |
5875 | 2024-10-29T18:39:18.041Z | [ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-10-29T18:39:18.053Z | [ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5877 | 2024-10-29T18:39:18.053Z | [ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO STEP 571 (remove_files) COMPLETE |
5878 | 2024-10-29T18:39:18.053Z | [ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-10-29T18:39:18.064Z | [ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5880 | 2024-10-29T18:39:18.064Z | [ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO STEP 572 (remove_files) COMPLETE |
5881 | 2024-10-29T18:39:18.064Z | [ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-10-29T18:39:18.076Z | [ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5883 | 2024-10-29T18:39:18.076Z | [ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO STEP 573 (remove_files) COMPLETE |
5884 | 2024-10-29T18:39:18.079Z | [ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-10-29T18:39:18.087Z | [ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5886 | 2024-10-29T18:39:18.087Z | [ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO STEP 574 (remove_files) COMPLETE |
5887 | 2024-10-29T18:39:18.089Z | [ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-10-29T18:39:18.099Z | [ recovery-image] Oct 29 18:39:16.772 INFO O| Oct 29 18:39:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5889 | 2024-10-29T18:39:18.099Z | [ recovery-image] Oct 29 18:39:16.772 INFO O| Oct 29 18:39:16.772 INFO STEP 575 (remove_files) COMPLETE |
5890 | 2024-10-29T18:39:18.101Z | [ recovery-image] Oct 29 18:39:16.773 INFO O| Oct 29 18:39:16.772 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-10-29T18:39:18.110Z | [ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5892 | 2024-10-29T18:39:18.113Z | [ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO STEP 576 (remove_files) COMPLETE |
5893 | 2024-10-29T18:39:18.113Z | [ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-10-29T18:39:18.121Z | [ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5895 | 2024-10-29T18:39:18.124Z | [ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO STEP 577 (remove_files) COMPLETE |
5896 | 2024-10-29T18:39:18.124Z | [ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-10-29T18:39:18.133Z | [ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5898 | 2024-10-29T18:39:18.133Z | [ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO STEP 578 (remove_files) COMPLETE |
5899 | 2024-10-29T18:39:18.133Z | [ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-10-29T18:39:18.147Z | [ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5901 | 2024-10-29T18:39:18.147Z | [ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO STEP 579 (remove_files) COMPLETE |
5902 | 2024-10-29T18:39:18.147Z | [ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-10-29T18:39:18.161Z | [ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5904 | 2024-10-29T18:39:18.161Z | [ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO STEP 580 (remove_files) COMPLETE |
5905 | 2024-10-29T18:39:18.164Z | [ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-10-29T18:39:18.173Z | [ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5907 | 2024-10-29T18:39:18.175Z | [ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO STEP 581 (remove_files) COMPLETE |
5908 | 2024-10-29T18:39:18.175Z | [ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-10-29T18:39:18.180Z | [ host-image] Oct 29 18:39:16.854 INFO O| Oct 29 18:39:16.854 INFO O| Download: Completed 8.42 MB in 3.66 seconds (2.3M/s) |
5910 | 2024-10-29T18:39:18.185Z | [ recovery-image] Oct 29 18:39:16.859 INFO O| Oct 29 18:39:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5911 | 2024-10-29T18:39:18.187Z | [ recovery-image] Oct 29 18:39:16.860 INFO O| Oct 29 18:39:16.860 INFO STEP 582 (remove_files) COMPLETE |
5912 | 2024-10-29T18:39:18.187Z | [ recovery-image] Oct 29 18:39:16.860 INFO O| Oct 29 18:39:16.860 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-10-29T18:39:18.198Z | [ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5914 | 2024-10-29T18:39:18.198Z | [ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.872 INFO STEP 583 (remove_files) COMPLETE |
5915 | 2024-10-29T18:39:18.198Z | [ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.872 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-10-29T18:39:18.211Z | [ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5917 | 2024-10-29T18:39:18.211Z | [ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO STEP 584 (remove_files) COMPLETE |
5918 | 2024-10-29T18:39:18.213Z | [ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-10-29T18:39:18.221Z | [ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5920 | 2024-10-29T18:39:18.221Z | [ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO STEP 585 (remove_files) COMPLETE |
5921 | 2024-10-29T18:39:18.221Z | [ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-10-29T18:39:18.232Z | [ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5923 | 2024-10-29T18:39:18.233Z | [ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO STEP 586 (remove_files) COMPLETE |
5924 | 2024-10-29T18:39:18.233Z | [ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-10-29T18:39:18.242Z | [ host-image] Oct 29 18:39:16.916 INFO O| Oct 29 18:39:16.916 INFO O| Actions: 1/1361 actions (Installing new actions) |
5926 | 2024-10-29T18:39:18.244Z | [ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5927 | 2024-10-29T18:39:18.245Z | [ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO STEP 587 (remove_files) COMPLETE |
5928 | 2024-10-29T18:39:18.245Z | [ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-10-29T18:39:18.255Z | [ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5930 | 2024-10-29T18:39:18.255Z | [ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO STEP 588 (remove_files) COMPLETE |
5931 | 2024-10-29T18:39:18.255Z | [ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-10-29T18:39:18.265Z | [ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5933 | 2024-10-29T18:39:18.265Z | [ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO STEP 589 (remove_files) COMPLETE |
5934 | 2024-10-29T18:39:18.265Z | [ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-10-29T18:39:18.277Z | [ recovery-image] Oct 29 18:39:16.950 INFO O| Oct 29 18:39:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5936 | 2024-10-29T18:39:18.279Z | [ recovery-image] Oct 29 18:39:16.951 INFO O| Oct 29 18:39:16.950 INFO STEP 590 (remove_files) COMPLETE |
5937 | 2024-10-29T18:39:18.279Z | [ recovery-image] Oct 29 18:39:16.951 INFO O| Oct 29 18:39:16.950 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-10-29T18:39:18.287Z | [ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5939 | 2024-10-29T18:39:18.289Z | [ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO STEP 591 (remove_files) COMPLETE |
5940 | 2024-10-29T18:39:18.289Z | [ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-10-29T18:39:18.297Z | [ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5942 | 2024-10-29T18:39:18.300Z | [ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO STEP 592 (remove_files) COMPLETE |
5943 | 2024-10-29T18:39:18.300Z | [ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-10-29T18:39:18.308Z | [ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5945 | 2024-10-29T18:39:18.308Z | [ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO STEP 593 (remove_files) COMPLETE |
5946 | 2024-10-29T18:39:18.310Z | [ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-10-29T18:39:18.318Z | [ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5948 | 2024-10-29T18:39:18.318Z | [ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO STEP 594 (remove_files) COMPLETE |
5949 | 2024-10-29T18:39:18.318Z | [ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-29T18:39:18.330Z | [ recovery-image] Oct 29 18:39:17.003 INFO O| Oct 29 18:39:17.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5951 | 2024-10-29T18:39:18.330Z | [ recovery-image] Oct 29 18:39:17.004 INFO O| Oct 29 18:39:17.003 INFO STEP 595 (remove_files) COMPLETE |
5952 | 2024-10-29T18:39:18.332Z | [ recovery-image] Oct 29 18:39:17.004 INFO O| Oct 29 18:39:17.003 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-10-29T18:39:18.342Z | [ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5954 | 2024-10-29T18:39:18.342Z | [ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO STEP 596 (remove_files) COMPLETE |
5955 | 2024-10-29T18:39:18.342Z | [ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-10-29T18:39:18.357Z | [ recovery-image] Oct 29 18:39:17.030 INFO O| Oct 29 18:39:17.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5957 | 2024-10-29T18:39:18.359Z | [ recovery-image] Oct 29 18:39:17.031 INFO O| Oct 29 18:39:17.031 INFO STEP 597 (remove_files) COMPLETE |
5958 | 2024-10-29T18:39:18.359Z | [ recovery-image] Oct 29 18:39:17.031 INFO O| Oct 29 18:39:17.031 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-10-29T18:39:18.368Z | [ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5960 | 2024-10-29T18:39:18.368Z | [ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO STEP 598 (remove_files) COMPLETE |
5961 | 2024-10-29T18:39:18.379Z | [ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-10-29T18:39:18.381Z | [ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5963 | 2024-10-29T18:39:18.381Z | [ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO STEP 599 (remove_files) COMPLETE |
5964 | 2024-10-29T18:39:18.381Z | [ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-10-29T18:39:18.390Z | [ recovery-image] Oct 29 18:39:17.064 INFO O| Oct 29 18:39:17.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5966 | 2024-10-29T18:39:18.396Z | [ recovery-image] Oct 29 18:39:17.065 INFO O| Oct 29 18:39:17.065 INFO STEP 600 (remove_files) COMPLETE |
5967 | 2024-10-29T18:39:18.396Z | [ recovery-image] Oct 29 18:39:17.065 INFO O| Oct 29 18:39:17.065 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-10-29T18:39:18.403Z | [ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5969 | 2024-10-29T18:39:18.405Z | [ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO STEP 601 (remove_files) COMPLETE |
5970 | 2024-10-29T18:39:18.405Z | [ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-10-29T18:39:18.415Z | [ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5972 | 2024-10-29T18:39:18.416Z | [ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO STEP 602 (remove_files) COMPLETE |
5973 | 2024-10-29T18:39:18.420Z | [ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-10-29T18:39:18.429Z | [ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5975 | 2024-10-29T18:39:18.432Z | [ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO STEP 603 (remove_files) COMPLETE |
5976 | 2024-10-29T18:39:18.432Z | [ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-10-29T18:39:18.440Z | [ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5978 | 2024-10-29T18:39:18.443Z | [ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO STEP 604 (remove_files) COMPLETE |
5979 | 2024-10-29T18:39:18.443Z | [ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-29T18:39:18.451Z | [ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5981 | 2024-10-29T18:39:18.451Z | [ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO STEP 605 (remove_files) COMPLETE |
5982 | 2024-10-29T18:39:18.451Z | [ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-29T18:39:18.460Z | [ recovery-image] Oct 29 18:39:17.134 INFO O| Oct 29 18:39:17.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5984 | 2024-10-29T18:39:18.463Z | [ recovery-image] Oct 29 18:39:17.135 INFO O| Oct 29 18:39:17.135 INFO STEP 606 (remove_files) COMPLETE |
5985 | 2024-10-29T18:39:18.463Z | [ recovery-image] Oct 29 18:39:17.135 INFO O| Oct 29 18:39:17.135 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-29T18:39:18.472Z | [ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5987 | 2024-10-29T18:39:18.472Z | [ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO STEP 607 (remove_files) COMPLETE |
5988 | 2024-10-29T18:39:18.475Z | [ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-29T18:39:18.482Z | [ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5990 | 2024-10-29T18:39:18.482Z | [ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO STEP 608 (remove_files) COMPLETE |
5991 | 2024-10-29T18:39:18.485Z | [ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-29T18:39:18.495Z | [ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5993 | 2024-10-29T18:39:18.495Z | [ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO STEP 609 (remove_files) COMPLETE |
5994 | 2024-10-29T18:39:18.497Z | [ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-29T18:39:18.508Z | [ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5996 | 2024-10-29T18:39:18.511Z | [ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO STEP 610 (remove_files) COMPLETE |
5997 | 2024-10-29T18:39:18.511Z | [ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-29T18:39:18.520Z | [ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5999 | 2024-10-29T18:39:18.520Z | [ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO STEP 611 (remove_files) COMPLETE |
6000 | 2024-10-29T18:39:18.520Z | [ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-29T18:39:18.532Z | [ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6002 | 2024-10-29T18:39:18.534Z | [ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO STEP 612 (remove_files) COMPLETE |
6003 | 2024-10-29T18:39:18.534Z | [ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-29T18:39:18.543Z | [ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6005 | 2024-10-29T18:39:18.545Z | [ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO STEP 613 (remove_files) COMPLETE |
6006 | 2024-10-29T18:39:18.545Z | [ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-29T18:39:18.554Z | [ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6008 | 2024-10-29T18:39:18.554Z | [ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO STEP 614 (remove_files) COMPLETE |
6009 | 2024-10-29T18:39:18.554Z | [ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-29T18:39:18.566Z | [ recovery-image] Oct 29 18:39:17.239 INFO O| Oct 29 18:39:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6011 | 2024-10-29T18:39:18.566Z | [ recovery-image] Oct 29 18:39:17.240 INFO O| Oct 29 18:39:17.240 INFO STEP 615 (remove_files) COMPLETE |
6012 | 2024-10-29T18:39:18.568Z | [ recovery-image] Oct 29 18:39:17.240 INFO O| Oct 29 18:39:17.240 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-29T18:39:18.577Z | [ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6014 | 2024-10-29T18:39:18.577Z | [ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO STEP 616 (remove_files) COMPLETE |
6015 | 2024-10-29T18:39:18.580Z | [ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-29T18:39:18.588Z | [ recovery-image] Oct 29 18:39:17.261 INFO O| Oct 29 18:39:17.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6017 | 2024-10-29T18:39:18.590Z | [ recovery-image] Oct 29 18:39:17.262 INFO O| Oct 29 18:39:17.262 INFO STEP 617 (remove_files) COMPLETE |
6018 | 2024-10-29T18:39:18.590Z | [ recovery-image] Oct 29 18:39:17.262 INFO O| Oct 29 18:39:17.262 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-29T18:39:18.599Z | [ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6020 | 2024-10-29T18:39:18.599Z | [ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO STEP 618 (remove_files) COMPLETE |
6021 | 2024-10-29T18:39:18.599Z | [ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-29T18:39:18.610Z | [ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6023 | 2024-10-29T18:39:18.610Z | [ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.284 INFO STEP 619 (remove_files) COMPLETE |
6024 | 2024-10-29T18:39:18.610Z | [ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.284 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-29T18:39:18.623Z | [ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6026 | 2024-10-29T18:39:18.623Z | [ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO STEP 620 (remove_files) COMPLETE |
6027 | 2024-10-29T18:39:18.623Z | [ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-29T18:39:18.638Z | [ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6029 | 2024-10-29T18:39:18.638Z | [ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO STEP 621 (remove_files) COMPLETE |
6030 | 2024-10-29T18:39:18.638Z | [ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-29T18:39:18.648Z | [ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6032 | 2024-10-29T18:39:18.648Z | [ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO STEP 622 (remove_files) COMPLETE |
6033 | 2024-10-29T18:39:18.650Z | [ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-29T18:39:18.659Z | [ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6035 | 2024-10-29T18:39:18.661Z | [ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO STEP 623 (remove_files) COMPLETE |
6036 | 2024-10-29T18:39:18.661Z | [ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-29T18:39:18.669Z | [ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6038 | 2024-10-29T18:39:18.672Z | [ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO STEP 624 (remove_files) COMPLETE |
6039 | 2024-10-29T18:39:18.672Z | [ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-29T18:39:18.680Z | [ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6041 | 2024-10-29T18:39:18.680Z | [ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO STEP 625 (remove_files) COMPLETE |
6042 | 2024-10-29T18:39:18.680Z | [ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-29T18:39:18.693Z | [ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6044 | 2024-10-29T18:39:18.693Z | [ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO STEP 626 (remove_files) COMPLETE |
6045 | 2024-10-29T18:39:18.696Z | [ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-29T18:39:18.702Z | [ host-image] Oct 29 18:39:17.376 INFO O| Oct 29 18:39:17.376 INFO O| Actions: Completed 1361 actions in 0.46 seconds. |
6047 | 2024-10-29T18:39:18.705Z | [ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6048 | 2024-10-29T18:39:18.707Z | [ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO STEP 627 (remove_files) COMPLETE |
6049 | 2024-10-29T18:39:18.707Z | [ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-10-29T18:39:18.715Z | [ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6051 | 2024-10-29T18:39:18.715Z | [ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO STEP 628 (remove_files) COMPLETE |
6052 | 2024-10-29T18:39:18.718Z | [ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-10-29T18:39:18.726Z | [ recovery-image] Oct 29 18:39:17.399 INFO O| Oct 29 18:39:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6054 | 2024-10-29T18:39:18.726Z | [ recovery-image] Oct 29 18:39:17.400 INFO O| Oct 29 18:39:17.400 INFO STEP 629 (remove_files) COMPLETE |
6055 | 2024-10-29T18:39:18.726Z | [ recovery-image] Oct 29 18:39:17.400 INFO O| Oct 29 18:39:17.400 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-10-29T18:39:18.740Z | [ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6057 | 2024-10-29T18:39:18.740Z | [ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO STEP 630 (remove_files) COMPLETE |
6058 | 2024-10-29T18:39:18.740Z | [ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-10-29T18:39:18.754Z | [ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6060 | 2024-10-29T18:39:18.754Z | [ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO STEP 631 (remove_files) COMPLETE |
6061 | 2024-10-29T18:39:18.754Z | [ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-10-29T18:39:18.764Z | [ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6063 | 2024-10-29T18:39:18.767Z | [ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO STEP 632 (remove_files) COMPLETE |
6064 | 2024-10-29T18:39:18.767Z | [ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-10-29T18:39:18.777Z | [ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6066 | 2024-10-29T18:39:18.777Z | [ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO STEP 633 (remove_files) COMPLETE |
6067 | 2024-10-29T18:39:18.780Z | [ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-10-29T18:39:18.789Z | [ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6069 | 2024-10-29T18:39:18.789Z | [ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO STEP 634 (remove_files) COMPLETE |
6070 | 2024-10-29T18:39:18.793Z | [ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-10-29T18:39:18.799Z | [ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6072 | 2024-10-29T18:39:18.799Z | [ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO STEP 635 (remove_files) COMPLETE |
6073 | 2024-10-29T18:39:18.799Z | [ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-10-29T18:39:18.809Z | [ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6075 | 2024-10-29T18:39:18.811Z | [ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO STEP 636 (remove_files) COMPLETE |
6076 | 2024-10-29T18:39:18.811Z | [ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-10-29T18:39:18.819Z | [ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6078 | 2024-10-29T18:39:18.819Z | [ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO STEP 637 (remove_files) COMPLETE |
6079 | 2024-10-29T18:39:18.821Z | [ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-10-29T18:39:18.831Z | [ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6081 | 2024-10-29T18:39:18.831Z | [ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO STEP 638 (remove_files) COMPLETE |
6082 | 2024-10-29T18:39:18.831Z | [ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-10-29T18:39:18.842Z | [ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6084 | 2024-10-29T18:39:18.844Z | [ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO STEP 639 (remove_files) COMPLETE |
6085 | 2024-10-29T18:39:18.844Z | [ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-10-29T18:39:18.853Z | [ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6087 | 2024-10-29T18:39:18.853Z | [ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO STEP 640 (remove_files) COMPLETE |
6088 | 2024-10-29T18:39:18.853Z | [ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-10-29T18:39:18.864Z | [ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6090 | 2024-10-29T18:39:18.864Z | [ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO STEP 641 (remove_files) COMPLETE |
6091 | 2024-10-29T18:39:18.864Z | [ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-10-29T18:39:18.875Z | [ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6093 | 2024-10-29T18:39:18.878Z | [ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO STEP 642 (remove_files) COMPLETE |
6094 | 2024-10-29T18:39:18.878Z | [ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-10-29T18:39:18.888Z | [ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6096 | 2024-10-29T18:39:18.888Z | [ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO STEP 643 (remove_files) COMPLETE |
6097 | 2024-10-29T18:39:18.888Z | [ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-10-29T18:39:18.900Z | [ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6099 | 2024-10-29T18:39:18.900Z | [ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO STEP 644 (remove_files) COMPLETE |
6100 | 2024-10-29T18:39:18.900Z | [ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-10-29T18:39:18.912Z | [ recovery-image] Oct 29 18:39:17.585 INFO O| Oct 29 18:39:17.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6102 | 2024-10-29T18:39:18.912Z | [ recovery-image] Oct 29 18:39:17.585 INFO O| Oct 29 18:39:17.585 INFO STEP 645 (remove_files) COMPLETE |
6103 | 2024-10-29T18:39:18.914Z | [ recovery-image] Oct 29 18:39:17.586 INFO O| Oct 29 18:39:17.585 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-10-29T18:39:18.923Z | [ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6105 | 2024-10-29T18:39:18.926Z | [ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO STEP 646 (remove_files) COMPLETE |
6106 | 2024-10-29T18:39:18.926Z | [ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-10-29T18:39:18.934Z | [ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6108 | 2024-10-29T18:39:18.936Z | [ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO STEP 647 (remove_files) COMPLETE |
6109 | 2024-10-29T18:39:18.936Z | [ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-10-29T18:39:18.946Z | [ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6111 | 2024-10-29T18:39:18.946Z | [ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO STEP 648 (remove_files) COMPLETE |
6112 | 2024-10-29T18:39:18.946Z | [ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-10-29T18:39:18.960Z | [ recovery-image] Oct 29 18:39:17.633 INFO O| Oct 29 18:39:17.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6114 | 2024-10-29T18:39:18.960Z | [ recovery-image] Oct 29 18:39:17.634 INFO O| Oct 29 18:39:17.634 INFO STEP 649 (remove_files) COMPLETE |
6115 | 2024-10-29T18:39:18.962Z | [ recovery-image] Oct 29 18:39:17.634 INFO O| Oct 29 18:39:17.634 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-10-29T18:39:18.973Z | [ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6117 | 2024-10-29T18:39:18.973Z | [ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO STEP 650 (remove_files) COMPLETE |
6118 | 2024-10-29T18:39:18.973Z | [ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-10-29T18:39:18.983Z | [ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6120 | 2024-10-29T18:39:18.986Z | [ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO STEP 651 (remove_files) COMPLETE |
6121 | 2024-10-29T18:39:18.986Z | [ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-10-29T18:39:18.995Z | [ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6123 | 2024-10-29T18:39:18.995Z | [ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO STEP 652 (remove_files) COMPLETE |
6124 | 2024-10-29T18:39:18.997Z | [ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-10-29T18:39:19.006Z | [ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6126 | 2024-10-29T18:39:19.006Z | [ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO STEP 653 (remove_files) COMPLETE |
6127 | 2024-10-29T18:39:19.006Z | [ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-10-29T18:39:19.018Z | [ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6129 | 2024-10-29T18:39:19.018Z | [ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO STEP 654 (remove_files) COMPLETE |
6130 | 2024-10-29T18:39:19.021Z | [ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-10-29T18:39:19.035Z | [ host-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO O| Done |
6132 | 2024-10-29T18:39:19.035Z | [ host-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO O| Done |
6133 | 2024-10-29T18:39:19.038Z | [ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6134 | 2024-10-29T18:39:19.038Z | [ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO STEP 655 (remove_files) COMPLETE |
6135 | 2024-10-29T18:39:19.039Z | [ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-10-29T18:39:19.052Z | [ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6137 | 2024-10-29T18:39:19.054Z | [ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.726 INFO STEP 656 (remove_files) COMPLETE |
6138 | 2024-10-29T18:39:19.054Z | [ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.726 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-10-29T18:39:19.067Z | [ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6140 | 2024-10-29T18:39:19.067Z | [ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO STEP 657 (remove_files) COMPLETE |
6141 | 2024-10-29T18:39:19.069Z | [ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-10-29T18:39:19.080Z | [ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6143 | 2024-10-29T18:39:19.080Z | [ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO STEP 658 (remove_files) COMPLETE |
6144 | 2024-10-29T18:39:19.082Z | [ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-10-29T18:39:19.092Z | [ recovery-image] Oct 29 18:39:17.765 INFO O| Oct 29 18:39:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6146 | 2024-10-29T18:39:19.092Z | [ recovery-image] Oct 29 18:39:17.765 INFO O| Oct 29 18:39:17.765 INFO STEP 659 (remove_files) COMPLETE |
6147 | 2024-10-29T18:39:19.094Z | [ recovery-image] Oct 29 18:39:17.766 INFO O| Oct 29 18:39:17.765 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-10-29T18:39:19.103Z | [ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6149 | 2024-10-29T18:39:19.103Z | [ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.777 INFO STEP 660 (remove_files) COMPLETE |
6150 | 2024-10-29T18:39:19.105Z | [ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.777 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-10-29T18:39:19.114Z | [ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6152 | 2024-10-29T18:39:19.114Z | [ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO STEP 661 (remove_files) COMPLETE |
6153 | 2024-10-29T18:39:19.114Z | [ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-10-29T18:39:19.124Z | [ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6155 | 2024-10-29T18:39:19.124Z | [ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO STEP 662 (remove_files) COMPLETE |
6156 | 2024-10-29T18:39:19.124Z | [ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-10-29T18:39:19.135Z | [ recovery-image] Oct 29 18:39:17.808 INFO O| Oct 29 18:39:17.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6158 | 2024-10-29T18:39:19.137Z | [ recovery-image] Oct 29 18:39:17.809 INFO O| Oct 29 18:39:17.808 INFO STEP 663 (remove_files) COMPLETE |
6159 | 2024-10-29T18:39:19.138Z | [ recovery-image] Oct 29 18:39:17.809 INFO O| Oct 29 18:39:17.809 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-10-29T18:39:19.145Z | [ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6161 | 2024-10-29T18:39:19.145Z | [ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO STEP 664 (remove_files) COMPLETE |
6162 | 2024-10-29T18:39:19.147Z | [ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-10-29T18:39:19.157Z | [ recovery-image] Oct 29 18:39:17.830 INFO O| Oct 29 18:39:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6164 | 2024-10-29T18:39:19.159Z | [ recovery-image] Oct 29 18:39:17.831 INFO O| Oct 29 18:39:17.830 INFO STEP 665 (remove_files) COMPLETE |
6165 | 2024-10-29T18:39:19.159Z | [ recovery-image] Oct 29 18:39:17.831 INFO O| Oct 29 18:39:17.831 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-10-29T18:39:19.170Z | [ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6167 | 2024-10-29T18:39:19.170Z | [ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO STEP 666 (remove_files) COMPLETE |
6168 | 2024-10-29T18:39:19.170Z | [ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-10-29T18:39:19.184Z | [ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6170 | 2024-10-29T18:39:19.184Z | [ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO STEP 667 (remove_files) COMPLETE |
6171 | 2024-10-29T18:39:19.184Z | [ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-10-29T18:39:19.196Z | [ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6173 | 2024-10-29T18:39:19.196Z | [ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO STEP 668 (remove_files) COMPLETE |
6174 | 2024-10-29T18:39:19.196Z | [ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-10-29T18:39:19.207Z | [ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6176 | 2024-10-29T18:39:19.207Z | [ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO STEP 669 (remove_files) COMPLETE |
6177 | 2024-10-29T18:39:19.207Z | [ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-10-29T18:39:19.218Z | [ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6179 | 2024-10-29T18:39:19.218Z | [ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.892 INFO STEP 670 (remove_files) COMPLETE |
6180 | 2024-10-29T18:39:19.218Z | [ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.892 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-10-29T18:39:19.229Z | [ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6182 | 2024-10-29T18:39:19.229Z | [ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO STEP 671 (remove_files) COMPLETE |
6183 | 2024-10-29T18:39:19.232Z | [ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-10-29T18:39:19.241Z | [ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6185 | 2024-10-29T18:39:19.241Z | [ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO STEP 672 (remove_files) COMPLETE |
6186 | 2024-10-29T18:39:19.243Z | [ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-10-29T18:39:19.253Z | [ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6188 | 2024-10-29T18:39:19.255Z | [ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO STEP 673 (remove_files) COMPLETE |
6189 | 2024-10-29T18:39:19.255Z | [ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-10-29T18:39:19.265Z | [ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6191 | 2024-10-29T18:39:19.267Z | [ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO STEP 674 (remove_files) COMPLETE |
6192 | 2024-10-29T18:39:19.267Z | [ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-10-29T18:39:19.277Z | [ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6194 | 2024-10-29T18:39:19.279Z | [ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO STEP 675 (remove_files) COMPLETE |
6195 | 2024-10-29T18:39:19.279Z | [ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-10-29T18:39:19.289Z | [ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6197 | 2024-10-29T18:39:19.289Z | [ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO STEP 676 (remove_files) COMPLETE |
6198 | 2024-10-29T18:39:19.289Z | [ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-10-29T18:39:19.300Z | [ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6200 | 2024-10-29T18:39:19.302Z | [ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO STEP 677 (remove_files) COMPLETE |
6201 | 2024-10-29T18:39:19.302Z | [ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-10-29T18:39:19.310Z | [ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6203 | 2024-10-29T18:39:19.310Z | [ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO STEP 678 (remove_files) COMPLETE |
6204 | 2024-10-29T18:39:19.312Z | [ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-10-29T18:39:19.320Z | [ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6206 | 2024-10-29T18:39:19.320Z | [ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO STEP 679 (remove_files) COMPLETE |
6207 | 2024-10-29T18:39:19.324Z | [ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-10-29T18:39:19.330Z | [ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6209 | 2024-10-29T18:39:19.332Z | [ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.004 INFO STEP 680 (remove_files) COMPLETE |
6210 | 2024-10-29T18:39:19.332Z | [ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.004 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-10-29T18:39:19.340Z | [ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6212 | 2024-10-29T18:39:19.340Z | [ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO STEP 681 (remove_files) COMPLETE |
6213 | 2024-10-29T18:39:19.342Z | [ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-10-29T18:39:19.352Z | [ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6215 | 2024-10-29T18:39:19.354Z | [ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO STEP 682 (remove_files) COMPLETE |
6216 | 2024-10-29T18:39:19.354Z | [ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-10-29T18:39:19.364Z | [ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6218 | 2024-10-29T18:39:19.364Z | [ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO STEP 683 (remove_files) COMPLETE |
6219 | 2024-10-29T18:39:19.364Z | [ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-10-29T18:39:19.377Z | [ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6221 | 2024-10-29T18:39:19.377Z | [ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO STEP 684 (remove_files) COMPLETE |
6222 | 2024-10-29T18:39:19.377Z | [ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-10-29T18:39:19.389Z | [ recovery-image] Oct 29 18:39:18.063 INFO O| Oct 29 18:39:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6224 | 2024-10-29T18:39:19.391Z | [ recovery-image] Oct 29 18:39:18.064 INFO O| Oct 29 18:39:18.064 INFO STEP 685 (remove_files) COMPLETE |
6225 | 2024-10-29T18:39:19.391Z | [ recovery-image] Oct 29 18:39:18.064 INFO O| Oct 29 18:39:18.064 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-10-29T18:39:19.403Z | [ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6227 | 2024-10-29T18:39:19.403Z | [ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO STEP 686 (remove_files) COMPLETE |
6228 | 2024-10-29T18:39:19.405Z | [ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-10-29T18:39:19.415Z | [ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6230 | 2024-10-29T18:39:19.415Z | [ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO STEP 687 (remove_files) COMPLETE |
6231 | 2024-10-29T18:39:19.415Z | [ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-10-29T18:39:19.428Z | [ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6233 | 2024-10-29T18:39:19.428Z | [ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO STEP 688 (remove_files) COMPLETE |
6234 | 2024-10-29T18:39:19.431Z | [ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-10-29T18:39:19.439Z | [ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6236 | 2024-10-29T18:39:19.439Z | [ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO STEP 689 (remove_files) COMPLETE |
6237 | 2024-10-29T18:39:19.439Z | [ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-10-29T18:39:19.449Z | [ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6239 | 2024-10-29T18:39:19.449Z | [ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO STEP 690 (remove_files) COMPLETE |
6240 | 2024-10-29T18:39:19.449Z | [ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-10-29T18:39:19.459Z | [ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6242 | 2024-10-29T18:39:19.459Z | [ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO STEP 691 (remove_files) COMPLETE |
6243 | 2024-10-29T18:39:19.459Z | [ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-10-29T18:39:19.469Z | [ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6245 | 2024-10-29T18:39:19.469Z | [ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO STEP 692 (remove_files) COMPLETE |
6246 | 2024-10-29T18:39:19.469Z | [ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-10-29T18:39:19.481Z | [ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6248 | 2024-10-29T18:39:19.481Z | [ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO STEP 693 (remove_files) COMPLETE |
6249 | 2024-10-29T18:39:19.481Z | [ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-10-29T18:39:19.491Z | [ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6251 | 2024-10-29T18:39:19.493Z | [ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO STEP 694 (remove_files) COMPLETE |
6252 | 2024-10-29T18:39:19.493Z | [ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-10-29T18:39:19.501Z | [ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6254 | 2024-10-29T18:39:19.501Z | [ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO STEP 695 (remove_files) COMPLETE |
6255 | 2024-10-29T18:39:19.501Z | [ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-10-29T18:39:19.512Z | [ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6257 | 2024-10-29T18:39:19.512Z | [ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO STEP 696 (remove_files) COMPLETE |
6258 | 2024-10-29T18:39:19.515Z | [ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-10-29T18:39:19.523Z | [ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6260 | 2024-10-29T18:39:19.523Z | [ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO STEP 697 (remove_files) COMPLETE |
6261 | 2024-10-29T18:39:19.523Z | [ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-10-29T18:39:19.534Z | [ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6263 | 2024-10-29T18:39:19.534Z | [ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO STEP 698 (remove_files) COMPLETE |
6264 | 2024-10-29T18:39:19.535Z | [ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-10-29T18:39:19.539Z | [ host-image] Oct 29 18:39:18.213 INFO O| Oct 29 18:39:18.213 INFO O| Done |
6266 | 2024-10-29T18:39:19.546Z | [ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6267 | 2024-10-29T18:39:19.549Z | [ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO STEP 699 (remove_files) COMPLETE |
6268 | 2024-10-29T18:39:19.549Z | [ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-10-29T18:39:19.556Z | [ recovery-image] Oct 29 18:39:18.230 INFO O| Oct 29 18:39:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6270 | 2024-10-29T18:39:19.559Z | [ recovery-image] Oct 29 18:39:18.231 INFO O| Oct 29 18:39:18.231 INFO STEP 700 (remove_files) COMPLETE |
6271 | 2024-10-29T18:39:19.559Z | [ recovery-image] Oct 29 18:39:18.231 INFO O| Oct 29 18:39:18.231 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-10-29T18:39:19.567Z | [ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6273 | 2024-10-29T18:39:19.569Z | [ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO STEP 701 (remove_files) COMPLETE |
6274 | 2024-10-29T18:39:19.569Z | [ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-10-29T18:39:19.577Z | [ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6276 | 2024-10-29T18:39:19.580Z | [ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO STEP 702 (remove_files) COMPLETE |
6277 | 2024-10-29T18:39:19.580Z | [ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-10-29T18:39:19.588Z | [ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6279 | 2024-10-29T18:39:19.588Z | [ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO STEP 703 (remove_files) COMPLETE |
6280 | 2024-10-29T18:39:19.588Z | [ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-10-29T18:39:19.598Z | [ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6282 | 2024-10-29T18:39:19.600Z | [ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.272 INFO STEP 704 (remove_files) COMPLETE |
6283 | 2024-10-29T18:39:19.600Z | [ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.272 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-10-29T18:39:19.608Z | [ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6285 | 2024-10-29T18:39:19.610Z | [ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO STEP 705 (remove_files) COMPLETE |
6286 | 2024-10-29T18:39:19.610Z | [ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-10-29T18:39:19.618Z | [ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6288 | 2024-10-29T18:39:19.620Z | [ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO STEP 706 (remove_files) COMPLETE |
6289 | 2024-10-29T18:39:19.620Z | [ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-10-29T18:39:19.628Z | [ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6291 | 2024-10-29T18:39:19.630Z | [ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO STEP 707 (remove_files) COMPLETE |
6292 | 2024-10-29T18:39:19.630Z | [ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-10-29T18:39:19.638Z | [ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6294 | 2024-10-29T18:39:19.640Z | [ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO STEP 708 (remove_files) COMPLETE |
6295 | 2024-10-29T18:39:19.640Z | [ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-10-29T18:39:19.648Z | [ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6297 | 2024-10-29T18:39:19.650Z | [ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO STEP 709 (remove_files) COMPLETE |
6298 | 2024-10-29T18:39:19.650Z | [ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-10-29T18:39:19.658Z | [ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6300 | 2024-10-29T18:39:19.660Z | [ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO STEP 710 (remove_files) COMPLETE |
6301 | 2024-10-29T18:39:19.660Z | [ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-10-29T18:39:19.670Z | [ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6303 | 2024-10-29T18:39:19.672Z | [ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO STEP 711 (remove_files) COMPLETE |
6304 | 2024-10-29T18:39:19.672Z | [ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-10-29T18:39:19.680Z | [ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6306 | 2024-10-29T18:39:19.682Z | [ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO STEP 712 (remove_files) COMPLETE |
6307 | 2024-10-29T18:39:19.682Z | [ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-10-29T18:39:19.690Z | [ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6309 | 2024-10-29T18:39:19.690Z | [ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO STEP 713 (remove_files) COMPLETE |
6310 | 2024-10-29T18:39:19.690Z | [ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-10-29T18:39:19.700Z | [ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6312 | 2024-10-29T18:39:19.700Z | [ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO STEP 714 (remove_files) COMPLETE |
6313 | 2024-10-29T18:39:19.700Z | [ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-10-29T18:39:19.711Z | [ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6315 | 2024-10-29T18:39:19.711Z | [ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO STEP 715 (remove_files) COMPLETE |
6316 | 2024-10-29T18:39:19.713Z | [ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-10-29T18:39:19.721Z | [ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6318 | 2024-10-29T18:39:19.723Z | [ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO STEP 716 (remove_files) COMPLETE |
6319 | 2024-10-29T18:39:19.723Z | [ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-10-29T18:39:19.731Z | [ recovery-image] Oct 29 18:39:18.404 INFO O| Oct 29 18:39:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6321 | 2024-10-29T18:39:19.733Z | [ recovery-image] Oct 29 18:39:18.405 INFO O| Oct 29 18:39:18.405 INFO STEP 717 (remove_files) COMPLETE |
6322 | 2024-10-29T18:39:19.733Z | [ recovery-image] Oct 29 18:39:18.405 INFO O| Oct 29 18:39:18.405 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-10-29T18:39:19.741Z | [ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6324 | 2024-10-29T18:39:19.743Z | [ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO STEP 718 (remove_files) COMPLETE |
6325 | 2024-10-29T18:39:19.743Z | [ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-10-29T18:39:19.751Z | [ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6327 | 2024-10-29T18:39:19.754Z | [ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO STEP 719 (remove_files) COMPLETE |
6328 | 2024-10-29T18:39:19.754Z | [ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-10-29T18:39:19.762Z | [ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6330 | 2024-10-29T18:39:19.764Z | [ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO STEP 720 (remove_files) COMPLETE |
6331 | 2024-10-29T18:39:19.764Z | [ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-10-29T18:39:19.773Z | [ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6333 | 2024-10-29T18:39:19.773Z | [ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO STEP 721 (remove_files) COMPLETE |
6334 | 2024-10-29T18:39:19.773Z | [ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-10-29T18:39:19.785Z | [ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6336 | 2024-10-29T18:39:19.785Z | [ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO STEP 722 (remove_files) COMPLETE |
6337 | 2024-10-29T18:39:19.787Z | [ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-10-29T18:39:19.796Z | [ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6339 | 2024-10-29T18:39:19.796Z | [ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO STEP 723 (remove_files) COMPLETE |
6340 | 2024-10-29T18:39:19.798Z | [ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-10-29T18:39:19.807Z | [ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6342 | 2024-10-29T18:39:19.807Z | [ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO STEP 724 (remove_files) COMPLETE |
6343 | 2024-10-29T18:39:19.810Z | [ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-10-29T18:39:19.821Z | [ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6345 | 2024-10-29T18:39:19.824Z | [ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO STEP 725 (remove_files) COMPLETE |
6346 | 2024-10-29T18:39:19.824Z | [ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-10-29T18:39:19.832Z | [ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6348 | 2024-10-29T18:39:19.832Z | [ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO STEP 726 (remove_files) COMPLETE |
6349 | 2024-10-29T18:39:19.834Z | [ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-10-29T18:39:19.844Z | [ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6351 | 2024-10-29T18:39:19.847Z | [ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO STEP 727 (remove_files) COMPLETE |
6352 | 2024-10-29T18:39:19.847Z | [ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-10-29T18:39:19.856Z | [ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6354 | 2024-10-29T18:39:19.856Z | [ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO STEP 728 (remove_files) COMPLETE |
6355 | 2024-10-29T18:39:19.858Z | [ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-10-29T18:39:19.868Z | [ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6357 | 2024-10-29T18:39:19.868Z | [ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO STEP 729 (remove_files) COMPLETE |
6358 | 2024-10-29T18:39:19.871Z | [ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-10-29T18:39:19.878Z | [ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6360 | 2024-10-29T18:39:19.880Z | [ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO STEP 730 (remove_files) COMPLETE |
6361 | 2024-10-29T18:39:19.880Z | [ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-10-29T18:39:19.888Z | [ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6363 | 2024-10-29T18:39:19.888Z | [ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO STEP 731 (remove_files) COMPLETE |
6364 | 2024-10-29T18:39:19.889Z | [ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-10-29T18:39:19.899Z | [ recovery-image] Oct 29 18:39:18.572 INFO O| Oct 29 18:39:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6366 | 2024-10-29T18:39:19.899Z | [ recovery-image] Oct 29 18:39:18.573 INFO O| Oct 29 18:39:18.572 INFO STEP 732 (remove_files) COMPLETE |
6367 | 2024-10-29T18:39:19.901Z | [ recovery-image] Oct 29 18:39:18.573 INFO O| Oct 29 18:39:18.572 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-10-29T18:39:19.909Z | [ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6369 | 2024-10-29T18:39:19.912Z | [ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO STEP 733 (remove_files) COMPLETE |
6370 | 2024-10-29T18:39:19.912Z | [ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-10-29T18:39:19.920Z | [ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6372 | 2024-10-29T18:39:19.920Z | [ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO STEP 734 (remove_files) COMPLETE |
6373 | 2024-10-29T18:39:19.922Z | [ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-10-29T18:39:19.931Z | [ recovery-image] Oct 29 18:39:18.604 INFO O| Oct 29 18:39:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6375 | 2024-10-29T18:39:19.935Z | [ recovery-image] Oct 29 18:39:18.605 INFO O| Oct 29 18:39:18.605 INFO STEP 735 (remove_files) COMPLETE |
6376 | 2024-10-29T18:39:19.935Z | [ recovery-image] Oct 29 18:39:18.605 INFO O| Oct 29 18:39:18.605 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-10-29T18:39:19.946Z | [ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6378 | 2024-10-29T18:39:19.946Z | [ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO STEP 736 (remove_files) COMPLETE |
6379 | 2024-10-29T18:39:19.946Z | [ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-10-29T18:39:19.958Z | [ recovery-image] Oct 29 18:39:18.631 INFO O| Oct 29 18:39:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6381 | 2024-10-29T18:39:19.958Z | [ recovery-image] Oct 29 18:39:18.632 INFO O| Oct 29 18:39:18.632 INFO STEP 737 (remove_files) COMPLETE |
6382 | 2024-10-29T18:39:19.960Z | [ recovery-image] Oct 29 18:39:18.632 INFO O| Oct 29 18:39:18.632 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-10-29T18:39:19.969Z | [ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6384 | 2024-10-29T18:39:19.971Z | [ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.643 INFO STEP 738 (remove_files) COMPLETE |
6385 | 2024-10-29T18:39:19.971Z | [ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.643 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-10-29T18:39:19.981Z | [ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6387 | 2024-10-29T18:39:19.981Z | [ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO STEP 739 (remove_files) COMPLETE |
6388 | 2024-10-29T18:39:19.981Z | [ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-10-29T18:39:19.992Z | [ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6390 | 2024-10-29T18:39:19.994Z | [ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO STEP 740 (remove_files) COMPLETE |
6391 | 2024-10-29T18:39:19.994Z | [ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-10-29T18:39:20.003Z | [ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6393 | 2024-10-29T18:39:20.003Z | [ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO STEP 741 (remove_files) COMPLETE |
6394 | 2024-10-29T18:39:20.005Z | [ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-10-29T18:39:20.013Z | [ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6396 | 2024-10-29T18:39:20.013Z | [ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.687 INFO STEP 742 (remove_files) COMPLETE |
6397 | 2024-10-29T18:39:20.015Z | [ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.687 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-10-29T18:39:20.023Z | [ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6399 | 2024-10-29T18:39:20.023Z | [ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO STEP 743 (remove_files) COMPLETE |
6400 | 2024-10-29T18:39:20.026Z | [ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-10-29T18:39:20.033Z | [ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6402 | 2024-10-29T18:39:20.033Z | [ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO STEP 744 (remove_files) COMPLETE |
6403 | 2024-10-29T18:39:20.035Z | [ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-10-29T18:39:20.043Z | [ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6405 | 2024-10-29T18:39:20.043Z | [ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO STEP 745 (remove_files) COMPLETE |
6406 | 2024-10-29T18:39:20.045Z | [ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-10-29T18:39:20.053Z | [ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6408 | 2024-10-29T18:39:20.053Z | [ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.727 INFO STEP 746 (remove_files) COMPLETE |
6409 | 2024-10-29T18:39:20.055Z | [ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.727 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-10-29T18:39:20.063Z | [ recovery-image] Oct 29 18:39:18.736 INFO O| Oct 29 18:39:18.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6411 | 2024-10-29T18:39:20.065Z | [ recovery-image] Oct 29 18:39:18.737 INFO O| Oct 29 18:39:18.737 INFO STEP 747 (remove_files) COMPLETE |
6412 | 2024-10-29T18:39:20.065Z | [ recovery-image] Oct 29 18:39:18.737 INFO O| Oct 29 18:39:18.737 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-10-29T18:39:20.073Z | [ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6414 | 2024-10-29T18:39:20.075Z | [ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO STEP 748 (remove_files) COMPLETE |
6415 | 2024-10-29T18:39:20.075Z | [ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-10-29T18:39:20.083Z | [ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6417 | 2024-10-29T18:39:20.086Z | [ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO STEP 749 (remove_files) COMPLETE |
6418 | 2024-10-29T18:39:20.086Z | [ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-10-29T18:39:20.096Z | [ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6420 | 2024-10-29T18:39:20.096Z | [ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO STEP 750 (remove_files) COMPLETE |
6421 | 2024-10-29T18:39:20.098Z | [ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-10-29T18:39:20.108Z | [ recovery-image] Oct 29 18:39:18.781 INFO O| Oct 29 18:39:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6423 | 2024-10-29T18:39:20.108Z | [ recovery-image] Oct 29 18:39:18.782 INFO O| Oct 29 18:39:18.782 INFO STEP 751 (remove_files) COMPLETE |
6424 | 2024-10-29T18:39:20.108Z | [ recovery-image] Oct 29 18:39:18.782 INFO O| Oct 29 18:39:18.782 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-10-29T18:39:20.125Z | [ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6426 | 2024-10-29T18:39:20.125Z | [ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO STEP 752 (remove_files) COMPLETE |
6427 | 2024-10-29T18:39:20.127Z | [ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-10-29T18:39:20.136Z | [ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6429 | 2024-10-29T18:39:20.138Z | [ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.810 INFO STEP 753 (remove_files) COMPLETE |
6430 | 2024-10-29T18:39:20.138Z | [ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.810 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-10-29T18:39:20.146Z | [ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6432 | 2024-10-29T18:39:20.148Z | [ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO STEP 754 (remove_files) COMPLETE |
6433 | 2024-10-29T18:39:20.148Z | [ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-10-29T18:39:20.157Z | [ recovery-image] Oct 29 18:39:18.830 INFO O| Oct 29 18:39:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6435 | 2024-10-29T18:39:20.159Z | [ recovery-image] Oct 29 18:39:18.831 INFO O| Oct 29 18:39:18.831 INFO STEP 755 (remove_files) COMPLETE |
6436 | 2024-10-29T18:39:20.159Z | [ recovery-image] Oct 29 18:39:18.831 INFO O| Oct 29 18:39:18.831 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-10-29T18:39:20.170Z | [ recovery-image] Oct 29 18:39:18.843 INFO O| Oct 29 18:39:18.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6438 | 2024-10-29T18:39:20.170Z | [ recovery-image] Oct 29 18:39:18.844 INFO O| Oct 29 18:39:18.843 INFO STEP 756 (remove_files) COMPLETE |
6439 | 2024-10-29T18:39:20.172Z | [ recovery-image] Oct 29 18:39:18.844 INFO O| Oct 29 18:39:18.843 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-10-29T18:39:20.182Z | [ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6441 | 2024-10-29T18:39:20.182Z | [ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO STEP 757 (remove_files) COMPLETE |
6442 | 2024-10-29T18:39:20.182Z | [ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-10-29T18:39:20.197Z | [ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6444 | 2024-10-29T18:39:20.197Z | [ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO STEP 758 (remove_files) COMPLETE |
6445 | 2024-10-29T18:39:20.199Z | [ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-10-29T18:39:20.209Z | [ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6447 | 2024-10-29T18:39:20.212Z | [ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO STEP 759 (remove_files) COMPLETE |
6448 | 2024-10-29T18:39:20.212Z | [ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-10-29T18:39:20.221Z | [ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6450 | 2024-10-29T18:39:20.221Z | [ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO STEP 760 (remove_files) COMPLETE |
6451 | 2024-10-29T18:39:20.221Z | [ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-10-29T18:39:20.233Z | [ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6453 | 2024-10-29T18:39:20.235Z | [ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO STEP 761 (remove_files) COMPLETE |
6454 | 2024-10-29T18:39:20.235Z | [ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-10-29T18:39:20.246Z | [ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6456 | 2024-10-29T18:39:20.246Z | [ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO STEP 762 (remove_files) COMPLETE |
6457 | 2024-10-29T18:39:20.248Z | [ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-10-29T18:39:20.258Z | [ recovery-image] Oct 29 18:39:18.931 INFO O| Oct 29 18:39:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6459 | 2024-10-29T18:39:20.258Z | [ recovery-image] Oct 29 18:39:18.932 INFO O| Oct 29 18:39:18.931 INFO STEP 763 (remove_files) COMPLETE |
6460 | 2024-10-29T18:39:20.260Z | [ recovery-image] Oct 29 18:39:18.932 INFO O| Oct 29 18:39:18.932 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-10-29T18:39:20.270Z | [ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6462 | 2024-10-29T18:39:20.270Z | [ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO STEP 764 (remove_files) COMPLETE |
6463 | 2024-10-29T18:39:20.273Z | [ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-10-29T18:39:20.281Z | [ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6465 | 2024-10-29T18:39:20.284Z | [ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO STEP 765 (remove_files) COMPLETE |
6466 | 2024-10-29T18:39:20.284Z | [ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-10-29T18:39:20.294Z | [ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6468 | 2024-10-29T18:39:20.294Z | [ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO STEP 766 (remove_files) COMPLETE |
6469 | 2024-10-29T18:39:20.296Z | [ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-10-29T18:39:20.305Z | [ recovery-image] Oct 29 18:39:18.978 INFO O| Oct 29 18:39:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6471 | 2024-10-29T18:39:20.305Z | [ recovery-image] Oct 29 18:39:18.978 INFO O| Oct 29 18:39:18.978 INFO STEP 767 (remove_files) COMPLETE |
6472 | 2024-10-29T18:39:20.305Z | [ recovery-image] Oct 29 18:39:18.979 INFO O| Oct 29 18:39:18.978 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-10-29T18:39:20.317Z | [ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6474 | 2024-10-29T18:39:20.317Z | [ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO STEP 768 (remove_files) COMPLETE |
6475 | 2024-10-29T18:39:20.317Z | [ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-10-29T18:39:20.329Z | [ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6477 | 2024-10-29T18:39:20.329Z | [ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO STEP 769 (remove_files) COMPLETE |
6478 | 2024-10-29T18:39:20.331Z | [ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-10-29T18:39:20.341Z | [ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6480 | 2024-10-29T18:39:20.341Z | [ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO STEP 770 (remove_files) COMPLETE |
6481 | 2024-10-29T18:39:20.341Z | [ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-10-29T18:39:20.352Z | [ recovery-image] Oct 29 18:39:19.025 INFO O| Oct 29 18:39:19.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6483 | 2024-10-29T18:39:20.352Z | [ recovery-image] Oct 29 18:39:19.026 INFO O| Oct 29 18:39:19.026 INFO STEP 771 (remove_files) COMPLETE |
6484 | 2024-10-29T18:39:20.352Z | [ recovery-image] Oct 29 18:39:19.026 INFO O| Oct 29 18:39:19.026 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-10-29T18:39:20.363Z | [ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6486 | 2024-10-29T18:39:20.366Z | [ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO STEP 772 (remove_files) COMPLETE |
6487 | 2024-10-29T18:39:20.366Z | [ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-10-29T18:39:20.374Z | [ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6489 | 2024-10-29T18:39:20.374Z | [ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO STEP 773 (remove_files) COMPLETE |
6490 | 2024-10-29T18:39:20.374Z | [ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-10-29T18:39:20.384Z | [ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6492 | 2024-10-29T18:39:20.384Z | [ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO STEP 774 (remove_files) COMPLETE |
6493 | 2024-10-29T18:39:20.385Z | [ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-10-29T18:39:20.395Z | [ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6495 | 2024-10-29T18:39:20.395Z | [ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO STEP 775 (remove_files) COMPLETE |
6496 | 2024-10-29T18:39:20.395Z | [ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-10-29T18:39:20.405Z | [ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6498 | 2024-10-29T18:39:20.405Z | [ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO STEP 776 (remove_files) COMPLETE |
6499 | 2024-10-29T18:39:20.407Z | [ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-10-29T18:39:20.415Z | [ recovery-image] Oct 29 18:39:19.088 INFO O| Oct 29 18:39:19.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6501 | 2024-10-29T18:39:20.418Z | [ recovery-image] Oct 29 18:39:19.089 INFO O| Oct 29 18:39:19.088 INFO STEP 777 (remove_files) COMPLETE |
6502 | 2024-10-29T18:39:20.418Z | [ recovery-image] Oct 29 18:39:19.089 INFO O| Oct 29 18:39:19.089 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-10-29T18:39:20.425Z | [ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6504 | 2024-10-29T18:39:20.427Z | [ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO STEP 778 (remove_files) COMPLETE |
6505 | 2024-10-29T18:39:20.427Z | [ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-10-29T18:39:20.435Z | [ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6507 | 2024-10-29T18:39:20.437Z | [ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO STEP 779 (remove_files) COMPLETE |
6508 | 2024-10-29T18:39:20.437Z | [ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-10-29T18:39:20.445Z | [ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6510 | 2024-10-29T18:39:20.445Z | [ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO STEP 780 (remove_files) COMPLETE |
6511 | 2024-10-29T18:39:20.447Z | [ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-10-29T18:39:20.456Z | [ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6513 | 2024-10-29T18:39:20.458Z | [ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO STEP 781 (remove_files) COMPLETE |
6514 | 2024-10-29T18:39:20.458Z | [ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-10-29T18:39:20.465Z | [ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6516 | 2024-10-29T18:39:20.468Z | [ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO STEP 782 (remove_files) COMPLETE |
6517 | 2024-10-29T18:39:20.468Z | [ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-10-29T18:39:20.476Z | [ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6519 | 2024-10-29T18:39:20.476Z | [ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO STEP 783 (remove_files) COMPLETE |
6520 | 2024-10-29T18:39:20.478Z | [ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-10-29T18:39:20.487Z | [ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6522 | 2024-10-29T18:39:20.487Z | [ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO STEP 784 (remove_files) COMPLETE |
6523 | 2024-10-29T18:39:20.489Z | [ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-10-29T18:39:20.498Z | [ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6525 | 2024-10-29T18:39:20.500Z | [ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO STEP 785 (remove_files) COMPLETE |
6526 | 2024-10-29T18:39:20.500Z | [ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-10-29T18:39:20.509Z | [ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6528 | 2024-10-29T18:39:20.509Z | [ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO STEP 786 (remove_files) COMPLETE |
6529 | 2024-10-29T18:39:20.511Z | [ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-10-29T18:39:20.519Z | [ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6531 | 2024-10-29T18:39:20.521Z | [ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.193 INFO STEP 787 (remove_files) COMPLETE |
6532 | 2024-10-29T18:39:20.521Z | [ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.193 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-10-29T18:39:20.529Z | [ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6534 | 2024-10-29T18:39:20.531Z | [ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO STEP 788 (remove_files) COMPLETE |
6535 | 2024-10-29T18:39:20.531Z | [ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-10-29T18:39:20.539Z | [ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6537 | 2024-10-29T18:39:20.539Z | [ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO STEP 789 (remove_files) COMPLETE |
6538 | 2024-10-29T18:39:20.541Z | [ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-10-29T18:39:20.550Z | [ recovery-image] Oct 29 18:39:19.223 INFO O| Oct 29 18:39:19.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6540 | 2024-10-29T18:39:20.553Z | [ recovery-image] Oct 29 18:39:19.224 INFO O| Oct 29 18:39:19.224 INFO STEP 790 (remove_files) COMPLETE |
6541 | 2024-10-29T18:39:20.553Z | [ recovery-image] Oct 29 18:39:19.224 INFO O| Oct 29 18:39:19.224 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-10-29T18:39:20.560Z | [ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6543 | 2024-10-29T18:39:20.560Z | [ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO STEP 791 (remove_files) COMPLETE |
6544 | 2024-10-29T18:39:20.563Z | [ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-10-29T18:39:20.570Z | [ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6546 | 2024-10-29T18:39:20.570Z | [ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO STEP 792 (remove_files) COMPLETE |
6547 | 2024-10-29T18:39:20.572Z | [ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-10-29T18:39:20.580Z | [ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6549 | 2024-10-29T18:39:20.580Z | [ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO STEP 793 (remove_files) COMPLETE |
6550 | 2024-10-29T18:39:20.583Z | [ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-10-29T18:39:20.592Z | [ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6552 | 2024-10-29T18:39:20.592Z | [ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO STEP 794 (remove_files) COMPLETE |
6553 | 2024-10-29T18:39:20.592Z | [ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-10-29T18:39:20.601Z | [ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6555 | 2024-10-29T18:39:20.604Z | [ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO STEP 795 (remove_files) COMPLETE |
6556 | 2024-10-29T18:39:20.604Z | [ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-10-29T18:39:20.611Z | [ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6558 | 2024-10-29T18:39:20.614Z | [ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO STEP 796 (remove_files) COMPLETE |
6559 | 2024-10-29T18:39:20.614Z | [ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-10-29T18:39:20.621Z | [ recovery-image] Oct 29 18:39:19.294 INFO O| Oct 29 18:39:19.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6561 | 2024-10-29T18:39:20.623Z | [ recovery-image] Oct 29 18:39:19.295 INFO O| Oct 29 18:39:19.295 INFO STEP 797 (remove_files) COMPLETE |
6562 | 2024-10-29T18:39:20.623Z | [ recovery-image] Oct 29 18:39:19.295 INFO O| Oct 29 18:39:19.295 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-10-29T18:39:20.633Z | [ recovery-image] Oct 29 18:39:19.307 INFO O| Oct 29 18:39:19.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6564 | 2024-10-29T18:39:20.636Z | [ recovery-image] Oct 29 18:39:19.308 INFO O| Oct 29 18:39:19.308 INFO STEP 798 (remove_files) COMPLETE |
6565 | 2024-10-29T18:39:20.636Z | [ recovery-image] Oct 29 18:39:19.308 INFO O| Oct 29 18:39:19.308 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-10-29T18:39:20.644Z | [ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6567 | 2024-10-29T18:39:20.644Z | [ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO STEP 799 (remove_files) COMPLETE |
6568 | 2024-10-29T18:39:20.646Z | [ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-10-29T18:39:20.654Z | [ recovery-image] Oct 29 18:39:19.327 INFO O| Oct 29 18:39:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6570 | 2024-10-29T18:39:20.656Z | [ recovery-image] Oct 29 18:39:19.328 INFO O| Oct 29 18:39:19.327 INFO STEP 800 (remove_files) COMPLETE |
6571 | 2024-10-29T18:39:20.656Z | [ recovery-image] Oct 29 18:39:19.328 INFO O| Oct 29 18:39:19.328 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-10-29T18:39:20.665Z | [ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6573 | 2024-10-29T18:39:20.665Z | [ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO STEP 801 (remove_files) COMPLETE |
6574 | 2024-10-29T18:39:20.665Z | [ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-10-29T18:39:20.675Z | [ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6576 | 2024-10-29T18:39:20.675Z | [ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO STEP 802 (remove_files) COMPLETE |
6577 | 2024-10-29T18:39:20.677Z | [ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-10-29T18:39:20.689Z | [ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6579 | 2024-10-29T18:39:20.689Z | [ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO STEP 803 (remove_files) COMPLETE |
6580 | 2024-10-29T18:39:20.689Z | [ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-10-29T18:39:20.700Z | [ recovery-image] Oct 29 18:39:19.373 INFO O| Oct 29 18:39:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6582 | 2024-10-29T18:39:20.700Z | [ recovery-image] Oct 29 18:39:19.374 INFO O| Oct 29 18:39:19.374 INFO STEP 804 (remove_files) COMPLETE |
6583 | 2024-10-29T18:39:20.700Z | [ recovery-image] Oct 29 18:39:19.374 INFO O| Oct 29 18:39:19.374 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-10-29T18:39:20.711Z | [ recovery-image] Oct 29 18:39:19.384 INFO O| Oct 29 18:39:19.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6585 | 2024-10-29T18:39:20.711Z | [ recovery-image] Oct 29 18:39:19.385 INFO O| Oct 29 18:39:19.385 INFO STEP 805 (remove_files) COMPLETE |
6586 | 2024-10-29T18:39:20.713Z | [ recovery-image] Oct 29 18:39:19.385 INFO O| Oct 29 18:39:19.385 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-10-29T18:39:20.721Z | [ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6588 | 2024-10-29T18:39:20.724Z | [ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO STEP 806 (remove_files) COMPLETE |
6589 | 2024-10-29T18:39:20.724Z | [ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-29T18:39:20.731Z | [ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6591 | 2024-10-29T18:39:20.734Z | [ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO STEP 807 (remove_files) COMPLETE |
6592 | 2024-10-29T18:39:20.734Z | [ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-29T18:39:20.742Z | [ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6594 | 2024-10-29T18:39:20.742Z | [ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO STEP 808 (remove_files) COMPLETE |
6595 | 2024-10-29T18:39:20.742Z | [ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-29T18:39:20.753Z | [ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6597 | 2024-10-29T18:39:20.753Z | [ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO STEP 809 (remove_files) COMPLETE |
6598 | 2024-10-29T18:39:20.753Z | [ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-29T18:39:20.763Z | [ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6600 | 2024-10-29T18:39:20.766Z | [ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO STEP 810 (remove_files) COMPLETE |
6601 | 2024-10-29T18:39:20.766Z | [ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-29T18:39:20.774Z | [ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6603 | 2024-10-29T18:39:20.774Z | [ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO STEP 811 (remove_files) COMPLETE |
6604 | 2024-10-29T18:39:20.776Z | [ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-10-29T18:39:20.784Z | [ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6606 | 2024-10-29T18:39:20.786Z | [ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO STEP 812 (remove_files) COMPLETE |
6607 | 2024-10-29T18:39:20.786Z | [ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-10-29T18:39:20.794Z | [ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6609 | 2024-10-29T18:39:20.794Z | [ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO STEP 813 (remove_files) COMPLETE |
6610 | 2024-10-29T18:39:20.794Z | [ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-10-29T18:39:20.803Z | [ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6612 | 2024-10-29T18:39:20.803Z | [ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO STEP 814 (remove_files) COMPLETE |
6613 | 2024-10-29T18:39:20.806Z | [ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-10-29T18:39:20.813Z | [ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6615 | 2024-10-29T18:39:20.813Z | [ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO STEP 815 (remove_files) COMPLETE |
6616 | 2024-10-29T18:39:20.816Z | [ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-10-29T18:39:20.823Z | [ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6618 | 2024-10-29T18:39:20.823Z | [ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO STEP 816 (remove_files) COMPLETE |
6619 | 2024-10-29T18:39:20.823Z | [ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-10-29T18:39:20.833Z | [ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6621 | 2024-10-29T18:39:20.833Z | [ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO STEP 817 (remove_files) COMPLETE |
6622 | 2024-10-29T18:39:20.833Z | [ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-10-29T18:39:20.842Z | [ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6624 | 2024-10-29T18:39:20.845Z | [ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO STEP 818 (remove_files) COMPLETE |
6625 | 2024-10-29T18:39:20.845Z | [ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-10-29T18:39:20.852Z | [ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6627 | 2024-10-29T18:39:20.855Z | [ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO STEP 819 (remove_files) COMPLETE |
6628 | 2024-10-29T18:39:20.855Z | [ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-10-29T18:39:20.863Z | [ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6630 | 2024-10-29T18:39:20.863Z | [ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO STEP 820 (remove_files) COMPLETE |
6631 | 2024-10-29T18:39:20.863Z | [ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-10-29T18:39:20.873Z | [ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6633 | 2024-10-29T18:39:20.873Z | [ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO STEP 821 (remove_files) COMPLETE |
6634 | 2024-10-29T18:39:20.873Z | [ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-10-29T18:39:20.885Z | [ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6636 | 2024-10-29T18:39:20.885Z | [ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO STEP 822 (remove_files) COMPLETE |
6637 | 2024-10-29T18:39:20.888Z | [ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-10-29T18:39:20.896Z | [ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6639 | 2024-10-29T18:39:20.896Z | [ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO STEP 823 (remove_files) COMPLETE |
6640 | 2024-10-29T18:39:20.898Z | [ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-10-29T18:39:20.902Z | [ host-image] Oct 29 18:39:19.575 INFO O| Oct 29 18:39:19.575 INFO O| Done |
6642 | 2024-10-29T18:39:21.910Z | [ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6643 | 2024-10-29T18:39:21.910Z | [ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO STEP 824 (remove_files) COMPLETE |
6644 | 2024-10-29T18:39:21.910Z | [ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6646 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO STEP 825 (remove_files) COMPLETE |
6647 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-10-29T18:39:21.915Z | [ host-image] Oct 29 18:39:19.604 INFO O| Oct 29 18:39:19.604 INFO O| Done |
6649 | 2024-10-29T18:39:21.915Z | [ host-image] Oct 29 18:39:19.604 INFO O| Oct 29 18:39:19.604 INFO O| Done |
6650 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6651 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO STEP 826 (remove_files) COMPLETE |
6652 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6654 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO STEP 827 (remove_files) COMPLETE |
6655 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6657 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO STEP 828 (remove_files) COMPLETE |
6658 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6660 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO STEP 829 (remove_files) COMPLETE |
6661 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-10-29T18:39:21.915Z | [ host-image] Oct 29 18:39:19.643 INFO O| Oct 29 18:39:19.643 INFO O| Done |
6663 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6664 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO STEP 830 (remove_files) COMPLETE |
6665 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6667 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO STEP 831 (remove_files) COMPLETE |
6668 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6670 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.668 INFO STEP 832 (remove_files) COMPLETE |
6671 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.668 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.679 INFO O| Oct 29 18:39:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6673 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.680 INFO O| Oct 29 18:39:19.680 INFO STEP 833 (remove_files) COMPLETE |
6674 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.680 INFO O| Oct 29 18:39:19.680 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6676 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO STEP 834 (remove_files) COMPLETE |
6677 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6679 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO STEP 835 (remove_files) COMPLETE |
6680 | 2024-10-29T18:39:21.915Z | [ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.710 INFO O| Oct 29 18:39:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6682 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.711 INFO O| Oct 29 18:39:19.711 INFO STEP 836 (remove_files) COMPLETE |
6683 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.711 INFO O| Oct 29 18:39:19.711 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6685 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO STEP 837 (remove_files) COMPLETE |
6686 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6688 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO STEP 838 (remove_files) COMPLETE |
6689 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6691 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO STEP 839 (remove_files) COMPLETE |
6692 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6694 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO STEP 840 (remove_files) COMPLETE |
6695 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-10-29T18:39:21.916Z | [ host-image] Oct 29 18:39:19.754 INFO O| Oct 29 18:39:19.754 INFO STEP 13 (pkg_install) COMPLETE |
6697 | 2024-10-29T18:39:21.916Z | [ host-image] Oct 29 18:39:19.754 INFO O| Oct 29 18:39:19.754 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6698 | 2024-10-29T18:39:21.916Z | [ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6699 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO STEP 841 (remove_files) COMPLETE |
6700 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-10-29T18:39:21.917Z | [ host-image] Oct 29 18:39:19.765 INFO O| Oct 29 18:39:19.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6702 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6703 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO STEP 842 (remove_files) COMPLETE |
6704 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.782 INFO O| Oct 29 18:39:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6706 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.782 INFO O| Oct 29 18:39:19.782 INFO STEP 843 (remove_files) COMPLETE |
6707 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.783 INFO O| Oct 29 18:39:19.782 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6709 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO STEP 844 (remove_files) COMPLETE |
6710 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6712 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO STEP 845 (remove_files) COMPLETE |
6713 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-10-29T18:39:21.917Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 49s |
6715 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.823 INFO O| Oct 29 18:39:19.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6716 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.823 INFO O| Oct 29 18:39:19.823 INFO STEP 846 (remove_files) COMPLETE |
6717 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.824 INFO O| Oct 29 18:39:19.823 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6719 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO STEP 847 (remove_files) COMPLETE |
6720 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6722 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO STEP 848 (remove_files) COMPLETE |
6723 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6725 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO STEP 849 (remove_files) COMPLETE |
6726 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.875 INFO O| Oct 29 18:39:19.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6728 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.877 INFO O| Oct 29 18:39:19.877 INFO STEP 850 (remove_files) COMPLETE |
6729 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.877 INFO O| Oct 29 18:39:19.877 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6731 | 2024-10-29T18:39:21.917Z | [ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO STEP 851 (remove_files) COMPLETE |
6732 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6734 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO STEP 852 (remove_files) COMPLETE |
6735 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6737 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO STEP 853 (remove_files) COMPLETE |
6738 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6740 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO STEP 854 (remove_files) COMPLETE |
6741 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6743 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO STEP 855 (remove_files) COMPLETE |
6744 | 2024-10-29T18:39:21.918Z | [ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6746 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO STEP 856 (remove_files) COMPLETE |
6747 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6749 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO STEP 857 (remove_files) COMPLETE |
6750 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6752 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO STEP 858 (remove_files) COMPLETE |
6753 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.983 INFO O| Oct 29 18:39:19.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6755 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.984 INFO O| Oct 29 18:39:19.984 INFO STEP 859 (remove_files) COMPLETE |
6756 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.984 INFO O| Oct 29 18:39:19.984 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-29T18:39:21.922Z | [ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6758 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO STEP 860 (remove_files) COMPLETE |
6759 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6761 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO STEP 861 (remove_files) COMPLETE |
6762 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6764 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO STEP 862 (remove_files) COMPLETE |
6765 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6767 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO STEP 863 (remove_files) COMPLETE |
6768 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6770 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO STEP 864 (remove_files) COMPLETE |
6771 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6773 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO STEP 865 (remove_files) COMPLETE |
6774 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6776 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO STEP 866 (remove_files) COMPLETE |
6777 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.082 INFO O| Oct 29 18:39:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6779 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.082 INFO O| Oct 29 18:39:20.082 INFO STEP 867 (remove_files) COMPLETE |
6780 | 2024-10-29T18:39:21.923Z | [ recovery-image] Oct 29 18:39:20.083 INFO O| Oct 29 18:39:20.082 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6782 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO STEP 868 (remove_files) COMPLETE |
6783 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.106 INFO O| Oct 29 18:39:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6785 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.107 INFO O| Oct 29 18:39:20.107 INFO STEP 869 (remove_files) COMPLETE |
6786 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.107 INFO O| Oct 29 18:39:20.107 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6788 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO STEP 870 (remove_files) COMPLETE |
6789 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6791 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO STEP 871 (remove_files) COMPLETE |
6792 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6794 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO STEP 872 (remove_files) COMPLETE |
6795 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.151 INFO O| Oct 29 18:39:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6797 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.152 INFO O| Oct 29 18:39:20.152 INFO STEP 873 (remove_files) COMPLETE |
6798 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.152 INFO O| Oct 29 18:39:20.152 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-29T18:39:21.924Z | Oct 29 18:39:20.155 INFO [verify-libraries] process exited with exit status: 0 (353.951250632s) |
6800 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6801 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.163 INFO STEP 874 (remove_files) COMPLETE |
6802 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.163 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6804 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO STEP 875 (remove_files) COMPLETE |
6805 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6807 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO STEP 876 (remove_files) COMPLETE |
6808 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.196 INFO O| Oct 29 18:39:20.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6810 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.197 INFO O| Oct 29 18:39:20.196 INFO STEP 877 (remove_files) COMPLETE |
6811 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.197 INFO O| Oct 29 18:39:20.197 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6813 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO STEP 878 (remove_files) COMPLETE |
6814 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6816 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO STEP 879 (remove_files) COMPLETE |
6817 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-10-29T18:39:21.924Z | [ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6819 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO STEP 880 (remove_files) COMPLETE |
6820 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6822 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO STEP 881 (remove_files) COMPLETE |
6823 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6825 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO STEP 882 (remove_files) COMPLETE |
6826 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6828 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO STEP 883 (remove_files) COMPLETE |
6829 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6831 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.318 INFO STEP 884 (remove_files) COMPLETE |
6832 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.318 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-10-29T18:39:21.925Z | [ host-image] Oct 29 18:39:20.323 INFO O| Oct 29 18:39:20.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6834 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.327 INFO O| Oct 29 18:39:20.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6835 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.328 INFO O| Oct 29 18:39:20.328 INFO STEP 885 (remove_files) COMPLETE |
6836 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.328 INFO O| Oct 29 18:39:20.328 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6838 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO STEP 886 (remove_files) COMPLETE |
6839 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6841 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO STEP 887 (remove_files) COMPLETE |
6842 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6844 | 2024-10-29T18:39:21.925Z | [ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO STEP 888 (remove_files) COMPLETE |
6845 | 2024-10-29T18:39:21.928Z | [ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6847 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO STEP 889 (remove_files) COMPLETE |
6848 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6850 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO STEP 890 (remove_files) COMPLETE |
6851 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6853 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO STEP 891 (remove_files) COMPLETE |
6854 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6856 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO STEP 892 (remove_files) COMPLETE |
6857 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6859 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO STEP 893 (remove_files) COMPLETE |
6860 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.427 INFO O| Oct 29 18:39:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6862 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.428 INFO O| Oct 29 18:39:20.428 INFO STEP 894 (remove_files) COMPLETE |
6863 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.428 INFO O| Oct 29 18:39:20.428 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6865 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO STEP 895 (remove_files) COMPLETE |
6866 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-10-29T18:39:21.929Z | [ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6868 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO STEP 896 (remove_files) COMPLETE |
6869 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6871 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO STEP 897 (remove_files) COMPLETE |
6872 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6874 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO STEP 898 (remove_files) COMPLETE |
6875 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6877 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.485 INFO STEP 899 (remove_files) COMPLETE |
6878 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.485 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6880 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO STEP 900 (remove_files) COMPLETE |
6881 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6883 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO STEP 901 (remove_files) COMPLETE |
6884 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6886 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO STEP 902 (remove_files) COMPLETE |
6887 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6889 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO STEP 903 (remove_files) COMPLETE |
6890 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6892 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO STEP 904 (remove_files) COMPLETE |
6893 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6895 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO STEP 905 (remove_files) COMPLETE |
6896 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6898 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO STEP 906 (remove_files) COMPLETE |
6899 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-10-29T18:39:21.930Z | [ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6901 | 2024-10-29T18:39:21.931Z | [ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO STEP 907 (remove_files) COMPLETE |
6902 | 2024-10-29T18:39:21.931Z | [ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-10-29T18:39:21.931Z | [ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6904 | 2024-10-29T18:39:21.931Z | [ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO STEP 908 (remove_files) COMPLETE |
6905 | 2024-10-29T18:39:21.931Z | [ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-10-29T18:39:21.933Z | [ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6907 | 2024-10-29T18:39:21.933Z | [ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO STEP 909 (remove_files) COMPLETE |
6908 | 2024-10-29T18:39:21.933Z | [ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-10-29T18:39:21.941Z | [ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6910 | 2024-10-29T18:39:21.943Z | [ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO STEP 910 (remove_files) COMPLETE |
6911 | 2024-10-29T18:39:21.943Z | [ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-10-29T18:39:21.953Z | [ recovery-image] Oct 29 18:39:20.626 INFO O| Oct 29 18:39:20.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6913 | 2024-10-29T18:39:21.953Z | [ recovery-image] Oct 29 18:39:20.627 INFO O| Oct 29 18:39:20.626 INFO STEP 911 (remove_files) COMPLETE |
6914 | 2024-10-29T18:39:21.955Z | [ recovery-image] Oct 29 18:39:20.627 INFO O| Oct 29 18:39:20.627 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-10-29T18:39:21.963Z | [ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6916 | 2024-10-29T18:39:21.963Z | [ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO STEP 912 (remove_files) COMPLETE |
6917 | 2024-10-29T18:39:21.966Z | [ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-10-29T18:39:21.973Z | [ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6919 | 2024-10-29T18:39:21.976Z | [ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO STEP 913 (remove_files) COMPLETE |
6920 | 2024-10-29T18:39:21.976Z | [ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-10-29T18:39:21.984Z | [ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6922 | 2024-10-29T18:39:21.984Z | [ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO STEP 914 (remove_files) COMPLETE |
6923 | 2024-10-29T18:39:21.984Z | [ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-10-29T18:39:21.998Z | [ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6925 | 2024-10-29T18:39:21.998Z | [ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO STEP 915 (remove_files) COMPLETE |
6926 | 2024-10-29T18:39:21.998Z | [ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-10-29T18:39:22.011Z | [ recovery-image] Oct 29 18:39:20.684 INFO O| Oct 29 18:39:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6928 | 2024-10-29T18:39:22.011Z | [ recovery-image] Oct 29 18:39:20.685 INFO O| Oct 29 18:39:20.684 INFO STEP 916 (remove_files) COMPLETE |
6929 | 2024-10-29T18:39:22.012Z | [ recovery-image] Oct 29 18:39:20.685 INFO O| Oct 29 18:39:20.684 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-10-29T18:39:22.024Z | [ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6931 | 2024-10-29T18:39:22.024Z | [ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO STEP 917 (remove_files) COMPLETE |
6932 | 2024-10-29T18:39:22.026Z | [ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-10-29T18:39:22.036Z | [ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6934 | 2024-10-29T18:39:22.036Z | [ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO STEP 918 (remove_files) COMPLETE |
6935 | 2024-10-29T18:39:22.038Z | [ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-10-29T18:39:22.049Z | [ recovery-image] Oct 29 18:39:20.722 INFO O| Oct 29 18:39:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6937 | 2024-10-29T18:39:22.049Z | [ recovery-image] Oct 29 18:39:20.722 INFO O| Oct 29 18:39:20.722 INFO STEP 919 (remove_files) COMPLETE |
6938 | 2024-10-29T18:39:22.052Z | [ recovery-image] Oct 29 18:39:20.723 INFO O| Oct 29 18:39:20.722 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-10-29T18:39:22.062Z | [ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6940 | 2024-10-29T18:39:22.062Z | [ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO STEP 920 (remove_files) COMPLETE |
6941 | 2024-10-29T18:39:22.065Z | [ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-10-29T18:39:22.076Z | [ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6943 | 2024-10-29T18:39:22.076Z | [ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO STEP 921 (remove_files) COMPLETE |
6944 | 2024-10-29T18:39:22.078Z | [ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-10-29T18:39:22.087Z | [ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6946 | 2024-10-29T18:39:22.087Z | [ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO STEP 922 (remove_files) COMPLETE |
6947 | 2024-10-29T18:39:22.087Z | [ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-10-29T18:39:22.097Z | [ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6949 | 2024-10-29T18:39:22.098Z | [ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO STEP 923 (remove_files) COMPLETE |
6950 | 2024-10-29T18:39:22.100Z | [ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-10-29T18:39:22.107Z | [ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6952 | 2024-10-29T18:39:22.107Z | [ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO STEP 924 (remove_files) COMPLETE |
6953 | 2024-10-29T18:39:22.110Z | [ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-10-29T18:39:22.117Z | [ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6955 | 2024-10-29T18:39:22.117Z | [ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO STEP 925 (remove_files) COMPLETE |
6956 | 2024-10-29T18:39:22.120Z | [ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-10-29T18:39:22.127Z | [ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6958 | 2024-10-29T18:39:22.127Z | [ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO STEP 926 (remove_files) COMPLETE |
6959 | 2024-10-29T18:39:22.129Z | [ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-10-29T18:39:22.137Z | [ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6961 | 2024-10-29T18:39:22.137Z | [ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO STEP 927 (remove_files) COMPLETE |
6962 | 2024-10-29T18:39:22.137Z | [ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-10-29T18:39:22.146Z | [ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6964 | 2024-10-29T18:39:22.146Z | [ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO STEP 928 (remove_files) COMPLETE |
6965 | 2024-10-29T18:39:22.149Z | [ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-10-29T18:39:22.156Z | [ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6967 | 2024-10-29T18:39:22.159Z | [ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO STEP 929 (remove_files) COMPLETE |
6968 | 2024-10-29T18:39:22.159Z | [ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-10-29T18:39:22.166Z | [ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6970 | 2024-10-29T18:39:22.166Z | [ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.840 INFO STEP 930 (remove_files) COMPLETE |
6971 | 2024-10-29T18:39:22.166Z | [ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.840 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-10-29T18:39:22.177Z | [ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6973 | 2024-10-29T18:39:22.177Z | [ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO STEP 931 (remove_files) COMPLETE |
6974 | 2024-10-29T18:39:22.177Z | [ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-10-29T18:39:22.188Z | [ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6976 | 2024-10-29T18:39:22.188Z | [ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO STEP 932 (remove_files) COMPLETE |
6977 | 2024-10-29T18:39:22.188Z | [ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-10-29T18:39:22.198Z | [ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6979 | 2024-10-29T18:39:22.198Z | [ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO STEP 933 (remove_files) COMPLETE |
6980 | 2024-10-29T18:39:22.198Z | [ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-10-29T18:39:22.208Z | [ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6982 | 2024-10-29T18:39:22.208Z | [ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO STEP 934 (remove_files) COMPLETE |
6983 | 2024-10-29T18:39:22.210Z | [ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-10-29T18:39:22.218Z | [ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6985 | 2024-10-29T18:39:22.218Z | [ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO STEP 935 (remove_files) COMPLETE |
6986 | 2024-10-29T18:39:22.218Z | [ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-10-29T18:39:22.228Z | [ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6988 | 2024-10-29T18:39:22.228Z | [ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO STEP 936 (remove_files) COMPLETE |
6989 | 2024-10-29T18:39:22.231Z | [ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-10-29T18:39:22.238Z | [ recovery-image] Oct 29 18:39:20.911 INFO O| Oct 29 18:39:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6991 | 2024-10-29T18:39:22.240Z | [ recovery-image] Oct 29 18:39:20.911 INFO O| Oct 29 18:39:20.911 INFO STEP 937 (remove_files) COMPLETE |
6992 | 2024-10-29T18:39:22.240Z | [ recovery-image] Oct 29 18:39:20.912 INFO O| Oct 29 18:39:20.911 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-10-29T18:39:22.248Z | [ recovery-image] Oct 29 18:39:20.921 INFO O| Oct 29 18:39:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6994 | 2024-10-29T18:39:22.248Z | [ recovery-image] Oct 29 18:39:20.921 INFO O| Oct 29 18:39:20.921 INFO STEP 938 (remove_files) COMPLETE |
6995 | 2024-10-29T18:39:22.251Z | [ recovery-image] Oct 29 18:39:20.922 INFO O| Oct 29 18:39:20.921 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-10-29T18:39:22.258Z | [ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6997 | 2024-10-29T18:39:22.258Z | [ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO STEP 939 (remove_files) COMPLETE |
6998 | 2024-10-29T18:39:22.261Z | [ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-10-29T18:39:22.268Z | [ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7000 | 2024-10-29T18:39:22.270Z | [ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO STEP 940 (remove_files) COMPLETE |
7001 | 2024-10-29T18:39:22.270Z | [ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-10-29T18:39:22.278Z | [ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7003 | 2024-10-29T18:39:22.278Z | [ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO STEP 941 (remove_files) COMPLETE |
7004 | 2024-10-29T18:39:22.280Z | [ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-10-29T18:39:22.288Z | [ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7006 | 2024-10-29T18:39:22.289Z | [ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO STEP 942 (remove_files) COMPLETE |
7007 | 2024-10-29T18:39:22.289Z | [ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-10-29T18:39:22.300Z | [ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7009 | 2024-10-29T18:39:22.300Z | [ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO STEP 943 (remove_files) COMPLETE |
7010 | 2024-10-29T18:39:22.303Z | [ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-10-29T18:39:22.314Z | [ recovery-image] Oct 29 18:39:20.987 INFO O| Oct 29 18:39:20.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7012 | 2024-10-29T18:39:22.314Z | [ recovery-image] Oct 29 18:39:20.988 INFO O| Oct 29 18:39:20.987 INFO STEP 944 (remove_files) COMPLETE |
7013 | 2024-10-29T18:39:22.314Z | [ recovery-image] Oct 29 18:39:20.988 INFO O| Oct 29 18:39:20.988 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-10-29T18:39:22.326Z | [ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7015 | 2024-10-29T18:39:22.326Z | [ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO STEP 945 (remove_files) COMPLETE |
7016 | 2024-10-29T18:39:22.328Z | [ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-10-29T18:39:22.337Z | [ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7018 | 2024-10-29T18:39:22.337Z | [ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO STEP 946 (remove_files) COMPLETE |
7019 | 2024-10-29T18:39:22.339Z | [ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-10-29T18:39:22.348Z | [ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7021 | 2024-10-29T18:39:22.350Z | [ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO STEP 947 (remove_files) COMPLETE |
7022 | 2024-10-29T18:39:22.350Z | [ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-10-29T18:39:22.358Z | [ recovery-image] Oct 29 18:39:21.031 INFO O| Oct 29 18:39:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7024 | 2024-10-29T18:39:22.358Z | [ recovery-image] Oct 29 18:39:21.032 INFO O| Oct 29 18:39:21.031 INFO STEP 948 (remove_files) COMPLETE |
7025 | 2024-10-29T18:39:22.358Z | [ recovery-image] Oct 29 18:39:21.032 INFO O| Oct 29 18:39:21.032 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-10-29T18:39:22.368Z | [ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7027 | 2024-10-29T18:39:22.368Z | [ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO STEP 949 (remove_files) COMPLETE |
7028 | 2024-10-29T18:39:22.368Z | [ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-10-29T18:39:22.380Z | [ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7030 | 2024-10-29T18:39:22.380Z | [ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO STEP 950 (remove_files) COMPLETE |
7031 | 2024-10-29T18:39:22.380Z | [ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-10-29T18:39:22.390Z | [ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7033 | 2024-10-29T18:39:22.393Z | [ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.064 INFO STEP 951 (remove_files) COMPLETE |
7034 | 2024-10-29T18:39:22.393Z | [ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.064 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-10-29T18:39:22.400Z | [ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7036 | 2024-10-29T18:39:22.402Z | [ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO STEP 952 (remove_files) COMPLETE |
7037 | 2024-10-29T18:39:22.402Z | [ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-10-29T18:39:22.410Z | [ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7039 | 2024-10-29T18:39:22.412Z | [ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO STEP 953 (remove_files) COMPLETE |
7040 | 2024-10-29T18:39:22.412Z | [ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-10-29T18:39:22.422Z | [ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7042 | 2024-10-29T18:39:22.424Z | [ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO STEP 954 (remove_files) COMPLETE |
7043 | 2024-10-29T18:39:22.424Z | [ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-10-29T18:39:22.431Z | [ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7045 | 2024-10-29T18:39:22.434Z | [ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO STEP 955 (remove_files) COMPLETE |
7046 | 2024-10-29T18:39:22.434Z | [ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-10-29T18:39:22.445Z | [ recovery-image] Oct 29 18:39:21.118 INFO O| Oct 29 18:39:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7048 | 2024-10-29T18:39:22.445Z | [ recovery-image] Oct 29 18:39:21.118 INFO O| Oct 29 18:39:21.118 INFO STEP 956 (remove_files) COMPLETE |
7049 | 2024-10-29T18:39:22.448Z | [ recovery-image] Oct 29 18:39:21.119 INFO O| Oct 29 18:39:21.118 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-10-29T18:39:22.456Z | [ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7051 | 2024-10-29T18:39:22.456Z | [ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO STEP 957 (remove_files) COMPLETE |
7052 | 2024-10-29T18:39:22.458Z | [ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-10-29T18:39:22.467Z | [ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7054 | 2024-10-29T18:39:22.470Z | [ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.141 INFO STEP 958 (remove_files) COMPLETE |
7055 | 2024-10-29T18:39:22.470Z | [ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.141 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-10-29T18:39:22.478Z | [ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7057 | 2024-10-29T18:39:22.478Z | [ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO STEP 959 (remove_files) COMPLETE |
7058 | 2024-10-29T18:39:22.478Z | [ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-10-29T18:39:22.489Z | [ recovery-image] Oct 29 18:39:21.162 INFO O| Oct 29 18:39:21.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7060 | 2024-10-29T18:39:22.489Z | [ recovery-image] Oct 29 18:39:21.163 INFO O| Oct 29 18:39:21.162 INFO STEP 960 (remove_files) COMPLETE |
7061 | 2024-10-29T18:39:22.489Z | [ recovery-image] Oct 29 18:39:21.163 INFO O| Oct 29 18:39:21.163 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-10-29T18:39:22.501Z | [ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7063 | 2024-10-29T18:39:22.501Z | [ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO STEP 961 (remove_files) COMPLETE |
7064 | 2024-10-29T18:39:22.501Z | [ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-10-29T18:39:22.513Z | [ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7066 | 2024-10-29T18:39:22.513Z | [ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO STEP 962 (remove_files) COMPLETE |
7067 | 2024-10-29T18:39:22.513Z | [ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-10-29T18:39:22.525Z | [ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7069 | 2024-10-29T18:39:22.525Z | [ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO STEP 963 (remove_files) COMPLETE |
7070 | 2024-10-29T18:39:22.527Z | [ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-10-29T18:39:22.535Z | [ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7072 | 2024-10-29T18:39:22.537Z | [ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO STEP 964 (remove_files) COMPLETE |
7073 | 2024-10-29T18:39:22.537Z | [ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-10-29T18:39:22.545Z | [ recovery-image] Oct 29 18:39:21.218 INFO O| Oct 29 18:39:21.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7075 | 2024-10-29T18:39:22.547Z | [ recovery-image] Oct 29 18:39:21.219 INFO O| Oct 29 18:39:21.219 INFO STEP 965 (remove_files) COMPLETE |
7076 | 2024-10-29T18:39:22.547Z | [ recovery-image] Oct 29 18:39:21.219 INFO O| Oct 29 18:39:21.219 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-10-29T18:39:22.555Z | [ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7078 | 2024-10-29T18:39:22.555Z | [ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO STEP 966 (remove_files) COMPLETE |
7079 | 2024-10-29T18:39:22.555Z | [ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-10-29T18:39:22.565Z | [ recovery-image] Oct 29 18:39:21.238 INFO O| Oct 29 18:39:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7081 | 2024-10-29T18:39:22.567Z | [ recovery-image] Oct 29 18:39:21.239 INFO O| Oct 29 18:39:21.239 INFO STEP 967 (remove_files) COMPLETE |
7082 | 2024-10-29T18:39:22.567Z | [ recovery-image] Oct 29 18:39:21.239 INFO O| Oct 29 18:39:21.239 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-10-29T18:39:22.576Z | [ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7084 | 2024-10-29T18:39:22.576Z | [ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO STEP 968 (remove_files) COMPLETE |
7085 | 2024-10-29T18:39:22.578Z | [ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-10-29T18:39:22.585Z | [ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7087 | 2024-10-29T18:39:22.588Z | [ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO STEP 969 (remove_files) COMPLETE |
7088 | 2024-10-29T18:39:22.588Z | [ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-10-29T18:39:22.595Z | [ recovery-image] Oct 29 18:39:21.268 INFO O| Oct 29 18:39:21.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7090 | 2024-10-29T18:39:22.597Z | [ recovery-image] Oct 29 18:39:21.269 INFO O| Oct 29 18:39:21.269 INFO STEP 970 (remove_files) COMPLETE |
7091 | 2024-10-29T18:39:22.597Z | [ recovery-image] Oct 29 18:39:21.269 INFO O| Oct 29 18:39:21.269 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-10-29T18:39:22.605Z | [ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7093 | 2024-10-29T18:39:22.605Z | [ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO STEP 971 (remove_files) COMPLETE |
7094 | 2024-10-29T18:39:22.607Z | [ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-10-29T18:39:22.614Z | [ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7096 | 2024-10-29T18:39:22.617Z | [ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.288 INFO STEP 972 (remove_files) COMPLETE |
7097 | 2024-10-29T18:39:22.617Z | [ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.288 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-10-29T18:39:22.624Z | [ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7099 | 2024-10-29T18:39:22.626Z | [ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO STEP 973 (remove_files) COMPLETE |
7100 | 2024-10-29T18:39:22.626Z | [ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-10-29T18:39:22.633Z | [ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7102 | 2024-10-29T18:39:22.633Z | [ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO STEP 974 (remove_files) COMPLETE |
7103 | 2024-10-29T18:39:22.636Z | [ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-10-29T18:39:22.643Z | [ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7105 | 2024-10-29T18:39:22.643Z | [ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO STEP 975 (remove_files) COMPLETE |
7106 | 2024-10-29T18:39:22.645Z | [ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-10-29T18:39:22.653Z | [ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7108 | 2024-10-29T18:39:22.655Z | [ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO STEP 976 (remove_files) COMPLETE |
7109 | 2024-10-29T18:39:22.655Z | [ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-10-29T18:39:22.662Z | [ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7111 | 2024-10-29T18:39:22.665Z | [ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO STEP 977 (remove_files) COMPLETE |
7112 | 2024-10-29T18:39:22.665Z | [ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-10-29T18:39:22.672Z | [ recovery-image] Oct 29 18:39:21.345 INFO O| Oct 29 18:39:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7114 | 2024-10-29T18:39:22.674Z | [ recovery-image] Oct 29 18:39:21.346 INFO O| Oct 29 18:39:21.346 INFO STEP 978 (remove_files) COMPLETE |
7115 | 2024-10-29T18:39:22.674Z | [ recovery-image] Oct 29 18:39:21.346 INFO O| Oct 29 18:39:21.346 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-10-29T18:39:22.683Z | [ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7117 | 2024-10-29T18:39:22.683Z | [ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO STEP 979 (remove_files) COMPLETE |
7118 | 2024-10-29T18:39:22.685Z | [ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-10-29T18:39:22.693Z | [ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7120 | 2024-10-29T18:39:22.695Z | [ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO STEP 980 (remove_files) COMPLETE |
7121 | 2024-10-29T18:39:22.695Z | [ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-10-29T18:39:22.703Z | [ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7123 | 2024-10-29T18:39:22.705Z | [ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO STEP 981 (remove_files) COMPLETE |
7124 | 2024-10-29T18:39:22.705Z | [ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-10-29T18:39:22.712Z | [ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7126 | 2024-10-29T18:39:22.713Z | [ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO STEP 982 (remove_files) COMPLETE |
7127 | 2024-10-29T18:39:22.716Z | [ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-10-29T18:39:22.722Z | [ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7129 | 2024-10-29T18:39:22.722Z | [ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO STEP 983 (remove_files) COMPLETE |
7130 | 2024-10-29T18:39:22.722Z | [ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-10-29T18:39:22.731Z | [ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7132 | 2024-10-29T18:39:22.731Z | [ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO STEP 984 (remove_files) COMPLETE |
7133 | 2024-10-29T18:39:22.734Z | [ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-10-29T18:39:22.741Z | [ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7135 | 2024-10-29T18:39:22.741Z | [ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO STEP 985 (remove_files) COMPLETE |
7136 | 2024-10-29T18:39:22.743Z | [ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-10-29T18:39:22.750Z | [ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7138 | 2024-10-29T18:39:22.750Z | [ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO STEP 986 (remove_files) COMPLETE |
7139 | 2024-10-29T18:39:22.753Z | [ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-10-29T18:39:22.760Z | [ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7141 | 2024-10-29T18:39:22.760Z | [ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO STEP 987 (remove_files) COMPLETE |
7142 | 2024-10-29T18:39:22.762Z | [ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-10-29T18:39:22.770Z | [ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7144 | 2024-10-29T18:39:22.770Z | [ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO STEP 988 (remove_files) COMPLETE |
7145 | 2024-10-29T18:39:22.772Z | [ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-10-29T18:39:22.780Z | [ recovery-image] Oct 29 18:39:21.453 INFO O| Oct 29 18:39:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7147 | 2024-10-29T18:39:22.780Z | [ recovery-image] Oct 29 18:39:21.454 INFO O| Oct 29 18:39:21.454 INFO STEP 989 (remove_files) COMPLETE |
7148 | 2024-10-29T18:39:22.780Z | [ recovery-image] Oct 29 18:39:21.454 INFO O| Oct 29 18:39:21.454 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-10-29T18:39:22.791Z | [ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7150 | 2024-10-29T18:39:22.794Z | [ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO STEP 990 (remove_files) COMPLETE |
7151 | 2024-10-29T18:39:22.794Z | [ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-10-29T18:39:22.801Z | [ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7153 | 2024-10-29T18:39:22.801Z | [ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO STEP 991 (remove_files) COMPLETE |
7154 | 2024-10-29T18:39:22.804Z | [ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-10-29T18:39:22.811Z | [ recovery-image] Oct 29 18:39:21.484 INFO O| Oct 29 18:39:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7156 | 2024-10-29T18:39:22.814Z | [ recovery-image] Oct 29 18:39:21.485 INFO O| Oct 29 18:39:21.485 INFO STEP 992 (remove_files) COMPLETE |
7157 | 2024-10-29T18:39:22.814Z | [ recovery-image] Oct 29 18:39:21.485 INFO O| Oct 29 18:39:21.485 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-10-29T18:39:22.821Z | [ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7159 | 2024-10-29T18:39:22.821Z | [ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO STEP 993 (remove_files) COMPLETE |
7160 | 2024-10-29T18:39:22.821Z | [ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-10-29T18:39:22.831Z | [ recovery-image] Oct 29 18:39:21.504 INFO O| Oct 29 18:39:21.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7162 | 2024-10-29T18:39:22.831Z | [ recovery-image] Oct 29 18:39:21.505 INFO O| Oct 29 18:39:21.504 INFO STEP 994 (remove_files) COMPLETE |
7163 | 2024-10-29T18:39:22.831Z | [ recovery-image] Oct 29 18:39:21.505 INFO O| Oct 29 18:39:21.504 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-10-29T18:39:22.842Z | [ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7165 | 2024-10-29T18:39:22.842Z | [ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.516 INFO STEP 995 (remove_files) COMPLETE |
7166 | 2024-10-29T18:39:22.845Z | [ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.516 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-10-29T18:39:22.854Z | [ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7168 | 2024-10-29T18:39:22.854Z | [ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO STEP 996 (remove_files) COMPLETE |
7169 | 2024-10-29T18:39:22.856Z | [ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-10-29T18:39:22.865Z | [ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7171 | 2024-10-29T18:39:22.865Z | [ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.539 INFO STEP 997 (remove_files) COMPLETE |
7172 | 2024-10-29T18:39:22.868Z | [ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.539 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-10-29T18:39:22.876Z | [ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7174 | 2024-10-29T18:39:22.878Z | [ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO STEP 998 (remove_files) COMPLETE |
7175 | 2024-10-29T18:39:22.878Z | [ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-10-29T18:39:22.886Z | [ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7177 | 2024-10-29T18:39:22.886Z | [ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO STEP 999 (remove_files) COMPLETE |
7178 | 2024-10-29T18:39:22.888Z | [ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-10-29T18:39:22.895Z | [ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7180 | 2024-10-29T18:39:22.895Z | [ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO STEP 1000 (remove_files) COMPLETE |
7181 | 2024-10-29T18:39:22.898Z | [ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-10-29T18:39:22.905Z | [ recovery-image] Oct 29 18:39:21.578 INFO O| Oct 29 18:39:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7183 | 2024-10-29T18:39:22.905Z | [ recovery-image] Oct 29 18:39:21.579 INFO O| Oct 29 18:39:21.578 INFO STEP 1001 (remove_files) COMPLETE |
7184 | 2024-10-29T18:39:22.905Z | [ recovery-image] Oct 29 18:39:21.579 INFO O| Oct 29 18:39:21.579 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-10-29T18:39:22.915Z | [ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7186 | 2024-10-29T18:39:22.915Z | [ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO STEP 1002 (remove_files) COMPLETE |
7187 | 2024-10-29T18:39:22.915Z | [ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-10-29T18:39:22.924Z | [ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7189 | 2024-10-29T18:39:22.924Z | [ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO STEP 1003 (remove_files) COMPLETE |
7190 | 2024-10-29T18:39:22.927Z | [ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-10-29T18:39:22.934Z | [ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7192 | 2024-10-29T18:39:22.936Z | [ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO STEP 1004 (remove_files) COMPLETE |
7193 | 2024-10-29T18:39:22.936Z | [ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-10-29T18:39:22.943Z | [ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7195 | 2024-10-29T18:39:22.943Z | [ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.617 INFO STEP 1005 (remove_files) COMPLETE |
7196 | 2024-10-29T18:39:22.946Z | [ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.617 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-10-29T18:39:22.953Z | [ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7198 | 2024-10-29T18:39:22.953Z | [ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO STEP 1006 (remove_files) COMPLETE |
7199 | 2024-10-29T18:39:22.953Z | [ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-10-29T18:39:22.963Z | [ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7201 | 2024-10-29T18:39:22.965Z | [ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO STEP 1007 (remove_files) COMPLETE |
7202 | 2024-10-29T18:39:22.965Z | [ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-10-29T18:39:22.972Z | [ recovery-image] Oct 29 18:39:21.645 INFO O| Oct 29 18:39:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7204 | 2024-10-29T18:39:22.972Z | [ recovery-image] Oct 29 18:39:21.646 INFO O| Oct 29 18:39:21.645 INFO STEP 1008 (remove_files) COMPLETE |
7205 | 2024-10-29T18:39:22.975Z | [ recovery-image] Oct 29 18:39:21.646 INFO O| Oct 29 18:39:21.645 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-10-29T18:39:22.982Z | [ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7207 | 2024-10-29T18:39:22.982Z | [ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO STEP 1009 (remove_files) COMPLETE |
7208 | 2024-10-29T18:39:22.984Z | [ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-10-29T18:39:22.991Z | [ recovery-image] Oct 29 18:39:21.664 INFO O| Oct 29 18:39:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7210 | 2024-10-29T18:39:22.994Z | [ recovery-image] Oct 29 18:39:21.665 INFO O| Oct 29 18:39:21.664 INFO STEP 1010 (remove_files) COMPLETE |
7211 | 2024-10-29T18:39:22.994Z | [ recovery-image] Oct 29 18:39:21.665 INFO O| Oct 29 18:39:21.665 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-10-29T18:39:23.001Z | [ recovery-image] Oct 29 18:39:21.674 INFO O| Oct 29 18:39:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7213 | 2024-10-29T18:39:23.001Z | [ recovery-image] Oct 29 18:39:21.674 INFO O| Oct 29 18:39:21.674 INFO STEP 1011 (remove_files) COMPLETE |
7214 | 2024-10-29T18:39:23.003Z | [ recovery-image] Oct 29 18:39:21.675 INFO O| Oct 29 18:39:21.674 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-10-29T18:39:23.010Z | [ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7216 | 2024-10-29T18:39:23.010Z | [ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO STEP 1012 (remove_files) COMPLETE |
7217 | 2024-10-29T18:39:23.013Z | [ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-10-29T18:39:23.020Z | [ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7219 | 2024-10-29T18:39:23.022Z | [ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO STEP 1013 (remove_files) COMPLETE |
7220 | 2024-10-29T18:39:23.023Z | [ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-10-29T18:39:23.030Z | [ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7222 | 2024-10-29T18:39:23.030Z | [ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO STEP 1014 (remove_files) COMPLETE |
7223 | 2024-10-29T18:39:23.032Z | [ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-10-29T18:39:23.039Z | [ recovery-image] Oct 29 18:39:21.712 INFO O| Oct 29 18:39:21.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7225 | 2024-10-29T18:39:23.041Z | [ recovery-image] Oct 29 18:39:21.712 INFO O| Oct 29 18:39:21.712 INFO STEP 1015 (remove_files) COMPLETE |
7226 | 2024-10-29T18:39:23.041Z | [ recovery-image] Oct 29 18:39:21.713 INFO O| Oct 29 18:39:21.712 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-10-29T18:39:23.049Z | [ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7228 | 2024-10-29T18:39:23.049Z | [ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO STEP 1016 (remove_files) COMPLETE |
7229 | 2024-10-29T18:39:23.051Z | [ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-10-29T18:39:23.059Z | [ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7231 | 2024-10-29T18:39:23.059Z | [ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO STEP 1017 (remove_files) COMPLETE |
7232 | 2024-10-29T18:39:23.059Z | [ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-10-29T18:39:23.069Z | [ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7234 | 2024-10-29T18:39:23.069Z | [ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO STEP 1018 (remove_files) COMPLETE |
7235 | 2024-10-29T18:39:23.071Z | [ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-10-29T18:39:23.079Z | [ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7237 | 2024-10-29T18:39:23.079Z | [ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO STEP 1019 (remove_files) COMPLETE |
7238 | 2024-10-29T18:39:23.079Z | [ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-10-29T18:39:23.089Z | [ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7240 | 2024-10-29T18:39:23.091Z | [ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO STEP 1020 (remove_files) COMPLETE |
7241 | 2024-10-29T18:39:23.091Z | [ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-10-29T18:39:23.098Z | [ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7243 | 2024-10-29T18:39:23.101Z | [ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO STEP 1021 (remove_files) COMPLETE |
7244 | 2024-10-29T18:39:23.101Z | [ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-10-29T18:39:23.108Z | [ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7246 | 2024-10-29T18:39:23.108Z | [ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO STEP 1022 (remove_files) COMPLETE |
7247 | 2024-10-29T18:39:23.111Z | [ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-10-29T18:39:23.119Z | [ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7249 | 2024-10-29T18:39:23.121Z | [ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO STEP 1023 (remove_files) COMPLETE |
7250 | 2024-10-29T18:39:23.121Z | [ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-10-29T18:39:23.129Z | [ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7252 | 2024-10-29T18:39:23.129Z | [ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO STEP 1024 (remove_files) COMPLETE |
7253 | 2024-10-29T18:39:23.132Z | [ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-10-29T18:39:23.140Z | [ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7255 | 2024-10-29T18:39:23.140Z | [ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO STEP 1025 (remove_files) COMPLETE |
7256 | 2024-10-29T18:39:23.142Z | [ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-10-29T18:39:23.149Z | [ recovery-image] Oct 29 18:39:21.823 INFO O| Oct 29 18:39:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7258 | 2024-10-29T18:39:23.152Z | [ recovery-image] Oct 29 18:39:21.824 INFO O| Oct 29 18:39:21.824 INFO STEP 1026 (remove_files) COMPLETE |
7259 | 2024-10-29T18:39:23.152Z | [ recovery-image] Oct 29 18:39:21.824 INFO O| Oct 29 18:39:21.824 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-10-29T18:39:23.160Z | [ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7261 | 2024-10-29T18:39:23.160Z | [ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO STEP 1027 (remove_files) COMPLETE |
7262 | 2024-10-29T18:39:23.160Z | [ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-10-29T18:39:23.169Z | [ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7264 | 2024-10-29T18:39:23.169Z | [ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO STEP 1028 (remove_files) COMPLETE |
7265 | 2024-10-29T18:39:23.172Z | [ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-10-29T18:39:23.179Z | [ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7267 | 2024-10-29T18:39:23.179Z | [ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO STEP 1029 (remove_files) COMPLETE |
7268 | 2024-10-29T18:39:23.181Z | [ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-10-29T18:39:23.188Z | [ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7270 | 2024-10-29T18:39:23.188Z | [ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO STEP 1030 (remove_files) COMPLETE |
7271 | 2024-10-29T18:39:23.191Z | [ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-10-29T18:39:23.198Z | [ recovery-image] Oct 29 18:39:21.871 INFO O| Oct 29 18:39:21.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7273 | 2024-10-29T18:39:23.198Z | [ recovery-image] Oct 29 18:39:21.871 INFO O| Oct 29 18:39:21.871 INFO STEP 1031 (remove_files) COMPLETE |
7274 | 2024-10-29T18:39:23.201Z | [ recovery-image] Oct 29 18:39:21.872 INFO O| Oct 29 18:39:21.871 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-10-29T18:39:23.210Z | [ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7276 | 2024-10-29T18:39:23.210Z | [ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO STEP 1032 (remove_files) COMPLETE |
7277 | 2024-10-29T18:39:23.210Z | [ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-10-29T18:39:23.220Z | [ recovery-image] Oct 29 18:39:21.893 INFO O| Oct 29 18:39:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7279 | 2024-10-29T18:39:23.220Z | [ recovery-image] Oct 29 18:39:21.893 INFO O| Oct 29 18:39:21.893 INFO STEP 1033 (remove_files) COMPLETE |
7280 | 2024-10-29T18:39:23.222Z | [ recovery-image] Oct 29 18:39:21.894 INFO O| Oct 29 18:39:21.893 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-10-29T18:39:23.230Z | [ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7282 | 2024-10-29T18:39:23.232Z | [ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO STEP 1034 (remove_files) COMPLETE |
7283 | 2024-10-29T18:39:23.232Z | [ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-10-29T18:39:23.240Z | [ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7285 | 2024-10-29T18:39:23.240Z | [ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO STEP 1035 (remove_files) COMPLETE |
7286 | 2024-10-29T18:39:23.242Z | [ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-10-29T18:39:23.251Z | [ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7288 | 2024-10-29T18:39:23.253Z | [ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO STEP 1036 (remove_files) COMPLETE |
7289 | 2024-10-29T18:39:23.253Z | [ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-10-29T18:39:23.261Z | [ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7291 | 2024-10-29T18:39:23.264Z | [ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO STEP 1037 (remove_files) COMPLETE |
7292 | 2024-10-29T18:39:23.264Z | [ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-10-29T18:39:23.272Z | [ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7294 | 2024-10-29T18:39:23.272Z | [ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO STEP 1038 (remove_files) COMPLETE |
7295 | 2024-10-29T18:39:23.275Z | [ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-10-29T18:39:23.283Z | [ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7297 | 2024-10-29T18:39:23.283Z | [ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO STEP 1039 (remove_files) COMPLETE |
7298 | 2024-10-29T18:39:23.286Z | [ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-10-29T18:39:23.295Z | [ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7300 | 2024-10-29T18:39:23.297Z | [ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO STEP 1040 (remove_files) COMPLETE |
7301 | 2024-10-29T18:39:23.297Z | [ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-10-29T18:39:23.304Z | [ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7303 | 2024-10-29T18:39:23.304Z | [ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO STEP 1041 (remove_files) COMPLETE |
7304 | 2024-10-29T18:39:23.306Z | [ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-10-29T18:39:23.314Z | [ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7306 | 2024-10-29T18:39:23.316Z | [ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO STEP 1042 (remove_files) COMPLETE |
7307 | 2024-10-29T18:39:23.316Z | [ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-10-29T18:39:23.323Z | [ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7309 | 2024-10-29T18:39:23.323Z | [ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO STEP 1043 (remove_files) COMPLETE |
7310 | 2024-10-29T18:39:23.323Z | [ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-10-29T18:39:23.335Z | [ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7312 | 2024-10-29T18:39:23.335Z | [ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO STEP 1044 (remove_files) COMPLETE |
7313 | 2024-10-29T18:39:23.335Z | [ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-10-29T18:39:23.344Z | [ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7315 | 2024-10-29T18:39:23.347Z | [ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO STEP 1045 (remove_files) COMPLETE |
7316 | 2024-10-29T18:39:23.347Z | [ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-10-29T18:39:23.354Z | [ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7318 | 2024-10-29T18:39:23.354Z | [ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.028 INFO STEP 1046 (remove_files) COMPLETE |
7319 | 2024-10-29T18:39:23.357Z | [ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.028 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-10-29T18:39:23.364Z | [ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7321 | 2024-10-29T18:39:23.366Z | [ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO STEP 1047 (remove_files) COMPLETE |
7322 | 2024-10-29T18:39:23.366Z | [ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-10-29T18:39:23.374Z | [ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7324 | 2024-10-29T18:39:23.374Z | [ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO STEP 1048 (remove_files) COMPLETE |
7325 | 2024-10-29T18:39:23.376Z | [ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-10-29T18:39:23.384Z | [ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7327 | 2024-10-29T18:39:23.384Z | [ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO STEP 1049 (remove_files) COMPLETE |
7328 | 2024-10-29T18:39:23.386Z | [ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-10-29T18:39:23.394Z | [ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7330 | 2024-10-29T18:39:23.394Z | [ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO STEP 1050 (remove_files) COMPLETE |
7331 | 2024-10-29T18:39:23.394Z | [ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-10-29T18:39:23.405Z | [ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7333 | 2024-10-29T18:39:23.405Z | [ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO STEP 1051 (remove_files) COMPLETE |
7334 | 2024-10-29T18:39:23.405Z | [ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-10-29T18:39:23.420Z | [ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7336 | 2024-10-29T18:39:23.420Z | [ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.093 INFO STEP 1052 (remove_files) COMPLETE |
7337 | 2024-10-29T18:39:23.420Z | [ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.093 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-10-29T18:39:23.432Z | [ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7339 | 2024-10-29T18:39:23.432Z | [ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO STEP 1053 (remove_files) COMPLETE |
7340 | 2024-10-29T18:39:23.432Z | [ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-10-29T18:39:23.443Z | [ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7342 | 2024-10-29T18:39:23.443Z | [ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO STEP 1054 (remove_files) COMPLETE |
7343 | 2024-10-29T18:39:23.443Z | [ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-10-29T18:39:23.453Z | [ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7345 | 2024-10-29T18:39:23.455Z | [ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO STEP 1055 (remove_files) COMPLETE |
7346 | 2024-10-29T18:39:23.455Z | [ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-10-29T18:39:23.463Z | [ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7348 | 2024-10-29T18:39:23.466Z | [ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO STEP 1056 (remove_files) COMPLETE |
7349 | 2024-10-29T18:39:23.466Z | [ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-10-29T18:39:23.473Z | [ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7351 | 2024-10-29T18:39:23.473Z | [ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO STEP 1057 (remove_files) COMPLETE |
7352 | 2024-10-29T18:39:23.477Z | [ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-10-29T18:39:23.483Z | [ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7354 | 2024-10-29T18:39:23.494Z | [ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO STEP 1058 (remove_files) COMPLETE |
7355 | 2024-10-29T18:39:23.494Z | [ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-10-29T18:39:23.494Z | [ recovery-image] Oct 29 18:39:22.166 INFO O| Oct 29 18:39:22.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7357 | 2024-10-29T18:39:23.494Z | [ recovery-image] Oct 29 18:39:22.167 INFO O| Oct 29 18:39:22.167 INFO STEP 1059 (remove_files) COMPLETE |
7358 | 2024-10-29T18:39:23.494Z | [ recovery-image] Oct 29 18:39:22.167 INFO O| Oct 29 18:39:22.167 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-10-29T18:39:23.504Z | [ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7360 | 2024-10-29T18:39:23.506Z | [ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO STEP 1060 (remove_files) COMPLETE |
7361 | 2024-10-29T18:39:23.506Z | [ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-10-29T18:39:23.513Z | [ recovery-image] Oct 29 18:39:22.186 INFO O| Oct 29 18:39:22.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7363 | 2024-10-29T18:39:23.516Z | [ recovery-image] Oct 29 18:39:22.186 INFO O| Oct 29 18:39:22.186 INFO STEP 1061 (remove_files) COMPLETE |
7364 | 2024-10-29T18:39:23.516Z | [ recovery-image] Oct 29 18:39:22.187 INFO O| Oct 29 18:39:22.186 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-10-29T18:39:23.523Z | [ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7366 | 2024-10-29T18:39:23.523Z | [ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO STEP 1062 (remove_files) COMPLETE |
7367 | 2024-10-29T18:39:23.523Z | [ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-10-29T18:39:23.532Z | [ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7369 | 2024-10-29T18:39:23.532Z | [ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO STEP 1063 (remove_files) COMPLETE |
7370 | 2024-10-29T18:39:23.536Z | [ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-10-29T18:39:23.542Z | [ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7372 | 2024-10-29T18:39:23.542Z | [ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO STEP 1064 (remove_files) COMPLETE |
7373 | 2024-10-29T18:39:23.544Z | [ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-10-29T18:39:23.551Z | [ recovery-image] Oct 29 18:39:22.224 INFO O| Oct 29 18:39:22.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7375 | 2024-10-29T18:39:23.554Z | [ recovery-image] Oct 29 18:39:22.225 INFO O| Oct 29 18:39:22.224 INFO STEP 1065 (remove_files) COMPLETE |
7376 | 2024-10-29T18:39:23.554Z | [ recovery-image] Oct 29 18:39:22.225 INFO O| Oct 29 18:39:22.225 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-10-29T18:39:23.561Z | [ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7378 | 2024-10-29T18:39:23.561Z | [ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO STEP 1066 (remove_files) COMPLETE |
7379 | 2024-10-29T18:39:23.563Z | [ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-10-29T18:39:23.570Z | [ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7381 | 2024-10-29T18:39:23.570Z | [ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO STEP 1067 (remove_files) COMPLETE |
7382 | 2024-10-29T18:39:23.570Z | [ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-10-29T18:39:23.580Z | [ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7384 | 2024-10-29T18:39:23.580Z | [ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO STEP 1068 (remove_files) COMPLETE |
7385 | 2024-10-29T18:39:23.582Z | [ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-10-29T18:39:23.589Z | [ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7387 | 2024-10-29T18:39:23.589Z | [ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO STEP 1069 (remove_files) COMPLETE |
7388 | 2024-10-29T18:39:23.591Z | [ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-10-29T18:39:23.598Z | [ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7390 | 2024-10-29T18:39:23.598Z | [ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO STEP 1070 (remove_files) COMPLETE |
7391 | 2024-10-29T18:39:23.601Z | [ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-10-29T18:39:23.601Z | [ host-image] Oct 29 18:39:22.274 INFO O| Oct 29 18:39:22.274 INFO O| Planning: Solver setup ... Done |
7393 | 2024-10-29T18:39:23.605Z | [ host-image] Oct 29 18:39:22.278 INFO O| Oct 29 18:39:22.278 INFO O| Planning: Running solver ... Done |
7394 | 2024-10-29T18:39:23.608Z | [ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7395 | 2024-10-29T18:39:23.608Z | [ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO STEP 1071 (remove_files) COMPLETE |
7396 | 2024-10-29T18:39:23.610Z | [ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-29T18:39:23.618Z | [ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7398 | 2024-10-29T18:39:23.618Z | [ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO STEP 1072 (remove_files) COMPLETE |
7399 | 2024-10-29T18:39:23.618Z | [ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-29T18:39:23.627Z | [ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7401 | 2024-10-29T18:39:23.627Z | [ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO STEP 1073 (remove_files) COMPLETE |
7402 | 2024-10-29T18:39:23.628Z | [ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-29T18:39:23.637Z | [ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7404 | 2024-10-29T18:39:23.637Z | [ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO STEP 1074 (remove_files) COMPLETE |
7405 | 2024-10-29T18:39:23.639Z | [ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-10-29T18:39:23.646Z | [ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7407 | 2024-10-29T18:39:23.649Z | [ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO STEP 1075 (remove_files) COMPLETE |
7408 | 2024-10-29T18:39:23.649Z | [ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-10-29T18:39:23.654Z | [ host-image] Oct 29 18:39:22.327 INFO O| Oct 29 18:39:22.327 INFO O| Planning: Finding local manifests ... Done |
7410 | 2024-10-29T18:39:23.656Z | [ host-image] Oct 29 18:39:22.328 INFO O| Oct 29 18:39:22.328 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7411 | 2024-10-29T18:39:23.656Z | [ recovery-image] Oct 29 18:39:22.329 INFO O| Oct 29 18:39:22.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7412 | 2024-10-29T18:39:23.656Z | [ recovery-image] Oct 29 18:39:22.329 INFO O| Oct 29 18:39:22.329 INFO STEP 1076 (remove_files) COMPLETE |
7413 | 2024-10-29T18:39:23.656Z | [ recovery-image] Oct 29 18:39:22.330 INFO O| Oct 29 18:39:22.329 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-10-29T18:39:23.666Z | [ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7415 | 2024-10-29T18:39:23.666Z | [ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO STEP 1077 (remove_files) COMPLETE |
7416 | 2024-10-29T18:39:23.666Z | [ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-10-29T18:39:23.675Z | [ recovery-image] Oct 29 18:39:22.348 INFO O| Oct 29 18:39:22.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7418 | 2024-10-29T18:39:23.677Z | [ recovery-image] Oct 29 18:39:22.349 INFO O| Oct 29 18:39:22.349 INFO STEP 1078 (remove_files) COMPLETE |
7419 | 2024-10-29T18:39:23.677Z | [ recovery-image] Oct 29 18:39:22.349 INFO O| Oct 29 18:39:22.349 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-10-29T18:39:23.685Z | [ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7421 | 2024-10-29T18:39:23.685Z | [ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO STEP 1079 (remove_files) COMPLETE |
7422 | 2024-10-29T18:39:23.687Z | [ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-10-29T18:39:23.694Z | [ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7424 | 2024-10-29T18:39:23.696Z | [ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO STEP 1080 (remove_files) COMPLETE |
7425 | 2024-10-29T18:39:23.696Z | [ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-29T18:39:23.704Z | [ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7427 | 2024-10-29T18:39:23.706Z | [ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO STEP 1081 (remove_files) COMPLETE |
7428 | 2024-10-29T18:39:23.706Z | [ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-29T18:39:23.714Z | [ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7430 | 2024-10-29T18:39:23.716Z | [ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO STEP 1082 (remove_files) COMPLETE |
7431 | 2024-10-29T18:39:23.716Z | [ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-29T18:39:23.724Z | [ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7433 | 2024-10-29T18:39:23.724Z | [ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO STEP 1083 (remove_files) COMPLETE |
7434 | 2024-10-29T18:39:23.726Z | [ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-29T18:39:23.735Z | [ host-image] Oct 29 18:39:22.408 INFO O| Oct 29 18:39:22.408 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7436 | 2024-10-29T18:39:23.737Z | [ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7437 | 2024-10-29T18:39:23.737Z | [ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO STEP 1084 (remove_files) COMPLETE |
7438 | 2024-10-29T18:39:23.737Z | [ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-10-29T18:39:23.747Z | [ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7440 | 2024-10-29T18:39:23.750Z | [ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO STEP 1085 (remove_files) COMPLETE |
7441 | 2024-10-29T18:39:23.750Z | [ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-10-29T18:39:23.755Z | [ host-image] Oct 29 18:39:22.428 INFO O| Oct 29 18:39:22.428 INFO O| Planning: Package planning ... Done |
7443 | 2024-10-29T18:39:23.758Z | [ host-image] Oct 29 18:39:22.429 INFO O| Oct 29 18:39:22.429 INFO O| Planning: Merging actions ... Done |
7444 | 2024-10-29T18:39:23.758Z | [ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7445 | 2024-10-29T18:39:23.758Z | [ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO STEP 1086 (remove_files) COMPLETE |
7446 | 2024-10-29T18:39:23.758Z | [ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-29T18:39:23.766Z | [ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7448 | 2024-10-29T18:39:23.766Z | [ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO STEP 1087 (remove_files) COMPLETE |
7449 | 2024-10-29T18:39:23.766Z | [ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-29T18:39:23.775Z | [ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7451 | 2024-10-29T18:39:23.775Z | [ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO STEP 1088 (remove_files) COMPLETE |
7452 | 2024-10-29T18:39:23.778Z | [ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-29T18:39:23.785Z | [ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7454 | 2024-10-29T18:39:23.788Z | [ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO STEP 1089 (remove_files) COMPLETE |
7455 | 2024-10-29T18:39:23.788Z | [ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-29T18:39:23.795Z | [ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7457 | 2024-10-29T18:39:23.795Z | [ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO STEP 1090 (remove_files) COMPLETE |
7458 | 2024-10-29T18:39:23.797Z | [ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-29T18:39:23.804Z | [ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7460 | 2024-10-29T18:39:23.804Z | [ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO STEP 1091 (remove_files) COMPLETE |
7461 | 2024-10-29T18:39:23.807Z | [ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-29T18:39:23.814Z | [ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7463 | 2024-10-29T18:39:23.814Z | [ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO STEP 1092 (remove_files) COMPLETE |
7464 | 2024-10-29T18:39:23.817Z | [ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-29T18:39:23.817Z | [ host-image] Oct 29 18:39:22.488 INFO O| Oct 29 18:39:22.488 INFO O| Planning: Checking for conflicting actions ... Done |
7466 | 2024-10-29T18:39:23.817Z | [ host-image] Oct 29 18:39:22.489 INFO O| Oct 29 18:39:22.489 INFO O| Planning: Consolidating action changes ... Done |
7467 | 2024-10-29T18:39:23.824Z | [ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7468 | 2024-10-29T18:39:23.827Z | [ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO STEP 1093 (remove_files) COMPLETE |
7469 | 2024-10-29T18:39:23.827Z | [ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-10-29T18:39:23.833Z | [ recovery-image] Oct 29 18:39:22.506 INFO O| Oct 29 18:39:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7471 | 2024-10-29T18:39:23.836Z | [ recovery-image] Oct 29 18:39:22.507 INFO O| Oct 29 18:39:22.506 INFO STEP 1094 (remove_files) COMPLETE |
7472 | 2024-10-29T18:39:23.836Z | [ recovery-image] Oct 29 18:39:22.507 INFO O| Oct 29 18:39:22.506 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-10-29T18:39:23.843Z | [ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7474 | 2024-10-29T18:39:23.843Z | [ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO STEP 1095 (remove_files) COMPLETE |
7475 | 2024-10-29T18:39:23.843Z | [ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-10-29T18:39:23.852Z | [ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7477 | 2024-10-29T18:39:23.852Z | [ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO STEP 1096 (remove_files) COMPLETE |
7478 | 2024-10-29T18:39:23.854Z | [ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-10-29T18:39:23.862Z | [ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7480 | 2024-10-29T18:39:23.862Z | [ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO STEP 1097 (remove_files) COMPLETE |
7481 | 2024-10-29T18:39:23.864Z | [ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-10-29T18:39:23.871Z | [ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7483 | 2024-10-29T18:39:23.874Z | [ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.545 INFO STEP 1098 (remove_files) COMPLETE |
7484 | 2024-10-29T18:39:23.874Z | [ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.545 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-10-29T18:39:23.881Z | [ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7486 | 2024-10-29T18:39:23.881Z | [ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO STEP 1099 (remove_files) COMPLETE |
7487 | 2024-10-29T18:39:23.883Z | [ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-10-29T18:39:23.890Z | [ recovery-image] Oct 29 18:39:22.563 INFO O| Oct 29 18:39:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7489 | 2024-10-29T18:39:23.890Z | [ recovery-image] Oct 29 18:39:22.564 INFO O| Oct 29 18:39:22.564 INFO STEP 1100 (remove_files) COMPLETE |
7490 | 2024-10-29T18:39:23.890Z | [ recovery-image] Oct 29 18:39:22.564 INFO O| Oct 29 18:39:22.564 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-10-29T18:39:23.900Z | [ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7492 | 2024-10-29T18:39:23.900Z | [ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO STEP 1101 (remove_files) COMPLETE |
7493 | 2024-10-29T18:39:23.902Z | [ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-10-29T18:39:23.910Z | [ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7495 | 2024-10-29T18:39:23.912Z | [ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO STEP 1102 (remove_files) COMPLETE |
7496 | 2024-10-29T18:39:23.912Z | [ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-10-29T18:39:23.919Z | [ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7498 | 2024-10-29T18:39:23.919Z | [ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO STEP 1103 (remove_files) COMPLETE |
7499 | 2024-10-29T18:39:23.919Z | [ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-10-29T18:39:23.929Z | [ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7501 | 2024-10-29T18:39:23.929Z | [ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO STEP 1104 (remove_files) COMPLETE |
7502 | 2024-10-29T18:39:23.931Z | [ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-10-29T18:39:23.939Z | [ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7504 | 2024-10-29T18:39:23.939Z | [ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO STEP 1105 (remove_files) COMPLETE |
7505 | 2024-10-29T18:39:23.944Z | [ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-10-29T18:39:23.948Z | [ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7507 | 2024-10-29T18:39:23.948Z | [ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO STEP 1106 (remove_files) COMPLETE |
7508 | 2024-10-29T18:39:23.948Z | [ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-10-29T18:39:23.958Z | [ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7510 | 2024-10-29T18:39:23.960Z | [ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO STEP 1107 (remove_files) COMPLETE |
7511 | 2024-10-29T18:39:23.960Z | [ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-10-29T18:39:23.967Z | [ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7513 | 2024-10-29T18:39:23.967Z | [ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO STEP 1108 (remove_files) COMPLETE |
7514 | 2024-10-29T18:39:23.970Z | [ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-10-29T18:39:23.977Z | [ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7516 | 2024-10-29T18:39:23.977Z | [ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO STEP 1109 (remove_files) COMPLETE |
7517 | 2024-10-29T18:39:23.981Z | [ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-10-29T18:39:23.986Z | [ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7519 | 2024-10-29T18:39:23.986Z | [ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO STEP 1110 (remove_files) COMPLETE |
7520 | 2024-10-29T18:39:23.986Z | [ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-10-29T18:39:23.994Z | [ host-image] Oct 29 18:39:22.667 INFO O| Oct 29 18:39:22.667 INFO O| Planning: Evaluating mediators ... Done |
7522 | 2024-10-29T18:39:23.996Z | [ host-image] Oct 29 18:39:22.667 INFO O| Oct 29 18:39:22.667 INFO O| Planning: Planning completed in 2.34 seconds |
7523 | 2024-10-29T18:39:23.996Z | [ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7524 | 2024-10-29T18:39:23.996Z | [ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO STEP 1111 (remove_files) COMPLETE |
7525 | 2024-10-29T18:39:23.997Z | [ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-10-29T18:39:23.997Z | [ host-image] Oct 29 18:39:22.669 INFO O| Oct 29 18:39:22.669 INFO O| Packages to install: 1 |
7527 | 2024-10-29T18:39:24.005Z | [ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7528 | 2024-10-29T18:39:24.005Z | [ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO STEP 1112 (remove_files) COMPLETE |
7529 | 2024-10-29T18:39:24.007Z | [ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-10-29T18:39:24.007Z | [ host-image] Oct 29 18:39:22.680 INFO O| Oct 29 18:39:22.680 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7531 | 2024-10-29T18:39:24.015Z | [ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7532 | 2024-10-29T18:39:24.015Z | [ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO STEP 1113 (remove_files) COMPLETE |
7533 | 2024-10-29T18:39:24.017Z | [ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-10-29T18:39:24.024Z | [ recovery-image] Oct 29 18:39:22.697 INFO O| Oct 29 18:39:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7535 | 2024-10-29T18:39:24.024Z | [ recovery-image] Oct 29 18:39:22.698 INFO O| Oct 29 18:39:22.697 INFO STEP 1114 (remove_files) COMPLETE |
7536 | 2024-10-29T18:39:24.024Z | [ recovery-image] Oct 29 18:39:22.698 INFO O| Oct 29 18:39:22.698 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-10-29T18:39:24.035Z | [ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7538 | 2024-10-29T18:39:24.037Z | [ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO STEP 1115 (remove_files) COMPLETE |
7539 | 2024-10-29T18:39:24.037Z | [ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-10-29T18:39:24.045Z | [ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7541 | 2024-10-29T18:39:24.048Z | [ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO STEP 1116 (remove_files) COMPLETE |
7542 | 2024-10-29T18:39:24.048Z | [ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-10-29T18:39:24.056Z | [ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7544 | 2024-10-29T18:39:24.058Z | [ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO STEP 1117 (remove_files) COMPLETE |
7545 | 2024-10-29T18:39:24.058Z | [ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-10-29T18:39:24.067Z | [ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7547 | 2024-10-29T18:39:24.070Z | [ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO STEP 1118 (remove_files) COMPLETE |
7548 | 2024-10-29T18:39:24.070Z | [ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-29T18:39:24.084Z | [ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7550 | 2024-10-29T18:39:24.084Z | [ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO STEP 1119 (remove_files) COMPLETE |
7551 | 2024-10-29T18:39:24.086Z | [ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-29T18:39:24.097Z | [ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7553 | 2024-10-29T18:39:24.099Z | [ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO STEP 1120 (remove_files) COMPLETE |
7554 | 2024-10-29T18:39:24.099Z | [ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-29T18:39:24.113Z | [ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7556 | 2024-10-29T18:39:24.113Z | [ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO STEP 1121 (remove_files) COMPLETE |
7557 | 2024-10-29T18:39:24.117Z | [ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-29T18:39:24.125Z | [ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7559 | 2024-10-29T18:39:24.127Z | [ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO STEP 1122 (remove_files) COMPLETE |
7560 | 2024-10-29T18:39:24.127Z | [ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-29T18:39:24.135Z | [ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7562 | 2024-10-29T18:39:24.135Z | [ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO STEP 1123 (remove_files) COMPLETE |
7563 | 2024-10-29T18:39:24.135Z | [ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-29T18:39:24.144Z | [ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7565 | 2024-10-29T18:39:24.144Z | [ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO STEP 1124 (remove_files) COMPLETE |
7566 | 2024-10-29T18:39:24.147Z | [ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-29T18:39:24.154Z | [ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7568 | 2024-10-29T18:39:24.154Z | [ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO STEP 1125 (remove_files) COMPLETE |
7569 | 2024-10-29T18:39:24.156Z | [ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-10-29T18:39:24.168Z | [ recovery-image] Oct 29 18:39:22.841 INFO O| Oct 29 18:39:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7571 | 2024-10-29T18:39:24.171Z | [ recovery-image] Oct 29 18:39:22.842 INFO O| Oct 29 18:39:22.842 INFO STEP 1126 (remove_files) COMPLETE |
7572 | 2024-10-29T18:39:24.171Z | [ recovery-image] Oct 29 18:39:22.842 INFO O| Oct 29 18:39:22.842 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-10-29T18:39:24.179Z | [ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7574 | 2024-10-29T18:39:24.181Z | [ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO STEP 1127 (remove_files) COMPLETE |
7575 | 2024-10-29T18:39:24.181Z | [ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-10-29T18:39:24.189Z | [ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7577 | 2024-10-29T18:39:24.189Z | [ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO STEP 1128 (remove_files) COMPLETE |
7578 | 2024-10-29T18:39:24.192Z | [ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-29T18:39:24.201Z | [ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7580 | 2024-10-29T18:39:24.201Z | [ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO STEP 1129 (remove_files) COMPLETE |
7581 | 2024-10-29T18:39:24.203Z | [ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-29T18:39:24.214Z | [ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7583 | 2024-10-29T18:39:24.214Z | [ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO STEP 1130 (remove_files) COMPLETE |
7584 | 2024-10-29T18:39:24.216Z | [ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-29T18:39:24.228Z | [ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7586 | 2024-10-29T18:39:24.231Z | [ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO STEP 1131 (remove_files) COMPLETE |
7587 | 2024-10-29T18:39:24.231Z | [ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-10-29T18:39:24.241Z | [ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7589 | 2024-10-29T18:39:24.241Z | [ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO STEP 1132 (remove_files) COMPLETE |
7590 | 2024-10-29T18:39:24.243Z | [ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-10-29T18:39:24.253Z | [ recovery-image] Oct 29 18:39:22.926 INFO O| Oct 29 18:39:22.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7592 | 2024-10-29T18:39:24.255Z | [ recovery-image] Oct 29 18:39:22.926 INFO O| Oct 29 18:39:22.926 INFO STEP 1133 (remove_files) COMPLETE |
7593 | 2024-10-29T18:39:24.256Z | [ recovery-image] Oct 29 18:39:22.927 INFO O| Oct 29 18:39:22.926 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-29T18:39:24.268Z | [ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7595 | 2024-10-29T18:39:24.268Z | [ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.942 INFO STEP 1134 (remove_files) COMPLETE |
7596 | 2024-10-29T18:39:24.268Z | [ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.942 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-29T18:39:24.280Z | [ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7598 | 2024-10-29T18:39:24.281Z | [ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.954 INFO STEP 1135 (remove_files) COMPLETE |
7599 | 2024-10-29T18:39:24.283Z | [ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.954 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-29T18:39:24.291Z | [ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7601 | 2024-10-29T18:39:24.293Z | [ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO STEP 1136 (remove_files) COMPLETE |
7602 | 2024-10-29T18:39:24.293Z | [ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-29T18:39:24.301Z | [ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7604 | 2024-10-29T18:39:24.303Z | [ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO STEP 1137 (remove_files) COMPLETE |
7605 | 2024-10-29T18:39:24.303Z | [ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-29T18:39:24.311Z | [ recovery-image] Oct 29 18:39:22.984 INFO O| Oct 29 18:39:22.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7607 | 2024-10-29T18:39:24.313Z | [ recovery-image] Oct 29 18:39:22.984 INFO O| Oct 29 18:39:22.984 INFO STEP 1138 (remove_files) COMPLETE |
7608 | 2024-10-29T18:39:24.313Z | [ recovery-image] Oct 29 18:39:22.985 INFO O| Oct 29 18:39:22.984 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-29T18:39:24.322Z | [ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7610 | 2024-10-29T18:39:24.322Z | [ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO STEP 1139 (remove_files) COMPLETE |
7611 | 2024-10-29T18:39:24.324Z | [ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-29T18:39:24.332Z | [ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7613 | 2024-10-29T18:39:24.335Z | [ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.006 INFO STEP 1140 (remove_files) COMPLETE |
7614 | 2024-10-29T18:39:24.335Z | [ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.006 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-29T18:39:24.343Z | [ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7616 | 2024-10-29T18:39:24.343Z | [ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO STEP 1141 (remove_files) COMPLETE |
7617 | 2024-10-29T18:39:24.345Z | [ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-29T18:39:24.352Z | [ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7619 | 2024-10-29T18:39:24.352Z | [ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO STEP 1142 (remove_files) COMPLETE |
7620 | 2024-10-29T18:39:24.352Z | [ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-10-29T18:39:24.362Z | [ host-image] Oct 29 18:39:23.035 INFO O| Oct 29 18:39:23.035 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.6M/s) |
7622 | 2024-10-29T18:39:24.364Z | [ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7623 | 2024-10-29T18:39:24.364Z | [ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO STEP 1143 (remove_files) COMPLETE |
7624 | 2024-10-29T18:39:24.364Z | [ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-10-29T18:39:24.372Z | [ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7626 | 2024-10-29T18:39:24.372Z | [ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.046 INFO STEP 1144 (remove_files) COMPLETE |
7627 | 2024-10-29T18:39:24.379Z | [ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.046 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-10-29T18:39:24.383Z | [ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7629 | 2024-10-29T18:39:24.383Z | [ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO STEP 1145 (remove_files) COMPLETE |
7630 | 2024-10-29T18:39:24.383Z | [ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-10-29T18:39:24.389Z | [ host-image] Oct 29 18:39:23.062 INFO O| Oct 29 18:39:23.062 INFO O| Actions: 1/22 actions (Installing new actions) |
7632 | 2024-10-29T18:39:24.393Z | [ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7633 | 2024-10-29T18:39:24.393Z | [ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO STEP 1146 (remove_files) COMPLETE |
7634 | 2024-10-29T18:39:24.395Z | [ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-10-29T18:39:24.403Z | [ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7636 | 2024-10-29T18:39:24.403Z | [ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO STEP 1147 (remove_files) COMPLETE |
7637 | 2024-10-29T18:39:24.403Z | [ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-10-29T18:39:24.412Z | [ recovery-image] Oct 29 18:39:23.085 INFO O| Oct 29 18:39:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7639 | 2024-10-29T18:39:24.415Z | [ recovery-image] Oct 29 18:39:23.085 INFO O| Oct 29 18:39:23.085 INFO STEP 1148 (remove_files) COMPLETE |
7640 | 2024-10-29T18:39:24.415Z | [ recovery-image] Oct 29 18:39:23.086 INFO O| Oct 29 18:39:23.085 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-10-29T18:39:24.422Z | [ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7642 | 2024-10-29T18:39:24.422Z | [ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO STEP 1149 (remove_files) COMPLETE |
7643 | 2024-10-29T18:39:24.426Z | [ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-10-29T18:39:24.432Z | [ recovery-image] Oct 29 18:39:23.105 INFO O| Oct 29 18:39:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7645 | 2024-10-29T18:39:24.434Z | [ recovery-image] Oct 29 18:39:23.106 INFO O| Oct 29 18:39:23.106 INFO STEP 1150 (remove_files) COMPLETE |
7646 | 2024-10-29T18:39:24.434Z | [ recovery-image] Oct 29 18:39:23.106 INFO O| Oct 29 18:39:23.106 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-10-29T18:39:24.446Z | [ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7648 | 2024-10-29T18:39:24.446Z | [ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO STEP 1151 (remove_files) COMPLETE |
7649 | 2024-10-29T18:39:24.449Z | [ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-10-29T18:39:24.454Z | [ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7651 | 2024-10-29T18:39:24.457Z | [ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO STEP 1152 (remove_files) COMPLETE |
7652 | 2024-10-29T18:39:24.457Z | [ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-10-29T18:39:24.464Z | [ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7654 | 2024-10-29T18:39:24.466Z | [ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO STEP 1153 (remove_files) COMPLETE |
7655 | 2024-10-29T18:39:24.466Z | [ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-10-29T18:39:24.473Z | [ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7657 | 2024-10-29T18:39:24.473Z | [ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO STEP 1154 (remove_files) COMPLETE |
7658 | 2024-10-29T18:39:24.476Z | [ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-10-29T18:39:24.483Z | [ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7660 | 2024-10-29T18:39:24.483Z | [ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO STEP 1155 (remove_files) COMPLETE |
7661 | 2024-10-29T18:39:24.485Z | [ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-10-29T18:39:24.492Z | [ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7663 | 2024-10-29T18:39:24.493Z | [ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO STEP 1156 (remove_files) COMPLETE |
7664 | 2024-10-29T18:39:24.495Z | [ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-10-29T18:39:24.502Z | [ recovery-image] Oct 29 18:39:23.175 INFO O| Oct 29 18:39:23.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7666 | 2024-10-29T18:39:24.504Z | [ recovery-image] Oct 29 18:39:23.176 INFO O| Oct 29 18:39:23.176 INFO STEP 1157 (remove_files) COMPLETE |
7667 | 2024-10-29T18:39:24.504Z | [ recovery-image] Oct 29 18:39:23.176 INFO O| Oct 29 18:39:23.176 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-10-29T18:39:24.513Z | [ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7669 | 2024-10-29T18:39:24.513Z | [ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.186 INFO STEP 1158 (remove_files) COMPLETE |
7670 | 2024-10-29T18:39:24.514Z | [ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.186 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-10-29T18:39:24.522Z | [ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7672 | 2024-10-29T18:39:24.527Z | [ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO STEP 1159 (remove_files) COMPLETE |
7673 | 2024-10-29T18:39:24.527Z | [ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-10-29T18:39:24.531Z | [ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7675 | 2024-10-29T18:39:24.532Z | [ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.205 INFO STEP 1160 (remove_files) COMPLETE |
7676 | 2024-10-29T18:39:24.532Z | [ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.205 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-10-29T18:39:24.541Z | [ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7678 | 2024-10-29T18:39:24.544Z | [ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO STEP 1161 (remove_files) COMPLETE |
7679 | 2024-10-29T18:39:24.544Z | [ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-10-29T18:39:24.551Z | [ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7681 | 2024-10-29T18:39:24.551Z | [ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO STEP 1162 (remove_files) COMPLETE |
7682 | 2024-10-29T18:39:24.553Z | [ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-10-29T18:39:24.562Z | [ recovery-image] Oct 29 18:39:23.234 INFO O| Oct 29 18:39:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7684 | 2024-10-29T18:39:24.562Z | [ recovery-image] Oct 29 18:39:23.235 INFO O| Oct 29 18:39:23.234 INFO STEP 1163 (remove_files) COMPLETE |
7685 | 2024-10-29T18:39:24.564Z | [ recovery-image] Oct 29 18:39:23.235 INFO O| Oct 29 18:39:23.235 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-10-29T18:39:24.572Z | [ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7687 | 2024-10-29T18:39:24.572Z | [ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO STEP 1164 (remove_files) COMPLETE |
7688 | 2024-10-29T18:39:24.572Z | [ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-10-29T18:39:24.585Z | [ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7690 | 2024-10-29T18:39:24.585Z | [ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.258 INFO STEP 1165 (remove_files) COMPLETE |
7691 | 2024-10-29T18:39:24.585Z | [ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.258 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-10-29T18:39:24.598Z | [ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7693 | 2024-10-29T18:39:24.600Z | [ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO STEP 1166 (remove_files) COMPLETE |
7694 | 2024-10-29T18:39:24.600Z | [ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-10-29T18:39:24.609Z | [ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7696 | 2024-10-29T18:39:24.609Z | [ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO STEP 1167 (remove_files) COMPLETE |
7697 | 2024-10-29T18:39:24.612Z | [ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-10-29T18:39:24.619Z | [ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7699 | 2024-10-29T18:39:24.619Z | [ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO STEP 1168 (remove_files) COMPLETE |
7700 | 2024-10-29T18:39:24.619Z | [ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-10-29T18:39:24.629Z | [ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7702 | 2024-10-29T18:39:24.629Z | [ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO STEP 1169 (remove_files) COMPLETE |
7703 | 2024-10-29T18:39:24.632Z | [ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-10-29T18:39:24.639Z | [ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7705 | 2024-10-29T18:39:24.642Z | [ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO STEP 1170 (remove_files) COMPLETE |
7706 | 2024-10-29T18:39:24.642Z | [ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-10-29T18:39:24.649Z | [ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7708 | 2024-10-29T18:39:24.649Z | [ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO STEP 1171 (remove_files) COMPLETE |
7709 | 2024-10-29T18:39:24.649Z | [ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-10-29T18:39:24.658Z | [ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7711 | 2024-10-29T18:39:24.658Z | [ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO STEP 1172 (remove_files) COMPLETE |
7712 | 2024-10-29T18:39:24.661Z | [ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-10-29T18:39:24.668Z | [ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7714 | 2024-10-29T18:39:24.668Z | [ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO STEP 1173 (remove_files) COMPLETE |
7715 | 2024-10-29T18:39:24.670Z | [ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-10-29T18:39:24.677Z | [ recovery-image] Oct 29 18:39:23.350 INFO O| Oct 29 18:39:23.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7717 | 2024-10-29T18:39:24.677Z | [ recovery-image] Oct 29 18:39:23.351 INFO O| Oct 29 18:39:23.350 INFO STEP 1174 (remove_files) COMPLETE |
7718 | 2024-10-29T18:39:24.680Z | [ recovery-image] Oct 29 18:39:23.351 INFO O| Oct 29 18:39:23.351 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-10-29T18:39:24.687Z | [ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7720 | 2024-10-29T18:39:24.689Z | [ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO STEP 1175 (remove_files) COMPLETE |
7721 | 2024-10-29T18:39:24.689Z | [ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-10-29T18:39:24.697Z | [ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7723 | 2024-10-29T18:39:24.697Z | [ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO STEP 1176 (remove_files) COMPLETE |
7724 | 2024-10-29T18:39:24.697Z | [ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-10-29T18:39:24.706Z | [ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7726 | 2024-10-29T18:39:24.706Z | [ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO STEP 1177 (remove_files) COMPLETE |
7727 | 2024-10-29T18:39:24.708Z | [ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-10-29T18:39:24.716Z | [ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7729 | 2024-10-29T18:39:24.716Z | [ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO STEP 1178 (remove_files) COMPLETE |
7730 | 2024-10-29T18:39:24.718Z | [ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-10-29T18:39:24.726Z | [ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7732 | 2024-10-29T18:39:24.726Z | [ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO STEP 1179 (remove_files) COMPLETE |
7733 | 2024-10-29T18:39:24.728Z | [ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-10-29T18:39:24.735Z | [ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7735 | 2024-10-29T18:39:24.737Z | [ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO STEP 1180 (remove_files) COMPLETE |
7736 | 2024-10-29T18:39:24.737Z | [ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-10-29T18:39:24.745Z | [ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7738 | 2024-10-29T18:39:24.745Z | [ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO STEP 1181 (remove_files) COMPLETE |
7739 | 2024-10-29T18:39:24.745Z | [ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-10-29T18:39:24.755Z | [ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7741 | 2024-10-29T18:39:24.755Z | [ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO STEP 1182 (remove_files) COMPLETE |
7742 | 2024-10-29T18:39:24.755Z | [ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-10-29T18:39:24.765Z | [ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7744 | 2024-10-29T18:39:24.765Z | [ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO STEP 1183 (remove_files) COMPLETE |
7745 | 2024-10-29T18:39:24.768Z | [ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-10-29T18:39:24.776Z | [ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7747 | 2024-10-29T18:39:24.776Z | [ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO STEP 1184 (remove_files) COMPLETE |
7748 | 2024-10-29T18:39:24.778Z | [ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-10-29T18:39:24.786Z | [ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7750 | 2024-10-29T18:39:24.786Z | [ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO STEP 1185 (remove_files) COMPLETE |
7751 | 2024-10-29T18:39:24.788Z | [ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-10-29T18:39:24.796Z | [ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7753 | 2024-10-29T18:39:24.796Z | [ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO STEP 1186 (remove_files) COMPLETE |
7754 | 2024-10-29T18:39:24.798Z | [ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-10-29T18:39:24.805Z | [ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7756 | 2024-10-29T18:39:24.806Z | [ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO STEP 1187 (remove_files) COMPLETE |
7757 | 2024-10-29T18:39:24.806Z | [ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-10-29T18:39:24.815Z | [ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7759 | 2024-10-29T18:39:24.817Z | [ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO STEP 1188 (remove_files) COMPLETE |
7760 | 2024-10-29T18:39:24.817Z | [ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-10-29T18:39:24.824Z | [ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7762 | 2024-10-29T18:39:24.825Z | [ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO STEP 1189 (remove_files) COMPLETE |
7763 | 2024-10-29T18:39:24.825Z | [ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-10-29T18:39:24.838Z | [ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7765 | 2024-10-29T18:39:24.838Z | [ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO STEP 1190 (remove_files) COMPLETE |
7766 | 2024-10-29T18:39:24.838Z | [ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-10-29T18:39:24.853Z | [ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7768 | 2024-10-29T18:39:24.853Z | [ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO STEP 1191 (remove_files) COMPLETE |
7769 | 2024-10-29T18:39:24.853Z | [ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-10-29T18:39:24.864Z | [ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7771 | 2024-10-29T18:39:24.864Z | [ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO STEP 1192 (remove_files) COMPLETE |
7772 | 2024-10-29T18:39:24.864Z | [ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-10-29T18:39:24.877Z | [ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7774 | 2024-10-29T18:39:24.877Z | [ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO STEP 1193 (remove_files) COMPLETE |
7775 | 2024-10-29T18:39:24.877Z | [ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-10-29T18:39:24.887Z | [ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7777 | 2024-10-29T18:39:24.887Z | [ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO STEP 1194 (remove_files) COMPLETE |
7778 | 2024-10-29T18:39:24.887Z | [ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-10-29T18:39:24.897Z | [ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7780 | 2024-10-29T18:39:24.897Z | [ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO STEP 1195 (remove_files) COMPLETE |
7781 | 2024-10-29T18:39:24.900Z | [ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-10-29T18:39:24.907Z | [ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7783 | 2024-10-29T18:39:24.907Z | [ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO STEP 1196 (remove_files) COMPLETE |
7784 | 2024-10-29T18:39:24.909Z | [ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-10-29T18:39:24.916Z | [ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7786 | 2024-10-29T18:39:24.916Z | [ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO STEP 1197 (remove_files) COMPLETE |
7787 | 2024-10-29T18:39:24.916Z | [ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-10-29T18:39:24.926Z | [ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7789 | 2024-10-29T18:39:24.926Z | [ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO STEP 1198 (remove_files) COMPLETE |
7790 | 2024-10-29T18:39:24.926Z | [ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-10-29T18:39:24.935Z | [ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7792 | 2024-10-29T18:39:24.938Z | [ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO STEP 1199 (remove_files) COMPLETE |
7793 | 2024-10-29T18:39:24.938Z | [ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-10-29T18:39:24.946Z | [ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7795 | 2024-10-29T18:39:24.946Z | [ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO STEP 1200 (remove_files) COMPLETE |
7796 | 2024-10-29T18:39:24.949Z | [ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-10-29T18:39:24.954Z | [ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7798 | 2024-10-29T18:39:24.954Z | [ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO STEP 1201 (remove_files) COMPLETE |
7799 | 2024-10-29T18:39:24.956Z | [ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-10-29T18:39:24.962Z | [ host-image] Oct 29 18:39:23.635 INFO O| Oct 29 18:39:23.635 INFO O| Actions: Completed 22 actions in 0.57 seconds. |
7801 | 2024-10-29T18:39:24.964Z | [ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7802 | 2024-10-29T18:39:24.964Z | [ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO STEP 1202 (remove_files) COMPLETE |
7803 | 2024-10-29T18:39:24.964Z | [ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-10-29T18:39:24.973Z | [ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7805 | 2024-10-29T18:39:24.973Z | [ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO STEP 1203 (remove_files) COMPLETE |
7806 | 2024-10-29T18:39:24.976Z | [ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-10-29T18:39:24.983Z | [ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7808 | 2024-10-29T18:39:24.985Z | [ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO STEP 1204 (remove_files) COMPLETE |
7809 | 2024-10-29T18:39:24.985Z | [ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-10-29T18:39:24.993Z | [ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7811 | 2024-10-29T18:39:24.995Z | [ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO STEP 1205 (remove_files) COMPLETE |
7812 | 2024-10-29T18:39:24.995Z | [ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7813 | 2024-10-29T18:39:25.007Z | [ recovery-image] Oct 29 18:39:23.680 INFO O| Oct 29 18:39:23.680 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7814 | 2024-10-29T18:39:25.008Z | [ recovery-image] Oct 29 18:39:23.681 INFO O| Oct 29 18:39:23.681 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7815 | 2024-10-29T18:39:25.271Z | [ host-image] Oct 29 18:39:23.944 INFO O| Oct 29 18:39:23.944 INFO O| Done |
7816 | 2024-10-29T18:39:25.272Z | [ host-image] Oct 29 18:39:23.944 INFO O| Oct 29 18:39:23.944 INFO O| Done |
7817 | 2024-10-29T18:39:25.760Z | [ host-image] Oct 29 18:39:24.433 INFO O| Oct 29 18:39:24.433 INFO O| Done |
7818 | 2024-10-29T18:39:25.778Z | [ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO STEP 1206 (pack_tar) COMPLETE |
7819 | 2024-10-29T18:39:25.781Z | [ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7820 | 2024-10-29T18:39:25.781Z | [ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7821 | 2024-10-29T18:39:26.501Z | [ recovery-image] Oct 29 18:39:25.173 INFO O| Oct 29 18:39:25.173 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7822 | 2024-10-29T18:39:26.569Z | [ recovery-image] Oct 29 18:39:25.242 INFO O| Oct 29 18:39:25.241 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7823 | 2024-10-29T18:39:26.575Z | [ recovery-image] Oct 29 18:39:25.248 INFO image builder template: zfs-recovery... |
7824 | 2024-10-29T18:39:26.578Z | [ recovery-image] Oct 29 18:39:25.248 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/.tmp2e1Dzz/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 |
7825 | 2024-10-29T18:39:26.609Z | [ recovery-image] Oct 29 18:39:25.282 INFO O| Oct 29 18:39:25.282 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7826 | 2024-10-29T18:39:26.614Z | [ recovery-image] Oct 29 18:39:25.287 INFO O| Oct 29 18:39:25.287 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7827 | 2024-10-29T18:39:26.674Z | [ recovery-image] Oct 29 18:39:25.347 INFO O| Oct 29 18:39:25.346 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7828 | 2024-10-29T18:39:26.769Z | [ recovery-image] Oct 29 18:39:25.442 INFO O| Oct 29 18:39:25.442 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7829 | 2024-10-29T18:39:26.769Z | [ recovery-image] Oct 29 18:39:25.442 INFO O| Oct 29 18:39:25.442 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7830 | 2024-10-29T18:39:26.774Z | [ recovery-image] Oct 29 18:39:25.447 INFO O| Oct 29 18:39:25.447 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7831 | 2024-10-29T18:39:26.876Z | [ recovery-image] Oct 29 18:39:25.548 INFO O| Oct 29 18:39:25.548 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7832 | 2024-10-29T18:39:26.956Z | [ recovery-image] Oct 29 18:39:25.628 INFO O| Oct 29 18:39:25.628 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7833 | 2024-10-29T18:39:26.966Z | [ recovery-image] Oct 29 18:39:25.639 INFO O| Oct 29 18:39:25.639 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7834 | 2024-10-29T18:39:26.971Z | [ recovery-image] Oct 29 18:39:25.644 INFO O| Oct 29 18:39:25.644 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7835 | 2024-10-29T18:39:26.973Z | [ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO no lofi found |
7836 | 2024-10-29T18:39:26.973Z | [ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7837 | 2024-10-29T18:39:26.973Z | [ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7838 | 2024-10-29T18:39:27.042Z | [ host-image] Oct 29 18:39:25.715 INFO O| Oct 29 18:39:25.714 INFO O| Done |
7839 | 2024-10-29T18:39:27.066Z | [ host-image] Oct 29 18:39:25.739 INFO O| Oct 29 18:39:25.739 INFO O| Done |
7840 | 2024-10-29T18:39:27.069Z | [ host-image] Oct 29 18:39:25.739 INFO O| Oct 29 18:39:25.739 INFO O| Done |
7841 | 2024-10-29T18:39:27.076Z | [ host-image] Oct 29 18:39:25.749 INFO O| Oct 29 18:39:25.749 INFO O| Done |
7842 | 2024-10-29T18:39:27.197Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 14 (pkg_install) COMPLETE |
7843 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7844 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "mfg" is not enabled |
7845 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7846 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "compliance" is not enabled |
7847 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7848 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "stress" is not enabled |
7849 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7850 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "nfs" is not enabled |
7851 | 2024-10-29T18:39:27.200Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7852 | 2024-10-29T18:39:27.202Z | [ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7853 | 2024-10-29T18:39:27.302Z | [ host-image] Oct 29 18:39:25.975 INFO O| Oct 29 18:39:25.974 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7854 | 2024-10-29T18:39:27.429Z | [ host-image] Oct 29 18:39:26.102 INFO O| Oct 29 18:39:26.102 INFO completed processing gimlet/ramdisk-01-os |
7855 | 2024-10-29T18:39:27.432Z | [ host-image] Oct 29 18:39:26.104 INFO omicron1 baseline generation... |
7856 | 2024-10-29T18:39:27.432Z | [ host-image] Oct 29 18:39:26.104 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7857 | 2024-10-29T18:39:27.833Z | [ host-image] Oct 29 18:39:26.505 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
7858 | 2024-10-29T18:39:29.338Z | [ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7859 | 2024-10-29T18:39:29.338Z | [ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7860 | 2024-10-29T18:39:29.341Z | [ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7861 | 2024-10-29T18:39:29.411Z | [ recovery-image] Oct 29 18:39:28.084 INFO O| Oct 29 18:39:28.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7862 | 2024-10-29T18:39:29.412Z | [ recovery-image] Oct 29 18:39:28.084 INFO O| Oct 29 18:39:28.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7863 | 2024-10-29T18:39:29.432Z | [ recovery-image] Oct 29 18:39:28.104 INFO O| Oct 29 18:39:28.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7864 | 2024-10-29T18:39:29.491Z | [ recovery-image] Oct 29 18:39:28.163 INFO O| Oct 29 18:39:28.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7865 | 2024-10-29T18:39:29.527Z | [ recovery-image] Oct 29 18:39:28.200 INFO O| Oct 29 18:39:28.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7866 | 2024-10-29T18:39:29.542Z | [ recovery-image] Oct 29 18:39:28.215 INFO O| Oct 29 18:39:28.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7867 | 2024-10-29T18:39:29.552Z | [ recovery-image] Oct 29 18:39:28.225 INFO O| Oct 29 18:39:28.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7868 | 2024-10-29T18:39:29.599Z | [ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7869 | 2024-10-29T18:39:29.599Z | [ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7870 | 2024-10-29T18:39:29.601Z | [ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7871 | 2024-10-29T18:39:29.606Z | [ recovery-image] Oct 29 18:39:28.279 INFO O| Oct 29 18:39:28.279 INFO boot environment UUID: 948525f7-140e-43ac-a336-86c311150ed6 |
7872 | 2024-10-29T18:39:29.606Z | [ recovery-image] Oct 29 18:39:28.279 INFO O| Oct 29 18:39:28.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 948525f7-140e-43ac-a336-86c311150ed6 |
7873 | 2024-10-29T18:39:29.617Z | [ recovery-image] Oct 29 18:39:28.290 INFO O| Oct 29 18:39:28.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7874 | 2024-10-29T18:39:29.630Z | [ recovery-image] Oct 29 18:39:28.302 INFO O| Oct 29 18:39:28.302 INFO STEP 0 (create_be) COMPLETE |
7875 | 2024-10-29T18:39:29.630Z | [ recovery-image] Oct 29 18:39:28.302 INFO O| Oct 29 18:39:28.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7876 | 2024-10-29T18:39:29.646Z | [ recovery-image] Oct 29 18:39:28.318 INFO O| Oct 29 18:39:28.318 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"] |
7877 | 2024-10-29T18:39:31.675Z | [ recovery-image] Oct 29 18:39:30.347 INFO O| Oct 29 18:39:30.347 INFO STEP 1 (unpack_tar) COMPLETE |
7878 | 2024-10-29T18:39:31.675Z | [ recovery-image] Oct 29 18:39:30.347 INFO O| Oct 29 18:39:30.347 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7879 | 2024-10-29T18:39:31.686Z | [ recovery-image] Oct 29 18:39:30.358 INFO O| Oct 29 18:39:30.358 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7880 | 2024-10-29T18:39:32.180Z | [ recovery-image] Oct 29 18:39:30.851 INFO O| Oct 29 18:39:30.851 INFO STEP 2 (devfsadm) COMPLETE |
7881 | 2024-10-29T18:39:32.180Z | [ recovery-image] Oct 29 18:39:30.851 INFO O| Oct 29 18:39:30.851 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7882 | 2024-10-29T18:39:32.190Z | [ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.862 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7883 | 2024-10-29T18:39:32.190Z | [ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7884 | 2024-10-29T18:39:32.193Z | [ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO STEP 3 (ensure_dir) COMPLETE |
7885 | 2024-10-29T18:39:32.193Z | [ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7886 | 2024-10-29T18:39:32.201Z | [ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7887 | 2024-10-29T18:39:32.201Z | [ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO STEP 4 (ensure_dir) COMPLETE |
7888 | 2024-10-29T18:39:32.201Z | [ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7889 | 2024-10-29T18:39:32.211Z | [ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7890 | 2024-10-29T18:39:32.211Z | [ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO STEP 5 (ensure_dir) COMPLETE |
7891 | 2024-10-29T18:39:32.213Z | [ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7892 | 2024-10-29T18:39:32.220Z | [ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7893 | 2024-10-29T18:39:32.223Z | [ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7894 | 2024-10-29T18:39:32.223Z | [ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO STEP 6 (ensure_dir) COMPLETE |
7895 | 2024-10-29T18:39:32.223Z | [ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7896 | 2024-10-29T18:39:32.232Z | [ recovery-image] Oct 29 18:39:30.904 INFO O| Oct 29 18:39:30.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7897 | 2024-10-29T18:39:32.233Z | [ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7898 | 2024-10-29T18:39:32.236Z | [ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO STEP 7 (ensure_dir) COMPLETE |
7899 | 2024-10-29T18:39:32.236Z | [ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7900 | 2024-10-29T18:39:32.243Z | [ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7901 | 2024-10-29T18:39:32.245Z | [ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO STEP 8 (remove_files) COMPLETE |
7902 | 2024-10-29T18:39:32.245Z | [ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7903 | 2024-10-29T18:39:32.254Z | [ recovery-image] Oct 29 18:39:30.926 INFO O| Oct 29 18:39:30.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7904 | 2024-10-29T18:39:32.257Z | [ recovery-image] Oct 29 18:39:30.927 INFO O| Oct 29 18:39:30.927 INFO STEP 9 (remove_files) COMPLETE |
7905 | 2024-10-29T18:39:32.257Z | [ recovery-image] Oct 29 18:39:30.927 INFO O| Oct 29 18:39:30.927 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7906 | 2024-10-29T18:39:32.268Z | [ recovery-image] Oct 29 18:39:30.940 INFO O| Oct 29 18:39:30.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7907 | 2024-10-29T18:39:32.273Z | [ recovery-image] Oct 29 18:39:30.941 INFO O| Oct 29 18:39:30.940 INFO STEP 10 (remove_files) COMPLETE |
7908 | 2024-10-29T18:39:32.273Z | [ recovery-image] Oct 29 18:39:30.941 INFO O| Oct 29 18:39:30.940 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7909 | 2024-10-29T18:39:32.282Z | [ recovery-image] Oct 29 18:39:30.954 INFO O| Oct 29 18:39:30.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7910 | 2024-10-29T18:39:32.285Z | [ recovery-image] Oct 29 18:39:30.955 INFO O| Oct 29 18:39:30.954 INFO STEP 11 (remove_files) COMPLETE |
7911 | 2024-10-29T18:39:32.285Z | [ recovery-image] Oct 29 18:39:30.955 INFO O| Oct 29 18:39:30.955 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7912 | 2024-10-29T18:39:32.293Z | [ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7913 | 2024-10-29T18:39:32.293Z | [ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.966 INFO STEP 12 (remove_files) COMPLETE |
7914 | 2024-10-29T18:39:32.296Z | [ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.966 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7915 | 2024-10-29T18:39:32.304Z | [ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7916 | 2024-10-29T18:39:32.306Z | [ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7917 | 2024-10-29T18:39:32.306Z | [ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO STEP 13 (ensure_dir) COMPLETE |
7918 | 2024-10-29T18:39:32.306Z | [ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7919 | 2024-10-29T18:39:32.314Z | [ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7920 | 2024-10-29T18:39:32.317Z | [ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7921 | 2024-10-29T18:39:32.317Z | [ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7922 | 2024-10-29T18:39:32.317Z | [ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO STEP 14 (ensure_dir) COMPLETE |
7923 | 2024-10-29T18:39:32.317Z | [ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7924 | 2024-10-29T18:39:32.324Z | [ recovery-image] Oct 29 18:39:30.996 INFO O| Oct 29 18:39:30.996 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7925 | 2024-10-29T18:39:32.327Z | [ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7926 | 2024-10-29T18:39:32.327Z | [ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7927 | 2024-10-29T18:39:32.327Z | [ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO STEP 15 (ensure_dir) COMPLETE |
7928 | 2024-10-29T18:39:32.327Z | [ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7929 | 2024-10-29T18:39:32.336Z | [ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7930 | 2024-10-29T18:39:32.336Z | [ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7931 | 2024-10-29T18:39:32.338Z | [ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO STEP 16 (ensure_dir) COMPLETE |
7932 | 2024-10-29T18:39:32.338Z | [ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7933 | 2024-10-29T18:39:32.346Z | [ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7934 | 2024-10-29T18:39:32.346Z | [ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7935 | 2024-10-29T18:39:32.346Z | [ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO STEP 17 (ensure_dir) COMPLETE |
7936 | 2024-10-29T18:39:32.349Z | [ recovery-image] Oct 29 18:39:31.019 INFO O| Oct 29 18:39:31.018 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7937 | 2024-10-29T18:39:32.361Z | [ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7938 | 2024-10-29T18:39:32.363Z | [ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7939 | 2024-10-29T18:39:32.363Z | [ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO ok! |
7940 | 2024-10-29T18:39:32.363Z | [ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO STEP 18 (ensure_symlink) COMPLETE |
7941 | 2024-10-29T18:39:32.363Z | [ recovery-image] Oct 29 18:39:31.034 INFO O| Oct 29 18:39:31.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7942 | 2024-10-29T18:39:32.384Z | [ recovery-image] Oct 29 18:39:31.054 INFO O| Oct 29 18:39:31.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7943 | 2024-10-29T18:39:32.384Z | [ recovery-image] Oct 29 18:39:31.054 INFO O| Oct 29 18:39:31.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7944 | 2024-10-29T18:39:32.389Z | [ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.054 INFO ok! |
7945 | 2024-10-29T18:39:32.389Z | [ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.055 INFO STEP 19 (ensure_file) COMPLETE |
7946 | 2024-10-29T18:39:32.389Z | [ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.055 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7947 | 2024-10-29T18:39:32.405Z | [ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7948 | 2024-10-29T18:39:32.405Z | [ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7949 | 2024-10-29T18:39:32.407Z | [ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7950 | 2024-10-29T18:39:32.408Z | [ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO ok! |
7951 | 2024-10-29T18:39:32.408Z | [ recovery-image] Oct 29 18:39:31.075 INFO O| Oct 29 18:39:31.074 INFO STEP 20 (ensure_symlink) COMPLETE |
7952 | 2024-10-29T18:39:32.408Z | [ recovery-image] Oct 29 18:39:31.075 INFO O| Oct 29 18:39:31.075 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7953 | 2024-10-29T18:39:32.426Z | [ recovery-image] Oct 29 18:39:31.095 INFO O| Oct 29 18:39:31.095 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7954 | 2024-10-29T18:39:32.426Z | [ recovery-image] Oct 29 18:39:31.095 INFO O| Oct 29 18:39:31.095 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7955 | 2024-10-29T18:39:32.426Z | [ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7956 | 2024-10-29T18:39:32.426Z | [ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO ok! |
7957 | 2024-10-29T18:39:32.426Z | [ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO STEP 21 (ensure_symlink) COMPLETE |
7958 | 2024-10-29T18:39:32.433Z | [ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7959 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7960 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7961 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7962 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO ok! |
7963 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO STEP 22 (ensure_symlink) COMPLETE |
7964 | 2024-10-29T18:39:32.447Z | [ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7965 | 2024-10-29T18:39:32.464Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7966 | 2024-10-29T18:39:32.464Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7967 | 2024-10-29T18:39:32.473Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7968 | 2024-10-29T18:39:32.473Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO ok! |
7969 | 2024-10-29T18:39:32.473Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO STEP 23 (ensure_symlink) COMPLETE |
7970 | 2024-10-29T18:39:32.473Z | [ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7971 | 2024-10-29T18:39:32.479Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7972 | 2024-10-29T18:39:32.479Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 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 ... |
7973 | 2024-10-29T18:39:32.490Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7974 | 2024-10-29T18:39:32.490Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO ok! |
7975 | 2024-10-29T18:39:32.490Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO STEP 24 (ensure_file) COMPLETE |
7976 | 2024-10-29T18:39:32.490Z | [ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7977 | 2024-10-29T18:39:32.492Z | [ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO updating shadow file |
7978 | 2024-10-29T18:39:32.492Z | [ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7979 | 2024-10-29T18:39:32.492Z | [ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7980 | 2024-10-29T18:39:32.492Z | [ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO STEP 25 (shadow) COMPLETE |
7981 | 2024-10-29T18:39:32.492Z | [ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7982 | 2024-10-29T18:39:32.504Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7983 | 2024-10-29T18:39:32.504Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7984 | 2024-10-29T18:39:32.504Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7985 | 2024-10-29T18:39:32.506Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO ok! |
7986 | 2024-10-29T18:39:32.506Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO STEP 26 (ensure_file) COMPLETE |
7987 | 2024-10-29T18:39:32.506Z | [ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7988 | 2024-10-29T18:39:32.515Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7989 | 2024-10-29T18:39:32.515Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7990 | 2024-10-29T18:39:32.516Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7991 | 2024-10-29T18:39:32.518Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO ok! |
7992 | 2024-10-29T18:39:32.518Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO STEP 27 (ensure_file) COMPLETE |
7993 | 2024-10-29T18:39:32.518Z | [ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7994 | 2024-10-29T18:39:32.528Z | [ recovery-image] Oct 29 18:39:31.200 INFO O| Oct 29 18:39:31.200 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7995 | 2024-10-29T18:39:32.528Z | [ recovery-image] Oct 29 18:39:31.200 INFO O| Oct 29 18:39:31.200 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7996 | 2024-10-29T18:39:32.531Z | [ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7997 | 2024-10-29T18:39:32.531Z | [ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7998 | 2024-10-29T18:39:32.531Z | [ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO ok! |
7999 | 2024-10-29T18:39:32.531Z | [ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO STEP 28 (ensure_file) COMPLETE |
8000 | 2024-10-29T18:39:32.531Z | [ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8001 | 2024-10-29T18:39:32.539Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8002 | 2024-10-29T18:39:32.541Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8003 | 2024-10-29T18:39:32.541Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8004 | 2024-10-29T18:39:32.541Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO ok! |
8005 | 2024-10-29T18:39:32.541Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO STEP 29 (ensure_file) COMPLETE |
8006 | 2024-10-29T18:39:32.541Z | [ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8007 | 2024-10-29T18:39:32.550Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8008 | 2024-10-29T18:39:32.550Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8009 | 2024-10-29T18:39:32.552Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8010 | 2024-10-29T18:39:32.552Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO ok! |
8011 | 2024-10-29T18:39:32.552Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO STEP 30 (ensure_file) COMPLETE |
8012 | 2024-10-29T18:39:32.552Z | [ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8013 | 2024-10-29T18:39:32.562Z | [ recovery-image] Oct 29 18:39:31.234 INFO O| Oct 29 18:39:31.234 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8014 | 2024-10-29T18:39:32.562Z | [ recovery-image] Oct 29 18:39:31.234 INFO O| Oct 29 18:39:31.234 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8015 | 2024-10-29T18:39:32.565Z | [ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8016 | 2024-10-29T18:39:32.565Z | [ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8017 | 2024-10-29T18:39:32.565Z | [ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO ok! |
8018 | 2024-10-29T18:39:32.565Z | [ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO STEP 31 (ensure_file) COMPLETE |
8019 | 2024-10-29T18:39:32.565Z | [ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8020 | 2024-10-29T18:39:32.574Z | [ recovery-image] Oct 29 18:39:31.246 INFO O| Oct 29 18:39:31.246 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8021 | 2024-10-29T18:39:32.574Z | [ recovery-image] Oct 29 18:39:31.246 INFO O| Oct 29 18:39:31.246 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8022 | 2024-10-29T18:39:32.577Z | [ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8023 | 2024-10-29T18:39:32.577Z | [ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO ok! |
8024 | 2024-10-29T18:39:32.577Z | [ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO STEP 32 (ensure_file) COMPLETE |
8025 | 2024-10-29T18:39:32.577Z | [ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8026 | 2024-10-29T18:39:32.587Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8027 | 2024-10-29T18:39:32.587Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8028 | 2024-10-29T18:39:32.589Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8029 | 2024-10-29T18:39:32.589Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO ok! |
8030 | 2024-10-29T18:39:32.589Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO STEP 33 (ensure_file) COMPLETE |
8031 | 2024-10-29T18:39:32.589Z | [ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8032 | 2024-10-29T18:39:32.598Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8033 | 2024-10-29T18:39:32.598Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8034 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8035 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8036 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8037 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8038 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO ok! |
8039 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO STEP 34 (ensure_file) COMPLETE |
8040 | 2024-10-29T18:39:32.601Z | [ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8041 | 2024-10-29T18:39:32.609Z | [ recovery-image] Oct 29 18:39:31.281 INFO O| Oct 29 18:39:31.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8042 | 2024-10-29T18:39:32.611Z | [ recovery-image] Oct 29 18:39:31.281 INFO O| Oct 29 18:39:31.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8043 | 2024-10-29T18:39:32.612Z | [ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.281 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8044 | 2024-10-29T18:39:32.612Z | [ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.282 INFO STEP 35 (ensure_dir) COMPLETE |
8045 | 2024-10-29T18:39:32.612Z | [ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.282 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8046 | 2024-10-29T18:39:32.621Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.293 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 |
8047 | 2024-10-29T18:39:32.621Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 ... |
8048 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 |
8049 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 |
8050 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 |
8051 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 |
8052 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO ok! |
8053 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO STEP 36 (ensure_file) COMPLETE |
8054 | 2024-10-29T18:39:32.624Z | [ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8055 | 2024-10-29T18:39:32.632Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8056 | 2024-10-29T18:39:32.632Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 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 ... |
8057 | 2024-10-29T18:39:32.634Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8058 | 2024-10-29T18:39:32.634Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO ok! |
8059 | 2024-10-29T18:39:32.634Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO STEP 37 (ensure_symlink) COMPLETE |
8060 | 2024-10-29T18:39:32.634Z | [ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8061 | 2024-10-29T18:39:32.644Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8062 | 2024-10-29T18:39:32.644Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8063 | 2024-10-29T18:39:32.646Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8064 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8065 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8066 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8067 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO ok! |
8068 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO STEP 38 (ensure_file) COMPLETE |
8069 | 2024-10-29T18:39:32.647Z | [ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8070 | 2024-10-29T18:39:32.655Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8071 | 2024-10-29T18:39:32.655Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 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 ... |
8072 | 2024-10-29T18:39:32.658Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 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 |
8073 | 2024-10-29T18:39:32.658Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8074 | 2024-10-29T18:39:32.660Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO ok! |
8075 | 2024-10-29T18:39:32.660Z | [ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO STEP 39 (ensure_file) COMPLETE |
8076 | 2024-10-29T18:39:32.660Z | [ recovery-image] Oct 29 18:39:31.328 INFO O| Oct 29 18:39:31.327 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8077 | 2024-10-29T18:39:32.668Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8078 | 2024-10-29T18:39:32.668Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8079 | 2024-10-29T18:39:32.670Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8080 | 2024-10-29T18:39:32.670Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO ok! |
8081 | 2024-10-29T18:39:32.670Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO STEP 40 (ensure_file) COMPLETE |
8082 | 2024-10-29T18:39:32.670Z | [ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8083 | 2024-10-29T18:39:32.679Z | [ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO updating shadow file |
8084 | 2024-10-29T18:39:32.681Z | [ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8085 | 2024-10-29T18:39:32.682Z | [ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO STEP 41 (shadow) COMPLETE |
8086 | 2024-10-29T18:39:32.682Z | [ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8087 | 2024-10-29T18:39:32.691Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8088 | 2024-10-29T18:39:32.693Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8089 | 2024-10-29T18:39:32.693Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8090 | 2024-10-29T18:39:32.693Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8091 | 2024-10-29T18:39:32.693Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO ok! |
8092 | 2024-10-29T18:39:32.694Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO STEP 42 (ensure_file) COMPLETE |
8093 | 2024-10-29T18:39:32.694Z | [ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8094 | 2024-10-29T18:39:32.704Z | [ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8095 | 2024-10-29T18:39:32.705Z | [ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO STEP 43 (ensure_dir) COMPLETE |
8096 | 2024-10-29T18:39:32.707Z | [ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8097 | 2024-10-29T18:39:32.716Z | [ recovery-image] Oct 29 18:39:31.387 INFO O| Oct 29 18:39:31.387 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8098 | 2024-10-29T18:39:32.719Z | [ recovery-image] Oct 29 18:39:31.387 INFO O| Oct 29 18:39:31.387 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8099 | 2024-10-29T18:39:32.719Z | [ recovery-image] Oct 29 18:39:31.388 INFO O| Oct 29 18:39:31.387 INFO STEP 44 (ensure_dir) COMPLETE |
8100 | 2024-10-29T18:39:32.719Z | [ recovery-image] Oct 29 18:39:31.388 INFO O| Oct 29 18:39:31.388 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8101 | 2024-10-29T18:39:32.728Z | [ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8102 | 2024-10-29T18:39:32.728Z | [ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8103 | 2024-10-29T18:39:32.728Z | [ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO STEP 45 (ensure_dir) COMPLETE |
8104 | 2024-10-29T18:39:32.731Z | [ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8105 | 2024-10-29T18:39:32.741Z | [ recovery-image] Oct 29 18:39:31.412 INFO O| Oct 29 18:39:31.412 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8106 | 2024-10-29T18:39:32.741Z | [ recovery-image] Oct 29 18:39:31.413 INFO O| Oct 29 18:39:31.412 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8107 | 2024-10-29T18:39:32.773Z | [ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8108 | 2024-10-29T18:39:32.773Z | [ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO ok! |
8109 | 2024-10-29T18:39:32.773Z | [ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO STEP 46 (ensure_file) COMPLETE |
8110 | 2024-10-29T18:39:32.776Z | [ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8111 | 2024-10-29T18:39:32.787Z | [ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8112 | 2024-10-29T18:39:32.787Z | [ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8113 | 2024-10-29T18:39:32.787Z | [ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO STEP 47 (ensure_dir) COMPLETE |
8114 | 2024-10-29T18:39:32.787Z | [ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8115 | 2024-10-29T18:39:32.799Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8116 | 2024-10-29T18:39:32.799Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8117 | 2024-10-29T18:39:32.802Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8118 | 2024-10-29T18:39:32.802Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO ok! |
8119 | 2024-10-29T18:39:32.802Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO STEP 48 (ensure_file) COMPLETE |
8120 | 2024-10-29T18:39:32.802Z | [ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8121 | 2024-10-29T18:39:32.809Z | [ recovery-image] Oct 29 18:39:31.481 INFO O| Oct 29 18:39:31.481 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8122 | 2024-10-29T18:39:32.812Z | [ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8123 | 2024-10-29T18:39:32.812Z | [ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.482 INFO STEP 49 (ensure_dir) COMPLETE |
8124 | 2024-10-29T18:39:32.812Z | [ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.482 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8125 | 2024-10-29T18:39:32.819Z | [ recovery-image] Oct 29 18:39:31.491 INFO O| Oct 29 18:39:31.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8126 | 2024-10-29T18:39:32.819Z | [ recovery-image] Oct 29 18:39:31.491 INFO O| Oct 29 18:39:31.491 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8127 | 2024-10-29T18:39:32.835Z | [ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8128 | 2024-10-29T18:39:32.837Z | [ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO ok! |
8129 | 2024-10-29T18:39:32.837Z | [ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO STEP 50 (ensure_file) COMPLETE |
8130 | 2024-10-29T18:39:32.837Z | [ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8131 | 2024-10-29T18:39:32.847Z | [ recovery-image] Oct 29 18:39:31.519 INFO O| Oct 29 18:39:31.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8132 | 2024-10-29T18:39:32.847Z | [ recovery-image] Oct 29 18:39:31.519 INFO O| Oct 29 18:39:31.519 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8133 | 2024-10-29T18:39:33.338Z | [ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8134 | 2024-10-29T18:39:33.338Z | [ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO ok! |
8135 | 2024-10-29T18:39:33.341Z | [ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO STEP 51 (ensure_file) COMPLETE |
8136 | 2024-10-29T18:39:33.342Z | [ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8137 | 2024-10-29T18:39:33.349Z | [ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8138 | 2024-10-29T18:39:33.352Z | [ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8139 | 2024-10-29T18:39:33.352Z | [ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO STEP 52 (ensure_dir) COMPLETE |
8140 | 2024-10-29T18:39:33.352Z | [ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8141 | 2024-10-29T18:39:33.360Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8142 | 2024-10-29T18:39:33.360Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO copying /tmp/.tmp2e1Dzz/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 ... |
8143 | 2024-10-29T18:39:33.360Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 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 |
8144 | 2024-10-29T18:39:33.362Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO ok! |
8145 | 2024-10-29T18:39:33.362Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO STEP 53 (ensure_file) COMPLETE |
8146 | 2024-10-29T18:39:33.362Z | [ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8147 | 2024-10-29T18:39:33.370Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8148 | 2024-10-29T18:39:33.370Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO copying /tmp/.tmp2e1Dzz/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 ... |
8149 | 2024-10-29T18:39:33.372Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 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 |
8150 | 2024-10-29T18:39:33.372Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO ok! |
8151 | 2024-10-29T18:39:33.372Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO STEP 54 (ensure_file) COMPLETE |
8152 | 2024-10-29T18:39:33.372Z | [ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8153 | 2024-10-29T18:39:33.380Z | [ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8154 | 2024-10-29T18:39:33.380Z | [ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8155 | 2024-10-29T18:39:33.382Z | [ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO STEP 55 (ensure_dir) COMPLETE |
8156 | 2024-10-29T18:39:33.382Z | [ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8157 | 2024-10-29T18:39:33.392Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8158 | 2024-10-29T18:39:33.395Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO copying /tmp/.tmp2e1Dzz/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 ... |
8159 | 2024-10-29T18:39:33.395Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8160 | 2024-10-29T18:39:33.395Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO ok! |
8161 | 2024-10-29T18:39:33.395Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO STEP 56 (ensure_file) COMPLETE |
8162 | 2024-10-29T18:39:33.395Z | [ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8163 | 2024-10-29T18:39:33.403Z | [ recovery-image] Oct 29 18:39:32.075 INFO O| Oct 29 18:39:32.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8164 | 2024-10-29T18:39:33.406Z | [ recovery-image] Oct 29 18:39:32.075 INFO O| Oct 29 18:39:32.075 INFO copying /tmp/.tmp2e1Dzz/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 ... |
8165 | 2024-10-29T18:39:33.406Z | [ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.075 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 |
8166 | 2024-10-29T18:39:33.406Z | [ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO ok! |
8167 | 2024-10-29T18:39:33.406Z | [ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO STEP 57 (ensure_file) COMPLETE |
8168 | 2024-10-29T18:39:33.406Z | [ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8169 | 2024-10-29T18:39:33.413Z | [ recovery-image] Oct 29 18:39:32.085 INFO O| Oct 29 18:39:32.085 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8170 | 2024-10-29T18:39:33.415Z | [ recovery-image] Oct 29 18:39:32.085 INFO O| Oct 29 18:39:32.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8171 | 2024-10-29T18:39:33.415Z | [ recovery-image] Oct 29 18:39:32.086 INFO O| Oct 29 18:39:32.085 INFO STEP 58 (ensure_dir) COMPLETE |
8172 | 2024-10-29T18:39:33.416Z | [ recovery-image] Oct 29 18:39:32.086 INFO O| Oct 29 18:39:32.085 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8173 | 2024-10-29T18:39:33.423Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8174 | 2024-10-29T18:39:33.423Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO copying /tmp/.tmp2e1Dzz/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 ... |
8175 | 2024-10-29T18:39:33.425Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8176 | 2024-10-29T18:39:33.425Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO ok! |
8177 | 2024-10-29T18:39:33.425Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO STEP 59 (ensure_file) COMPLETE |
8178 | 2024-10-29T18:39:33.425Z | [ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8179 | 2024-10-29T18:39:33.433Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8180 | 2024-10-29T18:39:33.433Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8181 | 2024-10-29T18:39:33.436Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8182 | 2024-10-29T18:39:33.436Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO ok! |
8183 | 2024-10-29T18:39:33.436Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO STEP 60 (ensure_file) COMPLETE |
8184 | 2024-10-29T18:39:33.436Z | [ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8185 | 2024-10-29T18:39:33.444Z | [ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8186 | 2024-10-29T18:39:33.444Z | [ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO STEP 61 (ensure_dir) COMPLETE |
8187 | 2024-10-29T18:39:33.446Z | [ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8188 | 2024-10-29T18:39:33.454Z | [ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8189 | 2024-10-29T18:39:33.454Z | [ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO STEP 62 (ensure_dir) COMPLETE |
8190 | 2024-10-29T18:39:33.456Z | [ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8191 | 2024-10-29T18:39:33.464Z | [ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8192 | 2024-10-29T18:39:33.464Z | [ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO STEP 63 (ensure_dir) COMPLETE |
8193 | 2024-10-29T18:39:33.466Z | [ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8194 | 2024-10-29T18:39:33.474Z | [ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8195 | 2024-10-29T18:39:33.474Z | [ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO STEP 64 (ensure_dir) COMPLETE |
8196 | 2024-10-29T18:39:33.474Z | [ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8197 | 2024-10-29T18:39:33.484Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8198 | 2024-10-29T18:39:33.484Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8199 | 2024-10-29T18:39:33.486Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8200 | 2024-10-29T18:39:33.486Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO ok! |
8201 | 2024-10-29T18:39:33.486Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO STEP 65 (ensure_file) COMPLETE |
8202 | 2024-10-29T18:39:33.486Z | [ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-29T18:39:33.494Z | [ recovery-image] Oct 29 18:39:32.166 INFO O| Oct 29 18:39:32.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8204 | 2024-10-29T18:39:33.496Z | [ recovery-image] Oct 29 18:39:32.167 INFO O| Oct 29 18:39:32.167 INFO STEP 66 (remove_files) COMPLETE |
8205 | 2024-10-29T18:39:33.496Z | [ recovery-image] Oct 29 18:39:32.167 INFO O| Oct 29 18:39:32.167 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-29T18:39:33.504Z | [ recovery-image] Oct 29 18:39:32.176 INFO O| Oct 29 18:39:32.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8207 | 2024-10-29T18:39:33.507Z | [ recovery-image] Oct 29 18:39:32.177 INFO O| Oct 29 18:39:32.177 INFO STEP 67 (remove_files) COMPLETE |
8208 | 2024-10-29T18:39:33.507Z | [ recovery-image] Oct 29 18:39:32.177 INFO O| Oct 29 18:39:32.177 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-29T18:39:33.514Z | [ recovery-image] Oct 29 18:39:32.186 INFO O| Oct 29 18:39:32.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8210 | 2024-10-29T18:39:33.517Z | [ recovery-image] Oct 29 18:39:32.187 INFO O| Oct 29 18:39:32.187 INFO STEP 68 (remove_files) COMPLETE |
8211 | 2024-10-29T18:39:33.517Z | [ recovery-image] Oct 29 18:39:32.187 INFO O| Oct 29 18:39:32.187 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-29T18:39:33.524Z | [ recovery-image] Oct 29 18:39:32.196 INFO O| Oct 29 18:39:32.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8213 | 2024-10-29T18:39:33.527Z | [ recovery-image] Oct 29 18:39:32.197 INFO O| Oct 29 18:39:32.197 INFO STEP 69 (remove_files) COMPLETE |
8214 | 2024-10-29T18:39:33.527Z | [ recovery-image] Oct 29 18:39:32.197 INFO O| Oct 29 18:39:32.197 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-29T18:39:33.534Z | [ recovery-image] Oct 29 18:39:32.206 INFO O| Oct 29 18:39:32.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8216 | 2024-10-29T18:39:33.536Z | [ recovery-image] Oct 29 18:39:32.207 INFO O| Oct 29 18:39:32.207 INFO STEP 70 (remove_files) COMPLETE |
8217 | 2024-10-29T18:39:33.536Z | [ recovery-image] Oct 29 18:39:32.207 INFO O| Oct 29 18:39:32.207 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-29T18:39:33.544Z | [ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8219 | 2024-10-29T18:39:33.547Z | [ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO STEP 71 (remove_files) COMPLETE |
8220 | 2024-10-29T18:39:33.547Z | [ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-29T18:39:33.554Z | [ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8222 | 2024-10-29T18:39:33.554Z | [ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO STEP 72 (remove_files) COMPLETE |
8223 | 2024-10-29T18:39:33.554Z | [ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-29T18:39:33.564Z | [ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8225 | 2024-10-29T18:39:33.564Z | [ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO STEP 73 (remove_files) COMPLETE |
8226 | 2024-10-29T18:39:33.564Z | [ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8227 | 2024-10-29T18:39:33.574Z | [ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8228 | 2024-10-29T18:39:33.574Z | [ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO STEP 74 (remove_files) COMPLETE |
8229 | 2024-10-29T18:39:33.578Z | [ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8230 | 2024-10-29T18:39:33.584Z | [ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8231 | 2024-10-29T18:39:33.584Z | [ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO STEP 75 (remove_files) COMPLETE |
8232 | 2024-10-29T18:39:33.586Z | [ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8233 | 2024-10-29T18:39:33.594Z | [ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8234 | 2024-10-29T18:39:33.594Z | [ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO STEP 76 (remove_files) COMPLETE |
8235 | 2024-10-29T18:39:33.596Z | [ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8236 | 2024-10-29T18:39:33.604Z | [ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8237 | 2024-10-29T18:39:33.604Z | [ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO STEP 77 (remove_files) COMPLETE |
8238 | 2024-10-29T18:39:33.606Z | [ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8239 | 2024-10-29T18:39:33.615Z | [ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8240 | 2024-10-29T18:39:33.615Z | [ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO STEP 78 (remove_files) COMPLETE |
8241 | 2024-10-29T18:39:33.615Z | [ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8242 | 2024-10-29T18:39:33.625Z | [ recovery-image] Oct 29 18:39:32.297 INFO O| Oct 29 18:39:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8243 | 2024-10-29T18:39:33.625Z | [ recovery-image] Oct 29 18:39:32.298 INFO O| Oct 29 18:39:32.298 INFO STEP 79 (remove_files) COMPLETE |
8244 | 2024-10-29T18:39:33.628Z | [ recovery-image] Oct 29 18:39:32.298 INFO O| Oct 29 18:39:32.298 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8245 | 2024-10-29T18:39:33.639Z | [ recovery-image] Oct 29 18:39:32.310 INFO O| Oct 29 18:39:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8246 | 2024-10-29T18:39:33.639Z | [ recovery-image] Oct 29 18:39:32.311 INFO O| Oct 29 18:39:32.311 INFO STEP 80 (remove_files) COMPLETE |
8247 | 2024-10-29T18:39:33.641Z | [ recovery-image] Oct 29 18:39:32.311 INFO O| Oct 29 18:39:32.311 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8248 | 2024-10-29T18:39:33.651Z | [ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8249 | 2024-10-29T18:39:33.651Z | [ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO STEP 81 (remove_files) COMPLETE |
8250 | 2024-10-29T18:39:33.654Z | [ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8251 | 2024-10-29T18:39:33.662Z | [ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8252 | 2024-10-29T18:39:33.662Z | [ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO STEP 82 (remove_files) COMPLETE |
8253 | 2024-10-29T18:39:33.662Z | [ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8254 | 2024-10-29T18:39:33.671Z | [ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8255 | 2024-10-29T18:39:33.671Z | [ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO STEP 83 (remove_files) COMPLETE |
8256 | 2024-10-29T18:39:33.671Z | [ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8257 | 2024-10-29T18:39:33.681Z | [ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8258 | 2024-10-29T18:39:33.683Z | [ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO STEP 84 (remove_files) COMPLETE |
8259 | 2024-10-29T18:39:33.683Z | [ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8260 | 2024-10-29T18:39:33.691Z | [ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8261 | 2024-10-29T18:39:33.691Z | [ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.364 INFO STEP 85 (remove_files) COMPLETE |
8262 | 2024-10-29T18:39:33.694Z | [ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.364 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8263 | 2024-10-29T18:39:33.702Z | [ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8264 | 2024-10-29T18:39:33.704Z | [ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO STEP 86 (remove_files) COMPLETE |
8265 | 2024-10-29T18:39:33.704Z | [ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8266 | 2024-10-29T18:39:33.712Z | [ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8267 | 2024-10-29T18:39:33.712Z | [ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO STEP 87 (remove_files) COMPLETE |
8268 | 2024-10-29T18:39:33.712Z | [ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8269 | 2024-10-29T18:39:33.723Z | [ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8270 | 2024-10-29T18:39:33.723Z | [ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO STEP 88 (remove_files) COMPLETE |
8271 | 2024-10-29T18:39:33.725Z | [ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8272 | 2024-10-29T18:39:33.733Z | [ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8273 | 2024-10-29T18:39:33.733Z | [ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO STEP 89 (remove_files) COMPLETE |
8274 | 2024-10-29T18:39:33.736Z | [ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8275 | 2024-10-29T18:39:33.743Z | [ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8276 | 2024-10-29T18:39:33.743Z | [ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.416 INFO STEP 90 (remove_files) COMPLETE |
8277 | 2024-10-29T18:39:33.746Z | [ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.416 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8278 | 2024-10-29T18:39:33.753Z | [ recovery-image] Oct 29 18:39:32.425 INFO O| Oct 29 18:39:32.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8279 | 2024-10-29T18:39:33.753Z | [ recovery-image] Oct 29 18:39:32.426 INFO O| Oct 29 18:39:32.426 INFO STEP 91 (remove_files) COMPLETE |
8280 | 2024-10-29T18:39:33.756Z | [ recovery-image] Oct 29 18:39:32.426 INFO O| Oct 29 18:39:32.426 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8281 | 2024-10-29T18:39:33.764Z | [ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8282 | 2024-10-29T18:39:33.766Z | [ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO STEP 92 (remove_files) COMPLETE |
8283 | 2024-10-29T18:39:33.766Z | [ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8284 | 2024-10-29T18:39:33.774Z | [ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8285 | 2024-10-29T18:39:33.774Z | [ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO STEP 93 (remove_files) COMPLETE |
8286 | 2024-10-29T18:39:33.776Z | [ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8287 | 2024-10-29T18:39:33.785Z | [ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8288 | 2024-10-29T18:39:33.785Z | [ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO STEP 94 (remove_files) COMPLETE |
8289 | 2024-10-29T18:39:33.787Z | [ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8290 | 2024-10-29T18:39:33.800Z | [ recovery-image] Oct 29 18:39:32.472 INFO O| Oct 29 18:39:32.472 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8291 | 2024-10-29T18:39:33.802Z | [ recovery-image] Oct 29 18:39:32.473 INFO O| Oct 29 18:39:32.472 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8292 | 2024-10-29T18:39:39.754Z | [ recovery-image] Oct 29 18:39:38.425 INFO O| Oct 29 18:39:38.425 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 |
8293 | 2024-10-29T18:39:39.754Z | [ recovery-image] Oct 29 18:39:38.425 INFO O| Oct 29 18:39:38.425 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8294 | 2024-10-29T18:39:39.767Z | [ recovery-image] Oct 29 18:39:38.438 INFO O| Oct 29 18:39:38.438 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8295 | 2024-10-29T18:39:39.845Z | [ recovery-image] Oct 29 18:39:38.516 INFO O| Oct 29 18:39:38.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8296 | 2024-10-29T18:39:39.845Z | [ recovery-image] Oct 29 18:39:38.516 INFO O| Oct 29 18:39:38.516 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 ... |
8297 | 2024-10-29T18:39:39.847Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8298 | 2024-10-29T18:39:39.848Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO ok! |
8299 | 2024-10-29T18:39:39.848Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8300 | 2024-10-29T18:39:39.848Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO STEP 95 (seed_smf) COMPLETE |
8301 | 2024-10-29T18:39:39.848Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO steps complete; finalising image! |
8302 | 2024-10-29T18:39:39.848Z | [ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8303 | 2024-10-29T18:39:39.880Z | [ recovery-image] Oct 29 18:39:38.552 INFO O| Oct 29 18:39:38.552 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Tue Oct 29 18:39:38 2024) |
8304 | 2024-10-29T18:39:40.087Z | [ recovery-image] Oct 29 18:39:38.758 INFO O| Oct 29 18:39:38.758 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Tue Oct 29 18:39:38 2024) |
8305 | 2024-10-29T18:39:40.294Z | [ recovery-image] Oct 29 18:39:38.964 INFO O| Oct 29 18:39:38.964 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Tue Oct 29 18:39:38 2024) |
8306 | 2024-10-29T18:39:40.516Z | [ recovery-image] Oct 29 18:39:39.187 INFO O| Oct 29 18:39:39.187 INFO temporary pool has 411M used, 1.35G avail, 1.00x compressratio |
8307 | 2024-10-29T18:39:40.516Z | [ recovery-image] Oct 29 18:39:39.187 INFO O| Oct 29 18:39:39.187 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8308 | 2024-10-29T18:39:40.760Z | [ recovery-image] Oct 29 18:39:39.431 INFO O| Oct 29 18:39:39.431 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 |
8309 | 2024-10-29T18:39:40.760Z | [ recovery-image] Oct 29 18:39:39.431 INFO O| Oct 29 18:39:39.431 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8310 | 2024-10-29T18:39:43.828Z | [ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8311 | 2024-10-29T18:39:43.828Z | [ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8312 | 2024-10-29T18:39:43.831Z | [ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8313 | 2024-10-29T18:39:43.831Z | [ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO completed processing gimlet/zfs-recovery |
8314 | 2024-10-29T18:39:43.831Z | [ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8315 | 2024-10-29T18:39:44.018Z | [ recovery-image] Oct 29 18:39:42.689 INFO O| Oct 29 18:39:42.689 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8316 | 2024-10-29T18:39:44.096Z | [ recovery-image] Oct 29 18:39:42.767 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8317 | 2024-10-29T18:39:44.099Z | [ recovery-image] Oct 29 18:39:42.767 INFO expanded image name: "recovery 608b336/${os_short_commit} 2024-10-29 18:11" -> "recovery 608b336/54a974b 2024-10-29 18:11" |
8318 | 2024-10-29T18:39:44.099Z | [ recovery-image] Oct 29 18:39:42.767 INFO output artefacts stored in: "/work/os-recovery" |
8319 | 2024-10-29T18:39:44.099Z | [ recovery-image] Oct 29 18:39:42.768 INFO collecting git info from project "image-builder"... |
8320 | 2024-10-29T18:39:44.107Z | [ recovery-image] Oct 29 18:39:42.778 INFO collecting git info from project "chelsio-t6-roms"... |
8321 | 2024-10-29T18:39:44.129Z | [ recovery-image] Oct 29 18:39:42.799 INFO collecting git info from project "bootserver"... |
8322 | 2024-10-29T18:39:44.135Z | [ recovery-image] Oct 29 18:39:42.806 INFO collecting git info from project "amd-firmware"... |
8323 | 2024-10-29T18:39:44.404Z | [ recovery-image] Oct 29 18:39:43.074 INFO collecting git info from project "pilot"... |
8324 | 2024-10-29T18:39:44.415Z | [ recovery-image] Oct 29 18:39:43.086 INFO collecting git info from project "phbl"... |
8325 | 2024-10-29T18:39:44.421Z | [ recovery-image] Oct 29 18:39:43.092 INFO collecting git info from project "pinprick"... |
8326 | 2024-10-29T18:39:44.426Z | [ recovery-image] Oct 29 18:39:43.096 INFO collecting git info from project "amd-host-image-builder"... |
8327 | 2024-10-29T18:39:44.483Z | [ recovery-image] Oct 29 18:39:43.154 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8328 | 2024-10-29T18:39:44.840Z | [ recovery-image] Oct 29 18:39:43.510 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8329 | 2024-10-29T18:39:45.189Z | [ recovery-image] Oct 29 18:39:43.860 INFO creating Oxide boot image... |
8330 | 2024-10-29T18:39:45.189Z | [ recovery-image] Oct 29 18:39:43.860 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 608b336/54a974b 2024-10-29 18:11", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8331 | 2024-10-29T18:40:17.145Z | [ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8332 | 2024-10-29T18:40:17.145Z | [ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8333 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8334 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8335 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8336 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8337 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8338 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8339 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8340 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8341 | 2024-10-29T18:40:17.148Z | [ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8342 | 2024-10-29T18:40:17.151Z | [ host-image] Oct 29 18:40:15.816 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8343 | 2024-10-29T18:40:17.151Z | [ host-image] Oct 29 18:40:15.817 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8344 | 2024-10-29T18:40:17.151Z | [ host-image] Oct 29 18:40:15.817 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-29T18:40:17.151Z | [ host-image] Oct 29 18:40:15.818 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8346 | 2024-10-29T18:40:17.151Z | [ host-image] Oct 29 18:40:15.818 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8347 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8348 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8349 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8350 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8351 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8352 | 2024-10-29T18:40:17.154Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8353 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8354 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8355 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8356 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8357 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8358 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8359 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8360 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8361 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8362 | 2024-10-29T18:40:17.155Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8363 | 2024-10-29T18:40:17.158Z | [ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8364 | 2024-10-29T18:40:17.158Z | [ host-image] Oct 29 18:40:15.822 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8365 | 2024-10-29T18:40:17.158Z | [ host-image] Oct 29 18:40:15.823 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8366 | 2024-10-29T18:40:17.165Z | [ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8367 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8368 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8369 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.833 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8370 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.833 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8371 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8372 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8373 | 2024-10-29T18:40:17.167Z | [ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8374 | 2024-10-29T18:40:17.170Z | [ host-image] Oct 29 18:40:15.835 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8375 | 2024-10-29T18:40:17.170Z | [ host-image] Oct 29 18:40:15.835 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8376 | 2024-10-29T18:40:17.181Z | [ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8377 | 2024-10-29T18:40:17.181Z | [ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8378 | 2024-10-29T18:40:17.183Z | [ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8379 | 2024-10-29T18:40:17.183Z | [ host-image] Oct 29 18:40:15.849 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8380 | 2024-10-29T18:40:17.183Z | [ host-image] Oct 29 18:40:15.849 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8381 | 2024-10-29T18:40:17.183Z | [ host-image] Oct 29 18:40:15.850 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8382 | 2024-10-29T18:40:17.219Z | [ host-image] Oct 29 18:40:15.886 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8383 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.887 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8384 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.887 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8385 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8386 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8387 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8388 | 2024-10-29T18:40:17.222Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8389 | 2024-10-29T18:40:17.223Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8390 | 2024-10-29T18:40:17.223Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8391 | 2024-10-29T18:40:17.223Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8392 | 2024-10-29T18:40:17.223Z | [ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8393 | 2024-10-29T18:40:17.223Z | [ host-image] Oct 29 18:40:15.889 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8394 | 2024-10-29T18:40:17.226Z | [ host-image] Oct 29 18:40:15.893 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8395 | 2024-10-29T18:40:17.228Z | [ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8396 | 2024-10-29T18:40:17.229Z | [ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8397 | 2024-10-29T18:40:17.229Z | [ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8398 | 2024-10-29T18:40:17.229Z | [ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8399 | 2024-10-29T18:40:17.242Z | [ host-image] Oct 29 18:40:15.909 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8400 | 2024-10-29T18:40:17.244Z | [ host-image] Oct 29 18:40:15.909 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8401 | 2024-10-29T18:40:17.244Z | [ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8402 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8403 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8404 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8405 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8406 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8407 | 2024-10-29T18:40:17.247Z | [ host-image] Oct 29 18:40:15.914 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8408 | 2024-10-29T18:40:17.250Z | [ host-image] Oct 29 18:40:15.918 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8409 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.918 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8410 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8411 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8412 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8413 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8414 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8415 | 2024-10-29T18:40:17.253Z | [ host-image] Oct 29 18:40:15.920 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8416 | 2024-10-29T18:40:17.261Z | [ host-image] Oct 29 18:40:15.928 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8417 | 2024-10-29T18:40:17.263Z | [ host-image] Oct 29 18:40:15.928 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8418 | 2024-10-29T18:40:17.263Z | [ host-image] Oct 29 18:40:15.930 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8419 | 2024-10-29T18:40:17.266Z | [ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8420 | 2024-10-29T18:40:17.266Z | [ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8421 | 2024-10-29T18:40:17.266Z | [ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8422 | 2024-10-29T18:40:17.266Z | [ host-image] Oct 29 18:40:15.933 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8423 | 2024-10-29T18:40:17.268Z | [ host-image] Oct 29 18:40:15.933 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8424 | 2024-10-29T18:40:17.276Z | [ host-image] Oct 29 18:40:15.943 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8425 | 2024-10-29T18:40:17.278Z | [ host-image] Oct 29 18:40:15.944 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8426 | 2024-10-29T18:40:17.278Z | [ host-image] Oct 29 18:40:15.944 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8427 | 2024-10-29T18:40:17.278Z | [ host-image] Oct 29 18:40:15.945 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8428 | 2024-10-29T18:40:17.278Z | [ host-image] Oct 29 18:40:15.945 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8429 | 2024-10-29T18:40:17.300Z | [ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8430 | 2024-10-29T18:40:17.303Z | [ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8431 | 2024-10-29T18:40:17.303Z | [ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8432 | 2024-10-29T18:40:17.303Z | [ host-image] Oct 29 18:40:15.968 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8433 | 2024-10-29T18:40:17.303Z | [ host-image] Oct 29 18:40:15.968 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8434 | 2024-10-29T18:40:17.330Z | [ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8435 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8436 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8437 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8438 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:15.999 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8439 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:16.000 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8440 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:16.000 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8441 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8442 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8443 | 2024-10-29T18:40:17.334Z | [ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8444 | 2024-10-29T18:40:17.336Z | [ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8445 | 2024-10-29T18:40:17.336Z | [ host-image] Oct 29 18:40:16.002 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8446 | 2024-10-29T18:40:17.336Z | [ host-image] Oct 29 18:40:16.002 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8447 | 2024-10-29T18:40:17.339Z | [ host-image] Oct 29 18:40:16.005 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8448 | 2024-10-29T18:40:17.339Z | [ host-image] Oct 29 18:40:16.005 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8449 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8450 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8451 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8452 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8453 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8454 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8455 | 2024-10-29T18:40:17.341Z | [ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8456 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8457 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8458 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8459 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8460 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8461 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8462 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8463 | 2024-10-29T18:40:17.344Z | [ host-image] Oct 29 18:40:16.010 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8464 | 2024-10-29T18:40:17.346Z | [ host-image] Oct 29 18:40:16.011 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8465 | 2024-10-29T18:40:17.346Z | [ host-image] Oct 29 18:40:16.012 INFO O| tempdir @ "/tmp/.tmpqV5tIx/tmp" |
8466 | 2024-10-29T18:40:17.346Z | [ host-image] Oct 29 18:40:16.012 INFO O| image root @ "/tmp/.tmpqV5tIx/tmp/root" |
8467 | 2024-10-29T18:40:17.347Z | [ host-image] Oct 29 18:40:16.012 INFO O| creating image... |
8468 | 2024-10-29T18:40:17.839Z | [ host-image] Oct 29 18:40:16.506 INFO O| copying publishers... |
8469 | 2024-10-29T18:40:26.148Z | [ host-image] Oct 29 18:40:24.814 INFO O| adding properties... |
8470 | 2024-10-29T18:40:27.176Z | [ host-image] Oct 29 18:40:25.842 INFO O| installing packages... |
8471 | 2024-10-29T18:40:31.141Z | [ recovery-image] Oct 29 18:40:29.807 INFO O| ok, image written! |
8472 | 2024-10-29T18:40:31.141Z | [ recovery-image] Oct 29 18:40:29.807 INFO O| ok, boot_image_csum file written! |
8473 | 2024-10-29T18:40:31.146Z | [ recovery-image] Oct 29 18:40:29.812 INFO creating boot archive (CPIO)... |
8474 | 2024-10-29T18:40:31.146Z | [ recovery-image] Oct 29 18:40:29.812 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 |
8475 | 2024-10-29T18:40:31.155Z | [ recovery-image] Oct 29 18:40:29.821 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8476 | 2024-10-29T18:40:31.155Z | [ recovery-image] Oct 29 18:40:29.821 INFO E| + outfile=/work/os-recovery/cpio |
8477 | 2024-10-29T18:40:31.158Z | [ recovery-image] Oct 29 18:40:29.821 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8478 | 2024-10-29T18:40:31.158Z | [ recovery-image] Oct 29 18:40:29.823 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8479 | 2024-10-29T18:40:31.158Z | [ recovery-image] Oct 29 18:40:29.824 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8480 | 2024-10-29T18:40:31.191Z | [ recovery-image] Oct 29 18:40:29.857 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8481 | 2024-10-29T18:40:31.191Z | [ recovery-image] Oct 29 18:40:29.857 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8482 | 2024-10-29T18:40:31.201Z | [ recovery-image] Oct 29 18:40:29.867 INFO creating compressed cpio/unix for nanobl-rs... |
8483 | 2024-10-29T18:40:31.203Z | [ recovery-image] Oct 29 18:40:29.867 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None |
8484 | 2024-10-29T18:40:31.493Z | [ recovery-image] Oct 29 18:40:30.158 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8485 | 2024-10-29T18:40:35.864Z | [ recovery-image] Oct 29 18:40:34.529 INFO creating reset image... |
8486 | 2024-10-29T18:40:35.866Z | [ recovery-image] Oct 29 18:40:34.529 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8487 | 2024-10-29T18:40:36.102Z | [ recovery-image] Oct 29 18:40:34.767 INFO E| Updating crates.io index |
8488 | 2024-10-29T18:40:36.225Z | [ recovery-image] Oct 29 18:40:34.890 INFO E| Downloading crates ... |
8489 | 2024-10-29T18:40:36.336Z | [ recovery-image] Oct 29 18:40:35.001 INFO E| Downloaded os_pipe v1.2.1 |
8490 | 2024-10-29T18:40:36.362Z | [ recovery-image] Oct 29 18:40:35.027 INFO E| Downloaded shared_child v1.0.1 |
8491 | 2024-10-29T18:40:36.369Z | [ recovery-image] Oct 29 18:40:35.034 INFO E| Downloaded duct v0.13.7 |
8492 | 2024-10-29T18:40:36.375Z | [ recovery-image] Oct 29 18:40:35.040 INFO E| Downloaded clap v4.5.17 |
8493 | 2024-10-29T18:40:36.384Z | [ recovery-image] Oct 29 18:40:35.049 INFO E| Downloaded clap_builder v4.5.17 |
8494 | 2024-10-29T18:40:36.423Z | [ recovery-image] Oct 29 18:40:35.088 INFO E| Downloaded libc v0.2.158 |
8495 | 2024-10-29T18:40:36.501Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling proc-macro2 v1.0.86 |
8496 | 2024-10-29T18:40:36.501Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling libc v0.2.158 |
8497 | 2024-10-29T18:40:36.504Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling unicode-ident v1.0.13 |
8498 | 2024-10-29T18:40:36.504Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling utf8parse v0.2.2 |
8499 | 2024-10-29T18:40:36.504Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling anstyle-query v1.1.1 |
8500 | 2024-10-29T18:40:36.504Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8501 | 2024-10-29T18:40:36.504Z | [ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling colorchoice v1.0.2 |
8502 | 2024-10-29T18:40:36.507Z | [ recovery-image] Oct 29 18:40:35.170 INFO E| Compiling anstyle v1.0.8 |
8503 | 2024-10-29T18:40:36.690Z | [ recovery-image] Oct 29 18:40:35.354 INFO E| Compiling anstyle-parse v0.2.5 |
8504 | 2024-10-29T18:40:36.713Z | [ recovery-image] Oct 29 18:40:35.378 INFO E| Compiling heck v0.5.0 |
8505 | 2024-10-29T18:40:36.720Z | [ recovery-image] Oct 29 18:40:35.385 INFO E| Compiling strsim v0.11.1 |
8506 | 2024-10-29T18:40:36.738Z | [ recovery-image] Oct 29 18:40:35.403 INFO E| Compiling clap_lex v0.7.2 |
8507 | 2024-10-29T18:40:36.765Z | [ recovery-image] Oct 29 18:40:35.430 INFO E| Compiling once_cell v1.19.0 |
8508 | 2024-10-29T18:40:37.024Z | [ recovery-image] Oct 29 18:40:35.689 INFO E| Compiling anstream v0.6.15 |
8509 | 2024-10-29T18:40:37.363Z | [ recovery-image] Oct 29 18:40:36.028 INFO E| Compiling clap_builder v4.5.17 |
8510 | 2024-10-29T18:40:37.780Z | [ recovery-image] Oct 29 18:40:36.445 INFO E| Compiling shared_child v1.0.1 |
8511 | 2024-10-29T18:40:37.780Z | [ recovery-image] Oct 29 18:40:36.445 INFO E| Compiling os_pipe v1.2.1 |
8512 | 2024-10-29T18:40:37.909Z | [ recovery-image] Oct 29 18:40:36.573 INFO E| Compiling duct v0.13.7 |
8513 | 2024-10-29T18:40:37.909Z | [ recovery-image] Oct 29 18:40:36.573 INFO E| Compiling quote v1.0.37 |
8514 | 2024-10-29T18:40:38.210Z | [ recovery-image] Oct 29 18:40:36.875 INFO E| Compiling syn v2.0.77 |
8515 | 2024-10-29T18:40:42.166Z | [ recovery-image] Oct 29 18:40:40.830 INFO E| Compiling clap_derive v4.5.13 |
8516 | 2024-10-29T18:40:44.036Z | [ recovery-image] Oct 29 18:40:42.701 INFO E| Compiling clap v4.5.17 |
8517 | 2024-10-29T18:40:44.100Z | [ recovery-image] Oct 29 18:40:42.764 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8518 | 2024-10-29T18:40:44.115Z | [ host-image] Oct 29 18:40:42.779 INFO O| seeding SMF database... |
8519 | 2024-10-29T18:40:45.125Z | [ recovery-image] Oct 29 18:40:43.789 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
8520 | 2024-10-29T18:40:45.136Z | [ recovery-image] Oct 29 18:40:43.800 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8521 | 2024-10-29T18:40:45.258Z | [ recovery-image] Oct 29 18:40:43.921 INFO E| Updating crates.io index |
8522 | 2024-10-29T18:40:45.420Z | [ recovery-image] Oct 29 18:40:44.084 INFO E| Downloading crates ... |
8523 | 2024-10-29T18:40:45.476Z | [ recovery-image] Oct 29 18:40:44.140 INFO E| Downloaded bit_field v0.10.2 |
8524 | 2024-10-29T18:40:45.478Z | [ recovery-image] Oct 29 18:40:44.141 INFO E| Downloaded raw-cpuid v10.7.0 |
8525 | 2024-10-29T18:40:45.481Z | [ recovery-image] Oct 29 18:40:44.146 INFO E| Downloaded bitstruct_derive v0.1.0 |
8526 | 2024-10-29T18:40:45.484Z | [ recovery-image] Oct 29 18:40:44.146 INFO E| Downloaded bitstruct v0.1.1 |
8527 | 2024-10-29T18:40:45.484Z | [ recovery-image] Oct 29 18:40:44.148 INFO E| Downloaded seq-macro v0.3.5 |
8528 | 2024-10-29T18:40:45.486Z | [ recovery-image] Oct 29 18:40:44.149 INFO E| Downloaded cpio_reader v0.1.1 |
8529 | 2024-10-29T18:40:45.592Z | [ recovery-image] Oct 29 18:40:44.256 INFO E| Downloaded x86 v0.52.0 |
8530 | 2024-10-29T18:40:45.651Z | [ recovery-image] Oct 29 18:40:44.315 INFO E| Updating crates.io index |
8531 | 2024-10-29T18:40:45.704Z | [ recovery-image] Oct 29 18:40:44.369 INFO E| Downloading crates ... |
8532 | 2024-10-29T18:40:45.796Z | [ recovery-image] Oct 29 18:40:44.460 INFO E| Downloaded compiler_builtins v0.1.125 |
8533 | 2024-10-29T18:40:45.808Z | [ recovery-image] Oct 29 18:40:44.472 INFO E| Downloaded unicode-width v0.1.13 |
8534 | 2024-10-29T18:40:45.878Z | [ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling compiler_builtins v0.1.125 |
8535 | 2024-10-29T18:40:45.878Z | [ recovery-image] Oct 29 18:40:44.542 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) |
8536 | 2024-10-29T18:40:45.881Z | [ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling proc-macro2 v1.0.86 |
8537 | 2024-10-29T18:40:45.881Z | [ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling unicode-ident v1.0.13 |
8538 | 2024-10-29T18:40:45.881Z | [ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling syn v1.0.109 |
8539 | 2024-10-29T18:40:45.881Z | [ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling x86 v0.52.0 |
8540 | 2024-10-29T18:40:45.883Z | [ recovery-image] Oct 29 18:40:44.547 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8541 | 2024-10-29T18:40:45.886Z | [ recovery-image] Oct 29 18:40:44.548 INFO E| Compiling seq-macro v0.3.5 |
8542 | 2024-10-29T18:40:47.041Z | [ recovery-image] Oct 29 18:40:45.704 INFO E| Compiling quote v1.0.37 |
8543 | 2024-10-29T18:40:47.303Z | [ recovery-image] Oct 29 18:40:45.966 INFO E| Compiling syn v2.0.77 |
8544 | 2024-10-29T18:40:49.773Z | [ recovery-image] Oct 29 18:40:48.436 INFO E| Compiling scroll_derive v0.12.0 |
8545 | 2024-10-29T18:40:52.047Z | [ recovery-image] Oct 29 18:40:50.710 INFO E| Compiling bitstruct_derive v0.1.0 |
8546 | 2024-10-29T18:40:52.590Z | [ host-image] Oct 29 18:40:51.253 INFO O| configuring SMF profile... |
8547 | 2024-10-29T18:40:52.593Z | [ host-image] Oct 29 18:40:51.253 INFO O| modifying shadow(5)... |
8548 | 2024-10-29T18:40:52.593Z | [ host-image] Oct 29 18:40:51.253 INFO O| loading user and group database... |
8549 | 2024-10-29T18:40:52.593Z | [ host-image] Oct 29 18:40:51.254 INFO O| assessing packaged files... |
8550 | 2024-10-29T18:40:54.809Z | [ host-image] Oct 29 18:40:53.471 INFO O| creating archive... |
8551 | 2024-10-29T18:40:54.842Z | [ host-image] Oct 29 18:40:53.505 INFO O| missing from packaging: |
8552 | 2024-10-29T18:40:54.842Z | [ host-image] Oct 29 18:40:53.505 INFO O| "etc/.pwd.lock" |
8553 | 2024-10-29T18:40:54.845Z | [ host-image] Oct 29 18:40:53.505 INFO O| "etc/bash" |
8554 | 2024-10-29T18:40:54.847Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/generic.xml" |
8555 | 2024-10-29T18:40:54.849Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/inetd_services.xml" |
8556 | 2024-10-29T18:40:54.849Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/name_service.xml" |
8557 | 2024-10-29T18:40:54.849Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/platform.xml" |
8558 | 2024-10-29T18:40:54.849Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8559 | 2024-10-29T18:40:54.849Z | [ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/repository.db" |
8560 | 2024-10-29T18:40:54.856Z | [ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share" |
8561 | 2024-10-29T18:40:54.856Z | [ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share/man" |
8562 | 2024-10-29T18:40:54.858Z | [ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share/man/man1" |
8563 | 2024-10-29T18:40:54.865Z | [ host-image] Oct 29 18:40:53.528 INFO O| finishing archive... |
8564 | 2024-10-29T18:40:57.683Z | [ host-image] Oct 29 18:40:56.345 INFO O| creating gzonly manifest... |
8565 | 2024-10-29T18:40:57.694Z | [ host-image] Oct 29 18:40:56.357 INFO O| ok |
8566 | 2024-10-29T18:40:57.798Z | [ host-image] Oct 29 18:40:56.460 INFO image builder template: ramdisk-02-trim... |
8567 | 2024-10-29T18:40:57.798Z | [ host-image] Oct 29 18:40:56.460 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/.tmp2e1Dzz/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 |
8568 | 2024-10-29T18:40:57.822Z | [ host-image] Oct 29 18:40:56.485 INFO O| Oct 29 18:40:56.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8569 | 2024-10-29T18:40:57.826Z | [ host-image] Oct 29 18:40:56.489 INFO O| Oct 29 18:40:56.489 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8570 | 2024-10-29T18:40:57.888Z | [ host-image] Oct 29 18:40:56.550 INFO O| Oct 29 18:40:56.550 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8571 | 2024-10-29T18:40:57.936Z | [ host-image] Oct 29 18:40:56.599 INFO O| Oct 29 18:40:56.599 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8572 | 2024-10-29T18:40:57.936Z | [ host-image] Oct 29 18:40:56.599 INFO O| Oct 29 18:40:56.599 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8573 | 2024-10-29T18:40:57.942Z | [ host-image] Oct 29 18:40:56.605 INFO O| Oct 29 18:40:56.604 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8574 | 2024-10-29T18:40:57.946Z | [ host-image] Oct 29 18:40:56.609 INFO O| Oct 29 18:40:56.609 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8575 | 2024-10-29T18:40:57.951Z | [ host-image] Oct 29 18:40:56.614 INFO O| Oct 29 18:40:56.614 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8576 | 2024-10-29T18:40:58.121Z | [ host-image] Oct 29 18:40:56.783 INFO O| Oct 29 18:40:56.783 INFO rolled back to input snapshot; work may begin |
8577 | 2024-10-29T18:40:58.121Z | [ host-image] Oct 29 18:40:56.783 INFO O| Oct 29 18:40:56.783 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8578 | 2024-10-29T18:40:58.126Z | [ host-image] Oct 29 18:40:56.789 INFO O| Oct 29 18:40:56.789 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-10-29T18:40:58.137Z | [ host-image] Oct 29 18:40:56.800 INFO O| Oct 29 18:40:56.799 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8580 | 2024-10-29T18:40:58.188Z | [ host-image] Oct 29 18:40:56.851 INFO O| Oct 29 18:40:56.851 INFO STEP 0 (remove_files) COMPLETE |
8581 | 2024-10-29T18:40:58.189Z | [ host-image] Oct 29 18:40:56.851 INFO O| Oct 29 18:40:56.851 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-10-29T18:40:58.199Z | [ host-image] Oct 29 18:40:56.862 INFO O| Oct 29 18:40:56.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8583 | 2024-10-29T18:40:58.202Z | [ host-image] Oct 29 18:40:56.864 INFO O| Oct 29 18:40:56.864 INFO STEP 1 (remove_files) COMPLETE |
8584 | 2024-10-29T18:40:58.202Z | [ host-image] Oct 29 18:40:56.864 INFO O| Oct 29 18:40:56.864 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-10-29T18:40:58.211Z | [ host-image] Oct 29 18:40:56.873 INFO O| Oct 29 18:40:56.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8586 | 2024-10-29T18:40:58.224Z | [ host-image] Oct 29 18:40:56.887 INFO O| Oct 29 18:40:56.887 INFO STEP 2 (remove_files) COMPLETE |
8587 | 2024-10-29T18:40:58.224Z | [ host-image] Oct 29 18:40:56.887 INFO O| Oct 29 18:40:56.887 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-10-29T18:40:58.234Z | [ host-image] Oct 29 18:40:56.897 INFO O| Oct 29 18:40:56.897 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8589 | 2024-10-29T18:40:58.236Z | [ host-image] Oct 29 18:40:56.899 INFO O| Oct 29 18:40:56.898 INFO STEP 3 (remove_files) COMPLETE |
8590 | 2024-10-29T18:40:58.236Z | [ host-image] Oct 29 18:40:56.899 INFO O| Oct 29 18:40:56.898 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-10-29T18:40:58.245Z | [ host-image] Oct 29 18:40:56.908 INFO O| Oct 29 18:40:56.908 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8592 | 2024-10-29T18:40:58.249Z | [ host-image] Oct 29 18:40:56.911 INFO O| Oct 29 18:40:56.911 INFO STEP 4 (remove_files) COMPLETE |
8593 | 2024-10-29T18:40:58.249Z | [ host-image] Oct 29 18:40:56.911 INFO O| Oct 29 18:40:56.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-10-29T18:40:58.259Z | [ host-image] Oct 29 18:40:56.922 INFO O| Oct 29 18:40:56.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8595 | 2024-10-29T18:40:58.262Z | [ host-image] Oct 29 18:40:56.925 INFO O| Oct 29 18:40:56.925 INFO STEP 5 (remove_files) COMPLETE |
8596 | 2024-10-29T18:40:58.262Z | [ host-image] Oct 29 18:40:56.925 INFO O| Oct 29 18:40:56.925 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-10-29T18:40:58.273Z | [ host-image] Oct 29 18:40:56.936 INFO O| Oct 29 18:40:56.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8598 | 2024-10-29T18:40:58.285Z | [ host-image] Oct 29 18:40:56.947 INFO O| Oct 29 18:40:56.947 INFO STEP 6 (remove_files) COMPLETE |
8599 | 2024-10-29T18:40:58.285Z | [ host-image] Oct 29 18:40:56.948 INFO O| Oct 29 18:40:56.947 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-10-29T18:40:58.299Z | [ host-image] Oct 29 18:40:56.961 INFO O| Oct 29 18:40:56.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8601 | 2024-10-29T18:40:58.311Z | [ host-image] Oct 29 18:40:56.973 INFO O| Oct 29 18:40:56.973 INFO STEP 7 (remove_files) COMPLETE |
8602 | 2024-10-29T18:40:58.311Z | [ host-image] Oct 29 18:40:56.974 INFO O| Oct 29 18:40:56.973 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8603 | 2024-10-29T18:40:58.321Z | [ host-image] Oct 29 18:40:56.984 INFO O| Oct 29 18:40:56.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8604 | 2024-10-29T18:40:58.395Z | [ host-image] Oct 29 18:40:57.057 INFO O| Oct 29 18:40:57.057 INFO STEP 8 (remove_files) COMPLETE |
8605 | 2024-10-29T18:40:58.395Z | [ host-image] Oct 29 18:40:57.057 INFO O| Oct 29 18:40:57.057 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8606 | 2024-10-29T18:40:58.405Z | [ host-image] Oct 29 18:40:57.068 INFO O| Oct 29 18:40:57.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8607 | 2024-10-29T18:40:58.496Z | [ host-image] Oct 29 18:40:57.158 INFO O| Oct 29 18:40:57.158 INFO STEP 9 (remove_files) COMPLETE |
8608 | 2024-10-29T18:40:58.498Z | [ host-image] Oct 29 18:40:57.158 INFO O| Oct 29 18:40:57.158 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8609 | 2024-10-29T18:40:58.506Z | [ host-image] Oct 29 18:40:57.169 INFO O| Oct 29 18:40:57.169 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8610 | 2024-10-29T18:40:58.510Z | [ host-image] Oct 29 18:40:57.172 INFO O| Oct 29 18:40:57.172 INFO STEP 10 (remove_files) COMPLETE |
8611 | 2024-10-29T18:40:58.510Z | [ host-image] Oct 29 18:40:57.172 INFO O| Oct 29 18:40:57.172 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-10-29T18:40:58.519Z | [ host-image] Oct 29 18:40:57.182 INFO O| Oct 29 18:40:57.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8613 | 2024-10-29T18:40:58.522Z | [ host-image] Oct 29 18:40:57.183 INFO O| Oct 29 18:40:57.183 INFO STEP 11 (remove_files) COMPLETE |
8614 | 2024-10-29T18:40:58.522Z | [ host-image] Oct 29 18:40:57.183 INFO O| Oct 29 18:40:57.183 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8615 | 2024-10-29T18:40:58.530Z | [ host-image] Oct 29 18:40:57.192 INFO O| Oct 29 18:40:57.192 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8616 | 2024-10-29T18:40:58.532Z | [ host-image] Oct 29 18:40:57.194 INFO O| Oct 29 18:40:57.194 INFO STEP 12 (remove_files) COMPLETE |
8617 | 2024-10-29T18:40:58.532Z | [ host-image] Oct 29 18:40:57.194 INFO O| Oct 29 18:40:57.194 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8618 | 2024-10-29T18:40:58.824Z | [ host-image] Oct 29 18:40:57.486 INFO O| Oct 29 18:40:57.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8619 | 2024-10-29T18:40:58.865Z | [ host-image] Oct 29 18:40:57.527 INFO O| Oct 29 18:40:57.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8620 | 2024-10-29T18:40:58.867Z | [ host-image] Oct 29 18:40:57.529 INFO O| Oct 29 18:40:57.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8621 | 2024-10-29T18:40:58.872Z | [ host-image] Oct 29 18:40:57.535 INFO O| Oct 29 18:40:57.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8622 | 2024-10-29T18:40:58.898Z | [ host-image] Oct 29 18:40:57.560 INFO O| Oct 29 18:40:57.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8623 | 2024-10-29T18:40:58.909Z | [ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8624 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8625 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8626 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8627 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8628 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8629 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8630 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8631 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8632 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8633 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8634 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8635 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8636 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8637 | 2024-10-29T18:40:58.912Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8638 | 2024-10-29T18:40:58.913Z | [ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8639 | 2024-10-29T18:40:58.918Z | [ host-image] Oct 29 18:40:57.581 INFO O| Oct 29 18:40:57.581 INFO STEP 13 (remove_files) COMPLETE |
8640 | 2024-10-29T18:40:58.918Z | [ host-image] Oct 29 18:40:57.581 INFO O| Oct 29 18:40:57.581 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8641 | 2024-10-29T18:40:58.930Z | [ host-image] Oct 29 18:40:57.592 INFO O| Oct 29 18:40:57.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8642 | 2024-10-29T18:40:58.932Z | [ host-image] Oct 29 18:40:57.594 INFO O| Oct 29 18:40:57.594 INFO STEP 14 (remove_files) COMPLETE |
8643 | 2024-10-29T18:40:58.932Z | [ host-image] Oct 29 18:40:57.594 INFO O| Oct 29 18:40:57.594 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-10-29T18:40:58.941Z | [ host-image] Oct 29 18:40:57.603 INFO O| Oct 29 18:40:57.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8645 | 2024-10-29T18:40:58.948Z | [ host-image] Oct 29 18:40:57.610 INFO O| Oct 29 18:40:57.610 INFO STEP 15 (remove_files) COMPLETE |
8646 | 2024-10-29T18:40:58.948Z | [ host-image] Oct 29 18:40:57.610 INFO O| Oct 29 18:40:57.610 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-10-29T18:40:58.957Z | [ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8648 | 2024-10-29T18:40:58.959Z | [ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO STEP 16 (remove_files) COMPLETE |
8649 | 2024-10-29T18:40:58.960Z | [ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-10-29T18:40:58.967Z | [ host-image] Oct 29 18:40:57.630 INFO O| Oct 29 18:40:57.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8651 | 2024-10-29T18:40:58.969Z | [ host-image] Oct 29 18:40:57.631 INFO O| Oct 29 18:40:57.631 INFO STEP 17 (remove_files) COMPLETE |
8652 | 2024-10-29T18:40:58.969Z | [ host-image] Oct 29 18:40:57.631 INFO O| Oct 29 18:40:57.631 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-10-29T18:40:58.978Z | [ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8654 | 2024-10-29T18:40:58.978Z | [ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.641 INFO STEP 18 (remove_files) COMPLETE |
8655 | 2024-10-29T18:40:58.980Z | [ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.641 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-29T18:40:58.988Z | [ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8657 | 2024-10-29T18:40:58.990Z | [ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO STEP 19 (remove_files) COMPLETE |
8658 | 2024-10-29T18:40:58.990Z | [ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8659 | 2024-10-29T18:40:58.997Z | [ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8660 | 2024-10-29T18:40:58.997Z | [ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO STEP 20 (remove_files) COMPLETE |
8661 | 2024-10-29T18:40:59.000Z | [ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-10-29T18:40:59.007Z | [ host-image] Oct 29 18:40:57.669 INFO O| Oct 29 18:40:57.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8663 | 2024-10-29T18:40:59.007Z | [ host-image] Oct 29 18:40:57.670 INFO O| Oct 29 18:40:57.670 INFO STEP 21 (remove_files) COMPLETE |
8664 | 2024-10-29T18:40:59.010Z | [ host-image] Oct 29 18:40:57.670 INFO O| Oct 29 18:40:57.670 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-10-29T18:40:59.016Z | [ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8666 | 2024-10-29T18:40:59.016Z | [ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO STEP 22 (remove_files) COMPLETE |
8667 | 2024-10-29T18:40:59.019Z | [ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8668 | 2024-10-29T18:40:59.026Z | [ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8669 | 2024-10-29T18:40:59.026Z | [ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO STEP 23 (remove_files) COMPLETE |
8670 | 2024-10-29T18:40:59.026Z | [ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8671 | 2024-10-29T18:40:59.036Z | [ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8672 | 2024-10-29T18:40:59.038Z | [ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO STEP 24 (remove_files) COMPLETE |
8673 | 2024-10-29T18:40:59.038Z | [ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8674 | 2024-10-29T18:40:59.045Z | [ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8675 | 2024-10-29T18:40:59.045Z | [ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO STEP 25 (remove_files) COMPLETE |
8676 | 2024-10-29T18:40:59.045Z | [ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8677 | 2024-10-29T18:40:59.054Z | [ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8678 | 2024-10-29T18:40:59.054Z | [ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO STEP 26 (remove_files) COMPLETE |
8679 | 2024-10-29T18:40:59.056Z | [ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8680 | 2024-10-29T18:40:59.064Z | [ host-image] Oct 29 18:40:57.726 INFO O| Oct 29 18:40:57.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8681 | 2024-10-29T18:40:59.064Z | [ host-image] Oct 29 18:40:57.727 INFO O| Oct 29 18:40:57.726 INFO STEP 27 (remove_files) COMPLETE |
8682 | 2024-10-29T18:40:59.064Z | [ host-image] Oct 29 18:40:57.727 INFO O| Oct 29 18:40:57.727 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-10-29T18:40:59.074Z | [ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8684 | 2024-10-29T18:40:59.076Z | [ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO STEP 28 (remove_files) COMPLETE |
8685 | 2024-10-29T18:40:59.076Z | [ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8686 | 2024-10-29T18:40:59.083Z | [ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8687 | 2024-10-29T18:40:59.083Z | [ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO STEP 29 (remove_files) COMPLETE |
8688 | 2024-10-29T18:40:59.086Z | [ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8689 | 2024-10-29T18:40:59.092Z | [ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8690 | 2024-10-29T18:40:59.092Z | [ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO STEP 30 (remove_files) COMPLETE |
8691 | 2024-10-29T18:40:59.092Z | [ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8692 | 2024-10-29T18:40:59.102Z | [ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8693 | 2024-10-29T18:40:59.104Z | [ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO STEP 31 (remove_files) COMPLETE |
8694 | 2024-10-29T18:40:59.104Z | [ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8695 | 2024-10-29T18:40:59.112Z | [ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8696 | 2024-10-29T18:40:59.115Z | [ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO STEP 32 (remove_files) COMPLETE |
8697 | 2024-10-29T18:40:59.115Z | [ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8698 | 2024-10-29T18:40:59.122Z | [ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8699 | 2024-10-29T18:40:59.123Z | [ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO STEP 33 (remove_files) COMPLETE |
8700 | 2024-10-29T18:40:59.123Z | [ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8701 | 2024-10-29T18:40:59.133Z | [ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8702 | 2024-10-29T18:40:59.133Z | [ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO STEP 34 (remove_files) COMPLETE |
8703 | 2024-10-29T18:40:59.135Z | [ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8704 | 2024-10-29T18:40:59.143Z | [ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8705 | 2024-10-29T18:40:59.143Z | [ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO STEP 35 (remove_files) COMPLETE |
8706 | 2024-10-29T18:40:59.145Z | [ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8707 | 2024-10-29T18:40:59.152Z | [ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8708 | 2024-10-29T18:40:59.152Z | [ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO STEP 36 (remove_files) COMPLETE |
8709 | 2024-10-29T18:40:59.152Z | [ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8710 | 2024-10-29T18:40:59.162Z | [ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8711 | 2024-10-29T18:40:59.165Z | [ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO STEP 37 (remove_files) COMPLETE |
8712 | 2024-10-29T18:40:59.165Z | [ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8713 | 2024-10-29T18:40:59.171Z | [ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8714 | 2024-10-29T18:40:59.173Z | [ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO STEP 38 (remove_files) COMPLETE |
8715 | 2024-10-29T18:40:59.173Z | [ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8716 | 2024-10-29T18:40:59.181Z | [ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8717 | 2024-10-29T18:40:59.181Z | [ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO STEP 39 (remove_files) COMPLETE |
8718 | 2024-10-29T18:40:59.184Z | [ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8719 | 2024-10-29T18:40:59.191Z | [ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8720 | 2024-10-29T18:40:59.191Z | [ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO STEP 40 (remove_files) COMPLETE |
8721 | 2024-10-29T18:40:59.191Z | [ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8722 | 2024-10-29T18:40:59.201Z | [ host-image] Oct 29 18:40:57.863 INFO O| Oct 29 18:40:57.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8723 | 2024-10-29T18:40:59.201Z | [ host-image] Oct 29 18:40:57.864 INFO O| Oct 29 18:40:57.863 INFO STEP 41 (remove_files) COMPLETE |
8724 | 2024-10-29T18:40:59.203Z | [ host-image] Oct 29 18:40:57.864 INFO O| Oct 29 18:40:57.864 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8725 | 2024-10-29T18:40:59.211Z | [ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8726 | 2024-10-29T18:40:59.212Z | [ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO STEP 42 (remove_files) COMPLETE |
8727 | 2024-10-29T18:40:59.214Z | [ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8728 | 2024-10-29T18:40:59.222Z | [ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8729 | 2024-10-29T18:40:59.222Z | [ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO STEP 43 (remove_files) COMPLETE |
8730 | 2024-10-29T18:40:59.222Z | [ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8731 | 2024-10-29T18:40:59.231Z | [ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8732 | 2024-10-29T18:40:59.234Z | [ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO STEP 44 (remove_files) COMPLETE |
8733 | 2024-10-29T18:40:59.234Z | [ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8734 | 2024-10-29T18:40:59.241Z | [ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8735 | 2024-10-29T18:40:59.241Z | [ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO STEP 45 (remove_files) COMPLETE |
8736 | 2024-10-29T18:40:59.243Z | [ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8737 | 2024-10-29T18:40:59.250Z | [ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8738 | 2024-10-29T18:40:59.253Z | [ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO STEP 46 (remove_files) COMPLETE |
8739 | 2024-10-29T18:40:59.253Z | [ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8740 | 2024-10-29T18:40:59.260Z | [ host-image] Oct 29 18:40:57.922 INFO O| Oct 29 18:40:57.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8741 | 2024-10-29T18:40:59.260Z | [ host-image] Oct 29 18:40:57.922 INFO O| Oct 29 18:40:57.922 INFO STEP 47 (remove_files) COMPLETE |
8742 | 2024-10-29T18:40:59.262Z | [ host-image] Oct 29 18:40:57.923 INFO O| Oct 29 18:40:57.922 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8743 | 2024-10-29T18:40:59.269Z | [ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8744 | 2024-10-29T18:40:59.269Z | [ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO STEP 48 (remove_files) COMPLETE |
8745 | 2024-10-29T18:40:59.272Z | [ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8746 | 2024-10-29T18:40:59.279Z | [ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8747 | 2024-10-29T18:40:59.281Z | [ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO STEP 49 (remove_files) COMPLETE |
8748 | 2024-10-29T18:40:59.281Z | [ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8749 | 2024-10-29T18:40:59.288Z | [ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8750 | 2024-10-29T18:40:59.288Z | [ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO STEP 50 (remove_files) COMPLETE |
8751 | 2024-10-29T18:40:59.291Z | [ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8752 | 2024-10-29T18:40:59.298Z | [ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8753 | 2024-10-29T18:40:59.298Z | [ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO STEP 51 (remove_files) COMPLETE |
8754 | 2024-10-29T18:40:59.301Z | [ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8755 | 2024-10-29T18:40:59.308Z | [ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8756 | 2024-10-29T18:40:59.308Z | [ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO STEP 52 (remove_files) COMPLETE |
8757 | 2024-10-29T18:40:59.311Z | [ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-10-29T18:40:59.319Z | [ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8759 | 2024-10-29T18:40:59.319Z | [ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO STEP 53 (remove_files) COMPLETE |
8760 | 2024-10-29T18:40:59.321Z | [ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8761 | 2024-10-29T18:40:59.331Z | [ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8762 | 2024-10-29T18:40:59.331Z | [ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO STEP 54 (remove_files) COMPLETE |
8763 | 2024-10-29T18:40:59.333Z | [ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-10-29T18:40:59.347Z | [ host-image] Oct 29 18:40:58.009 INFO O| Oct 29 18:40:58.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8765 | 2024-10-29T18:40:59.347Z | [ host-image] Oct 29 18:40:58.010 INFO O| Oct 29 18:40:58.009 INFO STEP 55 (remove_files) COMPLETE |
8766 | 2024-10-29T18:40:59.350Z | [ host-image] Oct 29 18:40:58.010 INFO O| Oct 29 18:40:58.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-10-29T18:40:59.359Z | [ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8768 | 2024-10-29T18:40:59.359Z | [ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO STEP 56 (remove_files) COMPLETE |
8769 | 2024-10-29T18:40:59.362Z | [ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-10-29T18:40:59.369Z | [ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8771 | 2024-10-29T18:40:59.369Z | [ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO STEP 57 (remove_files) COMPLETE |
8772 | 2024-10-29T18:40:59.372Z | [ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-10-29T18:40:59.379Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8774 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8775 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8776 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8777 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8778 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8779 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO ok! |
8780 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO STEP 58 (ensure_file) COMPLETE |
8781 | 2024-10-29T18:40:59.382Z | [ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-10-29T18:40:59.390Z | [ host-image] Oct 29 18:40:58.052 INFO O| Oct 29 18:40:58.052 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8783 | 2024-10-29T18:40:59.390Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8784 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8785 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8786 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8787 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8788 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO ok! |
8789 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO STEP 59 (ensure_file) COMPLETE |
8790 | 2024-10-29T18:40:59.393Z | [ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8791 | 2024-10-29T18:40:59.402Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.064 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8792 | 2024-10-29T18:40:59.402Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8793 | 2024-10-29T18:40:59.404Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8794 | 2024-10-29T18:40:59.404Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO ok! |
8795 | 2024-10-29T18:40:59.404Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO STEP 60 (ensure_file) COMPLETE |
8796 | 2024-10-29T18:40:59.404Z | [ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8797 | 2024-10-29T18:40:59.412Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8798 | 2024-10-29T18:40:59.412Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8799 | 2024-10-29T18:40:59.414Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8800 | 2024-10-29T18:40:59.414Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO ok! |
8801 | 2024-10-29T18:40:59.414Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO STEP 61 (ensure_file) COMPLETE |
8802 | 2024-10-29T18:40:59.414Z | [ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8803 | 2024-10-29T18:40:59.421Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8804 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8805 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8806 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8807 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO ok! |
8808 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO STEP 62 (ensure_file) COMPLETE |
8809 | 2024-10-29T18:40:59.424Z | [ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-10-29T18:40:59.432Z | [ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8811 | 2024-10-29T18:40:59.432Z | [ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8812 | 2024-10-29T18:40:59.434Z | [ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8813 | 2024-10-29T18:40:59.434Z | [ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8814 | 2024-10-29T18:40:59.434Z | [ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO ok! |
8815 | 2024-10-29T18:40:59.434Z | [ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO STEP 63 (ensure_file) COMPLETE |
8816 | 2024-10-29T18:40:59.434Z | [ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-10-29T18:40:59.441Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8818 | 2024-10-29T18:40:59.444Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8819 | 2024-10-29T18:40:59.444Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8820 | 2024-10-29T18:40:59.444Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO ok! |
8821 | 2024-10-29T18:40:59.444Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO STEP 64 (assemble_files) COMPLETE |
8822 | 2024-10-29T18:40:59.444Z | [ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-10-29T18:40:59.451Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8824 | 2024-10-29T18:40:59.451Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8825 | 2024-10-29T18:40:59.454Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8826 | 2024-10-29T18:40:59.454Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8827 | 2024-10-29T18:40:59.454Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO ok! |
8828 | 2024-10-29T18:40:59.454Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO STEP 65 (ensure_file) COMPLETE |
8829 | 2024-10-29T18:40:59.454Z | [ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-10-29T18:40:59.461Z | [ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.123 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8831 | 2024-10-29T18:40:59.467Z | [ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8832 | 2024-10-29T18:40:59.467Z | [ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8833 | 2024-10-29T18:40:59.467Z | [ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO STEP 66 (ensure_dir) COMPLETE |
8834 | 2024-10-29T18:40:59.467Z | [ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-10-29T18:40:59.472Z | [ host-image] Oct 29 18:40:58.133 INFO O| Oct 29 18:40:58.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8836 | 2024-10-29T18:40:59.472Z | [ host-image] Oct 29 18:40:58.133 INFO O| Oct 29 18:40:58.133 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 ... |
8837 | 2024-10-29T18:40:59.478Z | [ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 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 |
8838 | 2024-10-29T18:40:59.478Z | [ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8839 | 2024-10-29T18:40:59.481Z | [ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO ok! |
8840 | 2024-10-29T18:40:59.481Z | [ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO STEP 67 (ensure_file) COMPLETE |
8841 | 2024-10-29T18:40:59.481Z | [ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-10-29T18:40:59.488Z | [ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8843 | 2024-10-29T18:40:59.488Z | [ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 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 ... |
8844 | 2024-10-29T18:40:59.490Z | [ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 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 |
8845 | 2024-10-29T18:40:59.490Z | [ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8846 | 2024-10-29T18:40:59.490Z | [ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.150 INFO ok! |
8847 | 2024-10-29T18:40:59.490Z | [ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.151 INFO STEP 68 (ensure_file) COMPLETE |
8848 | 2024-10-29T18:40:59.490Z | [ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.151 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-10-29T18:40:59.502Z | [ host-image] Oct 29 18:40:58.165 INFO O| Oct 29 18:40:58.164 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8850 | 2024-10-29T18:40:59.502Z | [ host-image] Oct 29 18:40:58.165 INFO O| Oct 29 18:40:58.165 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8851 | 2024-10-29T18:41:01.571Z | [ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO STEP 69 (pack_tar) COMPLETE |
8852 | 2024-10-29T18:41:01.571Z | [ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8853 | 2024-10-29T18:41:01.574Z | [ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8854 | 2024-10-29T18:41:01.990Z | [ host-image] Oct 29 18:41:00.652 INFO O| Oct 29 18:41:00.652 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8855 | 2024-10-29T18:41:02.065Z | [ host-image] Oct 29 18:41:00.727 INFO O| Oct 29 18:41:00.727 INFO completed processing gimlet/ramdisk-02-trim |
8856 | 2024-10-29T18:41:02.068Z | [ host-image] Oct 29 18:41:00.729 INFO image builder template: zfs... |
8857 | 2024-10-29T18:41:02.068Z | [ host-image] Oct 29 18:41:00.729 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/.tmp2e1Dzz/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 |
8858 | 2024-10-29T18:41:02.081Z | [ host-image] Oct 29 18:41:00.744 INFO O| Oct 29 18:41:00.743 INFO skip include "stress" because feature "stress" is not enabled |
8859 | 2024-10-29T18:41:02.113Z | [ host-image] Oct 29 18:41:00.775 INFO O| Oct 29 18:41:00.775 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8860 | 2024-10-29T18:41:02.117Z | [ host-image] Oct 29 18:41:00.779 INFO O| Oct 29 18:41:00.779 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8861 | 2024-10-29T18:41:02.166Z | [ host-image] Oct 29 18:41:00.828 INFO O| Oct 29 18:41:00.828 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8862 | 2024-10-29T18:41:02.223Z | [ host-image] Oct 29 18:41:00.885 INFO O| Oct 29 18:41:00.885 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8863 | 2024-10-29T18:41:02.223Z | [ host-image] Oct 29 18:41:00.885 INFO O| Oct 29 18:41:00.885 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8864 | 2024-10-29T18:41:02.228Z | [ host-image] Oct 29 18:41:00.890 INFO O| Oct 29 18:41:00.890 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8865 | 2024-10-29T18:41:02.294Z | [ host-image] Oct 29 18:41:00.956 INFO O| Oct 29 18:41:00.956 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8866 | 2024-10-29T18:41:02.337Z | [ host-image] Oct 29 18:41:00.999 INFO O| Oct 29 18:41:00.999 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8867 | 2024-10-29T18:41:02.348Z | [ host-image] Oct 29 18:41:01.010 INFO O| Oct 29 18:41:01.010 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8868 | 2024-10-29T18:41:02.354Z | [ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8869 | 2024-10-29T18:41:02.356Z | [ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO no lofi found |
8870 | 2024-10-29T18:41:02.356Z | [ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8871 | 2024-10-29T18:41:02.356Z | [ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8872 | 2024-10-29T18:41:04.253Z | [ recovery-image] Oct 29 18:41:02.915 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) |
8873 | 2024-10-29T18:41:04.350Z | [ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8874 | 2024-10-29T18:41:04.350Z | [ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8875 | 2024-10-29T18:41:04.352Z | [ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8876 | 2024-10-29T18:41:04.596Z | [ host-image] Oct 29 18:41:03.258 INFO O| Oct 29 18:41:03.258 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8877 | 2024-10-29T18:41:04.596Z | [ host-image] Oct 29 18:41:03.258 INFO O| Oct 29 18:41:03.258 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8878 | 2024-10-29T18:41:04.635Z | [ host-image] Oct 29 18:41:03.297 INFO O| Oct 29 18:41:03.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8879 | 2024-10-29T18:41:04.737Z | [ host-image] Oct 29 18:41:03.399 INFO O| Oct 29 18:41:03.399 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8880 | 2024-10-29T18:41:04.791Z | [ host-image] Oct 29 18:41:03.453 INFO O| Oct 29 18:41:03.453 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8881 | 2024-10-29T18:41:04.821Z | [ host-image] Oct 29 18:41:03.482 INFO O| Oct 29 18:41:03.482 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8882 | 2024-10-29T18:41:04.852Z | [ host-image] Oct 29 18:41:03.513 INFO O| Oct 29 18:41:03.513 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8883 | 2024-10-29T18:41:05.017Z | [ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8884 | 2024-10-29T18:41:05.019Z | [ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8885 | 2024-10-29T18:41:05.019Z | [ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8886 | 2024-10-29T18:41:05.038Z | [ host-image] Oct 29 18:41:03.697 INFO O| Oct 29 18:41:03.697 INFO boot environment UUID: b8022a30-95e9-4a81-bff2-6c4e0283c16a |
8887 | 2024-10-29T18:41:05.038Z | [ host-image] Oct 29 18:41:03.697 INFO O| Oct 29 18:41:03.697 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b8022a30-95e9-4a81-bff2-6c4e0283c16a |
8888 | 2024-10-29T18:41:05.066Z | [ host-image] Oct 29 18:41:03.728 INFO O| Oct 29 18:41:03.728 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8889 | 2024-10-29T18:41:05.121Z | [ host-image] Oct 29 18:41:03.783 INFO O| Oct 29 18:41:03.783 INFO STEP 0 (create_be) COMPLETE |
8890 | 2024-10-29T18:41:05.121Z | [ host-image] Oct 29 18:41:03.783 INFO O| Oct 29 18:41:03.783 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8891 | 2024-10-29T18:41:05.153Z | [ host-image] Oct 29 18:41:03.815 INFO O| Oct 29 18:41:03.815 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8892 | 2024-10-29T18:41:06.600Z | [ recovery-image] Oct 29 18:41:05.260 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) |
8893 | 2024-10-29T18:41:10.966Z | [ recovery-image] Oct 29 18:41:09.619 INFO E| Compiling bitflags v1.3.2 |
8894 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling plain v0.2.3 |
8895 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling scroll v0.12.0 |
8896 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling adler2 v2.0.0 |
8897 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling bit_field v0.10.2 |
8898 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling log v0.4.22 |
8899 | 2024-10-29T18:41:10.971Z | [ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling static_assertions v1.1.0 |
8900 | 2024-10-29T18:41:11.057Z | [ recovery-image] Oct 29 18:41:09.716 INFO E| Compiling raw-cpuid v10.7.0 |
8901 | 2024-10-29T18:41:11.094Z | [ recovery-image] Oct 29 18:41:09.755 INFO E| Compiling cpio_reader v0.1.1 |
8902 | 2024-10-29T18:41:11.400Z | [ recovery-image] Oct 29 18:41:10.060 INFO E| Compiling miniz_oxide v0.8.0 |
8903 | 2024-10-29T18:41:11.480Z | [ recovery-image] Oct 29 18:41:10.140 INFO E| Compiling bitstruct v0.1.1 |
8904 | 2024-10-29T18:41:11.795Z | [ recovery-image] Oct 29 18:41:10.456 INFO E| Compiling goblin v0.8.2 |
8905 | 2024-10-29T18:41:20.460Z | [ recovery-image] Oct 29 18:41:19.120 INFO E| Finished `release` profile [optimized] target(s) in 35.30s |
8906 | 2024-10-29T18:41:20.487Z | [ recovery-image] Oct 29 18:41:19.147 INFO building host image... |
8907 | 2024-10-29T18:41:20.490Z | [ recovery-image] Oct 29 18:41:19.148 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") |
8908 | 2024-10-29T18:41:21.222Z | [ recovery-image] Oct 29 18:41:19.881 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8909 | 2024-10-29T18:41:23.232Z | [ recovery-image] Oct 29 18:41:21.891 INFO image complete! materials are in "/work/os-recovery" |
8910 | 2024-10-29T18:41:23.236Z | [ recovery-image] |
8911 | 2024-10-29T18:41:23.236Z | [ recovery-image] real 7:55.281097209 |
8912 | 2024-10-29T18:41:23.236Z | [ recovery-image] user 5:12.522378946 |
8913 | 2024-10-29T18:41:23.236Z | [ recovery-image] sys 50.511401347 |
8914 | 2024-10-29T18:41:23.236Z | [ recovery-image] trap 0.250443792 |
8915 | 2024-10-29T18:41:23.236Z | [ recovery-image] tflt 0.304655279 |
8916 | 2024-10-29T18:41:23.236Z | [ recovery-image] dflt 0.679013927 |
8917 | 2024-10-29T18:41:23.236Z | [ recovery-image] kflt 0.000035326 |
8918 | 2024-10-29T18:41:23.236Z | [ recovery-image] lock 17:06.987826330 |
8919 | 2024-10-29T18:41:23.236Z | [ recovery-image] slp 48:20.316088023 |
8920 | 2024-10-29T18:41:23.236Z | [ recovery-image] lat 1:54.540549405 |
8921 | 2024-10-29T18:41:23.239Z | [ recovery-image] stop 4.983553941 |
8922 | 2024-10-29T18:41:23.239Z | Oct 29 18:41:21.896 INFO [recovery-image] process exited with exit status: 0 (475.302801517s) |
8923 | 2024-10-29T18:41:26.922Z | [ host-image] Oct 29 18:41:25.581 INFO O| Oct 29 18:41:25.581 INFO STEP 1 (unpack_tar) COMPLETE |
8924 | 2024-10-29T18:41:26.922Z | [ host-image] Oct 29 18:41:25.581 INFO O| Oct 29 18:41:25.581 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8925 | 2024-10-29T18:41:26.934Z | [ host-image] Oct 29 18:41:25.593 INFO O| Oct 29 18:41:25.593 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8926 | 2024-10-29T18:41:27.317Z | [ host-image] Oct 29 18:41:25.976 INFO O| Oct 29 18:41:25.976 INFO STEP 2 (devfsadm) COMPLETE |
8927 | 2024-10-29T18:41:27.317Z | [ host-image] Oct 29 18:41:25.976 INFO O| Oct 29 18:41:25.976 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8928 | 2024-10-29T18:41:27.328Z | [ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8929 | 2024-10-29T18:41:27.328Z | [ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8930 | 2024-10-29T18:41:27.330Z | [ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO STEP 3 (ensure_dir) COMPLETE |
8931 | 2024-10-29T18:41:27.331Z | [ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8932 | 2024-10-29T18:41:27.339Z | [ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8933 | 2024-10-29T18:41:27.339Z | [ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO STEP 4 (ensure_dir) COMPLETE |
8934 | 2024-10-29T18:41:27.339Z | [ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8935 | 2024-10-29T18:41:27.349Z | [ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8936 | 2024-10-29T18:41:27.349Z | [ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO STEP 5 (ensure_dir) COMPLETE |
8937 | 2024-10-29T18:41:27.351Z | [ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8938 | 2024-10-29T18:41:27.358Z | [ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8939 | 2024-10-29T18:41:27.361Z | [ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8940 | 2024-10-29T18:41:27.361Z | [ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO STEP 6 (ensure_dir) COMPLETE |
8941 | 2024-10-29T18:41:27.361Z | [ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8942 | 2024-10-29T18:41:27.368Z | [ host-image] Oct 29 18:41:26.027 INFO O| Oct 29 18:41:26.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8943 | 2024-10-29T18:41:27.370Z | [ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8944 | 2024-10-29T18:41:27.370Z | [ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO STEP 7 (ensure_dir) COMPLETE |
8945 | 2024-10-29T18:41:27.370Z | [ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8946 | 2024-10-29T18:41:27.378Z | [ host-image] Oct 29 18:41:26.037 INFO O| Oct 29 18:41:26.037 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8947 | 2024-10-29T18:41:27.380Z | [ host-image] Oct 29 18:41:26.038 INFO O| Oct 29 18:41:26.038 INFO STEP 8 (remove_files) COMPLETE |
8948 | 2024-10-29T18:41:27.380Z | [ host-image] Oct 29 18:41:26.038 INFO O| Oct 29 18:41:26.038 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8949 | 2024-10-29T18:41:27.388Z | [ host-image] Oct 29 18:41:26.047 INFO O| Oct 29 18:41:26.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8950 | 2024-10-29T18:41:27.391Z | [ host-image] Oct 29 18:41:26.048 INFO O| Oct 29 18:41:26.048 INFO STEP 9 (remove_files) COMPLETE |
8951 | 2024-10-29T18:41:27.392Z | [ host-image] Oct 29 18:41:26.048 INFO O| Oct 29 18:41:26.048 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8952 | 2024-10-29T18:41:27.398Z | [ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8953 | 2024-10-29T18:41:27.400Z | [ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO STEP 10 (remove_files) COMPLETE |
8954 | 2024-10-29T18:41:27.400Z | [ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8955 | 2024-10-29T18:41:27.409Z | [ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8956 | 2024-10-29T18:41:27.411Z | [ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO STEP 11 (remove_files) COMPLETE |
8957 | 2024-10-29T18:41:27.412Z | [ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-29T18:41:27.419Z | [ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8959 | 2024-10-29T18:41:27.421Z | [ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO STEP 12 (remove_files) COMPLETE |
8960 | 2024-10-29T18:41:27.421Z | [ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-29T18:41:27.429Z | [ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8962 | 2024-10-29T18:41:27.431Z | [ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8963 | 2024-10-29T18:41:27.431Z | [ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO STEP 13 (ensure_dir) COMPLETE |
8964 | 2024-10-29T18:41:27.431Z | [ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8965 | 2024-10-29T18:41:27.439Z | [ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8966 | 2024-10-29T18:41:27.442Z | [ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8967 | 2024-10-29T18:41:27.442Z | [ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8968 | 2024-10-29T18:41:27.442Z | [ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO STEP 14 (ensure_dir) COMPLETE |
8969 | 2024-10-29T18:41:27.442Z | [ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8970 | 2024-10-29T18:41:27.448Z | [ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8971 | 2024-10-29T18:41:27.448Z | [ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8972 | 2024-10-29T18:41:27.451Z | [ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8973 | 2024-10-29T18:41:27.452Z | [ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO STEP 15 (ensure_dir) COMPLETE |
8974 | 2024-10-29T18:41:27.452Z | [ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8975 | 2024-10-29T18:41:27.459Z | [ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8976 | 2024-10-29T18:41:27.459Z | [ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8977 | 2024-10-29T18:41:27.462Z | [ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO STEP 16 (ensure_dir) COMPLETE |
8978 | 2024-10-29T18:41:27.462Z | [ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8979 | 2024-10-29T18:41:27.468Z | [ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8980 | 2024-10-29T18:41:27.468Z | [ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8981 | 2024-10-29T18:41:27.468Z | [ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO STEP 17 (ensure_dir) COMPLETE |
8982 | 2024-10-29T18:41:27.471Z | [ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8983 | 2024-10-29T18:41:27.478Z | [ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8984 | 2024-10-29T18:41:27.479Z | [ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8985 | 2024-10-29T18:41:27.481Z | [ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO ok! |
8986 | 2024-10-29T18:41:27.481Z | [ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO STEP 18 (ensure_symlink) COMPLETE |
8987 | 2024-10-29T18:41:27.481Z | [ host-image] Oct 29 18:41:26.138 INFO O| Oct 29 18:41:26.137 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8988 | 2024-10-29T18:41:27.488Z | [ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8989 | 2024-10-29T18:41:27.488Z | [ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8990 | 2024-10-29T18:41:27.491Z | [ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO ok! |
8991 | 2024-10-29T18:41:27.491Z | [ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO STEP 19 (ensure_file) COMPLETE |
8992 | 2024-10-29T18:41:27.492Z | [ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8993 | 2024-10-29T18:41:27.497Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8994 | 2024-10-29T18:41:27.501Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8995 | 2024-10-29T18:41:27.501Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8996 | 2024-10-29T18:41:27.501Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO ok! |
8997 | 2024-10-29T18:41:27.501Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO STEP 20 (ensure_symlink) COMPLETE |
8998 | 2024-10-29T18:41:27.501Z | [ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8999 | 2024-10-29T18:41:27.507Z | [ host-image] Oct 29 18:41:26.166 INFO O| Oct 29 18:41:26.166 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9000 | 2024-10-29T18:41:27.509Z | [ host-image] Oct 29 18:41:26.166 INFO O| Oct 29 18:41:26.166 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9001 | 2024-10-29T18:41:27.509Z | [ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9002 | 2024-10-29T18:41:27.509Z | [ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO ok! |
9003 | 2024-10-29T18:41:27.510Z | [ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO STEP 21 (ensure_symlink) COMPLETE |
9004 | 2024-10-29T18:41:27.510Z | [ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9005 | 2024-10-29T18:41:27.517Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9006 | 2024-10-29T18:41:27.517Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9007 | 2024-10-29T18:41:27.519Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9008 | 2024-10-29T18:41:27.519Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO ok! |
9009 | 2024-10-29T18:41:27.519Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO STEP 22 (ensure_symlink) COMPLETE |
9010 | 2024-10-29T18:41:27.519Z | [ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9011 | 2024-10-29T18:41:27.526Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9012 | 2024-10-29T18:41:27.526Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9013 | 2024-10-29T18:41:27.529Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9014 | 2024-10-29T18:41:27.529Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO ok! |
9015 | 2024-10-29T18:41:27.529Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO STEP 23 (ensure_symlink) COMPLETE |
9016 | 2024-10-29T18:41:27.529Z | [ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9017 | 2024-10-29T18:41:27.537Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9018 | 2024-10-29T18:41:27.539Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9019 | 2024-10-29T18:41:27.539Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9020 | 2024-10-29T18:41:27.539Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO ok! |
9021 | 2024-10-29T18:41:27.539Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO STEP 24 (ensure_file) COMPLETE |
9022 | 2024-10-29T18:41:27.539Z | [ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9023 | 2024-10-29T18:41:27.550Z | [ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO updating shadow file |
9024 | 2024-10-29T18:41:27.552Z | [ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9025 | 2024-10-29T18:41:27.552Z | [ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9026 | 2024-10-29T18:41:27.552Z | [ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO STEP 25 (shadow) COMPLETE |
9027 | 2024-10-29T18:41:27.552Z | [ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9028 | 2024-10-29T18:41:27.560Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9029 | 2024-10-29T18:41:27.560Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9030 | 2024-10-29T18:41:27.562Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9031 | 2024-10-29T18:41:27.562Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO ok! |
9032 | 2024-10-29T18:41:27.562Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO STEP 26 (ensure_file) COMPLETE |
9033 | 2024-10-29T18:41:27.562Z | [ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9034 | 2024-10-29T18:41:27.570Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9035 | 2024-10-29T18:41:27.571Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9036 | 2024-10-29T18:41:27.571Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9037 | 2024-10-29T18:41:27.573Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO ok! |
9038 | 2024-10-29T18:41:27.573Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO STEP 27 (ensure_file) COMPLETE |
9039 | 2024-10-29T18:41:27.573Z | [ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9040 | 2024-10-29T18:41:27.582Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9041 | 2024-10-29T18:41:27.582Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9042 | 2024-10-29T18:41:27.584Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9043 | 2024-10-29T18:41:27.584Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9044 | 2024-10-29T18:41:27.584Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO ok! |
9045 | 2024-10-29T18:41:27.584Z | [ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO STEP 28 (ensure_file) COMPLETE |
9046 | 2024-10-29T18:41:27.584Z | [ host-image] Oct 29 18:41:26.242 INFO O| Oct 29 18:41:26.241 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9047 | 2024-10-29T18:41:27.593Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9048 | 2024-10-29T18:41:27.593Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9049 | 2024-10-29T18:41:27.593Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9050 | 2024-10-29T18:41:27.595Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO ok! |
9051 | 2024-10-29T18:41:27.596Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO STEP 29 (ensure_file) COMPLETE |
9052 | 2024-10-29T18:41:27.596Z | [ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9053 | 2024-10-29T18:41:27.605Z | [ host-image] Oct 29 18:41:26.264 INFO O| Oct 29 18:41:26.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9054 | 2024-10-29T18:41:27.605Z | [ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.264 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9055 | 2024-10-29T18:41:27.608Z | [ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9056 | 2024-10-29T18:41:27.608Z | [ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO ok! |
9057 | 2024-10-29T18:41:27.608Z | [ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO STEP 30 (ensure_file) COMPLETE |
9058 | 2024-10-29T18:41:27.608Z | [ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9059 | 2024-10-29T18:41:27.618Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9060 | 2024-10-29T18:41:27.618Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9061 | 2024-10-29T18:41:27.620Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9062 | 2024-10-29T18:41:27.620Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9063 | 2024-10-29T18:41:27.620Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO ok! |
9064 | 2024-10-29T18:41:27.620Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO STEP 31 (ensure_file) COMPLETE |
9065 | 2024-10-29T18:41:27.620Z | [ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9066 | 2024-10-29T18:41:27.628Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9067 | 2024-10-29T18:41:27.629Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9068 | 2024-10-29T18:41:27.631Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9069 | 2024-10-29T18:41:27.631Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO ok! |
9070 | 2024-10-29T18:41:27.631Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO STEP 32 (ensure_file) COMPLETE |
9071 | 2024-10-29T18:41:27.632Z | [ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9072 | 2024-10-29T18:41:27.639Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9073 | 2024-10-29T18:41:27.639Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9074 | 2024-10-29T18:41:27.642Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9075 | 2024-10-29T18:41:27.642Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO ok! |
9076 | 2024-10-29T18:41:27.642Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO STEP 33 (ensure_file) COMPLETE |
9077 | 2024-10-29T18:41:27.642Z | [ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9078 | 2024-10-29T18:41:27.650Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9079 | 2024-10-29T18:41:27.650Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9080 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9081 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9082 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9083 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9084 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO ok! |
9085 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO STEP 34 (ensure_file) COMPLETE |
9086 | 2024-10-29T18:41:27.653Z | [ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9087 | 2024-10-29T18:41:27.661Z | [ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9088 | 2024-10-29T18:41:27.663Z | [ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9089 | 2024-10-29T18:41:27.663Z | [ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9090 | 2024-10-29T18:41:27.663Z | [ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO STEP 35 (ensure_dir) COMPLETE |
9091 | 2024-10-29T18:41:27.664Z | [ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9092 | 2024-10-29T18:41:27.673Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 |
9093 | 2024-10-29T18:41:27.673Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 ... |
9094 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 |
9095 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 |
9096 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 |
9097 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 |
9098 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO ok! |
9099 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO STEP 36 (ensure_file) COMPLETE |
9100 | 2024-10-29T18:41:27.675Z | [ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9101 | 2024-10-29T18:41:27.683Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9102 | 2024-10-29T18:41:27.685Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 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 ... |
9103 | 2024-10-29T18:41:27.685Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9104 | 2024-10-29T18:41:27.686Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO ok! |
9105 | 2024-10-29T18:41:27.686Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO STEP 37 (ensure_symlink) COMPLETE |
9106 | 2024-10-29T18:41:27.686Z | [ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9107 | 2024-10-29T18:41:27.694Z | [ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9108 | 2024-10-29T18:41:27.694Z | [ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9109 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9110 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9111 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9112 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9113 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.353 INFO ok! |
9114 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.354 INFO STEP 38 (ensure_file) COMPLETE |
9115 | 2024-10-29T18:41:27.696Z | [ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.354 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9116 | 2024-10-29T18:41:27.704Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9117 | 2024-10-29T18:41:27.704Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 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 ... |
9118 | 2024-10-29T18:41:27.707Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 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 |
9119 | 2024-10-29T18:41:27.707Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9120 | 2024-10-29T18:41:27.707Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO ok! |
9121 | 2024-10-29T18:41:27.707Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO STEP 39 (ensure_file) COMPLETE |
9122 | 2024-10-29T18:41:27.707Z | [ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9123 | 2024-10-29T18:41:27.715Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9124 | 2024-10-29T18:41:27.715Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9125 | 2024-10-29T18:41:27.717Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9126 | 2024-10-29T18:41:27.717Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO ok! |
9127 | 2024-10-29T18:41:27.717Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO STEP 40 (ensure_file) COMPLETE |
9128 | 2024-10-29T18:41:27.718Z | [ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9129 | 2024-10-29T18:41:27.725Z | [ host-image] Oct 29 18:41:26.384 INFO O| Oct 29 18:41:26.384 INFO updating shadow file |
9130 | 2024-10-29T18:41:27.727Z | [ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9131 | 2024-10-29T18:41:27.727Z | [ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO STEP 41 (shadow) COMPLETE |
9132 | 2024-10-29T18:41:27.727Z | [ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9133 | 2024-10-29T18:41:27.735Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9134 | 2024-10-29T18:41:27.736Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9135 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9136 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9137 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO ok! |
9138 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 42 (ensure_file) COMPLETE |
9139 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9140 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO skip step because feature "mfg" is not enabled |
9141 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9142 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO skip step because feature "mfg" is not enabled |
9143 | 2024-10-29T18:41:27.738Z | [ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9144 | 2024-10-29T18:41:27.746Z | [ host-image] Oct 29 18:41:26.406 INFO O| Oct 29 18:41:26.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9145 | 2024-10-29T18:41:27.746Z | [ host-image] Oct 29 18:41:26.406 INFO O| Oct 29 18:41:26.406 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9146 | 2024-10-29T18:41:28.385Z | [ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9147 | 2024-10-29T18:41:28.385Z | [ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9148 | 2024-10-29T18:41:28.385Z | [ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO ok! |
9149 | 2024-10-29T18:41:28.388Z | [ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO STEP 45 (ensure_file) COMPLETE |
9150 | 2024-10-29T18:41:28.388Z | [ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9151 | 2024-10-29T18:41:28.397Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9152 | 2024-10-29T18:41:28.397Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9153 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9154 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9155 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9156 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9157 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO ok! |
9158 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO STEP 46 (ensure_file) COMPLETE |
9159 | 2024-10-29T18:41:28.399Z | [ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9160 | 2024-10-29T18:41:28.407Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9161 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 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 ... |
9162 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 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 |
9163 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9164 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO ok! |
9165 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO STEP 47 (ensure_file) COMPLETE |
9166 | 2024-10-29T18:41:28.410Z | [ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9167 | 2024-10-29T18:41:28.417Z | [ host-image] Oct 29 18:41:27.076 INFO O| Oct 29 18:41:27.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9168 | 2024-10-29T18:41:28.417Z | [ host-image] Oct 29 18:41:27.076 INFO O| Oct 29 18:41:27.076 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9169 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9170 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9171 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9172 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9173 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO ok! |
9174 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO STEP 48 (ensure_file) COMPLETE |
9175 | 2024-10-29T18:41:28.420Z | [ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9176 | 2024-10-29T18:41:28.427Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9177 | 2024-10-29T18:41:28.427Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 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 ... |
9178 | 2024-10-29T18:41:28.429Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 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 |
9179 | 2024-10-29T18:41:28.429Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9180 | 2024-10-29T18:41:28.429Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO ok! |
9181 | 2024-10-29T18:41:28.429Z | [ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO STEP 49 (ensure_file) COMPLETE |
9182 | 2024-10-29T18:41:28.429Z | [ host-image] Oct 29 18:41:27.087 INFO O| Oct 29 18:41:27.086 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9183 | 2024-10-29T18:41:28.437Z | [ host-image] Oct 29 18:41:27.096 INFO O| Oct 29 18:41:27.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9184 | 2024-10-29T18:41:28.439Z | [ host-image] Oct 29 18:41:27.096 INFO O| Oct 29 18:41:27.096 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9185 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9186 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9187 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9188 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9189 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO ok! |
9190 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO STEP 50 (ensure_file) COMPLETE |
9191 | 2024-10-29T18:41:28.440Z | [ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9192 | 2024-10-29T18:41:28.448Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9193 | 2024-10-29T18:41:28.448Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 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 ... |
9194 | 2024-10-29T18:41:28.450Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 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 |
9195 | 2024-10-29T18:41:28.450Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9196 | 2024-10-29T18:41:28.450Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO ok! |
9197 | 2024-10-29T18:41:28.450Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO STEP 51 (ensure_file) COMPLETE |
9198 | 2024-10-29T18:41:28.450Z | [ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9199 | 2024-10-29T18:41:28.458Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9200 | 2024-10-29T18:41:28.458Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 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 ... |
9201 | 2024-10-29T18:41:28.460Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 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 |
9202 | 2024-10-29T18:41:28.460Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9203 | 2024-10-29T18:41:28.460Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO ok! |
9204 | 2024-10-29T18:41:28.460Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO STEP 52 (ensure_file) COMPLETE |
9205 | 2024-10-29T18:41:28.460Z | [ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9206 | 2024-10-29T18:41:28.467Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9207 | 2024-10-29T18:41:28.468Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 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 ... |
9208 | 2024-10-29T18:41:28.470Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 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 |
9209 | 2024-10-29T18:41:28.470Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9210 | 2024-10-29T18:41:28.470Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO ok! |
9211 | 2024-10-29T18:41:28.470Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO STEP 53 (ensure_file) COMPLETE |
9212 | 2024-10-29T18:41:28.470Z | [ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-10-29T18:41:28.478Z | [ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9214 | 2024-10-29T18:41:28.478Z | [ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO STEP 54 (ensure_dir) COMPLETE |
9215 | 2024-10-29T18:41:28.480Z | [ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9216 | 2024-10-29T18:41:28.488Z | [ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9217 | 2024-10-29T18:41:28.488Z | [ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9218 | 2024-10-29T18:41:28.488Z | [ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO STEP 55 (ensure_dir) COMPLETE |
9219 | 2024-10-29T18:41:28.490Z | [ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9220 | 2024-10-29T18:41:28.498Z | [ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9221 | 2024-10-29T18:41:28.501Z | [ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9222 | 2024-10-29T18:41:28.501Z | [ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO STEP 56 (ensure_dir) COMPLETE |
9223 | 2024-10-29T18:41:28.501Z | [ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9224 | 2024-10-29T18:41:28.509Z | [ host-image] Oct 29 18:41:27.168 INFO O| Oct 29 18:41:27.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9225 | 2024-10-29T18:41:28.509Z | [ host-image] Oct 29 18:41:27.168 INFO O| Oct 29 18:41:27.168 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9226 | 2024-10-29T18:41:28.527Z | [ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9227 | 2024-10-29T18:41:28.527Z | [ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO ok! |
9228 | 2024-10-29T18:41:28.530Z | [ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO STEP 57 (ensure_file) COMPLETE |
9229 | 2024-10-29T18:41:28.530Z | [ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-10-29T18:41:28.538Z | [ host-image] Oct 29 18:41:27.197 INFO O| Oct 29 18:41:27.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9231 | 2024-10-29T18:41:28.538Z | [ host-image] Oct 29 18:41:27.197 INFO O| Oct 29 18:41:27.197 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9232 | 2024-10-29T18:41:29.598Z | [ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9233 | 2024-10-29T18:41:29.598Z | [ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO ok! |
9234 | 2024-10-29T18:41:29.598Z | [ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO STEP 58 (ensure_file) COMPLETE |
9235 | 2024-10-29T18:41:29.601Z | [ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-10-29T18:41:29.609Z | [ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9237 | 2024-10-29T18:41:29.611Z | [ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9238 | 2024-10-29T18:41:29.611Z | [ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO STEP 59 (ensure_dir) COMPLETE |
9239 | 2024-10-29T18:41:29.611Z | [ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-10-29T18:41:29.619Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9241 | 2024-10-29T18:41:29.619Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9242 | 2024-10-29T18:41:29.622Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9243 | 2024-10-29T18:41:29.622Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO ok! |
9244 | 2024-10-29T18:41:29.622Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO STEP 60 (ensure_file) COMPLETE |
9245 | 2024-10-29T18:41:29.622Z | [ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-10-29T18:41:29.629Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9247 | 2024-10-29T18:41:29.630Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9248 | 2024-10-29T18:41:29.632Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9249 | 2024-10-29T18:41:29.632Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO ok! |
9250 | 2024-10-29T18:41:29.632Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO STEP 61 (ensure_file) COMPLETE |
9251 | 2024-10-29T18:41:29.632Z | [ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-10-29T18:41:29.640Z | [ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.299 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9253 | 2024-10-29T18:41:29.640Z | [ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9254 | 2024-10-29T18:41:29.643Z | [ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO STEP 62 (ensure_dir) COMPLETE |
9255 | 2024-10-29T18:41:29.643Z | [ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9256 | 2024-10-29T18:41:29.651Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9257 | 2024-10-29T18:41:29.651Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9258 | 2024-10-29T18:41:29.651Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9259 | 2024-10-29T18:41:29.653Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO ok! |
9260 | 2024-10-29T18:41:29.654Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO STEP 63 (ensure_file) COMPLETE |
9261 | 2024-10-29T18:41:29.654Z | [ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-10-29T18:41:29.661Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9263 | 2024-10-29T18:41:29.661Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9264 | 2024-10-29T18:41:29.664Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9265 | 2024-10-29T18:41:29.664Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO ok! |
9266 | 2024-10-29T18:41:29.664Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO STEP 64 (ensure_file) COMPLETE |
9267 | 2024-10-29T18:41:29.664Z | [ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-10-29T18:41:29.671Z | [ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9269 | 2024-10-29T18:41:29.675Z | [ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9270 | 2024-10-29T18:41:29.675Z | [ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO STEP 65 (ensure_dir) COMPLETE |
9271 | 2024-10-29T18:41:29.675Z | [ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9272 | 2024-10-29T18:41:29.681Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9273 | 2024-10-29T18:41:29.681Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9274 | 2024-10-29T18:41:29.684Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9275 | 2024-10-29T18:41:29.684Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO ok! |
9276 | 2024-10-29T18:41:29.684Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO STEP 66 (ensure_file) COMPLETE |
9277 | 2024-10-29T18:41:29.684Z | [ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-10-29T18:41:29.691Z | [ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9279 | 2024-10-29T18:41:29.693Z | [ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9280 | 2024-10-29T18:41:29.693Z | [ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9281 | 2024-10-29T18:41:29.693Z | [ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO ok! |
9282 | 2024-10-29T18:41:29.693Z | [ host-image] Oct 29 18:41:28.351 INFO O| Oct 29 18:41:28.350 INFO STEP 67 (ensure_file) COMPLETE |
9283 | 2024-10-29T18:41:29.693Z | [ host-image] Oct 29 18:41:28.351 INFO O| Oct 29 18:41:28.350 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-10-29T18:41:29.701Z | [ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9285 | 2024-10-29T18:41:29.703Z | [ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9286 | 2024-10-29T18:41:29.703Z | [ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO STEP 68 (ensure_dir) COMPLETE |
9287 | 2024-10-29T18:41:29.703Z | [ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-10-29T18:41:29.711Z | [ host-image] Oct 29 18:41:28.370 INFO O| Oct 29 18:41:28.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9289 | 2024-10-29T18:41:29.711Z | [ host-image] Oct 29 18:41:28.370 INFO O| Oct 29 18:41:28.370 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9290 | 2024-10-29T18:41:30.738Z | [ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9291 | 2024-10-29T18:41:30.738Z | [ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO ok! |
9292 | 2024-10-29T18:41:30.740Z | [ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO STEP 69 (ensure_file) COMPLETE |
9293 | 2024-10-29T18:41:30.740Z | [ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-10-29T18:41:30.749Z | [ host-image] Oct 29 18:41:29.408 INFO O| Oct 29 18:41:29.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9295 | 2024-10-29T18:41:30.751Z | [ host-image] Oct 29 18:41:29.408 INFO O| Oct 29 18:41:29.408 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9296 | 2024-10-29T18:41:32.219Z | [ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9297 | 2024-10-29T18:41:32.219Z | [ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO ok! |
9298 | 2024-10-29T18:41:32.219Z | [ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO STEP 70 (ensure_file) COMPLETE |
9299 | 2024-10-29T18:41:32.219Z | [ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-10-29T18:41:32.234Z | [ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9301 | 2024-10-29T18:41:32.234Z | [ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9302 | 2024-10-29T18:41:32.234Z | [ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO STEP 71 (ensure_dir) COMPLETE |
9303 | 2024-10-29T18:41:32.236Z | [ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9304 | 2024-10-29T18:41:32.246Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9305 | 2024-10-29T18:41:32.246Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9306 | 2024-10-29T18:41:32.248Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9307 | 2024-10-29T18:41:32.248Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO ok! |
9308 | 2024-10-29T18:41:32.248Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO STEP 72 (ensure_file) COMPLETE |
9309 | 2024-10-29T18:41:32.248Z | [ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-10-29T18:41:32.257Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9311 | 2024-10-29T18:41:32.257Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9312 | 2024-10-29T18:41:32.259Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9313 | 2024-10-29T18:41:32.259Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO ok! |
9314 | 2024-10-29T18:41:32.259Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO STEP 73 (ensure_file) COMPLETE |
9315 | 2024-10-29T18:41:32.259Z | [ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9316 | 2024-10-29T18:41:32.267Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9317 | 2024-10-29T18:41:32.267Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9318 | 2024-10-29T18:41:32.271Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9319 | 2024-10-29T18:41:32.271Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO ok! |
9320 | 2024-10-29T18:41:32.271Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO STEP 74 (ensure_file) COMPLETE |
9321 | 2024-10-29T18:41:32.271Z | [ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-10-29T18:41:32.277Z | [ host-image] Oct 29 18:41:30.936 INFO O| Oct 29 18:41:30.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9323 | 2024-10-29T18:41:32.277Z | [ host-image] Oct 29 18:41:30.936 INFO O| Oct 29 18:41:30.936 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9324 | 2024-10-29T18:41:32.280Z | [ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9325 | 2024-10-29T18:41:32.280Z | [ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO ok! |
9326 | 2024-10-29T18:41:32.280Z | [ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO STEP 75 (ensure_file) COMPLETE |
9327 | 2024-10-29T18:41:32.280Z | [ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-10-29T18:41:32.288Z | [ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9329 | 2024-10-29T18:41:32.288Z | [ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9330 | 2024-10-29T18:41:32.288Z | [ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO STEP 76 (ensure_dir) COMPLETE |
9331 | 2024-10-29T18:41:32.290Z | [ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-10-29T18:41:32.298Z | [ host-image] Oct 29 18:41:30.957 INFO O| Oct 29 18:41:30.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9333 | 2024-10-29T18:41:32.298Z | [ host-image] Oct 29 18:41:30.957 INFO O| Oct 29 18:41:30.957 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9334 | 2024-10-29T18:41:32.302Z | [ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9335 | 2024-10-29T18:41:32.302Z | [ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.960 INFO ok! |
9336 | 2024-10-29T18:41:32.304Z | [ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.961 INFO STEP 77 (ensure_file) COMPLETE |
9337 | 2024-10-29T18:41:32.304Z | [ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.961 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-10-29T18:41:32.311Z | [ host-image] Oct 29 18:41:30.970 INFO O| Oct 29 18:41:30.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9339 | 2024-10-29T18:41:32.314Z | [ host-image] Oct 29 18:41:30.970 INFO O| Oct 29 18:41:30.970 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9340 | 2024-10-29T18:41:32.314Z | [ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9341 | 2024-10-29T18:41:32.314Z | [ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO ok! |
9342 | 2024-10-29T18:41:32.314Z | [ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO STEP 78 (ensure_file) COMPLETE |
9343 | 2024-10-29T18:41:32.314Z | [ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-29T18:41:32.322Z | [ host-image] Oct 29 18:41:30.981 INFO O| Oct 29 18:41:30.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9345 | 2024-10-29T18:41:32.322Z | [ host-image] Oct 29 18:41:30.981 INFO O| Oct 29 18:41:30.981 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9346 | 2024-10-29T18:41:32.954Z | [ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9347 | 2024-10-29T18:41:32.954Z | [ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO ok! |
9348 | 2024-10-29T18:41:32.956Z | [ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO STEP 79 (ensure_file) COMPLETE |
9349 | 2024-10-29T18:41:32.956Z | [ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-10-29T18:41:32.966Z | [ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9351 | 2024-10-29T18:41:32.968Z | [ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9352 | 2024-10-29T18:41:32.968Z | [ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO STEP 80 (ensure_dir) COMPLETE |
9353 | 2024-10-29T18:41:32.968Z | [ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9354 | 2024-10-29T18:41:32.977Z | [ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9355 | 2024-10-29T18:41:32.980Z | [ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9356 | 2024-10-29T18:41:32.980Z | [ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO STEP 81 (ensure_dir) COMPLETE |
9357 | 2024-10-29T18:41:32.980Z | [ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9358 | 2024-10-29T18:41:32.987Z | [ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9359 | 2024-10-29T18:41:32.990Z | [ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9360 | 2024-10-29T18:41:32.990Z | [ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO STEP 82 (ensure_dir) COMPLETE |
9361 | 2024-10-29T18:41:32.990Z | [ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-10-29T18:41:32.998Z | [ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9363 | 2024-10-29T18:41:33.000Z | [ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9364 | 2024-10-29T18:41:33.001Z | [ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO STEP 83 (ensure_dir) COMPLETE |
9365 | 2024-10-29T18:41:33.001Z | [ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-10-29T18:41:33.008Z | [ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9367 | 2024-10-29T18:41:33.011Z | [ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9368 | 2024-10-29T18:41:33.011Z | [ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO STEP 84 (ensure_dir) COMPLETE |
9369 | 2024-10-29T18:41:33.011Z | [ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-10-29T18:41:33.019Z | [ host-image] Oct 29 18:41:31.677 INFO O| Oct 29 18:41:31.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9371 | 2024-10-29T18:41:33.019Z | [ host-image] Oct 29 18:41:31.677 INFO O| Oct 29 18:41:31.677 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9372 | 2024-10-29T18:41:33.022Z | [ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9373 | 2024-10-29T18:41:33.022Z | [ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO ok! |
9374 | 2024-10-29T18:41:33.022Z | [ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO STEP 85 (ensure_file) COMPLETE |
9375 | 2024-10-29T18:41:33.022Z | [ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9376 | 2024-10-29T18:41:33.029Z | [ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9377 | 2024-10-29T18:41:33.032Z | [ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9378 | 2024-10-29T18:41:33.032Z | [ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO STEP 86 (ensure_dir) COMPLETE |
9379 | 2024-10-29T18:41:33.032Z | [ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-10-29T18:41:33.039Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9381 | 2024-10-29T18:41:33.041Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9382 | 2024-10-29T18:41:33.042Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9383 | 2024-10-29T18:41:33.042Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO ok! |
9384 | 2024-10-29T18:41:33.042Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO STEP 87 (ensure_file) COMPLETE |
9385 | 2024-10-29T18:41:33.042Z | [ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-10-29T18:41:33.049Z | [ host-image] Oct 29 18:41:31.708 INFO O| Oct 29 18:41:31.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9387 | 2024-10-29T18:41:33.051Z | [ host-image] Oct 29 18:41:31.708 INFO O| Oct 29 18:41:31.708 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9388 | 2024-10-29T18:41:33.389Z | [ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9389 | 2024-10-29T18:41:33.389Z | [ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO ok! |
9390 | 2024-10-29T18:41:33.389Z | [ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO STEP 88 (ensure_file) COMPLETE |
9391 | 2024-10-29T18:41:33.389Z | [ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-10-29T18:41:33.401Z | [ host-image] Oct 29 18:41:32.059 INFO O| Oct 29 18:41:32.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9393 | 2024-10-29T18:41:33.401Z | [ host-image] Oct 29 18:41:32.059 INFO O| Oct 29 18:41:32.059 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9394 | 2024-10-29T18:41:33.420Z | [ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9395 | 2024-10-29T18:41:33.420Z | [ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO ok! |
9396 | 2024-10-29T18:41:33.422Z | [ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO STEP 89 (ensure_file) COMPLETE |
9397 | 2024-10-29T18:41:33.422Z | [ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-10-29T18:41:33.430Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9399 | 2024-10-29T18:41:33.430Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9400 | 2024-10-29T18:41:33.432Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9401 | 2024-10-29T18:41:33.432Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO ok! |
9402 | 2024-10-29T18:41:33.432Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO STEP 90 (ensure_file) COMPLETE |
9403 | 2024-10-29T18:41:33.432Z | [ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-10-29T18:41:33.443Z | [ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9405 | 2024-10-29T18:41:33.443Z | [ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9406 | 2024-10-29T18:41:33.444Z | [ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO STEP 91 (ensure_dir) COMPLETE |
9407 | 2024-10-29T18:41:33.444Z | [ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-10-29T18:41:33.450Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9409 | 2024-10-29T18:41:33.453Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9410 | 2024-10-29T18:41:33.453Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9411 | 2024-10-29T18:41:33.453Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO ok! |
9412 | 2024-10-29T18:41:33.453Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO STEP 92 (ensure_file) COMPLETE |
9413 | 2024-10-29T18:41:33.453Z | [ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-10-29T18:41:33.461Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9415 | 2024-10-29T18:41:33.461Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9416 | 2024-10-29T18:41:33.461Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9417 | 2024-10-29T18:41:33.464Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO ok! |
9418 | 2024-10-29T18:41:33.464Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO STEP 93 (ensure_file) COMPLETE |
9419 | 2024-10-29T18:41:33.464Z | [ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-29T18:41:33.472Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9421 | 2024-10-29T18:41:33.475Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9422 | 2024-10-29T18:41:33.475Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9423 | 2024-10-29T18:41:33.475Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO ok! |
9424 | 2024-10-29T18:41:33.475Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO STEP 94 (ensure_file) COMPLETE |
9425 | 2024-10-29T18:41:33.475Z | [ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-29T18:41:33.483Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9427 | 2024-10-29T18:41:33.483Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9428 | 2024-10-29T18:41:33.485Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9429 | 2024-10-29T18:41:33.486Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO ok! |
9430 | 2024-10-29T18:41:33.486Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO STEP 95 (ensure_file) COMPLETE |
9431 | 2024-10-29T18:41:33.486Z | [ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-10-29T18:41:33.493Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9433 | 2024-10-29T18:41:33.493Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9434 | 2024-10-29T18:41:33.496Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9435 | 2024-10-29T18:41:33.496Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO ok! |
9436 | 2024-10-29T18:41:33.496Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO STEP 96 (ensure_file) COMPLETE |
9437 | 2024-10-29T18:41:33.496Z | [ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-10-29T18:41:33.503Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9439 | 2024-10-29T18:41:33.503Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9440 | 2024-10-29T18:41:33.505Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9441 | 2024-10-29T18:41:33.505Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO ok! |
9442 | 2024-10-29T18:41:33.506Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO STEP 97 (ensure_file) COMPLETE |
9443 | 2024-10-29T18:41:33.506Z | [ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-10-29T18:41:33.513Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9445 | 2024-10-29T18:41:33.513Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9446 | 2024-10-29T18:41:33.513Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9447 | 2024-10-29T18:41:33.515Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO ok! |
9448 | 2024-10-29T18:41:33.516Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO STEP 98 (ensure_file) COMPLETE |
9449 | 2024-10-29T18:41:33.516Z | [ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-10-29T18:41:33.523Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9451 | 2024-10-29T18:41:33.523Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9452 | 2024-10-29T18:41:33.525Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9453 | 2024-10-29T18:41:33.525Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO ok! |
9454 | 2024-10-29T18:41:33.526Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO STEP 99 (ensure_file) COMPLETE |
9455 | 2024-10-29T18:41:33.526Z | [ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-10-29T18:41:33.533Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9457 | 2024-10-29T18:41:33.535Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9458 | 2024-10-29T18:41:33.535Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9459 | 2024-10-29T18:41:33.535Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO ok! |
9460 | 2024-10-29T18:41:33.535Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO STEP 100 (ensure_file) COMPLETE |
9461 | 2024-10-29T18:41:33.535Z | [ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-10-29T18:41:33.542Z | [ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9463 | 2024-10-29T18:41:33.543Z | [ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9464 | 2024-10-29T18:41:33.545Z | [ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9465 | 2024-10-29T18:41:33.545Z | [ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO ok! |
9466 | 2024-10-29T18:41:33.545Z | [ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO STEP 101 (ensure_file) COMPLETE |
9467 | 2024-10-29T18:41:33.545Z | [ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-10-29T18:41:33.552Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9469 | 2024-10-29T18:41:33.552Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9470 | 2024-10-29T18:41:33.554Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9471 | 2024-10-29T18:41:33.554Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO ok! |
9472 | 2024-10-29T18:41:33.554Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO STEP 102 (ensure_file) COMPLETE |
9473 | 2024-10-29T18:41:33.554Z | [ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-10-29T18:41:33.562Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9475 | 2024-10-29T18:41:33.562Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9476 | 2024-10-29T18:41:33.564Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9477 | 2024-10-29T18:41:33.564Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO ok! |
9478 | 2024-10-29T18:41:33.564Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO STEP 103 (ensure_file) COMPLETE |
9479 | 2024-10-29T18:41:33.564Z | [ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-10-29T18:41:33.572Z | [ host-image] Oct 29 18:41:32.230 INFO O| Oct 29 18:41:32.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9481 | 2024-10-29T18:41:33.572Z | [ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.230 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9482 | 2024-10-29T18:41:33.574Z | [ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9483 | 2024-10-29T18:41:33.574Z | [ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO ok! |
9484 | 2024-10-29T18:41:33.574Z | [ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO STEP 104 (ensure_file) COMPLETE |
9485 | 2024-10-29T18:41:33.574Z | [ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-10-29T18:41:33.581Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9487 | 2024-10-29T18:41:33.582Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9488 | 2024-10-29T18:41:33.584Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9489 | 2024-10-29T18:41:33.584Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO ok! |
9490 | 2024-10-29T18:41:33.584Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO STEP 105 (ensure_file) COMPLETE |
9491 | 2024-10-29T18:41:33.584Z | [ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-10-29T18:41:33.592Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9493 | 2024-10-29T18:41:33.592Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9494 | 2024-10-29T18:41:33.594Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9495 | 2024-10-29T18:41:33.594Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO ok! |
9496 | 2024-10-29T18:41:33.594Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO STEP 106 (ensure_file) COMPLETE |
9497 | 2024-10-29T18:41:33.594Z | [ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-10-29T18:41:33.603Z | [ host-image] Oct 29 18:41:32.261 INFO O| Oct 29 18:41:32.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9499 | 2024-10-29T18:41:33.603Z | [ host-image] Oct 29 18:41:32.261 INFO O| Oct 29 18:41:32.261 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9500 | 2024-10-29T18:41:33.605Z | [ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9501 | 2024-10-29T18:41:33.605Z | [ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO ok! |
9502 | 2024-10-29T18:41:33.605Z | [ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO STEP 107 (ensure_file) COMPLETE |
9503 | 2024-10-29T18:41:33.605Z | [ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-10-29T18:41:33.614Z | [ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9505 | 2024-10-29T18:41:33.614Z | [ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9506 | 2024-10-29T18:41:33.616Z | [ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9507 | 2024-10-29T18:41:33.616Z | [ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.272 INFO ok! |
9508 | 2024-10-29T18:41:33.616Z | [ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.272 INFO STEP 108 (ensure_file) COMPLETE |
9509 | 2024-10-29T18:41:33.616Z | [ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.273 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-10-29T18:41:33.624Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9511 | 2024-10-29T18:41:33.624Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9512 | 2024-10-29T18:41:33.626Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9513 | 2024-10-29T18:41:33.626Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO ok! |
9514 | 2024-10-29T18:41:33.626Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO STEP 109 (ensure_file) COMPLETE |
9515 | 2024-10-29T18:41:33.626Z | [ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-10-29T18:41:33.634Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9517 | 2024-10-29T18:41:33.634Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9518 | 2024-10-29T18:41:33.637Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9519 | 2024-10-29T18:41:33.637Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO ok! |
9520 | 2024-10-29T18:41:33.637Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO STEP 110 (ensure_file) COMPLETE |
9521 | 2024-10-29T18:41:33.637Z | [ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-10-29T18:41:33.644Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9523 | 2024-10-29T18:41:33.647Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9524 | 2024-10-29T18:41:33.647Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9525 | 2024-10-29T18:41:33.647Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO ok! |
9526 | 2024-10-29T18:41:33.647Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO STEP 111 (ensure_file) COMPLETE |
9527 | 2024-10-29T18:41:33.647Z | [ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-10-29T18:41:33.654Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9529 | 2024-10-29T18:41:33.656Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9530 | 2024-10-29T18:41:33.656Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9531 | 2024-10-29T18:41:33.656Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO ok! |
9532 | 2024-10-29T18:41:33.656Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO STEP 112 (ensure_file) COMPLETE |
9533 | 2024-10-29T18:41:33.656Z | [ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-10-29T18:41:33.664Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9535 | 2024-10-29T18:41:33.664Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9536 | 2024-10-29T18:41:33.666Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9537 | 2024-10-29T18:41:33.666Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO ok! |
9538 | 2024-10-29T18:41:33.666Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO STEP 113 (ensure_file) COMPLETE |
9539 | 2024-10-29T18:41:33.666Z | [ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-10-29T18:41:33.674Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9541 | 2024-10-29T18:41:33.674Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9542 | 2024-10-29T18:41:33.676Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9543 | 2024-10-29T18:41:33.676Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO ok! |
9544 | 2024-10-29T18:41:33.676Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO STEP 114 (ensure_file) COMPLETE |
9545 | 2024-10-29T18:41:33.676Z | [ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-10-29T18:41:33.684Z | [ host-image] Oct 29 18:41:32.342 INFO O| Oct 29 18:41:32.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9547 | 2024-10-29T18:41:33.684Z | [ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.342 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9548 | 2024-10-29T18:41:33.686Z | [ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9549 | 2024-10-29T18:41:33.686Z | [ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO ok! |
9550 | 2024-10-29T18:41:33.686Z | [ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO STEP 115 (ensure_file) COMPLETE |
9551 | 2024-10-29T18:41:33.686Z | [ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-10-29T18:41:33.694Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9553 | 2024-10-29T18:41:33.694Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9554 | 2024-10-29T18:41:33.696Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9555 | 2024-10-29T18:41:33.696Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO ok! |
9556 | 2024-10-29T18:41:33.696Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO STEP 116 (ensure_file) COMPLETE |
9557 | 2024-10-29T18:41:33.696Z | [ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-10-29T18:41:33.704Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9559 | 2024-10-29T18:41:33.704Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9560 | 2024-10-29T18:41:33.706Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9561 | 2024-10-29T18:41:33.706Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO ok! |
9562 | 2024-10-29T18:41:33.706Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO STEP 117 (ensure_file) COMPLETE |
9563 | 2024-10-29T18:41:33.706Z | [ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-10-29T18:41:33.714Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9565 | 2024-10-29T18:41:33.714Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9566 | 2024-10-29T18:41:33.717Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9567 | 2024-10-29T18:41:33.717Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO ok! |
9568 | 2024-10-29T18:41:33.717Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO STEP 118 (ensure_file) COMPLETE |
9569 | 2024-10-29T18:41:33.717Z | [ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-10-29T18:41:33.725Z | [ host-image] Oct 29 18:41:32.383 INFO O| Oct 29 18:41:32.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9571 | 2024-10-29T18:41:33.725Z | [ host-image] Oct 29 18:41:32.383 INFO O| Oct 29 18:41:32.383 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9572 | 2024-10-29T18:41:37.276Z | [ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9573 | 2024-10-29T18:41:37.276Z | [ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO ok! |
9574 | 2024-10-29T18:41:37.276Z | [ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO STEP 119 (ensure_file) COMPLETE |
9575 | 2024-10-29T18:41:37.279Z | [ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-29T18:41:37.288Z | [ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9577 | 2024-10-29T18:41:37.288Z | [ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO STEP 120 (ensure_dir) COMPLETE |
9578 | 2024-10-29T18:41:37.288Z | [ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2024-10-29T18:41:37.299Z | [ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9580 | 2024-10-29T18:41:37.301Z | [ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO STEP 121 (ensure_dir) COMPLETE |
9581 | 2024-10-29T18:41:37.301Z | [ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-29T18:41:37.308Z | [ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9583 | 2024-10-29T18:41:37.308Z | [ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO STEP 122 (ensure_dir) COMPLETE |
9584 | 2024-10-29T18:41:37.311Z | [ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-10-29T18:41:37.318Z | [ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9586 | 2024-10-29T18:41:37.318Z | [ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO STEP 123 (ensure_dir) COMPLETE |
9587 | 2024-10-29T18:41:37.318Z | [ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-10-29T18:41:37.328Z | [ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9589 | 2024-10-29T18:41:37.328Z | [ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO copying /tmp/.tmp2e1Dzz/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 ... |
9590 | 2024-10-29T18:41:37.330Z | [ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9591 | 2024-10-29T18:41:37.330Z | [ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO ok! |
9592 | 2024-10-29T18:41:37.331Z | [ host-image] Oct 29 18:41:35.987 INFO O| Oct 29 18:41:35.986 INFO STEP 124 (ensure_file) COMPLETE |
9593 | 2024-10-29T18:41:37.331Z | [ host-image] Oct 29 18:41:35.987 INFO O| Oct 29 18:41:35.986 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-10-29T18:41:37.338Z | [ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9595 | 2024-10-29T18:41:37.338Z | [ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9596 | 2024-10-29T18:41:37.340Z | [ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9597 | 2024-10-29T18:41:37.340Z | [ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO STEP 125 (ensure_dir) COMPLETE |
9598 | 2024-10-29T18:41:37.340Z | [ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-10-29T18:41:37.348Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9600 | 2024-10-29T18:41:37.348Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9601 | 2024-10-29T18:41:37.350Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9602 | 2024-10-29T18:41:37.350Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO ok! |
9603 | 2024-10-29T18:41:37.350Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO STEP 126 (ensure_file) COMPLETE |
9604 | 2024-10-29T18:41:37.350Z | [ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9605 | 2024-10-29T18:41:37.357Z | [ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9606 | 2024-10-29T18:41:37.360Z | [ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO STEP 127 (remove_files) COMPLETE |
9607 | 2024-10-29T18:41:37.360Z | [ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9608 | 2024-10-29T18:41:37.367Z | [ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9609 | 2024-10-29T18:41:37.370Z | [ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO STEP 128 (remove_files) COMPLETE |
9610 | 2024-10-29T18:41:37.370Z | [ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9611 | 2024-10-29T18:41:37.378Z | [ host-image] Oct 29 18:41:36.036 INFO O| Oct 29 18:41:36.036 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9612 | 2024-10-29T18:41:37.380Z | [ host-image] Oct 29 18:41:36.037 INFO O| Oct 29 18:41:36.036 INFO STEP 129 (remove_files) COMPLETE |
9613 | 2024-10-29T18:41:37.380Z | [ host-image] Oct 29 18:41:36.037 INFO O| Oct 29 18:41:36.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9614 | 2024-10-29T18:41:37.388Z | [ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9615 | 2024-10-29T18:41:37.391Z | [ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO STEP 130 (remove_files) COMPLETE |
9616 | 2024-10-29T18:41:37.391Z | [ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-29T18:41:37.399Z | [ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9618 | 2024-10-29T18:41:37.401Z | [ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO STEP 131 (remove_files) COMPLETE |
9619 | 2024-10-29T18:41:37.401Z | [ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-29T18:41:37.408Z | [ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9621 | 2024-10-29T18:41:37.411Z | [ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO STEP 132 (remove_files) COMPLETE |
9622 | 2024-10-29T18:41:37.411Z | [ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-29T18:41:37.418Z | [ host-image] Oct 29 18:41:36.076 INFO O| Oct 29 18:41:36.076 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9624 | 2024-10-29T18:41:37.418Z | [ host-image] Oct 29 18:41:36.076 INFO O| Oct 29 18:41:36.076 INFO STEP 133 (remove_files) COMPLETE |
9625 | 2024-10-29T18:41:37.421Z | [ host-image] Oct 29 18:41:36.077 INFO O| Oct 29 18:41:36.076 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-29T18:41:37.428Z | [ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9627 | 2024-10-29T18:41:37.430Z | [ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO STEP 134 (remove_files) COMPLETE |
9628 | 2024-10-29T18:41:37.430Z | [ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-29T18:41:37.437Z | [ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9630 | 2024-10-29T18:41:37.438Z | [ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO STEP 135 (remove_files) COMPLETE |
9631 | 2024-10-29T18:41:37.440Z | [ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-29T18:41:37.447Z | [ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9633 | 2024-10-29T18:41:37.450Z | [ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO STEP 136 (remove_files) COMPLETE |
9634 | 2024-10-29T18:41:37.450Z | [ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-29T18:41:37.457Z | [ host-image] Oct 29 18:41:36.115 INFO O| Oct 29 18:41:36.115 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9636 | 2024-10-29T18:41:37.457Z | [ host-image] Oct 29 18:41:36.116 INFO O| Oct 29 18:41:36.116 INFO STEP 137 (remove_files) COMPLETE |
9637 | 2024-10-29T18:41:37.460Z | [ host-image] Oct 29 18:41:36.116 INFO O| Oct 29 18:41:36.116 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-29T18:41:37.467Z | [ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.125 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9639 | 2024-10-29T18:41:37.467Z | [ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.126 INFO STEP 138 (remove_files) COMPLETE |
9640 | 2024-10-29T18:41:37.470Z | [ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.126 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-29T18:41:37.477Z | [ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9642 | 2024-10-29T18:41:37.480Z | [ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO STEP 139 (remove_files) COMPLETE |
9643 | 2024-10-29T18:41:37.480Z | [ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-29T18:41:37.487Z | [ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9645 | 2024-10-29T18:41:37.487Z | [ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO STEP 140 (remove_files) COMPLETE |
9646 | 2024-10-29T18:41:37.487Z | [ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-29T18:41:37.497Z | [ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9648 | 2024-10-29T18:41:37.497Z | [ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO STEP 141 (remove_files) COMPLETE |
9649 | 2024-10-29T18:41:37.497Z | [ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-29T18:41:37.507Z | [ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9651 | 2024-10-29T18:41:37.507Z | [ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO STEP 142 (remove_files) COMPLETE |
9652 | 2024-10-29T18:41:37.507Z | [ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-29T18:41:37.517Z | [ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9654 | 2024-10-29T18:41:37.520Z | [ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO STEP 143 (remove_files) COMPLETE |
9655 | 2024-10-29T18:41:37.520Z | [ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-29T18:41:37.527Z | [ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9657 | 2024-10-29T18:41:37.528Z | [ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO STEP 144 (remove_files) COMPLETE |
9658 | 2024-10-29T18:41:37.530Z | [ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-29T18:41:37.538Z | [ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9660 | 2024-10-29T18:41:37.538Z | [ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO STEP 145 (remove_files) COMPLETE |
9661 | 2024-10-29T18:41:37.540Z | [ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-29T18:41:37.560Z | [ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9663 | 2024-10-29T18:41:37.560Z | [ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO STEP 146 (remove_files) COMPLETE |
9664 | 2024-10-29T18:41:37.560Z | [ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-29T18:41:37.572Z | [ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9666 | 2024-10-29T18:41:37.574Z | [ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO STEP 147 (remove_files) COMPLETE |
9667 | 2024-10-29T18:41:37.574Z | [ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-29T18:41:37.582Z | [ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9669 | 2024-10-29T18:41:37.582Z | [ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO STEP 148 (remove_files) COMPLETE |
9670 | 2024-10-29T18:41:37.584Z | [ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-29T18:41:37.593Z | [ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9672 | 2024-10-29T18:41:37.593Z | [ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.251 INFO STEP 149 (remove_files) COMPLETE |
9673 | 2024-10-29T18:41:37.595Z | [ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.251 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-29T18:41:37.603Z | [ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9675 | 2024-10-29T18:41:37.605Z | [ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO STEP 150 (remove_files) COMPLETE |
9676 | 2024-10-29T18:41:37.605Z | [ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-29T18:41:37.613Z | [ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9678 | 2024-10-29T18:41:37.613Z | [ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO STEP 151 (remove_files) COMPLETE |
9679 | 2024-10-29T18:41:37.615Z | [ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-29T18:41:37.623Z | [ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9681 | 2024-10-29T18:41:37.623Z | [ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO STEP 152 (remove_files) COMPLETE |
9682 | 2024-10-29T18:41:37.623Z | [ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-29T18:41:37.633Z | [ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9684 | 2024-10-29T18:41:37.636Z | [ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO STEP 153 (remove_files) COMPLETE |
9685 | 2024-10-29T18:41:37.636Z | [ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-29T18:41:37.643Z | [ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9687 | 2024-10-29T18:41:37.643Z | [ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO STEP 154 (remove_files) COMPLETE |
9688 | 2024-10-29T18:41:37.645Z | [ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9689 | 2024-10-29T18:41:37.653Z | [ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9690 | 2024-10-29T18:41:37.655Z | [ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO STEP 155 (remove_files) COMPLETE |
9691 | 2024-10-29T18:41:37.655Z | [ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9692 | 2024-10-29T18:41:37.668Z | [ host-image] Oct 29 18:41:36.326 INFO O| Oct 29 18:41:36.326 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9693 | 2024-10-29T18:41:37.670Z | [ host-image] Oct 29 18:41:36.326 INFO O| Oct 29 18:41:36.326 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9694 | 2024-10-29T18:41:42.616Z | [ host-image] Oct 29 18:41:41.274 INFO O| Oct 29 18:41:41.273 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 |
9695 | 2024-10-29T18:41:42.616Z | [ host-image] Oct 29 18:41:41.274 INFO O| Oct 29 18:41:41.274 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9696 | 2024-10-29T18:41:42.630Z | [ host-image] Oct 29 18:41:41.288 INFO O| Oct 29 18:41:41.288 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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9697 | 2024-10-29T18:41:42.712Z | [ host-image] Oct 29 18:41:41.370 INFO O| Oct 29 18:41:41.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9698 | 2024-10-29T18:41:42.712Z | [ host-image] Oct 29 18:41:41.370 INFO O| Oct 29 18:41:41.370 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9699 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.371 INFO O| Oct 29 18:41:41.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9700 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.371 INFO ok! |
9701 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.371 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9702 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO STEP 156 (seed_smf) COMPLETE |
9703 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO steps complete; finalising image! |
9704 | 2024-10-29T18:41:42.715Z | [ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9705 | 2024-10-29T18:41:42.856Z | [ host-image] Oct 29 18:41:41.513 INFO O| Oct 29 18:41:41.513 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Tue Oct 29 18:41:41 2024) |
9706 | 2024-10-29T18:41:43.080Z | [ host-image] Oct 29 18:41:41.738 INFO O| Oct 29 18:41:41.738 INFO temporary pool has 686M used, 146M avail, 1.87x compressratio |
9707 | 2024-10-29T18:41:43.080Z | [ host-image] Oct 29 18:41:41.738 INFO O| Oct 29 18:41:41.738 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9708 | 2024-10-29T18:41:43.363Z | [ host-image] Oct 29 18:41:42.020 INFO O| Oct 29 18:41:42.020 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9709 | 2024-10-29T18:41:43.363Z | [ host-image] Oct 29 18:41:42.020 INFO O| Oct 29 18:41:42.020 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9710 | 2024-10-29T18:41:44.379Z | [ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9711 | 2024-10-29T18:41:44.379Z | [ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9712 | 2024-10-29T18:41:44.382Z | [ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9713 | 2024-10-29T18:41:44.382Z | [ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO completed processing gimlet/zfs |
9714 | 2024-10-29T18:41:44.382Z | [ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9715 | 2024-10-29T18:41:51.005Z | [ host-image] Oct 29 18:41:49.662 INFO O| Oct 29 18:41:49.662 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9716 | 2024-10-29T18:41:51.091Z | [ host-image] Oct 29 18:41:49.747 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9717 | 2024-10-29T18:41:51.091Z | [ host-image] Oct 29 18:41:49.747 INFO expanded image name: "ci 608b336/${os_short_commit} 2024-10-29 18:11" -> "ci 608b336/54a974b 2024-10-29 18:11" |
9718 | 2024-10-29T18:41:51.094Z | [ host-image] Oct 29 18:41:49.747 INFO output artefacts stored in: "/work/os-host" |
9719 | 2024-10-29T18:41:51.094Z | [ host-image] Oct 29 18:41:49.747 INFO collecting git info from project "image-builder"... |
9720 | 2024-10-29T18:41:51.097Z | [ host-image] Oct 29 18:41:49.752 INFO collecting git info from project "chelsio-t6-roms"... |
9721 | 2024-10-29T18:41:51.100Z | [ host-image] Oct 29 18:41:49.757 INFO collecting git info from project "bootserver"... |
9722 | 2024-10-29T18:41:51.104Z | [ host-image] Oct 29 18:41:49.761 INFO collecting git info from project "amd-firmware"... |
9723 | 2024-10-29T18:41:51.112Z | [ host-image] Oct 29 18:41:49.769 INFO collecting git info from project "pilot"... |
9724 | 2024-10-29T18:41:51.117Z | [ host-image] Oct 29 18:41:49.774 INFO collecting git info from project "phbl"... |
9725 | 2024-10-29T18:41:51.122Z | [ host-image] Oct 29 18:41:49.779 INFO collecting git info from project "pinprick"... |
9726 | 2024-10-29T18:41:51.126Z | [ host-image] Oct 29 18:41:49.783 INFO collecting git info from project "amd-host-image-builder"... |
9727 | 2024-10-29T18:41:51.139Z | [ host-image] Oct 29 18:41:49.795 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9728 | 2024-10-29T18:41:51.502Z | [ host-image] Oct 29 18:41:50.159 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9729 | 2024-10-29T18:41:51.856Z | [ host-image] Oct 29 18:41:50.513 INFO creating Oxide boot image... |
9730 | 2024-10-29T18:41:51.857Z | [ host-image] Oct 29 18:41:50.513 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 608b336/54a974b 2024-10-29 18:11", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9731 | 2024-10-29T18:41:52.805Z | [ host-image] Oct 29 18:41:51.461 INFO O| ok, image written! |
9732 | 2024-10-29T18:41:52.805Z | [ host-image] Oct 29 18:41:51.461 INFO O| ok, boot_image_csum file written! |
9733 | 2024-10-29T18:41:52.808Z | [ host-image] Oct 29 18:41:51.464 INFO creating boot archive (CPIO)... |
9734 | 2024-10-29T18:41:52.810Z | [ host-image] Oct 29 18:41:51.464 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 |
9735 | 2024-10-29T18:41:52.818Z | [ host-image] Oct 29 18:41:51.475 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9736 | 2024-10-29T18:41:52.818Z | [ host-image] Oct 29 18:41:51.475 INFO E| + outfile=/work/os-host/cpio |
9737 | 2024-10-29T18:41:52.821Z | [ host-image] Oct 29 18:41:51.475 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9738 | 2024-10-29T18:41:52.821Z | [ host-image] Oct 29 18:41:51.477 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9739 | 2024-10-29T18:41:52.821Z | [ host-image] Oct 29 18:41:51.477 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9740 | 2024-10-29T18:41:52.854Z | [ host-image] Oct 29 18:41:51.510 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9741 | 2024-10-29T18:41:52.854Z | [ host-image] Oct 29 18:41:51.510 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9742 | 2024-10-29T18:41:52.863Z | [ host-image] Oct 29 18:41:51.520 INFO creating compressed cpio/unix for nanobl-rs... |
9743 | 2024-10-29T18:41:52.863Z | [ host-image] Oct 29 18:41:51.520 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 |
9744 | 2024-10-29T18:41:53.156Z | [ host-image] Oct 29 18:41:51.812 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9745 | 2024-10-29T18:41:57.511Z | [ host-image] Oct 29 18:41:56.167 INFO creating reset image... |
9746 | 2024-10-29T18:41:57.513Z | [ host-image] Oct 29 18:41:56.167 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9747 | 2024-10-29T18:41:57.603Z | [ host-image] Oct 29 18:41:56.259 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9748 | 2024-10-29T18:41:57.606Z | [ host-image] Oct 29 18:41:56.260 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9749 | 2024-10-29T18:41:57.658Z | [ host-image] Oct 29 18:41:56.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9750 | 2024-10-29T18:41:59.483Z | [ host-image] Oct 29 18:41:58.138 INFO E| Finished `release` profile [optimized] target(s) in 1.86s |
9751 | 2024-10-29T18:41:59.494Z | [ host-image] Oct 29 18:41:58.150 INFO building host image... |
9752 | 2024-10-29T18:41:59.497Z | [ host-image] Oct 29 18:41:58.150 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") |
9753 | 2024-10-29T18:41:59.989Z | [ host-image] Oct 29 18:41:58.643 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9754 | 2024-10-29T18:42:46.994Z | [ host-image] Oct 29 18:42:45.644 INFO image complete! materials are in "/work/os-host" |
9755 | 2024-10-29T18:42:46.997Z | [ host-image] |
9756 | 2024-10-29T18:42:46.997Z | [ host-image] real 9:33.624588038 |
9757 | 2024-10-29T18:42:46.997Z | [ host-image] user 4:53.696169645 |
9758 | 2024-10-29T18:42:46.997Z | [ host-image] sys 50.442364895 |
9759 | 2024-10-29T18:42:47.000Z | [ host-image] trap 0.187022044 |
9760 | 2024-10-29T18:42:47.000Z | [ host-image] tflt 0.005469037 |
9761 | 2024-10-29T18:42:47.000Z | [ host-image] dflt 0.058525113 |
9762 | 2024-10-29T18:42:47.000Z | [ host-image] kflt 0.000000000 |
9763 | 2024-10-29T18:42:47.000Z | [ host-image] lock 7:05.691974694 |
9764 | 2024-10-29T18:42:47.000Z | [ host-image] slp 52:26.713224007 |
9765 | 2024-10-29T18:42:47.000Z | [ host-image] lat 1:26.276592999 |
9766 | 2024-10-29T18:42:47.000Z | [ host-image] stop 0.561065680 |
9767 | 2024-10-29T18:42:47.000Z | Oct 29 18:42:45.648 INFO [host-image] process exited with exit status: 0 (573.641077173s) |
9768 | 2024-10-29T18:42:47.000Z | Oct 29 18:42:45.648 INFO [tuf-repo] running task |
9769 | 2024-10-29T18:42:54.015Z | Oct 29 18:42:52.665 INFO assembling repository in `/tmp/tufaceousbYsnii`, component: OmicronRepoAssembler |
9770 | 2024-10-29T18:42:59.240Z | Oct 29 18:42:57.889 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9771 | 2024-10-29T18:42:59.438Z | Oct 29 18:42:58.087 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9772 | 2024-10-29T18:43:11.498Z | Oct 29 18:43:10.145 INFO [tuf-repo] task succeeded (24.49702839s) |
9773 | 2024-10-29T18:43:11.498Z | Oct 29 18:43:10.145 INFO all jobs completed in 1921.336858865s |
9774 | 2024-10-29T18:43:12.053Z | process exited: duration 2513037 ms, exit code 0 |
|
9775 | 2024-10-29T18:43:12.064Z | found 33 output files |
9776 | 2024-10-29T18:43:12.064Z | uploading: /work/manifest.toml (8404 bytes) |
9777 | 2024-10-29T18:43:13.075Z | uploaded: /work/manifest.toml |
9778 | 2024-10-29T18:43:13.075Z | uploading: /work/repo.zip (1857809689 bytes) |
9779 | 2024-10-29T18:43:53.569Z | uploaded: /work/repo.zip |
9780 | 2024-10-29T18:43:53.569Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9781 | 2024-10-29T18:43:54.683Z | uploaded: /work/repo.zip.sha256.txt |
9782 | 2024-10-29T18:43:54.683Z | uploading: /work/helios-setup.log (65346 bytes) |
9783 | 2024-10-29T18:43:55.697Z | uploaded: /work/helios-setup.log |
9784 | 2024-10-29T18:43:55.697Z | uploading: /work/host-image.log (194707 bytes) |
9785 | 2024-10-29T18:43:56.719Z | uploaded: /work/host-image.log |
9786 | 2024-10-29T18:43:56.719Z | uploading: /work/host-package.log (22417 bytes) |
9787 | 2024-10-29T18:43:57.730Z | uploaded: /work/host-package.log |
9788 | 2024-10-29T18:43:57.730Z | uploading: /work/host-target.log (101 bytes) |
9789 | 2024-10-29T18:43:58.738Z | uploaded: /work/host-target.log |
9790 | 2024-10-29T18:43:58.739Z | uploading: /work/omicron-package.log (5011 bytes) |
9791 | 2024-10-29T18:43:59.748Z | uploaded: /work/omicron-package.log |
9792 | 2024-10-29T18:43:59.748Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9793 | 2024-10-29T18:44:00.755Z | uploaded: /work/phbl-toolchain.log |
9794 | 2024-10-29T18:44:00.758Z | uploading: /work/recovery-image.log (591969 bytes) |
9795 | 2024-10-29T18:44:01.779Z | uploaded: /work/recovery-image.log |
9796 | 2024-10-29T18:44:01.779Z | uploading: /work/recovery-package.log (321 bytes) |
9797 | 2024-10-29T18:44:02.789Z | uploaded: /work/recovery-package.log |
9798 | 2024-10-29T18:44:02.789Z | uploading: /work/recovery-target.log (98 bytes) |
9799 | 2024-10-29T18:44:03.798Z | uploaded: /work/recovery-target.log |
9800 | 2024-10-29T18:44:03.798Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9801 | 2024-10-29T18:44:04.807Z | uploaded: /work/stamp-clickhouse.log |
9802 | 2024-10-29T18:44:04.807Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9803 | 2024-10-29T18:44:05.816Z | uploaded: /work/stamp-clickhouse_keeper.log |
9804 | 2024-10-29T18:44:05.818Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9805 | 2024-10-29T18:44:06.825Z | uploaded: /work/stamp-cockroachdb.log |
9806 | 2024-10-29T18:44:06.825Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9807 | 2024-10-29T18:44:07.833Z | uploaded: /work/stamp-crucible-dtrace.log |
9808 | 2024-10-29T18:44:07.834Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9809 | 2024-10-29T18:44:08.842Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9810 | 2024-10-29T18:44:08.843Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9811 | 2024-10-29T18:44:09.852Z | uploaded: /work/stamp-crucible-zone.log |
9812 | 2024-10-29T18:44:09.852Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9813 | 2024-10-29T18:44:10.861Z | uploaded: /work/stamp-external-dns.log |
9814 | 2024-10-29T18:44:10.863Z | uploading: /work/stamp-installinator.log (103 bytes) |
9815 | 2024-10-29T18:44:11.869Z | uploaded: /work/stamp-installinator.log |
9816 | 2024-10-29T18:44:11.869Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9817 | 2024-10-29T18:44:12.878Z | uploaded: /work/stamp-internal-dns.log |
9818 | 2024-10-29T18:44:12.878Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9819 | 2024-10-29T18:44:13.886Z | uploaded: /work/stamp-mg-ddm-gz.log |
9820 | 2024-10-29T18:44:13.889Z | uploading: /work/stamp-nexus.log (112 bytes) |
9821 | 2024-10-29T18:44:14.896Z | uploaded: /work/stamp-nexus.log |
9822 | 2024-10-29T18:44:14.896Z | uploading: /work/stamp-ntp.log (110 bytes) |
9823 | 2024-10-29T18:44:15.905Z | uploaded: /work/stamp-ntp.log |
9824 | 2024-10-29T18:44:15.905Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9825 | 2024-10-29T18:44:16.914Z | uploaded: /work/stamp-omicron-sled-agent.log |
9826 | 2024-10-29T18:44:16.914Z | uploading: /work/stamp-overlay.log (114 bytes) |
9827 | 2024-10-29T18:44:17.922Z | uploaded: /work/stamp-overlay.log |
9828 | 2024-10-29T18:44:17.923Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9829 | 2024-10-29T18:44:18.930Z | uploaded: /work/stamp-oximeter.log |
9830 | 2024-10-29T18:44:18.930Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9831 | 2024-10-29T18:44:19.940Z | uploaded: /work/stamp-oxlog.log |
9832 | 2024-10-29T18:44:19.940Z | uploading: /work/stamp-probe.log (112 bytes) |
9833 | 2024-10-29T18:44:20.948Z | uploaded: /work/stamp-probe.log |
9834 | 2024-10-29T18:44:20.948Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9835 | 2024-10-29T18:44:21.957Z | uploaded: /work/stamp-propolis-server.log |
9836 | 2024-10-29T18:44:21.957Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9837 | 2024-10-29T18:44:22.965Z | uploaded: /work/stamp-pumpkind-gz.log |
9838 | 2024-10-29T18:44:22.968Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9839 | 2024-10-29T18:44:23.974Z | uploaded: /work/stamp-switch-asic.log |
9840 | 2024-10-29T18:44:23.974Z | uploading: /work/verify-libraries.log (3720 bytes) |
9841 | 2024-10-29T18:44:24.984Z | uploaded: /work/verify-libraries.log |