|
|
|
1 | 2024-12-19T21:36:34.017Z | job assigned to worker 01JFGDHXYEWN87PAC7GZ8S7NX1 [factory aws, i-044a72f176f9b2eb9] (queued for 56 s) |
|
2 | 2024-12-19T21:36:41.313Z | starting task 0: "setup" |
3 | 2024-12-19T21:36:41.325Z | ++ uname -s |
4 | 2024-12-19T21:36:41.328Z | + kern=SunOS |
5 | 2024-12-19T21:36:41.328Z | + case "$kern" in |
6 | 2024-12-19T21:36:41.328Z | + groupadd -g 12345 build |
7 | 2024-12-19T21:36:41.330Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T21:36:43.346Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T21:36:43.451Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T21:36:43.454Z | + home_fs=zfs |
11 | 2024-12-19T21:36:43.454Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T21:36:43.454Z | + mkdir -p /home/build |
13 | 2024-12-19T21:36:43.457Z | + chown build:build /home/build /work |
14 | 2024-12-19T21:36:45.467Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T21:36:45.470Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-12-19T21:36:45.475Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T21:36:45.481Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T21:36:45.481Z | ' 1.81.0 |
19 | 2024-12-19T21:36:45.483Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T21:36:45.483Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T21:36:45.483Z | ' default |
22 | 2024-12-19T21:36:45.483Z | * toolchain profile = "default" |
23 | 2024-12-19T21:36:45.483Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T21:36:45.483Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T21:36:45.647Z | info: downloading installer |
26 | 2024-12-19T21:36:47.055Z | info: profile set to 'default' |
27 | 2024-12-19T21:36:47.055Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T21:36:47.058Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T21:36:47.194Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T21:36:47.194Z | info: downloading component 'cargo' |
31 | 2024-12-19T21:36:47.909Z | info: downloading component 'clippy' |
32 | 2024-12-19T21:36:48.177Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T21:36:49.172Z | info: downloading component 'rust-std' |
34 | 2024-12-19T21:36:50.720Z | info: downloading component 'rustc' |
35 | 2024-12-19T21:36:56.258Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T21:36:56.469Z | info: installing component 'cargo' |
37 | 2024-12-19T21:36:57.290Z | info: installing component 'clippy' |
38 | 2024-12-19T21:36:57.666Z | info: installing component 'rust-docs' |
39 | 2024-12-19T21:36:59.269Z | info: installing component 'rust-std' |
40 | 2024-12-19T21:37:01.070Z | info: installing component 'rustc' |
41 | 2024-12-19T21:37:06.872Z | info: installing component 'rustfmt' |
42 | 2024-12-19T21:37:07.192Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T21:37:07.192Z | |
44 | 2024-12-19T21:37:07.595Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T21:37:07.595Z | |
46 | 2024-12-19T21:37:07.598Z | |
47 | 2024-12-19T21:37:07.598Z | Rust is installed now. Great! |
48 | 2024-12-19T21:37:07.598Z | |
49 | 2024-12-19T21:37:07.598Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T21:37:07.598Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T21:37:07.598Z | |
52 | 2024-12-19T21:37:07.598Z | To configure your current shell, you need to source |
53 | 2024-12-19T21:37:07.598Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T21:37:07.598Z | |
55 | 2024-12-19T21:37:07.598Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T21:37:07.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T21:37:07.599Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T21:37:07.669Z | + rustc --version |
59 | 2024-12-19T21:37:07.736Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T21:37:07.739Z | process exited: duration 22168 ms, exit code 0 |
|
61 | 2024-12-19T21:37:07.747Z | starting task 2: "authentication" |
62 | 2024-12-19T21:37:07.766Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T21:37:07.772Z | starting task 3: "clone repository" |
64 | 2024-12-19T21:37:07.777Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T21:37:07.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T21:37:07.817Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T21:37:14.174Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T21:37:14.174Z | + git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748 |
69 | 2024-12-19T21:37:14.643Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T21:37:14.643Z | * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD |
71 | 2024-12-19T21:37:14.649Z | + [[ -n '' ]] |
72 | 2024-12-19T21:37:14.649Z | + git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748 |
73 | 2024-12-19T21:37:14.760Z | HEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source |
74 | 2024-12-19T21:37:14.763Z | process exited: duration 6959 ms, exit code 0 |
|
75 | 2024-12-19T21:37:14.770Z | starting task 4: "build" |
76 | 2024-12-19T21:37:14.774Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T21:37:14.777Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T21:37:14.777Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T21:37:14.777Z | + cargo --version |
80 | 2024-12-19T21:37:14.832Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T21:37:14.834Z | + rustc --version |
82 | 2024-12-19T21:37:14.893Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T21:37:14.896Z | + cargo tree --locked |
84 | 2024-12-19T21:37:15.157Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
85 | 2024-12-19T21:37:15.424Z | Updating crates.io index |
86 | 2024-12-19T21:37:15.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
87 | 2024-12-19T21:37:16.026Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
88 | 2024-12-19T21:37:16.284Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
89 | 2024-12-19T21:37:16.507Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
90 | 2024-12-19T21:37:16.769Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
91 | 2024-12-19T21:37:17.738Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-12-19T21:37:19.295Z | Updating git repository `https://github.com/oxidecomputer/opte` |
93 | 2024-12-19T21:37:20.006Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
94 | 2024-12-19T21:37:20.718Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
95 | 2024-12-19T21:37:20.996Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
96 | 2024-12-19T21:37:21.287Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
97 | 2024-12-19T21:37:21.967Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
98 | 2024-12-19T21:37:22.210Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
99 | 2024-12-19T21:37:22.551Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
100 | 2024-12-19T21:37:22.829Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
101 | 2024-12-19T21:37:23.046Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
102 | 2024-12-19T21:37:23.300Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
103 | 2024-12-19T21:37:23.623Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
104 | 2024-12-19T21:37:23.918Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
105 | 2024-12-19T21:37:24.255Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
106 | 2024-12-19T21:37:24.532Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
107 | 2024-12-19T21:37:24.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
108 | 2024-12-19T21:37:25.279Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
109 | 2024-12-19T21:37:25.607Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
110 | 2024-12-19T21:37:25.984Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
111 | 2024-12-19T21:37:26.316Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
112 | 2024-12-19T21:37:26.611Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
113 | 2024-12-19T21:37:26.858Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
114 | 2024-12-19T21:37:28.142Z | Downloading crates ... |
115 | 2024-12-19T21:37:28.241Z | Downloaded adler2 v2.0.0 |
116 | 2024-12-19T21:37:28.246Z | Downloaded anstyle-parse v0.2.5 |
117 | 2024-12-19T21:37:28.251Z | Downloaded addr2line v0.24.2 |
118 | 2024-12-19T21:37:28.259Z | Downloaded atomicwrites v0.4.4 |
119 | 2024-12-19T21:37:28.265Z | Downloaded event-listener-strategy v0.5.2 |
120 | 2024-12-19T21:37:28.268Z | Downloaded ciborium v0.2.2 |
121 | 2024-12-19T21:37:28.274Z | Downloaded fnv v1.0.7 |
122 | 2024-12-19T21:37:28.274Z | Downloaded fd-lock v4.0.2 |
123 | 2024-12-19T21:37:28.277Z | Downloaded atty v0.2.14 |
124 | 2024-12-19T21:37:28.277Z | Downloaded async-object-pool v0.1.5 |
125 | 2024-12-19T21:37:28.277Z | Downloaded http-range v0.1.5 |
126 | 2024-12-19T21:37:28.281Z | Downloaded cfg_aliases v0.2.1 |
127 | 2024-12-19T21:37:28.288Z | Downloaded cfg_aliases v0.1.1 |
128 | 2024-12-19T21:37:28.292Z | Downloaded arc-swap v1.7.1 |
129 | 2024-12-19T21:37:28.292Z | Downloaded http-body v1.0.1 |
130 | 2024-12-19T21:37:28.295Z | Downloaded fxhash v0.2.1 |
131 | 2024-12-19T21:37:28.295Z | Downloaded async-stream-impl v0.3.6 |
132 | 2024-12-19T21:37:28.295Z | Downloaded anstyle-query v1.1.1 |
133 | 2024-12-19T21:37:28.299Z | Downloaded foreign-types-shared v0.3.1 |
134 | 2024-12-19T21:37:28.299Z | Downloaded headers-core v0.3.0 |
135 | 2024-12-19T21:37:28.303Z | Downloaded anstyle v1.0.10 |
136 | 2024-12-19T21:37:28.303Z | Downloaded bit-vec v0.6.3 |
137 | 2024-12-19T21:37:28.308Z | Downloaded assert_matches v1.5.0 |
138 | 2024-12-19T21:37:28.309Z | Downloaded array-init v0.0.4 |
139 | 2024-12-19T21:37:28.309Z | Downloaded approx v0.5.1 |
140 | 2024-12-19T21:37:28.312Z | Downloaded cargo-platform v0.1.8 |
141 | 2024-12-19T21:37:28.312Z | Downloaded byteorder v1.5.0 |
142 | 2024-12-19T21:37:28.312Z | Downloaded hubpack_derive v0.1.1 |
143 | 2024-12-19T21:37:28.313Z | Downloaded guppy-workspace-hack v0.1.0 |
144 | 2024-12-19T21:37:28.313Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2024-12-19T21:37:28.320Z | Downloaded bb8 v0.8.5 |
146 | 2024-12-19T21:37:28.320Z | Downloaded http-body-util v0.1.2 |
147 | 2024-12-19T21:37:28.320Z | Downloaded bitflags v1.3.2 |
148 | 2024-12-19T21:37:28.324Z | Downloaded float-ord v0.3.2 |
149 | 2024-12-19T21:37:28.324Z | Downloaded bitfield-struct v0.6.2 |
150 | 2024-12-19T21:37:28.324Z | Downloaded hex v0.4.3 |
151 | 2024-12-19T21:37:28.324Z | Downloaded cassowary v0.3.0 |
152 | 2024-12-19T21:37:28.332Z | Downloaded futures-timer v3.0.3 |
153 | 2024-12-19T21:37:28.332Z | Downloaded futures-macro v0.3.31 |
154 | 2024-12-19T21:37:28.337Z | Downloaded fallible-streaming-iterator v0.1.9 |
155 | 2024-12-19T21:37:28.337Z | Downloaded hash32 v0.2.1 |
156 | 2024-12-19T21:37:28.337Z | Downloaded chrono-tz-build v0.4.0 |
157 | 2024-12-19T21:37:28.337Z | Downloaded cfg-if v1.0.0 |
158 | 2024-12-19T21:37:28.337Z | Downloaded home v0.5.9 |
159 | 2024-12-19T21:37:28.337Z | Downloaded cbc v0.1.2 |
160 | 2024-12-19T21:37:28.337Z | Downloaded bit-set v0.5.3 |
161 | 2024-12-19T21:37:28.343Z | Downloaded futures-executor v0.3.31 |
162 | 2024-12-19T21:37:28.343Z | Downloaded castaway v0.2.3 |
163 | 2024-12-19T21:37:28.343Z | Downloaded hostname v0.3.1 |
164 | 2024-12-19T21:37:28.348Z | Downloaded bytecount v0.6.8 |
165 | 2024-12-19T21:37:28.348Z | Downloaded humantime v2.1.0 |
166 | 2024-12-19T21:37:28.349Z | Downloaded pathdiff v0.2.2 |
167 | 2024-12-19T21:37:28.349Z | Downloaded heck v0.3.3 |
168 | 2024-12-19T21:37:28.352Z | Downloaded futures-task v0.3.31 |
169 | 2024-12-19T21:37:28.353Z | Downloaded filetime v0.2.25 |
170 | 2024-12-19T21:37:28.353Z | Downloaded hyper-tls v0.6.0 |
171 | 2024-12-19T21:37:28.353Z | Downloaded cexpr v0.6.0 |
172 | 2024-12-19T21:37:28.359Z | Downloaded futures-io v0.3.31 |
173 | 2024-12-19T21:37:28.359Z | Downloaded fixedbitset v0.4.2 |
174 | 2024-12-19T21:37:28.363Z | Downloaded block-padding v0.3.3 |
175 | 2024-12-19T21:37:28.363Z | Downloaded hostname v0.4.0 |
176 | 2024-12-19T21:37:28.363Z | Downloaded bzip2 v0.4.4 |
177 | 2024-12-19T21:37:28.363Z | Downloaded anstream v0.6.15 |
178 | 2024-12-19T21:37:28.369Z | Downloaded glob v0.3.1 |
179 | 2024-12-19T21:37:28.370Z | Downloaded chacha20 v0.9.1 |
180 | 2024-12-19T21:37:28.370Z | Downloaded backoff v0.4.0 |
181 | 2024-12-19T21:37:28.375Z | Downloaded iana-time-zone v0.1.61 |
182 | 2024-12-19T21:37:28.375Z | Downloaded getrandom v0.2.15 |
183 | 2024-12-19T21:37:28.379Z | Downloaded async-process v2.3.0 |
184 | 2024-12-19T21:37:28.379Z | Downloaded async-executor v1.13.1 |
185 | 2024-12-19T21:37:28.391Z | Downloaded group v0.13.0 |
186 | 2024-12-19T21:37:28.391Z | Downloaded camino-tempfile v1.1.1 |
187 | 2024-12-19T21:37:28.391Z | Downloaded camino v1.1.9 |
188 | 2024-12-19T21:37:28.401Z | Downloaded hyper-rustls v0.26.0 |
189 | 2024-12-19T21:37:28.401Z | Downloaded num_enum_derive v0.5.11 |
190 | 2024-12-19T21:37:28.401Z | Downloaded hyper-staticfile v0.10.1 |
191 | 2024-12-19T21:37:28.402Z | Downloaded foreign-types-macros v0.2.3 |
192 | 2024-12-19T21:37:28.402Z | Downloaded num-integer v0.1.46 |
193 | 2024-12-19T21:37:28.402Z | Downloaded pem v3.0.4 |
194 | 2024-12-19T21:37:28.424Z | Downloaded hickory-client v0.24.1 |
195 | 2024-12-19T21:37:28.424Z | Downloaded httpdate v1.0.3 |
196 | 2024-12-19T21:37:28.424Z | Downloaded generic-array v0.14.7 |
197 | 2024-12-19T21:37:28.424Z | Downloaded swrite v0.1.0 |
198 | 2024-12-19T21:37:28.424Z | Downloaded assert_cmd v2.0.16 |
199 | 2024-12-19T21:37:28.424Z | Downloaded signal-hook-tokio v0.3.1 |
200 | 2024-12-19T21:37:28.424Z | Downloaded serde_spanned v0.6.8 |
201 | 2024-12-19T21:37:28.424Z | Downloaded predicates-tree v1.0.11 |
202 | 2024-12-19T21:37:28.424Z | Downloaded half v2.4.1 |
203 | 2024-12-19T21:37:28.424Z | Downloaded anyhow v1.0.93 |
204 | 2024-12-19T21:37:28.424Z | Downloaded hyper-rustls v0.27.3 |
205 | 2024-12-19T21:37:28.424Z | Downloaded hmac v0.12.1 |
206 | 2024-12-19T21:37:28.424Z | Downloaded time-core v0.1.2 |
207 | 2024-12-19T21:37:28.424Z | Downloaded fs_extra v1.3.0 |
208 | 2024-12-19T21:37:28.432Z | Downloaded argon2 v0.5.3 |
209 | 2024-12-19T21:37:28.433Z | Downloaded cfg-expr v0.17.0 |
210 | 2024-12-19T21:37:28.441Z | Downloaded try-lock v0.2.5 |
211 | 2024-12-19T21:37:28.441Z | Downloaded globset v0.4.15 |
212 | 2024-12-19T21:37:28.441Z | Downloaded vte_generate_state_changes v0.1.2 |
213 | 2024-12-19T21:37:28.441Z | Downloaded tower-service v0.3.3 |
214 | 2024-12-19T21:37:28.441Z | Downloaded usdt-macro v0.5.0 |
215 | 2024-12-19T21:37:28.441Z | Downloaded waitgroup v0.1.2 |
216 | 2024-12-19T21:37:28.441Z | Downloaded ciborium-io v0.2.2 |
217 | 2024-12-19T21:37:28.441Z | Downloaded zerofrom v0.1.4 |
218 | 2024-12-19T21:37:28.444Z | Downloaded parking_lot_core v0.9.10 |
219 | 2024-12-19T21:37:28.444Z | Downloaded rfc6979 v0.4.0 |
220 | 2024-12-19T21:37:28.444Z | Downloaded rand_chacha v0.3.1 |
221 | 2024-12-19T21:37:28.444Z | Downloaded progenitor v0.8.0 |
222 | 2024-12-19T21:37:28.444Z | Downloaded proc-macro-error-attr v1.0.4 |
223 | 2024-12-19T21:37:28.448Z | Downloaded sync-ptr v0.1.1 |
224 | 2024-12-19T21:37:28.448Z | Downloaded ref-cast v1.0.23 |
225 | 2024-12-19T21:37:28.450Z | Downloaded signal-hook-mio v0.2.4 |
226 | 2024-12-19T21:37:28.450Z | Downloaded futures v0.3.31 |
227 | 2024-12-19T21:37:28.455Z | Downloaded signature v2.2.0 |
228 | 2024-12-19T21:37:28.458Z | Downloaded rustc_version v0.4.1 |
229 | 2024-12-19T21:37:28.461Z | Downloaded rustc-hash v2.0.0 |
230 | 2024-12-19T21:37:28.461Z | Downloaded blake2 v0.10.6 |
231 | 2024-12-19T21:37:28.463Z | Downloaded strsim v0.11.1 |
232 | 2024-12-19T21:37:28.463Z | Downloaded spki v0.7.3 |
233 | 2024-12-19T21:37:28.465Z | Downloaded slog-scope v4.4.0 |
234 | 2024-12-19T21:37:28.469Z | Downloaded signal-hook-registry v1.4.2 |
235 | 2024-12-19T21:37:28.469Z | Downloaded slog-stdlog v4.1.1 |
236 | 2024-12-19T21:37:28.471Z | Downloaded blake2b_simd v1.0.2 |
237 | 2024-12-19T21:37:28.471Z | Downloaded bitflags v2.6.0 |
238 | 2024-12-19T21:37:28.475Z | Downloaded terminal_size v0.4.0 |
239 | 2024-12-19T21:37:28.477Z | Downloaded structmeta v0.2.0 |
240 | 2024-12-19T21:37:28.480Z | Downloaded strip-ansi-escapes v0.2.0 |
241 | 2024-12-19T21:37:28.480Z | Downloaded want v0.3.1 |
242 | 2024-12-19T21:37:28.480Z | Downloaded phf v0.11.2 |
243 | 2024-12-19T21:37:28.483Z | Downloaded is_ci v1.2.0 |
244 | 2024-12-19T21:37:28.486Z | Downloaded utf-8 v0.7.6 |
245 | 2024-12-19T21:37:28.486Z | Downloaded tokio-macros v2.4.0 |
246 | 2024-12-19T21:37:28.486Z | Downloaded thiserror-impl v1.0.69 |
247 | 2024-12-19T21:37:28.489Z | Downloaded poly1305 v0.8.0 |
248 | 2024-12-19T21:37:28.492Z | Downloaded number_prefix v0.4.0 |
249 | 2024-12-19T21:37:28.492Z | Downloaded concurrent-queue v2.5.0 |
250 | 2024-12-19T21:37:28.501Z | Downloaded pest_derive v2.7.14 |
251 | 2024-12-19T21:37:28.504Z | Downloaded nodrop v0.1.14 |
252 | 2024-12-19T21:37:28.504Z | Downloaded colored v2.1.0 |
253 | 2024-12-19T21:37:28.504Z | Downloaded zerofrom-derive v0.1.4 |
254 | 2024-12-19T21:37:28.504Z | Downloaded proc-macro-error v1.0.4 |
255 | 2024-12-19T21:37:28.504Z | Downloaded hyper-util v0.1.10 |
256 | 2024-12-19T21:37:28.506Z | Downloaded dhcproto-macros v0.1.0 |
257 | 2024-12-19T21:37:28.509Z | Downloaded defmt-parser v0.3.4 |
258 | 2024-12-19T21:37:28.509Z | Downloaded dtrace-parser v0.2.0 |
259 | 2024-12-19T21:37:28.511Z | Downloaded defmt-macros v0.3.9 |
260 | 2024-12-19T21:37:28.514Z | Downloaded plotters-svg v0.3.7 |
261 | 2024-12-19T21:37:28.514Z | Downloaded diesel-dtrace v0.4.2 |
262 | 2024-12-19T21:37:28.517Z | Downloaded sqlformat v0.2.6 |
263 | 2024-12-19T21:37:28.519Z | Downloaded enum-as-inner v0.6.1 |
264 | 2024-12-19T21:37:28.519Z | Downloaded env_filter v0.1.2 |
265 | 2024-12-19T21:37:28.521Z | Downloaded spin v0.9.8 |
266 | 2024-12-19T21:37:28.524Z | Downloaded precomputed-hash v0.1.1 |
267 | 2024-12-19T21:37:28.525Z | Downloaded heapless v0.8.0 |
268 | 2024-12-19T21:37:28.528Z | Downloaded time-macros v0.2.18 |
269 | 2024-12-19T21:37:28.530Z | Downloaded is_terminal_polyfill v1.70.1 |
270 | 2024-12-19T21:37:28.532Z | Downloaded macaddr v1.0.1 |
271 | 2024-12-19T21:37:28.535Z | Downloaded openssl-sys v0.9.103 |
272 | 2024-12-19T21:37:28.538Z | Downloaded russh-cryptovec v0.7.3 |
273 | 2024-12-19T21:37:28.541Z | Downloaded lazy_static v1.5.0 |
274 | 2024-12-19T21:37:28.541Z | Downloaded is-terminal v0.4.13 |
275 | 2024-12-19T21:37:28.544Z | Downloaded strum v0.26.3 |
276 | 2024-12-19T21:37:28.544Z | Downloaded tokio-native-tls v0.3.1 |
277 | 2024-12-19T21:37:28.547Z | Downloaded sync_wrapper v1.0.1 |
278 | 2024-12-19T21:37:28.547Z | Downloaded multimap v0.10.0 |
279 | 2024-12-19T21:37:28.553Z | Downloaded nanorand v0.7.0 |
280 | 2024-12-19T21:37:28.558Z | Downloaded console v0.15.8 |
281 | 2024-12-19T21:37:28.558Z | Downloaded parse-display-derive v0.10.0 |
282 | 2024-12-19T21:37:28.558Z | Downloaded heapless v0.7.17 |
283 | 2024-12-19T21:37:28.560Z | Downloaded proc-macro2 v1.0.89 |
284 | 2024-12-19T21:37:28.563Z | Downloaded ryu v1.0.18 |
285 | 2024-12-19T21:37:28.566Z | Downloaded tinyvec_macros v0.1.1 |
286 | 2024-12-19T21:37:28.566Z | Downloaded defmt v0.3.8 |
287 | 2024-12-19T21:37:28.568Z | Downloaded write16 v1.0.0 |
288 | 2024-12-19T21:37:28.571Z | Downloaded csv-core v0.1.11 |
289 | 2024-12-19T21:37:28.571Z | Downloaded phf_shared v0.11.2 |
290 | 2024-12-19T21:37:28.574Z | Downloaded pbkdf2 v0.12.2 |
291 | 2024-12-19T21:37:28.574Z | Downloaded pbkdf2 v0.11.0 |
292 | 2024-12-19T21:37:28.576Z | Downloaded env_logger v0.10.2 |
293 | 2024-12-19T21:37:28.579Z | Downloaded yoke-derive v0.7.4 |
294 | 2024-12-19T21:37:28.581Z | Downloaded slog-term v2.9.1 |
295 | 2024-12-19T21:37:28.584Z | Downloaded base64 v0.22.1 |
296 | 2024-12-19T21:37:28.587Z | Downloaded progenitor-macro v0.8.0 |
297 | 2024-12-19T21:37:28.590Z | Downloaded backtrace v0.3.74 |
298 | 2024-12-19T21:37:28.594Z | Downloaded rtoolbox v0.0.2 |
299 | 2024-12-19T21:37:28.597Z | Downloaded darling_macro v0.20.10 |
300 | 2024-12-19T21:37:28.600Z | Downloaded sha1 v0.10.6 |
301 | 2024-12-19T21:37:28.600Z | Downloaded downcast v0.11.0 |
302 | 2024-12-19T21:37:28.604Z | Downloaded slog-envlogger v2.2.0 |
303 | 2024-12-19T21:37:28.604Z | Downloaded slab v0.4.9 |
304 | 2024-12-19T21:37:28.611Z | Downloaded tabwriter v1.4.0 |
305 | 2024-12-19T21:37:28.612Z | Downloaded tabled_derive v0.7.0 |
306 | 2024-12-19T21:37:28.614Z | Downloaded supports-color v3.0.1 |
307 | 2024-12-19T21:37:28.614Z | Downloaded subtle v2.6.1 |
308 | 2024-12-19T21:37:28.614Z | Downloaded slog-dtrace v0.3.0 |
309 | 2024-12-19T21:37:28.614Z | Downloaded owo-colors v4.1.0 |
310 | 2024-12-19T21:37:28.617Z | Downloaded samael v0.0.17 |
311 | 2024-12-19T21:37:28.623Z | Downloaded instant v0.1.13 |
312 | 2024-12-19T21:37:28.625Z | Downloaded tokio-tungstenite v0.24.0 |
313 | 2024-12-19T21:37:28.628Z | Downloaded openssl-macros v0.1.1 |
314 | 2024-12-19T21:37:28.630Z | Downloaded constant_time_eq v0.3.1 |
315 | 2024-12-19T21:37:28.630Z | Downloaded dropshot_endpoint v0.12.0 |
316 | 2024-12-19T21:37:28.633Z | Downloaded crossbeam-deque v0.8.5 |
317 | 2024-12-19T21:37:28.636Z | Downloaded newline-converter v0.3.0 |
318 | 2024-12-19T21:37:28.639Z | Downloaded peg-runtime v0.8.3 |
319 | 2024-12-19T21:37:28.639Z | Downloaded icu_normalizer_data v1.5.0 |
320 | 2024-12-19T21:37:28.642Z | Downloaded serde_derive v1.0.215 |
321 | 2024-12-19T21:37:28.644Z | Downloaded convert_case v0.4.0 |
322 | 2024-12-19T21:37:28.647Z | Downloaded zerovec-derive v0.10.3 |
323 | 2024-12-19T21:37:28.647Z | Downloaded predicates v3.1.2 |
324 | 2024-12-19T21:37:28.652Z | Downloaded sec1 v0.7.3 |
325 | 2024-12-19T21:37:28.655Z | Downloaded tracing-core v0.1.32 |
326 | 2024-12-19T21:37:28.658Z | Downloaded pretty-hex v0.4.1 |
327 | 2024-12-19T21:37:28.658Z | Downloaded normalize-line-endings v0.3.0 |
328 | 2024-12-19T21:37:28.669Z | Downloaded snafu-derive v0.8.5 |
329 | 2024-12-19T21:37:28.669Z | Downloaded zopfli v0.8.1 |
330 | 2024-12-19T21:37:28.672Z | Downloaded deranged v0.3.11 |
331 | 2024-12-19T21:37:28.672Z | Downloaded instability v0.3.2 |
332 | 2024-12-19T21:37:28.672Z | Downloaded either v1.13.0 |
333 | 2024-12-19T21:37:28.672Z | Downloaded ed25519 v2.2.3 |
334 | 2024-12-19T21:37:28.672Z | Downloaded linked-hash-map v0.5.6 |
335 | 2024-12-19T21:37:28.675Z | Downloaded sigpipe v0.1.3 |
336 | 2024-12-19T21:37:28.675Z | Downloaded unsafe-libyaml v0.2.11 |
337 | 2024-12-19T21:37:28.679Z | Downloaded pin-project v1.1.6 |
338 | 2024-12-19T21:37:28.691Z | Downloaded termtree v0.4.1 |
339 | 2024-12-19T21:37:28.693Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2024-12-19T21:37:28.698Z | Downloaded value-bag v1.9.0 |
341 | 2024-12-19T21:37:28.701Z | Downloaded icu_properties v1.5.1 |
342 | 2024-12-19T21:37:28.703Z | Downloaded diesel_derives v2.2.3 |
343 | 2024-12-19T21:37:28.708Z | Downloaded relative-path v1.9.3 |
344 | 2024-12-19T21:37:28.721Z | Downloaded indicatif v0.17.9 |
345 | 2024-12-19T21:37:28.723Z | Downloaded serde_regex v1.1.0 |
346 | 2024-12-19T21:37:28.724Z | Downloaded const_format v0.2.33 |
347 | 2024-12-19T21:37:28.724Z | Downloaded utf8parse v0.2.2 |
348 | 2024-12-19T21:37:28.724Z | Downloaded ref-cast-impl v1.0.23 |
349 | 2024-12-19T21:37:28.726Z | Downloaded serde_plain v1.0.2 |
350 | 2024-12-19T21:37:28.726Z | Downloaded rusty-fork v0.3.0 |
351 | 2024-12-19T21:37:28.729Z | Downloaded diesel_table_macro_syntax v0.2.0 |
352 | 2024-12-19T21:37:28.729Z | Downloaded jobserver v0.1.32 |
353 | 2024-12-19T21:37:28.732Z | Downloaded rustversion v1.0.17 |
354 | 2024-12-19T21:37:28.734Z | Downloaded der_derive v0.7.3 |
355 | 2024-12-19T21:37:28.737Z | Downloaded zerocopy-derive v0.8.10 |
356 | 2024-12-19T21:37:28.741Z | Downloaded static_assertions v1.1.0 |
357 | 2024-12-19T21:37:28.743Z | Downloaded tap v1.0.1 |
358 | 2024-12-19T21:37:28.745Z | Downloaded slog-async v2.8.0 |
359 | 2024-12-19T21:37:28.746Z | Downloaded peg-macros v0.8.4 |
360 | 2024-12-19T21:37:28.754Z | Downloaded unicase v2.7.0 |
361 | 2024-12-19T21:37:28.755Z | Downloaded termios v0.3.3 |
362 | 2024-12-19T21:37:28.755Z | Downloaded pkcs1 v0.7.5 |
363 | 2024-12-19T21:37:28.755Z | Downloaded unarray v0.1.4 |
364 | 2024-12-19T21:37:28.758Z | Downloaded stable_deref_trait v1.2.0 |
365 | 2024-12-19T21:37:28.758Z | Downloaded peg v0.8.4 |
366 | 2024-12-19T21:37:28.763Z | Downloaded postcard v1.0.10 |
367 | 2024-12-19T21:37:28.763Z | Downloaded nu-ansi-term v0.50.1 |
368 | 2024-12-19T21:37:28.770Z | Downloaded newtype_derive v0.1.6 |
369 | 2024-12-19T21:37:28.775Z | Downloaded progenitor-client v0.8.0 |
370 | 2024-12-19T21:37:28.775Z | Downloaded icu_provider v1.5.0 |
371 | 2024-12-19T21:37:28.775Z | Downloaded snafu v0.8.5 |
372 | 2024-12-19T21:37:28.779Z | Downloaded cmake v0.1.51 |
373 | 2024-12-19T21:37:28.779Z | Downloaded clap_lex v0.7.2 |
374 | 2024-12-19T21:37:28.782Z | Downloaded derive-where v1.2.7 |
375 | 2024-12-19T21:37:28.782Z | Downloaded miniz_oxide v0.8.0 |
376 | 2024-12-19T21:37:28.787Z | Downloaded ecdsa v0.16.9 |
377 | 2024-12-19T21:37:28.787Z | Downloaded indent_write v2.2.0 |
378 | 2024-12-19T21:37:28.790Z | Downloaded ena v0.14.3 |
379 | 2024-12-19T21:37:28.790Z | Downloaded embedded-io v0.6.1 |
380 | 2024-12-19T21:37:28.793Z | Downloaded embedded-io v0.4.0 |
381 | 2024-12-19T21:37:28.793Z | Downloaded num-bigint-dig v0.8.4 |
382 | 2024-12-19T21:37:28.798Z | Downloaded lockfree-object-pool v0.1.6 |
383 | 2024-12-19T21:37:28.800Z | Downloaded tungstenite v0.21.0 |
384 | 2024-12-19T21:37:28.811Z | Downloaded itoa v1.0.11 |
385 | 2024-12-19T21:37:28.814Z | Downloaded internet-checksum v0.2.1 |
386 | 2024-12-19T21:37:28.814Z | Downloaded icu_locid v1.5.0 |
387 | 2024-12-19T21:37:28.814Z | Downloaded nibble_vec v0.1.0 |
388 | 2024-12-19T21:37:28.814Z | Downloaded rayon-core v1.12.1 |
389 | 2024-12-19T21:37:28.819Z | Downloaded uzers v0.12.1 |
390 | 2024-12-19T21:37:28.827Z | Downloaded aes-gcm v0.10.3 |
391 | 2024-12-19T21:37:28.827Z | Downloaded guppy v0.17.8 |
392 | 2024-12-19T21:37:28.831Z | Downloaded usdt-attr-macro v0.5.0 |
393 | 2024-12-19T21:37:28.831Z | Downloaded polyval v0.6.2 |
394 | 2024-12-19T21:37:28.834Z | Downloaded proc-macro-crate v3.2.0 |
395 | 2024-12-19T21:37:28.834Z | Downloaded p521 v0.13.3 |
396 | 2024-12-19T21:37:28.836Z | Downloaded pest_generator v2.7.14 |
397 | 2024-12-19T21:37:28.839Z | Downloaded rpassword v7.3.1 |
398 | 2024-12-19T21:37:28.839Z | Downloaded percent-encoding v2.3.1 |
399 | 2024-12-19T21:37:28.843Z | Downloaded endian-type v0.1.2 |
400 | 2024-12-19T21:37:28.843Z | Downloaded cookie_store v0.21.0 |
401 | 2024-12-19T21:37:28.843Z | Downloaded const_format_proc_macros v0.2.33 |
402 | 2024-12-19T21:37:28.846Z | Downloaded resolv-conf v0.7.0 |
403 | 2024-12-19T21:37:28.849Z | Downloaded hashbrown v0.15.1 |
404 | 2024-12-19T21:37:28.852Z | Downloaded hkdf v0.12.4 |
405 | 2024-12-19T21:37:28.854Z | Downloaded rustfmt-wrapper v0.2.1 |
406 | 2024-12-19T21:37:28.860Z | Downloaded slog-json v2.6.1 |
407 | 2024-12-19T21:37:28.860Z | Downloaded slog-bunyan v2.5.0 |
408 | 2024-12-19T21:37:28.863Z | Downloaded lock_api v0.4.12 |
409 | 2024-12-19T21:37:28.863Z | Downloaded md5 v0.7.0 |
410 | 2024-12-19T21:37:28.863Z | Downloaded tokio-rustls v0.24.1 |
411 | 2024-12-19T21:37:28.866Z | Downloaded textwrap v0.16.1 |
412 | 2024-12-19T21:37:28.869Z | Downloaded parse-size v1.1.0 |
413 | 2024-12-19T21:37:28.869Z | Downloaded once_cell v1.20.2 |
414 | 2024-12-19T21:37:28.874Z | Downloaded tinystr v0.7.6 |
415 | 2024-12-19T21:37:28.874Z | Downloaded tiny-keccak v2.0.2 |
416 | 2024-12-19T21:37:28.882Z | Downloaded mime_guess v2.0.5 |
417 | 2024-12-19T21:37:28.882Z | Downloaded slog v2.7.0 |
418 | 2024-12-19T21:37:28.882Z | Downloaded test-strategy v0.3.1 |
419 | 2024-12-19T21:37:28.885Z | Downloaded litemap v0.7.3 |
420 | 2024-12-19T21:37:28.885Z | Downloaded parking_lot_core v0.8.6 |
421 | 2024-12-19T21:37:28.887Z | Downloaded clap_derive v4.5.18 |
422 | 2024-12-19T21:37:28.890Z | Downloaded threadpool v1.8.1 |
423 | 2024-12-19T21:37:28.893Z | Downloaded thread_local v1.1.8 |
424 | 2024-12-19T21:37:28.893Z | Downloaded futures-util v0.3.31 |
425 | 2024-12-19T21:37:28.904Z | Downloaded impl-trait-for-tuples v0.2.2 |
426 | 2024-12-19T21:37:28.907Z | Downloaded icu_normalizer v1.5.0 |
427 | 2024-12-19T21:37:28.910Z | Downloaded enum-as-inner v0.5.1 |
428 | 2024-12-19T21:37:28.913Z | Downloaded criterion-plot v0.5.0 |
429 | 2024-12-19T21:37:28.916Z | Downloaded rustc-demangle v0.1.24 |
430 | 2024-12-19T21:37:28.916Z | Downloaded hyper v1.5.0 |
431 | 2024-12-19T21:37:28.923Z | Downloaded toml_datetime v0.6.8 |
432 | 2024-12-19T21:37:28.930Z | Downloaded rust-argon2 v2.1.0 |
433 | 2024-12-19T21:37:28.930Z | Downloaded unicode-ident v1.0.13 |
434 | 2024-12-19T21:37:28.935Z | Downloaded num-iter v0.1.45 |
435 | 2024-12-19T21:37:28.935Z | Downloaded num-derive v0.4.2 |
436 | 2024-12-19T21:37:28.935Z | Downloaded tinytemplate v1.2.1 |
437 | 2024-12-19T21:37:28.938Z | Downloaded omicron-zone-package v0.11.1 |
438 | 2024-12-19T21:37:28.938Z | Downloaded memmap v0.7.0 |
439 | 2024-12-19T21:37:28.940Z | Downloaded string_cache v0.8.7 |
440 | 2024-12-19T21:37:28.941Z | Downloaded unicode-bidi v0.3.17 |
441 | 2024-12-19T21:37:28.943Z | Downloaded equivalent v1.0.1 |
442 | 2024-12-19T21:37:28.947Z | Downloaded doc-comment v0.3.3 |
443 | 2024-12-19T21:37:28.947Z | Downloaded parking v2.2.1 |
444 | 2024-12-19T21:37:28.950Z | Downloaded quinn-udp v0.5.5 |
445 | 2024-12-19T21:37:28.950Z | Downloaded crossbeam-channel v0.5.13 |
446 | 2024-12-19T21:37:28.952Z | Downloaded target-lexicon v0.12.16 |
447 | 2024-12-19T21:37:28.955Z | Downloaded aws-lc-rs v1.10.0 |
448 | 2024-12-19T21:37:28.963Z | Downloaded new_debug_unreachable v1.0.6 |
449 | 2024-12-19T21:37:28.966Z | Downloaded parking_lot v0.12.3 |
450 | 2024-12-19T21:37:28.966Z | Downloaded nested v0.1.1 |
451 | 2024-12-19T21:37:28.969Z | Downloaded typed-path v0.9.3 |
452 | 2024-12-19T21:37:28.974Z | Downloaded thiserror-impl-no-std v2.0.2 |
453 | 2024-12-19T21:37:28.979Z | Downloaded libloading v0.8.5 |
454 | 2024-12-19T21:37:28.979Z | Downloaded unicode-truncate v1.1.0 |
455 | 2024-12-19T21:37:28.983Z | Downloaded thiserror-impl v2.0.3 |
456 | 2024-12-19T21:37:28.983Z | Downloaded partial-io v0.5.4 |
457 | 2024-12-19T21:37:28.987Z | Downloaded paste v1.0.15 |
458 | 2024-12-19T21:37:28.987Z | Downloaded signal-hook v0.3.17 |
459 | 2024-12-19T21:37:28.991Z | Downloaded pretty_assertions v1.4.1 |
460 | 2024-12-19T21:37:28.995Z | Downloaded russh-keys v0.45.0 |
461 | 2024-12-19T21:37:28.995Z | Downloaded scroll_derive v0.12.0 |
462 | 2024-12-19T21:37:28.995Z | Downloaded target-triple v0.1.3 |
463 | 2024-12-19T21:37:28.998Z | Downloaded idna v1.0.3 |
464 | 2024-12-19T21:37:29.001Z | Downloaded zone_cfg_derive v0.1.2 |
465 | 2024-12-19T21:37:29.001Z | Downloaded xattr v1.3.1 |
466 | 2024-12-19T21:37:29.004Z | Downloaded quote v1.0.37 |
467 | 2024-12-19T21:37:29.007Z | Downloaded password-hash v0.4.2 |
468 | 2024-12-19T21:37:29.007Z | Downloaded memchr v2.7.4 |
469 | 2024-12-19T21:37:29.012Z | Downloaded libsw v3.3.1 |
470 | 2024-12-19T21:37:29.015Z | Downloaded sqlparser_derive v0.2.2 |
471 | 2024-12-19T21:37:29.019Z | Downloaded mio v1.0.2 |
472 | 2024-12-19T21:37:29.022Z | Downloaded newtype-uuid v1.1.3 |
473 | 2024-12-19T21:37:29.025Z | Downloaded strum_macros v0.26.4 |
474 | 2024-12-19T21:37:29.025Z | Downloaded memmap2 v0.9.5 |
475 | 2024-12-19T21:37:29.028Z | Downloaded proc-macro-crate v1.3.1 |
476 | 2024-12-19T21:37:29.028Z | Downloaded tokio-postgres v0.7.12 |
477 | 2024-12-19T21:37:29.036Z | Downloaded phf_shared v0.10.0 |
478 | 2024-12-19T21:37:29.040Z | Downloaded oso v0.27.3 |
479 | 2024-12-19T21:37:29.040Z | Downloaded smawk v0.3.2 |
480 | 2024-12-19T21:37:29.041Z | Downloaded pem-rfc7468 v0.7.0 |
481 | 2024-12-19T21:37:29.044Z | Downloaded path-tree v0.8.1 |
482 | 2024-12-19T21:37:29.044Z | Downloaded crossbeam-utils v0.8.20 |
483 | 2024-12-19T21:37:29.048Z | Downloaded clang-sys v1.8.1 |
484 | 2024-12-19T21:37:29.048Z | Downloaded zerovec v0.10.4 |
485 | 2024-12-19T21:37:29.053Z | Downloaded salty v0.3.0 |
486 | 2024-12-19T21:37:29.060Z | Downloaded target-spec v3.2.2 |
487 | 2024-12-19T21:37:29.063Z | Downloaded strum_macros v0.25.3 |
488 | 2024-12-19T21:37:29.065Z | Downloaded scrypt v0.11.0 |
489 | 2024-12-19T21:37:29.068Z | Downloaded yoke v0.7.4 |
490 | 2024-12-19T21:37:29.068Z | Downloaded tar v0.4.42 |
491 | 2024-12-19T21:37:29.072Z | Downloaded cstr-argument v0.1.2 |
492 | 2024-12-19T21:37:29.075Z | Downloaded strum_macros v0.24.3 |
493 | 2024-12-19T21:37:29.075Z | Downloaded similar v2.6.0 |
494 | 2024-12-19T21:37:29.078Z | Downloaded num-conv v0.1.0 |
495 | 2024-12-19T21:37:29.082Z | Downloaded dunce v1.0.5 |
496 | 2024-12-19T21:37:29.082Z | Downloaded dyn-clone v1.0.17 |
497 | 2024-12-19T21:37:29.095Z | Downloaded lru-cache v0.1.2 |
498 | 2024-12-19T21:37:29.095Z | Downloaded lru v0.12.5 |
499 | 2024-12-19T21:37:29.095Z | Downloaded openssl-probe v0.1.5 |
500 | 2024-12-19T21:37:29.095Z | Downloaded rustls-pki-types v1.10.0 |
501 | 2024-12-19T21:37:29.095Z | Downloaded serde-big-array v0.5.1 |
502 | 2024-12-19T21:37:29.095Z | Downloaded phf_generator v0.11.2 |
503 | 2024-12-19T21:37:29.095Z | Downloaded crc-catalog v2.4.0 |
504 | 2024-12-19T21:37:29.101Z | Downloaded kv-log-macro v1.0.7 |
505 | 2024-12-19T21:37:29.102Z | Downloaded zerocopy v0.6.6 |
506 | 2024-12-19T21:37:29.102Z | Downloaded minimal-lexical v0.2.1 |
507 | 2024-12-19T21:37:29.105Z | Downloaded rand_xorshift v0.3.0 |
508 | 2024-12-19T21:37:29.105Z | Downloaded native-tls v0.2.12 |
509 | 2024-12-19T21:37:29.109Z | Downloaded toolchain_find v0.4.0 |
510 | 2024-12-19T21:37:29.109Z | Downloaded crc v3.2.1 |
511 | 2024-12-19T21:37:29.112Z | Downloaded tls_codec_derive v0.4.1 |
512 | 2024-12-19T21:37:29.115Z | Downloaded stringprep v0.1.5 |
513 | 2024-12-19T21:37:29.116Z | Downloaded ssh-encoding v0.2.0 |
514 | 2024-12-19T21:37:29.116Z | Downloaded thiserror v1.0.69 |
515 | 2024-12-19T21:37:29.120Z | Downloaded derive_builder v0.20.2 |
516 | 2024-12-19T21:37:29.126Z | Downloaded ctr v0.9.2 |
517 | 2024-12-19T21:37:29.128Z | Downloaded derive_builder_core v0.20.2 |
518 | 2024-12-19T21:37:29.132Z | Downloaded zone_cfg_derive v0.3.0 |
519 | 2024-12-19T21:37:29.132Z | Downloaded bitvec v1.0.1 |
520 | 2024-12-19T21:37:29.145Z | Downloaded mirai-annotations v1.12.0 |
521 | 2024-12-19T21:37:29.147Z | Downloaded match_cfg v0.1.0 |
522 | 2024-12-19T21:37:29.147Z | Downloaded ident_case v1.0.1 |
523 | 2024-12-19T21:37:29.147Z | Downloaded olpc-cjson v0.1.4 |
524 | 2024-12-19T21:37:29.149Z | Downloaded pretty-hex v0.2.1 |
525 | 2024-12-19T21:37:29.150Z | Downloaded kstat-rs v0.2.4 |
526 | 2024-12-19T21:37:29.152Z | Downloaded bindgen v0.69.5 |
527 | 2024-12-19T21:37:29.158Z | Downloaded digest v0.10.7 |
528 | 2024-12-19T21:37:29.160Z | Downloaded cipher v0.4.4 |
529 | 2024-12-19T21:37:29.162Z | Downloaded serde-hex v0.1.0 |
530 | 2024-12-19T21:37:29.164Z | Downloaded rand_seeder v0.3.0 |
531 | 2024-12-19T21:37:29.164Z | Downloaded postgres-protocol v0.6.7 |
532 | 2024-12-19T21:37:29.167Z | Downloaded async-std v1.13.0 |
533 | 2024-12-19T21:37:29.185Z | Downloaded plotters-backend v0.3.7 |
534 | 2024-12-19T21:37:29.188Z | Downloaded dof v0.3.0 |
535 | 2024-12-19T21:37:29.188Z | Downloaded display-error-chain v0.2.2 |
536 | 2024-12-19T21:37:29.191Z | Downloaded dirs-next v2.0.0 |
537 | 2024-12-19T21:37:29.191Z | Downloaded cpufeatures v0.2.14 |
538 | 2024-12-19T21:37:29.195Z | Downloaded untrusted v0.7.1 |
539 | 2024-12-19T21:37:29.195Z | Downloaded event-listener v2.5.3 |
540 | 2024-12-19T21:37:29.198Z | Downloaded der v0.7.9 |
541 | 2024-12-19T21:37:29.202Z | Downloaded chrono v0.4.38 |
542 | 2024-12-19T21:37:29.206Z | Downloaded path-slash v0.1.5 |
543 | 2024-12-19T21:37:29.210Z | Downloaded ssh-key v0.6.6 |
544 | 2024-12-19T21:37:29.214Z | Downloaded oso-derive v0.27.3 |
545 | 2024-12-19T21:37:29.217Z | Downloaded smf v0.2.3 |
546 | 2024-12-19T21:37:29.217Z | Downloaded smallvec v0.6.14 |
547 | 2024-12-19T21:37:29.220Z | Downloaded md-5 v0.10.6 |
548 | 2024-12-19T21:37:29.220Z | Downloaded serde_derive_internals v0.29.1 |
549 | 2024-12-19T21:37:29.223Z | Downloaded zip v0.6.6 |
550 | 2024-12-19T21:37:29.225Z | Downloaded unicode_categories v0.1.1 |
551 | 2024-12-19T21:37:29.229Z | Downloaded escape8259 v0.5.3 |
552 | 2024-12-19T21:37:29.229Z | Downloaded pin-project-lite v0.2.14 |
553 | 2024-12-19T21:37:29.233Z | Downloaded num_threads v0.1.7 |
554 | 2024-12-19T21:37:29.233Z | Downloaded num_cpus v1.16.0 |
555 | 2024-12-19T21:37:29.236Z | Downloaded mockall v0.13.0 |
556 | 2024-12-19T21:37:29.239Z | Downloaded scopeguard v1.2.0 |
557 | 2024-12-19T21:37:29.239Z | Downloaded wyz v0.5.1 |
558 | 2024-12-19T21:37:29.242Z | Downloaded unicode-linebreak v0.1.5 |
559 | 2024-12-19T21:37:29.242Z | Downloaded indoc v1.0.9 |
560 | 2024-12-19T21:37:29.244Z | Downloaded zone v0.3.0 |
561 | 2024-12-19T21:37:29.245Z | Downloaded writeable v0.5.5 |
562 | 2024-12-19T21:37:29.248Z | Downloaded crunchy v0.2.2 |
563 | 2024-12-19T21:37:29.248Z | Downloaded tinyvec v1.8.0 |
564 | 2024-12-19T21:37:29.250Z | Downloaded reqwest v0.12.9 |
565 | 2024-12-19T21:37:29.257Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2024-12-19T21:37:29.261Z | Downloaded serde_path_to_error v0.1.16 |
567 | 2024-12-19T21:37:29.261Z | Downloaded version_check v0.9.5 |
568 | 2024-12-19T21:37:29.263Z | Downloaded spin v0.5.2 |
569 | 2024-12-19T21:37:29.263Z | Downloaded psl-types v2.0.11 |
570 | 2024-12-19T21:37:29.263Z | Downloaded postgres-types v0.2.8 |
571 | 2024-12-19T21:37:29.265Z | Downloaded term v0.7.0 |
572 | 2024-12-19T21:37:29.268Z | Downloaded tempfile v3.13.0 |
573 | 2024-12-19T21:37:29.271Z | Downloaded pin-project-internal v1.1.6 |
574 | 2024-12-19T21:37:29.273Z | Downloaded ipnetwork v0.20.0 |
575 | 2024-12-19T21:37:29.275Z | Downloaded keccak v0.1.5 |
576 | 2024-12-19T21:37:29.278Z | Downloaded num_enum v0.5.11 |
577 | 2024-12-19T21:37:29.280Z | Downloaded maplit v1.0.2 |
578 | 2024-12-19T21:37:29.284Z | Downloaded pin-utils v0.1.0 |
579 | 2024-12-19T21:37:29.284Z | Downloaded packed_struct_codegen v0.10.1 |
580 | 2024-12-19T21:37:29.287Z | Downloaded zone v0.1.8 |
581 | 2024-12-19T21:37:29.287Z | Downloaded which v4.4.2 |
582 | 2024-12-19T21:37:29.287Z | Downloaded multer v3.1.0 |
583 | 2024-12-19T21:37:29.290Z | Downloaded topological-sort v0.2.2 |
584 | 2024-12-19T21:37:29.290Z | Downloaded crc32fast v1.4.2 |
585 | 2024-12-19T21:37:29.294Z | Downloaded vsss-rs v3.3.4 |
586 | 2024-12-19T21:37:29.294Z | Downloaded time v0.3.36 |
587 | 2024-12-19T21:37:29.301Z | Downloaded clap v4.5.21 |
588 | 2024-12-19T21:37:29.308Z | Downloaded untrusted v0.9.0 |
589 | 2024-12-19T21:37:29.311Z | Downloaded pest v2.7.14 |
590 | 2024-12-19T21:37:29.315Z | Downloaded r2d2 v0.8.10 |
591 | 2024-12-19T21:37:29.317Z | Downloaded typify-macro v0.2.0 |
592 | 2024-12-19T21:37:29.317Z | Downloaded serde_urlencoded v0.7.1 |
593 | 2024-12-19T21:37:29.319Z | Downloaded tokio-tungstenite v0.21.0 |
594 | 2024-12-19T21:37:29.321Z | Downloaded p384 v0.13.0 |
595 | 2024-12-19T21:37:29.326Z | Downloaded shell-words v1.1.0 |
596 | 2024-12-19T21:37:29.330Z | Downloaded sha2 v0.10.8 |
597 | 2024-12-19T21:37:29.330Z | Downloaded pkg-config v0.3.31 |
598 | 2024-12-19T21:37:29.332Z | Downloaded smallvec v1.13.2 |
599 | 2024-12-19T21:37:29.335Z | Downloaded pkcs8 v0.10.2 |
600 | 2024-12-19T21:37:29.337Z | Downloaded num-traits v0.2.19 |
601 | 2024-12-19T21:37:29.341Z | Downloaded event-listener v5.3.1 |
602 | 2024-12-19T21:37:29.345Z | Downloaded x509-cert v0.2.5 |
603 | 2024-12-19T21:37:29.349Z | Downloaded syn v1.0.109 |
604 | 2024-12-19T21:37:29.356Z | Downloaded darling v0.20.10 |
605 | 2024-12-19T21:37:29.360Z | Downloaded semver v1.0.23 |
606 | 2024-12-19T21:37:29.363Z | Downloaded clap_builder v4.5.21 |
607 | 2024-12-19T21:37:29.369Z | Downloaded tui-tree-widget v0.22.0 |
608 | 2024-12-19T21:37:29.373Z | Downloaded gimli v0.31.1 |
609 | 2024-12-19T21:37:29.377Z | Downloaded indexmap v1.9.3 |
610 | 2024-12-19T21:37:29.380Z | Downloaded papergrid v0.11.0 |
611 | 2024-12-19T21:37:29.385Z | Downloaded schemars v0.8.21 |
612 | 2024-12-19T21:37:29.396Z | Downloaded typenum v1.17.0 |
613 | 2024-12-19T21:37:29.399Z | Downloaded ucd-trie v0.1.7 |
614 | 2024-12-19T21:37:29.401Z | Downloaded url v2.5.3 |
615 | 2024-12-19T21:37:29.404Z | Downloaded itertools v0.13.0 |
616 | 2024-12-19T21:37:29.409Z | Downloaded itertools v0.12.1 |
617 | 2024-12-19T21:37:29.417Z | Downloaded icu_collections v1.5.0 |
618 | 2024-12-19T21:37:29.422Z | Downloaded serde v1.0.215 |
619 | 2024-12-19T21:37:29.425Z | Downloaded syn v2.0.87 |
620 | 2024-12-19T21:37:29.435Z | Downloaded vcpkg v0.2.15 |
621 | 2024-12-19T21:37:29.476Z | Downloaded rustls-webpki v0.101.7 |
622 | 2024-12-19T21:37:29.487Z | Downloaded tabled v0.15.0 |
623 | 2024-12-19T21:37:29.502Z | Downloaded webpki-roots v0.26.6 |
624 | 2024-12-19T21:37:29.505Z | Downloaded object v0.36.5 |
625 | 2024-12-19T21:37:29.516Z | Downloaded zerocopy v0.8.10 |
626 | 2024-12-19T21:37:29.539Z | Downloaded publicsuffix v2.2.3 |
627 | 2024-12-19T21:37:29.543Z | Downloaded nix v0.28.0 |
628 | 2024-12-19T21:37:29.552Z | Downloaded unicode-normalization v0.1.24 |
629 | 2024-12-19T21:37:29.556Z | Downloaded itertools v0.10.5 |
630 | 2024-12-19T21:37:29.562Z | Downloaded serde_with v3.11.0 |
631 | 2024-12-19T21:37:29.570Z | Downloaded serde_json v1.0.132 |
632 | 2024-12-19T21:37:29.576Z | Downloaded polar-core v0.27.3 |
633 | 2024-12-19T21:37:29.585Z | Downloaded tokio-util v0.7.12 |
634 | 2024-12-19T21:37:29.591Z | Downloaded crossterm v0.28.1 |
635 | 2024-12-19T21:37:29.597Z | Downloaded hickory-proto v0.24.1 |
636 | 2024-12-19T21:37:29.611Z | Downloaded sqlparser v0.45.0 |
637 | 2024-12-19T21:37:29.616Z | Downloaded bstr v1.10.0 |
638 | 2024-12-19T21:37:29.627Z | Downloaded idna v0.4.0 |
639 | 2024-12-19T21:37:29.633Z | Downloaded lalrpop v0.19.12 |
640 | 2024-12-19T21:37:29.643Z | Downloaded petname v2.0.2 |
641 | 2024-12-19T21:37:29.648Z | Downloaded nix v0.27.1 |
642 | 2024-12-19T21:37:29.658Z | Downloaded nix v0.29.0 |
643 | 2024-12-19T21:37:29.669Z | Downloaded radix_trie v0.2.1 |
644 | 2024-12-19T21:37:29.674Z | Downloaded rustls v0.23.19 |
645 | 2024-12-19T21:37:29.686Z | Downloaded proptest v1.5.0 |
646 | 2024-12-19T21:37:29.694Z | Downloaded smoltcp v0.9.1 |
647 | 2024-12-19T21:37:29.705Z | Downloaded object v0.30.4 |
648 | 2024-12-19T21:37:29.713Z | Downloaded icu_properties_data v1.5.0 |
649 | 2024-12-19T21:37:29.723Z | Downloaded regress v0.9.1 |
650 | 2024-12-19T21:37:29.731Z | Downloaded regex v1.11.1 |
651 | 2024-12-19T21:37:29.743Z | Downloaded unicode-width v0.1.14 |
652 | 2024-12-19T21:37:29.748Z | Downloaded idna v0.2.3 |
653 | 2024-12-19T21:37:29.755Z | Downloaded rustls v0.21.12 |
654 | 2024-12-19T21:37:29.766Z | Downloaded regex-syntax v0.6.29 |
655 | 2024-12-19T21:37:29.774Z | Downloaded unicode-width v0.2.0 |
656 | 2024-12-19T21:37:29.780Z | Downloaded idna v0.3.0 |
657 | 2024-12-19T21:37:29.785Z | Downloaded rustls v0.22.4 |
658 | 2024-12-19T21:37:29.797Z | Downloaded dropshot v0.12.0 |
659 | 2024-12-19T21:37:29.816Z | Downloaded rustix v0.38.37 |
660 | 2024-12-19T21:37:29.839Z | Downloaded dropshot v0.13.0 |
661 | 2024-12-19T21:37:29.857Z | Downloaded curve25519-dalek v4.1.3 |
662 | 2024-12-19T21:37:29.865Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
663 | 2024-12-19T21:37:29.876Z | Downloaded smoltcp v0.11.0 |
664 | 2024-12-19T21:37:29.888Z | Downloaded regex-syntax v0.8.5 |
665 | 2024-12-19T21:37:29.895Z | Downloaded ratatui v0.28.1 |
666 | 2024-12-19T21:37:29.915Z | Downloaded sled v0.34.7 |
667 | 2024-12-19T21:37:29.926Z | Downloaded zerocopy-derive v0.6.6 |
668 | 2024-12-19T21:37:29.934Z | Downloaded typify-impl v0.2.0 |
669 | 2024-12-19T21:37:29.947Z | Downloaded regress v0.10.1 |
670 | 2024-12-19T21:37:29.955Z | Downloaded openapiv3 v2.0.0 |
671 | 2024-12-19T21:37:29.966Z | Downloaded diesel v2.2.6 |
672 | 2024-12-19T21:37:29.984Z | Downloaded trust-dns-proto v0.22.0 |
673 | 2024-12-19T21:37:29.995Z | Downloaded chrono-tz v0.10.0 |
674 | 2024-12-19T21:37:30.002Z | Downloaded winnow v0.5.40 |
675 | 2024-12-19T21:37:30.010Z | Downloaded idna v0.5.0 |
676 | 2024-12-19T21:37:30.017Z | Downloaded regex-automata v0.4.8 |
677 | 2024-12-19T21:37:30.034Z | Downloaded libc v0.2.162 |
678 | 2024-12-19T21:37:30.059Z | Downloaded petgraph v0.6.5 |
679 | 2024-12-19T21:37:30.074Z | Downloaded tokio v1.40.0 |
680 | 2024-12-19T21:37:30.111Z | Downloaded openssl v0.10.66 |
681 | 2024-12-19T21:37:30.120Z | Downloaded libm v0.2.8 |
682 | 2024-12-19T21:37:30.127Z | Downloaded portable-atomic v1.9.0 |
683 | 2024-12-19T21:37:30.133Z | Downloaded rustls-webpki v0.102.8 |
684 | 2024-12-19T21:37:30.150Z | Downloaded quinn-proto v0.11.8 |
685 | 2024-12-19T21:37:30.157Z | Downloaded csv v1.3.0 |
686 | 2024-12-19T21:37:30.175Z | Downloaded libz-sys v1.1.20 |
687 | 2024-12-19T21:37:30.196Z | Downloaded unicode-segmentation v1.12.0 |
688 | 2024-12-19T21:37:30.199Z | Downloaded lzma-sys v0.1.20 |
689 | 2024-12-19T21:37:30.226Z | Downloaded quick-xml v0.33.0 |
690 | 2024-12-19T21:37:30.233Z | Downloaded vte v0.11.1 |
691 | 2024-12-19T21:37:30.235Z | Downloaded crypto-bigint v0.5.5 |
692 | 2024-12-19T21:37:30.240Z | Downloaded mockall_derive v0.13.0 |
693 | 2024-12-19T21:37:30.242Z | Downloaded criterion v0.5.1 |
694 | 2024-12-19T21:37:30.248Z | Downloaded zerocopy v0.7.35 |
695 | 2024-12-19T21:37:30.264Z | Downloaded sha3 v0.10.8 |
696 | 2024-12-19T21:37:30.268Z | Downloaded radium v0.7.0 |
697 | 2024-12-19T21:37:30.271Z | Downloaded curve25519-dalek-derive v0.1.1 |
698 | 2024-12-19T21:37:30.271Z | Downloaded managed v0.8.0 |
699 | 2024-12-19T21:37:30.273Z | Downloaded packed_struct v0.10.1 |
700 | 2024-12-19T21:37:30.273Z | Downloaded toml v0.7.8 |
701 | 2024-12-19T21:37:30.276Z | Downloaded polling v3.7.3 |
702 | 2024-12-19T21:37:30.279Z | Downloaded zip v2.1.3 |
703 | 2024-12-19T21:37:30.283Z | Downloaded elliptic-curve v0.13.8 |
704 | 2024-12-19T21:37:30.287Z | Downloaded indoc v2.0.5 |
705 | 2024-12-19T21:37:30.290Z | Downloaded ciborium-ll v0.2.2 |
706 | 2024-12-19T21:37:30.292Z | Downloaded crc-any v2.5.0 |
707 | 2024-12-19T21:37:30.294Z | Downloaded derive_builder_macro v0.20.2 |
708 | 2024-12-19T21:37:30.295Z | Downloaded num-rational v0.4.2 |
709 | 2024-12-19T21:37:30.299Z | Downloaded quinn v0.11.5 |
710 | 2024-12-19T21:37:30.301Z | Downloaded rayon v1.10.0 |
711 | 2024-12-19T21:37:30.308Z | Downloaded schemars_derive v0.8.21 |
712 | 2024-12-19T21:37:30.310Z | Downloaded scheduled-thread-pool v0.2.7 |
713 | 2024-12-19T21:37:30.310Z | Downloaded git2 v0.19.0 |
714 | 2024-12-19T21:37:30.318Z | Downloaded plain v0.2.3 |
715 | 2024-12-19T21:37:30.320Z | Downloaded displaydoc v0.2.5 |
716 | 2024-12-19T21:37:30.322Z | Downloaded whoami v1.5.2 |
717 | 2024-12-19T21:37:30.331Z | Downloaded num-complex v0.4.6 |
718 | 2024-12-19T21:37:30.331Z | Downloaded prettyplease v0.2.25 |
719 | 2024-12-19T21:37:30.331Z | Downloaded difflib v0.4.0 |
720 | 2024-12-19T21:37:30.331Z | Downloaded encoding_rs v0.8.34 |
721 | 2024-12-19T21:37:30.351Z | Downloaded usdt v0.5.0 |
722 | 2024-12-19T21:37:30.354Z | Downloaded ppv-lite86 v0.2.20 |
723 | 2024-12-19T21:37:30.354Z | Downloaded icu_locid_transform v1.5.0 |
724 | 2024-12-19T21:37:30.357Z | Downloaded log v0.4.22 |
725 | 2024-12-19T21:37:30.359Z | Downloaded yansi v1.0.1 |
726 | 2024-12-19T21:37:30.359Z | Downloaded unicode-xid v0.2.6 |
727 | 2024-12-19T21:37:30.362Z | Downloaded tokio-stream v0.1.16 |
728 | 2024-12-19T21:37:30.365Z | Downloaded tokio-rustls v0.26.0 |
729 | 2024-12-19T21:37:30.367Z | Downloaded tokio-rustls v0.25.0 |
730 | 2024-12-19T21:37:30.370Z | Downloaded subprocess v0.2.9 |
731 | 2024-12-19T21:37:30.372Z | Downloaded httpmock v0.8.0-alpha.1 |
732 | 2024-12-19T21:37:30.390Z | Downloaded steno v0.4.1 |
733 | 2024-12-19T21:37:30.393Z | Downloaded winnow v0.6.20 |
734 | 2024-12-19T21:37:30.402Z | Downloaded blake3 v1.5.4 |
735 | 2024-12-19T21:37:30.410Z | Downloaded crypto-common v0.1.6 |
736 | 2024-12-19T21:37:30.413Z | Downloaded sct v0.7.1 |
737 | 2024-12-19T21:37:30.413Z | Downloaded libtest-mimic v0.7.3 |
738 | 2024-12-19T21:37:30.416Z | Downloaded ipnet v2.10.1 |
739 | 2024-12-19T21:37:30.419Z | Downloaded diff v0.1.13 |
740 | 2024-12-19T21:37:30.421Z | Downloaded libxml v0.3.3 |
741 | 2024-12-19T21:37:30.426Z | Downloaded rusqlite v0.32.1 |
742 | 2024-12-19T21:37:30.433Z | Downloaded termcolor v1.4.1 |
743 | 2024-12-19T21:37:30.435Z | Downloaded unicode-properties v0.1.3 |
744 | 2024-12-19T21:37:30.439Z | Downloaded ssh-cipher v0.2.0 |
745 | 2024-12-19T21:37:30.439Z | Downloaded matches v0.1.10 |
746 | 2024-12-19T21:37:30.439Z | Downloaded icu_provider_macros v1.5.0 |
747 | 2024-12-19T21:37:30.441Z | Downloaded env_logger v0.11.5 |
748 | 2024-12-19T21:37:30.444Z | Downloaded vergen v8.3.2 |
749 | 2024-12-19T21:37:30.446Z | Downloaded goblin v0.8.2 |
750 | 2024-12-19T21:37:30.452Z | Downloaded darling_core v0.20.10 |
751 | 2024-12-19T21:37:30.458Z | Downloaded structmeta-derive v0.3.0 |
752 | 2024-12-19T21:37:30.461Z | Downloaded structmeta-derive v0.2.0 |
753 | 2024-12-19T21:37:30.461Z | Downloaded structmeta v0.3.0 |
754 | 2024-12-19T21:37:30.461Z | Downloaded scroll v0.12.0 |
755 | 2024-12-19T21:37:30.463Z | Downloaded parking_lot v0.11.2 |
756 | 2024-12-19T21:37:30.465Z | Downloaded ron v0.7.1 |
757 | 2024-12-19T21:37:30.468Z | Downloaded typify v0.2.0 |
758 | 2024-12-19T21:37:30.471Z | Downloaded russh v0.45.0 |
759 | 2024-12-19T21:37:30.477Z | Downloaded ron v0.8.1 |
760 | 2024-12-19T21:37:30.483Z | Downloaded toml_edit v0.22.22 |
761 | 2024-12-19T21:37:30.504Z | Downloaded toml_edit v0.19.15 |
762 | 2024-12-19T21:37:30.519Z | Downloaded parse-zoneinfo v0.3.1 |
763 | 2024-12-19T21:37:30.522Z | Downloaded rustls-pemfile v2.2.0 |
764 | 2024-12-19T21:37:30.524Z | Downloaded rustls-native-certs v0.7.3 |
765 | 2024-12-19T21:37:30.527Z | Downloaded primeorder v0.13.6 |
766 | 2024-12-19T21:37:30.527Z | Downloaded aho-corasick v1.1.3 |
767 | 2024-12-19T21:37:30.537Z | Downloaded inout v0.1.3 |
768 | 2024-12-19T21:37:30.541Z | Downloaded nom v7.1.3 |
769 | 2024-12-19T21:37:30.543Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
770 | 2024-12-19T21:37:30.600Z | Downloaded h2 v0.4.6 |
771 | 2024-12-19T21:37:30.606Z | Downloaded plotters v0.3.7 |
772 | 2024-12-19T21:37:30.615Z | Downloaded yasna v0.5.2 |
773 | 2024-12-19T21:37:30.618Z | Downloaded rand_distr v0.4.3 |
774 | 2024-12-19T21:37:30.622Z | Downloaded qorb v0.2.1 |
775 | 2024-12-19T21:37:30.625Z | Downloaded num-bigint v0.4.6 |
776 | 2024-12-19T21:37:30.628Z | Downloaded siphasher v0.3.11 |
777 | 2024-12-19T21:37:30.631Z | Downloaded similar-asserts v1.6.0 |
778 | 2024-12-19T21:37:30.633Z | Downloaded simd-adler32 v0.3.7 |
779 | 2024-12-19T21:37:30.633Z | Downloaded shlex v1.3.0 |
780 | 2024-12-19T21:37:30.636Z | Downloaded rustls-pemfile v1.0.4 |
781 | 2024-12-19T21:37:30.639Z | Downloaded idna_adapter v1.2.0 |
782 | 2024-12-19T21:37:30.639Z | Downloaded tough v0.19.0 |
783 | 2024-12-19T21:37:30.652Z | Downloaded rustyline v14.0.0 |
784 | 2024-12-19T21:37:30.656Z | Downloaded reedline v0.35.0 |
785 | 2024-12-19T21:37:30.663Z | Downloaded ed25519-dalek v2.1.1 |
786 | 2024-12-19T21:37:30.666Z | Downloaded des v0.8.1 |
787 | 2024-12-19T21:37:30.671Z | Downloaded derive_more v0.99.18 |
788 | 2024-12-19T21:37:30.673Z | Downloaded debug-ignore v1.0.5 |
789 | 2024-12-19T21:37:30.676Z | Downloaded datatest-stable v0.2.9 |
790 | 2024-12-19T21:37:30.678Z | Downloaded data-encoding v2.6.0 |
791 | 2024-12-19T21:37:30.679Z | Downloaded xz2 v0.1.7 |
792 | 2024-12-19T21:37:30.681Z | Downloaded icu_locid_transform_data v1.5.0 |
793 | 2024-12-19T21:37:30.681Z | Downloaded dhcproto v0.12.0 |
794 | 2024-12-19T21:37:30.685Z | Downloaded cookie v0.18.1 |
795 | 2024-12-19T21:37:30.687Z | Downloaded uuid v1.11.0 |
796 | 2024-12-19T21:37:30.689Z | Downloaded tungstenite v0.24.0 |
797 | 2024-12-19T21:37:30.692Z | Downloaded rsa v0.9.6 |
798 | 2024-12-19T21:37:30.697Z | Downloaded thread-id v4.2.2 |
799 | 2024-12-19T21:37:30.699Z | Downloaded thiserror-no-std v2.0.2 |
800 | 2024-12-19T21:37:30.701Z | Downloaded cobs v0.2.3 |
801 | 2024-12-19T21:37:30.704Z | Downloaded indexmap v2.6.0 |
802 | 2024-12-19T21:37:30.707Z | Downloaded tungstenite v0.23.0 |
803 | 2024-12-19T21:37:30.710Z | Downloaded utf8_iter v1.0.4 |
804 | 2024-12-19T21:37:30.712Z | Downloaded crossbeam-epoch v0.9.18 |
805 | 2024-12-19T21:37:30.715Z | Downloaded serde_yaml v0.9.34+deprecated |
806 | 2024-12-19T21:37:30.718Z | Downloaded p256 v0.13.2 |
807 | 2024-12-19T21:37:30.720Z | Downloaded same-file v1.0.6 |
808 | 2024-12-19T21:37:30.722Z | Downloaded rstest_macros v0.23.0 |
809 | 2024-12-19T21:37:30.725Z | Downloaded hashbrown v0.14.5 |
810 | 2024-12-19T21:37:30.730Z | Downloaded tracing v0.1.40 |
811 | 2024-12-19T21:37:30.735Z | Downloaded rand v0.8.5 |
812 | 2024-12-19T21:37:30.738Z | Downloaded quick-error v1.2.3 |
813 | 2024-12-19T21:37:30.741Z | Downloaded piper v0.2.4 |
814 | 2024-12-19T21:37:30.741Z | Downloaded socket2 v0.5.7 |
815 | 2024-12-19T21:37:30.744Z | Downloaded serde_with_macros v3.11.0 |
816 | 2024-12-19T21:37:30.747Z | Downloaded rstest v0.23.0 |
817 | 2024-12-19T21:37:30.751Z | Downloaded progenitor-impl v0.8.0 |
818 | 2024-12-19T21:37:30.755Z | Downloaded http v1.1.0 |
819 | 2024-12-19T21:37:30.758Z | Downloaded take_mut v0.2.2 |
820 | 2024-12-19T21:37:30.758Z | Downloaded oorandom v11.1.4 |
821 | 2024-12-19T21:37:30.759Z | Downloaded num v0.4.3 |
822 | 2024-12-19T21:37:30.762Z | Downloaded linear-map v1.2.0 |
823 | 2024-12-19T21:37:30.762Z | Downloaded utf16_iter v1.0.5 |
824 | 2024-12-19T21:37:30.762Z | Downloaded tokio-tungstenite v0.23.1 |
825 | 2024-12-19T21:37:30.764Z | Downloaded hashbrown v0.13.2 |
826 | 2024-12-19T21:37:30.767Z | Downloaded flate2 v1.0.34 |
827 | 2024-12-19T21:37:30.773Z | Downloaded pest_meta v2.7.14 |
828 | 2024-12-19T21:37:30.775Z | Downloaded lalrpop-util v0.19.12 |
829 | 2024-12-19T21:37:30.775Z | Downloaded compact_str v0.8.0 |
830 | 2024-12-19T21:37:30.778Z | Downloaded dirs-sys-next v0.1.2 |
831 | 2024-12-19T21:37:30.780Z | Downloaded zeroize_derive v1.4.2 |
832 | 2024-12-19T21:37:30.782Z | Downloaded zeroize v1.8.1 |
833 | 2024-12-19T21:37:30.782Z | Downloaded opaque-debug v0.3.1 |
834 | 2024-12-19T21:37:30.786Z | Downloaded universal-hash v0.5.1 |
835 | 2024-12-19T21:37:30.786Z | Downloaded twox-hash v1.6.3 |
836 | 2024-12-19T21:37:30.786Z | Downloaded tls_codec v0.4.1 |
837 | 2024-12-19T21:37:30.789Z | Downloaded dropshot_endpoint v0.13.0 |
838 | 2024-12-19T21:37:30.791Z | Downloaded const-oid v0.9.6 |
839 | 2024-12-19T21:37:30.794Z | Downloaded hickory-resolver v0.24.1 |
840 | 2024-12-19T21:37:30.797Z | Downloaded hashbrown v0.12.3 |
841 | 2024-12-19T21:37:30.801Z | Downloaded expectorate v1.1.0 |
842 | 2024-12-19T21:37:30.804Z | Downloaded rcgen v0.12.1 |
843 | 2024-12-19T21:37:30.806Z | Downloaded hickory-server v0.24.1 |
844 | 2024-12-19T21:37:30.811Z | Downloaded synstructure v0.13.1 |
845 | 2024-12-19T21:37:30.814Z | Downloaded stringmetrics v2.2.2 |
846 | 2024-12-19T21:37:30.816Z | Downloaded semver v0.1.20 |
847 | 2024-12-19T21:37:30.816Z | Downloaded secrecy v0.8.0 |
848 | 2024-12-19T21:37:30.818Z | Downloaded mime v0.3.17 |
849 | 2024-12-19T21:37:30.818Z | Downloaded trybuild v1.0.101 |
850 | 2024-12-19T21:37:30.821Z | Downloaded aes v0.8.4 |
851 | 2024-12-19T21:37:30.826Z | Downloaded rand_core v0.6.4 |
852 | 2024-12-19T21:37:30.829Z | Downloaded toml v0.8.19 |
853 | 2024-12-19T21:37:30.831Z | Downloaded parse-display v0.10.0 |
854 | 2024-12-19T21:37:30.833Z | Downloaded pkcs5 v0.7.1 |
855 | 2024-12-19T21:37:30.837Z | Downloaded fancy-regex v0.13.0 |
856 | 2024-12-19T21:37:30.839Z | Downloaded lazycell v1.3.0 |
857 | 2024-12-19T21:37:30.842Z | Downloaded walkdir v2.5.0 |
858 | 2024-12-19T21:37:30.842Z | Downloaded maybe-uninit v2.0.0 |
859 | 2024-12-19T21:37:30.845Z | Downloaded tracing-attributes v0.1.27 |
860 | 2024-12-19T21:37:30.847Z | Downloaded thiserror v2.0.3 |
861 | 2024-12-19T21:37:30.850Z | Downloaded libefi-sys v0.1.0 |
862 | 2024-12-19T21:37:30.852Z | Downloaded cc v1.1.30 |
863 | 2024-12-19T21:37:30.855Z | Downloaded bumpalo v3.16.0 |
864 | 2024-12-19T21:37:30.858Z | Downloaded base64 v0.21.7 |
865 | 2024-12-19T21:37:30.861Z | Downloaded dsl_auto_type v0.1.2 |
866 | 2024-12-19T21:37:30.864Z | Downloaded chacha20poly1305 v0.10.1 |
867 | 2024-12-19T21:37:30.867Z | Downloaded bytes v1.8.0 |
868 | 2024-12-19T21:37:30.869Z | Downloaded allocator-api2 v0.2.18 |
869 | 2024-12-19T21:37:30.872Z | Downloaded colorchoice v1.0.2 |
870 | 2024-12-19T21:37:30.872Z | Downloaded memoffset v0.9.1 |
871 | 2024-12-19T21:37:30.875Z | Downloaded wait-timeout v0.2.0 |
872 | 2024-12-19T21:37:30.875Z | Downloaded fatfs v0.3.6 |
873 | 2024-12-19T21:37:30.877Z | Downloaded usdt-impl v0.5.0 |
874 | 2024-12-19T21:37:30.880Z | Downloaded base64 v0.13.1 |
875 | 2024-12-19T21:37:30.882Z | Downloaded flume v0.11.1 |
876 | 2024-12-19T21:37:30.885Z | Downloaded serde_tokenstream v0.2.2 |
877 | 2024-12-19T21:37:30.887Z | Downloaded password-hash v0.5.0 |
878 | 2024-12-19T21:37:30.890Z | Downloaded async-io v2.3.4 |
879 | 2024-12-19T21:37:30.893Z | Downloaded rustc_version v0.1.7 |
880 | 2024-12-19T21:37:30.893Z | Downloaded rustc-hash v1.1.0 |
881 | 2024-12-19T21:37:30.893Z | Downloaded httparse v1.9.5 |
882 | 2024-12-19T21:37:30.896Z | Downloaded serde_repr v0.1.19 |
883 | 2024-12-19T21:37:30.899Z | Downloaded salsa20 v0.10.2 |
884 | 2024-12-19T21:37:30.902Z | Downloaded headers v0.4.0 |
885 | 2024-12-19T21:37:30.905Z | Downloaded predicates-core v1.0.8 |
886 | 2024-12-19T21:37:30.908Z | Downloaded powerfmt v0.2.0 |
887 | 2024-12-19T21:37:30.908Z | Downloaded phf_codegen v0.11.2 |
888 | 2024-12-19T21:37:30.910Z | Downloaded cancel-safe-futures v0.1.5 |
889 | 2024-12-19T21:37:30.913Z | Downloaded ahash v0.8.11 |
890 | 2024-12-19T21:37:30.916Z | Downloaded futures-lite v2.3.0 |
891 | 2024-12-19T21:37:30.916Z | Downloaded highway v1.2.0 |
892 | 2024-12-19T21:37:30.918Z | Downloaded httptest v0.16.1 |
893 | 2024-12-19T21:37:30.921Z | Downloaded futures-channel v0.3.31 |
894 | 2024-12-19T21:37:30.921Z | Downloaded async-bb8-diesel v0.2.1 |
895 | 2024-12-19T21:37:30.923Z | Downloaded base64ct v1.6.0 |
896 | 2024-12-19T21:37:30.926Z | Downloaded async-stream v0.3.6 |
897 | 2024-12-19T21:37:30.928Z | Downloaded buf-list v1.0.3 |
898 | 2024-12-19T21:37:30.931Z | Downloaded bcs v0.1.6 |
899 | 2024-12-19T21:37:30.931Z | Downloaded hex-literal v0.4.1 |
900 | 2024-12-19T21:37:30.933Z | Downloaded heck v0.4.1 |
901 | 2024-12-19T21:37:30.933Z | Downloaded hashlink v0.9.1 |
902 | 2024-12-19T21:37:30.936Z | Downloaded async-trait v0.1.83 |
903 | 2024-12-19T21:37:30.938Z | Downloaded async-task v4.7.1 |
904 | 2024-12-19T21:37:30.940Z | Downloaded async-lock v3.4.0 |
905 | 2024-12-19T21:37:30.943Z | Downloaded cargo_metadata v0.18.1 |
906 | 2024-12-19T21:37:30.946Z | Downloaded arrayvec v0.7.6 |
907 | 2024-12-19T21:37:30.948Z | Downloaded gethostname v0.5.0 |
908 | 2024-12-19T21:37:30.948Z | Downloaded futures-core v0.3.31 |
909 | 2024-12-19T21:37:30.948Z | Downloaded funty v2.0.0 |
910 | 2024-12-19T21:37:30.951Z | Downloaded errno v0.3.9 |
911 | 2024-12-19T21:37:30.951Z | Downloaded aead v0.5.2 |
912 | 2024-12-19T21:37:30.951Z | Downloaded async-recursion v1.1.1 |
913 | 2024-12-19T21:37:30.954Z | Downloaded hubpack v0.1.2 |
914 | 2024-12-19T21:37:30.956Z | Downloaded hash32 v0.3.1 |
915 | 2024-12-19T21:37:30.956Z | Downloaded fs-err v2.11.0 |
916 | 2024-12-19T21:37:30.959Z | Downloaded fragile v2.0.0 |
917 | 2024-12-19T21:37:30.961Z | Downloaded flagset v0.4.6 |
918 | 2024-12-19T21:37:30.963Z | Downloaded fallible-iterator v0.3.0 |
919 | 2024-12-19T21:37:30.963Z | Downloaded futures-sink v0.3.31 |
920 | 2024-12-19T21:37:30.963Z | Downloaded foldhash v0.1.3 |
921 | 2024-12-19T21:37:30.966Z | Downloaded ff v0.13.0 |
922 | 2024-12-19T21:37:30.966Z | Downloaded blocking v1.6.1 |
923 | 2024-12-19T21:37:30.969Z | Downloaded bitfield v0.14.0 |
924 | 2024-12-19T21:37:30.969Z | Downloaded atomic-waker v1.1.2 |
925 | 2024-12-19T21:37:30.969Z | Downloaded async-channel v2.3.1 |
926 | 2024-12-19T21:37:30.974Z | Downloaded foreign-types v0.5.0 |
927 | 2024-12-19T21:37:30.974Z | Downloaded arrayref v0.3.9 |
928 | 2024-12-19T21:37:30.974Z | Downloaded blowfish v0.9.1 |
929 | 2024-12-19T21:37:30.974Z | Downloaded ghash v0.5.1 |
930 | 2024-12-19T21:37:30.977Z | Downloaded foreign-types v0.3.2 |
931 | 2024-12-19T21:37:30.977Z | Downloaded async-attributes v1.1.2 |
932 | 2024-12-19T21:37:30.977Z | Downloaded form_urlencoded v1.2.1 |
933 | 2024-12-19T21:37:30.980Z | Downloaded fallible-iterator v0.2.0 |
934 | 2024-12-19T21:37:30.980Z | Downloaded block-buffer v0.10.4 |
935 | 2024-12-19T21:37:30.980Z | Downloaded async-channel v1.9.0 |
936 | 2024-12-19T21:37:30.983Z | Downloaded assert-json-diff v2.0.2 |
937 | 2024-12-19T21:37:30.984Z | Downloaded cast v0.3.0 |
938 | 2024-12-19T21:37:30.984Z | Downloaded ascii-canvas v3.0.0 |
939 | 2024-12-19T21:37:30.986Z | Downloaded bcrypt-pbkdf v0.10.0 |
940 | 2024-12-19T21:37:30.986Z | Downloaded autocfg v1.4.0 |
941 | 2024-12-19T21:37:30.989Z | Downloaded async-signal v0.2.10 |
942 | 2024-12-19T21:37:30.989Z | Downloaded heck v0.5.0 |
943 | 2024-12-19T21:37:30.991Z | Downloaded float-cmp v0.9.0 |
944 | 2024-12-19T21:37:30.991Z | Downloaded fastrand v2.1.1 |
945 | 2024-12-19T21:37:30.991Z | Downloaded base16ct v0.2.0 |
946 | 2024-12-19T21:37:30.994Z | Downloaded async-global-executor v2.4.1 |
947 | 2024-12-19T21:37:30.999Z | Downloaded anes v0.1.6 |
948 | 2024-12-19T21:37:31.054Z | Downloaded ring v0.17.8 |
949 | 2024-12-19T21:37:31.213Z | Downloaded ring v0.16.20 |
950 | 2024-12-19T21:37:31.301Z | Downloaded libsqlite3-sys v0.30.1 |
951 | 2024-12-19T21:37:31.389Z | Downloaded aws-lc-sys v0.22.0 |
952 | 2024-12-19T21:37:31.860Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
953 | 2024-12-19T21:37:43.953Z | Startup: Refreshing catalog 'helios-dev' ... Done |
954 | 2024-12-19T21:37:47.805Z | Startup: Caching catalogs ... Done |
955 | 2024-12-19T21:37:58.628Z | Planning: Solver setup ... Done (9.923s) |
956 | 2024-12-19T21:37:58.764Z | Planning: Running solver ... Done (0.135s) |
957 | 2024-12-19T21:37:58.863Z | Planning: Finding local manifests ... Done (0.004s) |
958 | 2024-12-19T21:37:58.892Z | Planning: Fetching manifests: 0/5 0% complete |
959 | 2024-12-19T21:37:59.530Z | Planning: Fetching manifests: 5/5 100% complete |
960 | 2024-12-19T21:37:59.628Z | Planning: Package planning ... Done (0.098s) |
961 | 2024-12-19T21:37:59.807Z | Planning: Merging actions ... Done (0.055s) |
962 | 2024-12-19T21:37:59.875Z | Planning: Checking for conflicting actions ... Done (0.190s) |
963 | 2024-12-19T21:38:02.112Z | Planning: Consolidating action changes ... Done (2.227s) |
964 | 2024-12-19T21:38:02.548Z | Planning: Evaluating mediators ... Done (0.435s) |
965 | 2024-12-19T21:38:02.631Z | Planning: Planning completed in 14.67 seconds |
966 | 2024-12-19T21:38:02.771Z | Packages to install: 4 |
967 | 2024-12-19T21:38:02.771Z | Packages to update: 1 |
968 | 2024-12-19T21:38:02.774Z | Mediators to change: 2 |
969 | 2024-12-19T21:38:02.774Z | Services to change: 1 |
970 | 2024-12-19T21:38:02.774Z | Estimated space available: 155.37 GB |
971 | 2024-12-19T21:38:02.774Z | Estimated space to be consumed: 1.61 GB |
972 | 2024-12-19T21:38:02.774Z | Create boot environment: No |
973 | 2024-12-19T21:38:02.774Z | Create backup boot environment: Yes |
974 | 2024-12-19T21:38:02.774Z | Rebuild boot archive: No |
975 | 2024-12-19T21:38:02.774Z | |
976 | 2024-12-19T21:38:02.774Z | Changed mediators: |
977 | 2024-12-19T21:38:02.774Z | mediator clang: |
978 | 2024-12-19T21:38:02.774Z | version: None -> 15 (system default) |
979 | 2024-12-19T21:38:02.774Z | |
980 | 2024-12-19T21:38:02.774Z | mediator llvm: |
981 | 2024-12-19T21:38:02.774Z | version: 14 (system default) -> 15 (system default) |
982 | 2024-12-19T21:38:02.774Z | |
983 | 2024-12-19T21:38:02.774Z | Changed packages: |
984 | 2024-12-19T21:38:02.774Z | helios-dev |
985 | 2024-12-19T21:38:02.774Z | developer/build-essential |
986 | 2024-12-19T21:38:02.774Z | None -> 11-2.0 |
987 | 2024-12-19T21:38:02.774Z | library/libxmlsec1 |
988 | 2024-12-19T21:38:02.774Z | None -> 1.2.35-2.0 |
989 | 2024-12-19T21:38:02.774Z | ooce/developer/clang-15 |
990 | 2024-12-19T21:38:02.774Z | None -> 15.0.7-2.0 |
991 | 2024-12-19T21:38:02.774Z | ooce/developer/llvm-15 |
992 | 2024-12-19T21:38:02.774Z | None -> 15.0.7-2.0 |
993 | 2024-12-19T21:38:02.774Z | package/pkg |
994 | 2024-12-19T21:38:02.774Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
995 | 2024-12-19T21:38:02.774Z | |
996 | 2024-12-19T21:38:02.774Z | Services: |
997 | 2024-12-19T21:38:02.774Z | restart_fmri: |
998 | 2024-12-19T21:38:02.774Z | svc:/system/update-man-index:default |
999 | 2024-12-19T21:38:02.774Z | |
1000 | 2024-12-19T21:38:02.775Z | Editable files to change: |
1001 | 2024-12-19T21:38:02.775Z | Update: |
1002 | 2024-12-19T21:38:02.775Z | usr/share/lib/pkg/web/config.shtml |
1003 | 2024-12-19T21:38:02.857Z | |
1004 | 2024-12-19T21:38:02.857Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1005 | 2024-12-19T21:38:09.018Z | Download: 213/4281 items 1.3/220.6MB 0% complete (525k/s) |
1006 | 2024-12-19T21:38:14.041Z | Download: 1191/4281 items 82.8/220.6MB 37% complete (8.2M/s) |
1007 | 2024-12-19T21:38:25.840Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
1008 | 2024-12-19T21:38:32.187Z | Download: 2224/4281 items 118.6/220.6MB 53% complete (10.1M/s) |
1009 | 2024-12-19T21:38:37.304Z | Download: 3034/4281 items 121.3/220.6MB 54% complete (1.2M/s) |
1010 | 2024-12-19T21:38:42.252Z | Download: 3600/4281 items 215.8/220.6MB 97% complete (9.8M/s) |
1011 | 2024-12-19T21:38:45.767Z | Download: Completed 220.60 MB in 42.73 seconds (5.2M/s) |
1012 | 2024-12-19T21:38:47.874Z | Actions: 1/5063 actions (Removing old actions) |
1013 | 2024-12-19T21:38:47.894Z | Actions: 194/5063 actions (Installing new actions) |
1014 | 2024-12-19T21:38:52.560Z | Actions: 4226/5063 actions (Updating modified actions) |
1015 | 2024-12-19T21:38:52.879Z | Actions: Completed 5063 actions in 4.98 seconds. |
1016 | 2024-12-19T21:38:53.281Z | Done (0.393s) |
1017 | 2024-12-19T21:38:53.284Z | Done (0.000s) |
1018 | 2024-12-19T21:38:53.853Z | Done (0.568s) |
1019 | 2024-12-19T21:38:58.111Z | Done (4.016s) |
1020 | 2024-12-19T21:38:58.196Z | Done (0.018s) |
1021 | 2024-12-19T21:38:58.199Z | Done (0.000s) |
1022 | 2024-12-19T21:38:58.356Z | Done (0.000s) |
1023 | 2024-12-19T21:38:59.038Z | Planning: Evaluating mediator changes ... Done |
1024 | 2024-12-19T21:38:59.195Z | Planning: Checking for conflicting actions ... Done |
1025 | 2024-12-19T21:38:59.198Z | Planning: Consolidating action changes ... Done |
1026 | 2024-12-19T21:38:59.460Z | Planning: Evaluating mediators ... Done |
1027 | 2024-12-19T21:38:59.463Z | Planning: Planning completed in 0.42 seconds |
1028 | 2024-12-19T21:38:59.500Z | Mediators to change: 2 |
1029 | 2024-12-19T21:38:59.503Z | Create boot environment: No |
1030 | 2024-12-19T21:38:59.503Z | Create backup boot environment: No |
1031 | 2024-12-19T21:38:59.585Z | Done |
1032 | 2024-12-19T21:38:59.585Z | Done |
1033 | 2024-12-19T21:38:59.936Z | Done |
1034 | 2024-12-19T21:39:03.495Z | Done |
1035 | 2024-12-19T21:39:03.591Z | Done |
1036 | 2024-12-19T21:39:03.594Z | Done |
1037 | 2024-12-19T21:39:03.730Z | Done |
1038 | 2024-12-19T21:39:04.339Z | Planning: Evaluating mediator changes ... Done |
1039 | 2024-12-19T21:39:04.342Z | Planning: Merging actions ... Done |
1040 | 2024-12-19T21:39:04.530Z | Planning: Checking for conflicting actions ... Done |
1041 | 2024-12-19T21:39:04.533Z | Planning: Consolidating action changes ... Done |
1042 | 2024-12-19T21:39:04.796Z | Planning: Evaluating mediators ... Done |
1043 | 2024-12-19T21:39:04.849Z | Planning: Planning completed in 0.75 seconds |
1044 | 2024-12-19T21:39:04.891Z | Packages to change: 1 |
1045 | 2024-12-19T21:39:04.891Z | Mediators to change: 1 |
1046 | 2024-12-19T21:39:04.895Z | Services to change: 1 |
1047 | 2024-12-19T21:39:04.895Z | Create boot environment: No |
1048 | 2024-12-19T21:39:04.895Z | Create backup boot environment: Yes |
1049 | 2024-12-19T21:39:07.297Z | Actions: 1/6 actions (Updating modified actions) |
1050 | 2024-12-19T21:39:07.303Z | Actions: Completed 6 actions in 0.00 seconds. |
1051 | 2024-12-19T21:39:07.303Z | Done |
1052 | 2024-12-19T21:39:07.303Z | Done |
1053 | 2024-12-19T21:39:07.412Z | Done |
1054 | 2024-12-19T21:39:10.980Z | Done |
1055 | 2024-12-19T21:39:11.074Z | Done |
1056 | 2024-12-19T21:39:11.078Z | Done |
1057 | 2024-12-19T21:39:11.282Z | Done |
1058 | 2024-12-19T21:39:11.716Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1059 | 2024-12-19T21:39:11.716Z | clang system 15 system |
1060 | 2024-12-19T21:39:11.716Z | csh system system illumos |
1061 | 2024-12-19T21:39:11.716Z | ctags system system illumos |
1062 | 2024-12-19T21:39:11.716Z | gcc vendor 12 vendor |
1063 | 2024-12-19T21:39:11.716Z | gcc system 10 system |
1064 | 2024-12-19T21:39:11.716Z | gcc system 7 system |
1065 | 2024-12-19T21:39:11.717Z | go system 1.20 system |
1066 | 2024-12-19T21:39:11.717Z | go system 1.19 system |
1067 | 2024-12-19T21:39:11.717Z | llvm system 15 system |
1068 | 2024-12-19T21:39:11.717Z | llvm system 14 system |
1069 | 2024-12-19T21:39:11.717Z | mariadb system 10.6 system |
1070 | 2024-12-19T21:39:11.717Z | mta vendor vendor dma |
1071 | 2024-12-19T21:39:11.717Z | openjdk system 17 system |
1072 | 2024-12-19T21:39:11.717Z | openjdk system 11 system |
1073 | 2024-12-19T21:39:11.717Z | openjdk system 1.8 system |
1074 | 2024-12-19T21:39:11.717Z | openssl vendor 3 vendor |
1075 | 2024-12-19T21:39:11.717Z | perl system 5.36 system |
1076 | 2024-12-19T21:39:11.717Z | postgresql system 15 system |
1077 | 2024-12-19T21:39:11.717Z | postgresql system 13 system |
1078 | 2024-12-19T21:39:11.717Z | python vendor 3 vendor |
1079 | 2024-12-19T21:39:11.717Z | python system 2 system |
1080 | 2024-12-19T21:39:11.717Z | python3 system 3.11 system |
1081 | 2024-12-19T21:39:11.717Z | ruby system 3.0 system |
1082 | 2024-12-19T21:39:11.717Z | words vendor vendor american-english |
1083 | 2024-12-19T21:39:11.717Z | words system system australian-english |
1084 | 2024-12-19T21:39:11.717Z | words system system british-english |
1085 | 2024-12-19T21:39:11.717Z | words system system canadian-english |
1086 | 2024-12-19T21:39:11.717Z | words system system french |
1087 | 2024-12-19T21:39:11.717Z | words system system italian |
1088 | 2024-12-19T21:39:11.717Z | words system system ngerman |
1089 | 2024-12-19T21:39:11.717Z | words system system ogerman |
1090 | 2024-12-19T21:39:11.717Z | words system system spanish |
1091 | 2024-12-19T21:39:12.046Z | PUBLISHER TYPE STATUS P LOCATION |
1092 | 2024-12-19T21:39:12.046Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1093 | 2024-12-19T21:39:14.742Z | FMRI IFO |
1094 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1095 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1096 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1097 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1098 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1099 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1100 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1101 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1102 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1103 | 2024-12-19T21:39:14.742Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1104 | 2024-12-19T21:39:14.743Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1105 | 2024-12-19T21:39:14.743Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1106 | 2024-12-19T21:39:14.743Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1107 | 2024-12-19T21:39:14.743Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1108 | 2024-12-19T21:39:14.743Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1109 | 2024-12-19T21:39:15.763Z | Downloading crates ... |
1110 | 2024-12-19T21:39:15.847Z | Downloaded cargo_toml v0.20.5 |
1111 | 2024-12-19T21:39:15.980Z | Compiling proc-macro2 v1.0.89 |
1112 | 2024-12-19T21:39:15.980Z | Compiling unicode-ident v1.0.13 |
1113 | 2024-12-19T21:39:15.983Z | Compiling serde v1.0.215 |
1114 | 2024-12-19T21:39:15.983Z | Compiling version_check v0.9.5 |
1115 | 2024-12-19T21:39:15.983Z | Compiling memchr v2.7.4 |
1116 | 2024-12-19T21:39:15.983Z | Compiling thiserror v1.0.69 |
1117 | 2024-12-19T21:39:15.983Z | Compiling libc v0.2.162 |
1118 | 2024-12-19T21:39:15.983Z | Compiling ucd-trie v0.1.7 |
1119 | 2024-12-19T21:39:16.238Z | Compiling itoa v1.0.11 |
1120 | 2024-12-19T21:39:16.457Z | Compiling ryu v1.0.18 |
1121 | 2024-12-19T21:39:16.658Z | Compiling once_cell v1.20.2 |
1122 | 2024-12-19T21:39:16.763Z | Compiling byteorder v1.5.0 |
1123 | 2024-12-19T21:39:16.866Z | Compiling serde_json v1.0.132 |
1124 | 2024-12-19T21:39:16.927Z | Compiling rustix v0.38.37 |
1125 | 2024-12-19T21:39:17.224Z | Compiling bitflags v2.6.0 |
1126 | 2024-12-19T21:39:17.265Z | Compiling proc-macro-error-attr v1.0.4 |
1127 | 2024-12-19T21:39:17.470Z | Compiling usdt-impl v0.5.0 |
1128 | 2024-12-19T21:39:17.533Z | Compiling syn v1.0.109 |
1129 | 2024-12-19T21:39:17.678Z | Compiling proc-macro-error v1.0.4 |
1130 | 2024-12-19T21:39:17.719Z | Compiling quote v1.0.37 |
1131 | 2024-12-19T21:39:17.807Z | Compiling hashbrown v0.15.1 |
1132 | 2024-12-19T21:39:17.909Z | Compiling utf8parse v0.2.2 |
1133 | 2024-12-19T21:39:17.934Z | Compiling equivalent v1.0.1 |
1134 | 2024-12-19T21:39:18.031Z | Compiling plain v0.2.3 |
1135 | 2024-12-19T21:39:18.056Z | Compiling log v0.4.22 |
1136 | 2024-12-19T21:39:18.114Z | Compiling syn v2.0.87 |
1137 | 2024-12-19T21:39:18.176Z | Compiling errno v0.3.9 |
1138 | 2024-12-19T21:39:18.419Z | Compiling camino v1.1.9 |
1139 | 2024-12-19T21:39:18.451Z | Compiling anstyle-parse v0.2.5 |
1140 | 2024-12-19T21:39:18.626Z | Compiling thread-id v4.2.2 |
1141 | 2024-12-19T21:39:18.858Z | Compiling anstyle-query v1.1.1 |
1142 | 2024-12-19T21:39:19.036Z | Compiling indexmap v2.6.0 |
1143 | 2024-12-19T21:39:19.114Z | Compiling unicode-width v0.1.14 |
1144 | 2024-12-19T21:39:19.209Z | Compiling colorchoice v1.0.2 |
1145 | 2024-12-19T21:39:19.209Z | Compiling winnow v0.6.20 |
1146 | 2024-12-19T21:39:19.299Z | Compiling autocfg v1.4.0 |
1147 | 2024-12-19T21:39:19.512Z | Compiling anstyle v1.0.10 |
1148 | 2024-12-19T21:39:19.588Z | Compiling pretty-hex v0.4.1 |
1149 | 2024-12-19T21:39:19.762Z | Compiling semver v1.0.23 |
1150 | 2024-12-19T21:39:19.914Z | Compiling is_terminal_polyfill v1.70.1 |
1151 | 2024-12-19T21:39:20.049Z | Compiling anstream v0.6.15 |
1152 | 2024-12-19T21:39:20.443Z | Compiling fs-err v2.11.0 |
1153 | 2024-12-19T21:39:20.443Z | Compiling terminal_size v0.4.0 |
1154 | 2024-12-19T21:39:20.462Z | Compiling heck v0.5.0 |
1155 | 2024-12-19T21:39:20.705Z | Compiling bytecount v0.6.8 |
1156 | 2024-12-19T21:39:20.808Z | Compiling heck v0.4.1 |
1157 | 2024-12-19T21:39:20.903Z | Compiling fastrand v2.1.1 |
1158 | 2024-12-19T21:39:20.945Z | Compiling anyhow v1.0.93 |
1159 | 2024-12-19T21:39:21.043Z | Compiling strsim v0.11.1 |
1160 | 2024-12-19T21:39:21.237Z | Compiling fnv v1.0.7 |
1161 | 2024-12-19T21:39:21.316Z | Compiling clap_lex v0.7.2 |
1162 | 2024-12-19T21:39:21.466Z | Compiling cfg-if v1.0.0 |
1163 | 2024-12-19T21:39:21.552Z | Compiling tempfile v3.13.0 |
1164 | 2024-12-19T21:39:21.822Z | Compiling clap_builder v4.5.21 |
1165 | 2024-12-19T21:39:21.998Z | Compiling papergrid v0.11.0 |
1166 | 2024-12-19T21:39:22.044Z | Compiling memmap v0.7.0 |
1167 | 2024-12-19T21:39:22.151Z | Compiling smawk v0.3.2 |
1168 | 2024-12-19T21:39:22.354Z | Compiling unicode-linebreak v0.1.5 |
1169 | 2024-12-19T21:39:22.852Z | Compiling textwrap v0.16.1 |
1170 | 2024-12-19T21:39:22.967Z | Compiling swrite v0.1.0 |
1171 | 2024-12-19T21:39:24.003Z | Compiling tabled_derive v0.7.0 |
1172 | 2024-12-19T21:39:25.556Z | Compiling tabled v0.15.0 |
1173 | 2024-12-19T21:39:27.186Z | Compiling serde_derive v1.0.215 |
1174 | 2024-12-19T21:39:27.186Z | Compiling thiserror-impl v1.0.69 |
1175 | 2024-12-19T21:39:27.189Z | Compiling zerocopy-derive v0.7.35 |
1176 | 2024-12-19T21:39:27.189Z | Compiling scroll_derive v0.12.0 |
1177 | 2024-12-19T21:39:27.323Z | Compiling clap_derive v4.5.18 |
1178 | 2024-12-19T21:39:28.420Z | Compiling scroll v0.12.0 |
1179 | 2024-12-19T21:39:28.881Z | Compiling goblin v0.8.2 |
1180 | 2024-12-19T21:39:28.971Z | Compiling zerocopy v0.7.35 |
1181 | 2024-12-19T21:39:29.868Z | Compiling pest v2.7.14 |
1182 | 2024-12-19T21:39:31.082Z | Compiling clap v4.5.21 |
1183 | 2024-12-19T21:39:32.139Z | Compiling pest_meta v2.7.14 |
1184 | 2024-12-19T21:39:32.980Z | Compiling pest_generator v2.7.14 |
1185 | 2024-12-19T21:39:34.927Z | Compiling pest_derive v2.7.14 |
1186 | 2024-12-19T21:39:35.651Z | Compiling dtrace-parser v0.2.0 |
1187 | 2024-12-19T21:39:37.196Z | Compiling serde_spanned v0.6.8 |
1188 | 2024-12-19T21:39:37.196Z | Compiling toml_datetime v0.6.8 |
1189 | 2024-12-19T21:39:37.199Z | Compiling cargo-platform v0.1.8 |
1190 | 2024-12-19T21:39:37.602Z | Compiling serde_tokenstream v0.2.2 |
1191 | 2024-12-19T21:39:37.694Z | Compiling toml_edit v0.22.22 |
1192 | 2024-12-19T21:39:37.730Z | Compiling macaddr v1.0.1 |
1193 | 2024-12-19T21:39:37.797Z | Compiling camino-tempfile v1.1.1 |
1194 | 2024-12-19T21:39:38.706Z | Compiling dof v0.3.0 |
1195 | 2024-12-19T21:39:38.706Z | Compiling cargo_metadata v0.18.1 |
1196 | 2024-12-19T21:39:40.396Z | Compiling toml v0.8.19 |
1197 | 2024-12-19T21:39:40.538Z | Compiling usdt-attr-macro v0.5.0 |
1198 | 2024-12-19T21:39:40.541Z | Compiling usdt-macro v0.5.0 |
1199 | 2024-12-19T21:39:41.211Z | Compiling cargo_toml v0.20.5 |
1200 | 2024-12-19T21:39:41.884Z | Compiling usdt v0.5.0 |
1201 | 2024-12-19T21:39:44.801Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1202 | 2024-12-19T21:39:48.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s |
1203 | 2024-12-19T21:39:49.013Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1204 | 2024-12-19T21:39:49.856Z | Compiling serde v1.0.215 |
1205 | 2024-12-19T21:39:49.861Z | Compiling lock_api v0.4.12 |
1206 | 2024-12-19T21:39:49.861Z | Compiling scopeguard v1.2.0 |
1207 | 2024-12-19T21:39:49.861Z | Compiling value-bag v1.9.0 |
1208 | 2024-12-19T21:39:49.861Z | Compiling typenum v1.17.0 |
1209 | 2024-12-19T21:39:49.861Z | Compiling generic-array v0.14.7 |
1210 | 2024-12-19T21:39:50.009Z | Compiling syn v2.0.87 |
1211 | 2024-12-19T21:39:50.019Z | Compiling getrandom v0.2.15 |
1212 | 2024-12-19T21:39:50.110Z | Compiling shlex v1.3.0 |
1213 | 2024-12-19T21:39:50.309Z | Compiling rand_core v0.6.4 |
1214 | 2024-12-19T21:39:50.436Z | Compiling log v0.4.22 |
1215 | 2024-12-19T21:39:50.518Z | Compiling subtle v2.6.1 |
1216 | 2024-12-19T21:39:50.536Z | Compiling jobserver v0.1.32 |
1217 | 2024-12-19T21:39:50.553Z | Compiling smallvec v1.13.2 |
1218 | 2024-12-19T21:39:50.827Z | Compiling const-oid v0.9.6 |
1219 | 2024-12-19T21:39:50.863Z | Compiling spin v0.9.8 |
1220 | 2024-12-19T21:39:50.882Z | Compiling cc v1.1.30 |
1221 | 2024-12-19T21:39:50.949Z | Compiling pin-project-lite v0.2.14 |
1222 | 2024-12-19T21:39:51.076Z | Compiling rustix v0.38.37 |
1223 | 2024-12-19T21:39:51.248Z | Compiling parking_lot_core v0.9.10 |
1224 | 2024-12-19T21:39:51.284Z | Compiling futures-core v0.3.31 |
1225 | 2024-12-19T21:39:51.453Z | Compiling signal-hook-registry v1.4.2 |
1226 | 2024-12-19T21:39:51.571Z | Compiling mio v1.0.2 |
1227 | 2024-12-19T21:39:52.010Z | Compiling aho-corasick v1.1.3 |
1228 | 2024-12-19T21:39:52.268Z | Compiling parking_lot v0.12.3 |
1229 | 2024-12-19T21:39:52.375Z | Compiling cpufeatures v0.2.14 |
1230 | 2024-12-19T21:39:52.478Z | Compiling regex-syntax v0.8.5 |
1231 | 2024-12-19T21:39:52.761Z | Compiling lazy_static v1.5.0 |
1232 | 2024-12-19T21:39:52.765Z | Compiling futures-sink v0.3.31 |
1233 | 2024-12-19T21:39:52.832Z | Compiling either v1.13.0 |
1234 | 2024-12-19T21:39:52.881Z | Compiling glob v0.3.1 |
1235 | 2024-12-19T21:39:52.928Z | Compiling stable_deref_trait v1.2.0 |
1236 | 2024-12-19T21:39:53.038Z | Compiling socket2 v0.5.7 |
1237 | 2024-12-19T21:39:53.145Z | Compiling slab v0.4.9 |
1238 | 2024-12-19T21:39:53.261Z | Compiling prettyplease v0.2.25 |
1239 | 2024-12-19T21:39:53.580Z | Compiling minimal-lexical v0.2.1 |
1240 | 2024-12-19T21:39:53.865Z | Compiling clang-sys v1.8.1 |
1241 | 2024-12-19T21:39:53.914Z | Compiling libloading v0.8.5 |
1242 | 2024-12-19T21:39:54.013Z | Compiling nom v7.1.3 |
1243 | 2024-12-19T21:39:54.104Z | Compiling serde_json v1.0.132 |
1244 | 2024-12-19T21:39:54.323Z | Compiling bindgen v0.69.5 |
1245 | 2024-12-19T21:39:54.400Z | Compiling home v0.5.9 |
1246 | 2024-12-19T21:39:54.668Z | Compiling itertools v0.10.5 |
1247 | 2024-12-19T21:39:55.315Z | Compiling futures-channel v0.3.31 |
1248 | 2024-12-19T21:39:55.338Z | Compiling pin-utils v0.1.0 |
1249 | 2024-12-19T21:39:55.338Z | Compiling foldhash v0.1.3 |
1250 | 2024-12-19T21:39:55.601Z | Compiling rustc-hash v1.1.0 |
1251 | 2024-12-19T21:39:55.670Z | Compiling lazycell v1.3.0 |
1252 | 2024-12-19T21:39:55.747Z | Compiling allocator-api2 v0.2.18 |
1253 | 2024-12-19T21:39:55.769Z | Compiling futures-task v0.3.31 |
1254 | 2024-12-19T21:39:56.031Z | Compiling regex-automata v0.4.8 |
1255 | 2024-12-19T21:39:56.517Z | Compiling futures-io v0.3.31 |
1256 | 2024-12-19T21:39:56.860Z | Compiling hashbrown v0.15.1 |
1257 | 2024-12-19T21:39:57.412Z | Compiling synstructure v0.13.1 |
1258 | 2024-12-19T21:39:57.665Z | Compiling cexpr v0.6.0 |
1259 | 2024-12-19T21:39:58.207Z | Compiling cmake v0.1.51 |
1260 | 2024-12-19T21:39:59.100Z | Compiling fs_extra v1.3.0 |
1261 | 2024-12-19T21:39:59.226Z | Compiling dunce v1.0.5 |
1262 | 2024-12-19T21:39:59.245Z | Compiling libm v0.2.8 |
1263 | 2024-12-19T21:39:59.350Z | Compiling pkg-config v0.3.31 |
1264 | 2024-12-19T21:39:59.400Z | Compiling tinyvec_macros v0.1.1 |
1265 | 2024-12-19T21:39:59.489Z | Compiling tinyvec v1.8.0 |
1266 | 2024-12-19T21:39:59.598Z | Compiling num-traits v0.2.19 |
1267 | 2024-12-19T21:40:00.101Z | Compiling ring v0.17.8 |
1268 | 2024-12-19T21:40:00.770Z | Compiling unicode-bidi v0.3.17 |
1269 | 2024-12-19T21:40:00.904Z | Compiling litemap v0.7.3 |
1270 | 2024-12-19T21:40:01.008Z | Compiling unicode-normalization v0.1.24 |
1271 | 2024-12-19T21:40:01.073Z | Compiling paste v1.0.15 |
1272 | 2024-12-19T21:40:01.227Z | Compiling base64ct v1.6.0 |
1273 | 2024-12-19T21:40:01.289Z | Compiling writeable v0.5.5 |
1274 | 2024-12-19T21:40:01.572Z | Compiling regex v1.11.1 |
1275 | 2024-12-19T21:40:01.854Z | Compiling pem-rfc7468 v0.7.0 |
1276 | 2024-12-19T21:40:02.245Z | Compiling flagset v0.4.6 |
1277 | 2024-12-19T21:40:02.453Z | Compiling aws-lc-rs v1.10.0 |
1278 | 2024-12-19T21:40:02.549Z | Compiling httparse v1.9.5 |
1279 | 2024-12-19T21:40:02.888Z | Compiling tracing-core v0.1.32 |
1280 | 2024-12-19T21:40:03.319Z | Compiling crossbeam-utils v0.8.20 |
1281 | 2024-12-19T21:40:03.756Z | Compiling percent-encoding v2.3.1 |
1282 | 2024-12-19T21:40:03.890Z | Compiling rustls-pki-types v1.10.0 |
1283 | 2024-12-19T21:40:04.067Z | Compiling icu_locid_transform_data v1.5.0 |
1284 | 2024-12-19T21:40:04.161Z | Compiling time-core v0.1.2 |
1285 | 2024-12-19T21:40:04.276Z | Compiling vcpkg v0.2.15 |
1286 | 2024-12-19T21:40:04.325Z | Compiling num-conv v0.1.0 |
1287 | 2024-12-19T21:40:04.349Z | Compiling serde_derive v1.0.215 |
1288 | 2024-12-19T21:40:04.605Z | Compiling zeroize_derive v1.4.2 |
1289 | 2024-12-19T21:40:04.833Z | Compiling zerocopy-derive v0.7.35 |
1290 | 2024-12-19T21:40:04.991Z | Compiling tokio-macros v2.4.0 |
1291 | 2024-12-19T21:40:06.157Z | Compiling zeroize v1.8.1 |
1292 | 2024-12-19T21:40:06.419Z | Compiling zerofrom-derive v0.1.4 |
1293 | 2024-12-19T21:40:06.612Z | Compiling yoke-derive v0.7.4 |
1294 | 2024-12-19T21:40:06.649Z | Compiling thiserror-impl v1.0.69 |
1295 | 2024-12-19T21:40:07.070Z | Compiling zerocopy v0.7.35 |
1296 | 2024-12-19T21:40:07.799Z | Compiling futures-macro v0.3.31 |
1297 | 2024-12-19T21:40:07.946Z | Compiling crypto-common v0.1.6 |
1298 | 2024-12-19T21:40:08.187Z | Compiling block-buffer v0.10.4 |
1299 | 2024-12-19T21:40:08.447Z | Compiling digest v0.10.7 |
1300 | 2024-12-19T21:40:08.711Z | Compiling zerovec-derive v0.10.3 |
1301 | 2024-12-19T21:40:08.812Z | Compiling block-padding v0.3.3 |
1302 | 2024-12-19T21:40:08.955Z | Compiling hmac v0.12.1 |
1303 | 2024-12-19T21:40:09.062Z | Compiling displaydoc v0.2.5 |
1304 | 2024-12-19T21:40:09.202Z | Compiling inout v0.1.3 |
1305 | 2024-12-19T21:40:09.481Z | Compiling cipher v0.4.4 |
1306 | 2024-12-19T21:40:09.760Z | Compiling sha2 v0.10.8 |
1307 | 2024-12-19T21:40:09.778Z | Compiling futures-util v0.3.31 |
1308 | 2024-12-19T21:40:10.001Z | Compiling ppv-lite86 v0.2.20 |
1309 | 2024-12-19T21:40:10.059Z | Compiling thiserror v1.0.69 |
1310 | 2024-12-19T21:40:10.197Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2024-12-19T21:40:10.512Z | Compiling zerofrom v0.1.4 |
1312 | 2024-12-19T21:40:10.735Z | Compiling yoke v0.7.4 |
1313 | 2024-12-19T21:40:10.805Z | Compiling der_derive v0.7.3 |
1314 | 2024-12-19T21:40:10.875Z | Compiling rand_chacha v0.3.1 |
1315 | 2024-12-19T21:40:11.101Z | Compiling tracing-attributes v0.1.27 |
1316 | 2024-12-19T21:40:11.323Z | Compiling zerovec v0.10.4 |
1317 | 2024-12-19T21:40:11.351Z | Compiling rand v0.8.5 |
1318 | 2024-12-19T21:40:13.254Z | Compiling tinystr v0.7.6 |
1319 | 2024-12-19T21:40:13.423Z | Compiling icu_collections v1.5.0 |
1320 | 2024-12-19T21:40:13.485Z | Compiling der v0.7.9 |
1321 | 2024-12-19T21:40:13.541Z | Compiling pest v2.7.14 |
1322 | 2024-12-19T21:40:13.629Z | Compiling salsa20 v0.10.2 |
1323 | 2024-12-19T21:40:13.717Z | Compiling icu_locid v1.5.0 |
1324 | 2024-12-19T21:40:13.854Z | Compiling pbkdf2 v0.12.2 |
1325 | 2024-12-19T21:40:14.038Z | Compiling powerfmt v0.2.0 |
1326 | 2024-12-19T21:40:14.425Z | Compiling untrusted v0.7.1 |
1327 | 2024-12-19T21:40:14.607Z | Compiling untrusted v0.9.0 |
1328 | 2024-12-19T21:40:14.802Z | Compiling icu_properties_data v1.5.0 |
1329 | 2024-12-19T21:40:14.852Z | Compiling mirai-annotations v1.12.0 |
1330 | 2024-12-19T21:40:14.946Z | Compiling icu_provider v1.5.0 |
1331 | 2024-12-19T21:40:15.026Z | Compiling tracing v0.1.40 |
1332 | 2024-12-19T21:40:15.565Z | Compiling spki v0.7.3 |
1333 | 2024-12-19T21:40:15.954Z | Compiling icu_locid_transform v1.5.0 |
1334 | 2024-12-19T21:40:16.017Z | Compiling deranged v0.3.11 |
1335 | 2024-12-19T21:40:16.043Z | Compiling scrypt v0.11.0 |
1336 | 2024-12-19T21:40:16.193Z | Compiling pest_meta v2.7.14 |
1337 | 2024-12-19T21:40:16.659Z | Compiling aes v0.8.4 |
1338 | 2024-12-19T21:40:16.668Z | Compiling cbc v0.1.2 |
1339 | 2024-12-19T21:40:16.716Z | Compiling openssl-sys v0.9.103 |
1340 | 2024-12-19T21:40:16.928Z | Compiling time-macros v0.2.18 |
1341 | 2024-12-19T21:40:17.829Z | Compiling icu_properties v1.5.1 |
1342 | 2024-12-19T21:40:17.957Z | Compiling scroll_derive v0.12.0 |
1343 | 2024-12-19T21:40:18.620Z | Compiling bitflags v2.6.0 |
1344 | 2024-12-19T21:40:18.744Z | Compiling bytes v1.8.0 |
1345 | 2024-12-19T21:40:19.441Z | Compiling indexmap v2.6.0 |
1346 | 2024-12-19T21:40:19.582Z | Compiling semver v1.0.23 |
1347 | 2024-12-19T21:40:20.053Z | Compiling tokio v1.40.0 |
1348 | 2024-12-19T21:40:20.211Z | Compiling http v1.1.0 |
1349 | 2024-12-19T21:40:20.346Z | Compiling rustc_version v0.4.1 |
1350 | 2024-12-19T21:40:21.077Z | Compiling utf16_iter v1.0.5 |
1351 | 2024-12-19T21:40:21.200Z | Compiling icu_normalizer_data v1.5.0 |
1352 | 2024-12-19T21:40:21.284Z | Compiling num_threads v0.1.7 |
1353 | 2024-12-19T21:40:21.313Z | Compiling utf8_iter v1.0.4 |
1354 | 2024-12-19T21:40:21.445Z | Compiling atomic-waker v1.1.2 |
1355 | 2024-12-19T21:40:21.600Z | Compiling write16 v1.0.0 |
1356 | 2024-12-19T21:40:21.651Z | Compiling time v0.3.36 |
1357 | 2024-12-19T21:40:21.735Z | Compiling icu_normalizer v1.5.0 |
1358 | 2024-12-19T21:40:22.133Z | Compiling http-body v1.0.1 |
1359 | 2024-12-19T21:40:22.239Z | Compiling scroll v0.12.0 |
1360 | 2024-12-19T21:40:26.288Z | Compiling pkcs5 v0.7.1 |
1361 | 2024-12-19T21:40:26.366Z | Compiling pest_generator v2.7.14 |
1362 | 2024-12-19T21:40:26.366Z | Compiling form_urlencoded v1.2.1 |
1363 | 2024-12-19T21:40:26.366Z | Compiling slog v2.7.0 |
1364 | 2024-12-19T21:40:26.366Z | Compiling which v4.4.2 |
1365 | 2024-12-19T21:40:26.366Z | Compiling try-lock v0.2.5 |
1366 | 2024-12-19T21:40:26.366Z | Compiling want v0.3.1 |
1367 | 2024-12-19T21:40:26.366Z | Compiling pkcs8 v0.10.2 |
1368 | 2024-12-19T21:40:26.366Z | Compiling goblin v0.8.2 |
1369 | 2024-12-19T21:40:26.366Z | Compiling idna_adapter v1.2.0 |
1370 | 2024-12-19T21:40:26.366Z | Compiling httpdate v1.0.3 |
1371 | 2024-12-19T21:40:26.366Z | Compiling idna v1.0.3 |
1372 | 2024-12-19T21:40:26.366Z | Compiling serde_spanned v0.6.8 |
1373 | 2024-12-19T21:40:26.366Z | Compiling pest_derive v2.7.14 |
1374 | 2024-12-19T21:40:26.367Z | Compiling toml_datetime v0.6.8 |
1375 | 2024-12-19T21:40:26.367Z | Compiling serde_tokenstream v0.2.2 |
1376 | 2024-12-19T21:40:26.367Z | Compiling uuid v1.11.0 |
1377 | 2024-12-19T21:40:26.367Z | Compiling dtrace-parser v0.2.0 |
1378 | 2024-12-19T21:40:26.367Z | Compiling iana-time-zone v0.1.61 |
1379 | 2024-12-19T21:40:26.428Z | Compiling tower-service v0.3.3 |
1380 | 2024-12-19T21:40:26.461Z | Compiling openssl v0.10.66 |
1381 | 2024-12-19T21:40:26.495Z | Compiling adler2 v2.0.0 |
1382 | 2024-12-19T21:40:26.700Z | Compiling match_cfg v0.1.0 |
1383 | 2024-12-19T21:40:26.798Z | Compiling rustversion v1.0.17 |
1384 | 2024-12-19T21:40:26.830Z | Compiling base64 v0.22.1 |
1385 | 2024-12-19T21:40:26.891Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2024-12-19T21:40:26.999Z | Compiling foreign-types v0.3.2 |
1387 | 2024-12-19T21:40:27.018Z | Compiling hostname v0.3.1 |
1388 | 2024-12-19T21:40:27.098Z | Compiling miniz_oxide v0.8.0 |
1389 | 2024-12-19T21:40:27.265Z | Compiling chrono v0.4.38 |
1390 | 2024-12-19T21:40:27.577Z | Compiling url v2.5.3 |
1391 | 2024-12-19T21:40:27.659Z | Compiling openssl-macros v0.1.1 |
1392 | 2024-12-19T21:40:28.424Z | Compiling tokio-util v0.7.12 |
1393 | 2024-12-19T21:40:28.634Z | Compiling async-trait v0.1.83 |
1394 | 2024-12-19T21:40:28.929Z | Compiling dirs-sys-next v0.1.2 |
1395 | 2024-12-19T21:40:29.575Z | Compiling h2 v0.4.6 |
1396 | 2024-12-19T21:40:29.599Z | Compiling dof v0.3.0 |
1397 | 2024-12-19T21:40:29.847Z | Compiling siphasher v0.3.11 |
1398 | 2024-12-19T21:40:30.213Z | Compiling syn v1.0.109 |
1399 | 2024-12-19T21:40:30.830Z | Compiling usdt-impl v0.5.0 |
1400 | 2024-12-19T21:40:30.960Z | Compiling native-tls v0.2.12 |
1401 | 2024-12-19T21:40:31.280Z | Compiling rustls v0.22.4 |
1402 | 2024-12-19T21:40:31.395Z | Compiling data-encoding v2.6.0 |
1403 | 2024-12-19T21:40:31.572Z | Compiling rustls v0.23.19 |
1404 | 2024-12-19T21:40:31.849Z | Compiling dirs-next v2.0.0 |
1405 | 2024-12-19T21:40:32.449Z | Compiling http-body-util v0.1.2 |
1406 | 2024-12-19T21:40:32.983Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2024-12-19T21:40:33.429Z | Compiling heapless v0.7.17 |
1408 | 2024-12-19T21:40:33.712Z | Compiling signature v2.2.0 |
1409 | 2024-12-19T21:40:33.853Z | Compiling sha1 v0.10.6 |
1410 | 2024-12-19T21:40:33.885Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2024-12-19T21:40:34.006Z | Compiling serde_derive_internals v0.29.1 |
1412 | 2024-12-19T21:40:34.132Z | Compiling thread_local v1.1.8 |
1413 | 2024-12-19T21:40:34.255Z | Compiling cookie v0.18.1 |
1414 | 2024-12-19T21:40:34.392Z | Compiling encoding_rs v0.8.34 |
1415 | 2024-12-19T21:40:34.539Z | Compiling multer v3.1.0 |
1416 | 2024-12-19T21:40:34.650Z | Compiling unicode-properties v0.1.3 |
1417 | 2024-12-19T21:40:34.809Z | Compiling slog-async v2.8.0 |
1418 | 2024-12-19T21:40:35.026Z | Compiling mime v0.3.17 |
1419 | 2024-12-19T21:40:35.332Z | Compiling gimli v0.31.1 |
1420 | 2024-12-19T21:40:35.651Z | Compiling ipnet v2.10.1 |
1421 | 2024-12-19T21:40:35.673Z | Compiling rayon-core v1.12.1 |
1422 | 2024-12-19T21:40:35.935Z | Compiling signal-hook v0.3.17 |
1423 | 2024-12-19T21:40:36.193Z | Compiling openssl-probe v0.1.5 |
1424 | 2024-12-19T21:40:36.592Z | Compiling hyper v1.5.0 |
1425 | 2024-12-19T21:40:36.885Z | Compiling schemars v0.8.21 |
1426 | 2024-12-19T21:40:36.973Z | Compiling schemars_derive v0.8.21 |
1427 | 2024-12-19T21:40:37.281Z | Compiling toml_edit v0.22.22 |
1428 | 2024-12-19T21:40:39.476Z | Compiling hyper-util v0.1.10 |
1429 | 2024-12-19T21:40:40.192Z | Compiling addr2line v0.24.2 |
1430 | 2024-12-19T21:40:40.496Z | Compiling stringprep v0.1.5 |
1431 | 2024-12-19T21:40:40.665Z | Compiling usdt-attr-macro v0.5.0 |
1432 | 2024-12-19T21:40:40.716Z | Compiling usdt-macro v0.5.0 |
1433 | 2024-12-19T21:40:40.958Z | Compiling crossbeam-deque v0.8.5 |
1434 | 2024-12-19T21:40:41.297Z | Compiling term v0.7.0 |
1435 | 2024-12-19T21:40:42.096Z | Compiling slog-json v2.6.1 |
1436 | 2024-12-19T21:40:42.121Z | Compiling serde_urlencoded v0.7.1 |
1437 | 2024-12-19T21:40:42.250Z | Compiling crossbeam-channel v0.5.13 |
1438 | 2024-12-19T21:40:42.455Z | Compiling curve25519-dalek v4.1.3 |
1439 | 2024-12-19T21:40:42.566Z | Compiling futures-executor v0.3.31 |
1440 | 2024-12-19T21:40:42.628Z | Compiling enum-as-inner v0.6.1 |
1441 | 2024-12-19T21:40:42.810Z | Compiling md-5 v0.10.6 |
1442 | 2024-12-19T21:40:43.063Z | Compiling rustls-pemfile v2.2.0 |
1443 | 2024-12-19T21:40:43.082Z | Compiling async-stream-impl v0.3.6 |
1444 | 2024-12-19T21:40:43.150Z | Compiling num-integer v0.1.46 |
1445 | 2024-12-19T21:40:43.333Z | Compiling idna v0.4.0 |
1446 | 2024-12-19T21:40:43.376Z | Compiling idna v0.3.0 |
1447 | 2024-12-19T21:40:43.667Z | Compiling hash32 v0.2.1 |
1448 | 2024-12-19T21:40:43.972Z | Compiling ff v0.13.0 |
1449 | 2024-12-19T21:40:44.046Z | Compiling is-terminal v0.4.13 |
1450 | 2024-12-19T21:40:44.180Z | Compiling dropshot v0.12.0 |
1451 | 2024-12-19T21:40:44.199Z | Compiling object v0.36.5 |
1452 | 2024-12-19T21:40:44.467Z | Compiling base16ct v0.2.0 |
1453 | 2024-12-19T21:40:44.484Z | Compiling utf-8 v0.7.6 |
1454 | 2024-12-19T21:40:44.792Z | Compiling linked-hash-map v0.5.6 |
1455 | 2024-12-19T21:40:44.796Z | Compiling quick-error v1.2.3 |
1456 | 2024-12-19T21:40:44.950Z | Compiling anyhow v1.0.93 |
1457 | 2024-12-19T21:40:44.953Z | Compiling portable-atomic v1.9.0 |
1458 | 2024-12-19T21:40:45.083Z | Compiling dyn-clone v1.0.17 |
1459 | 2024-12-19T21:40:45.143Z | Compiling num-bigint-dig v0.8.4 |
1460 | 2024-12-19T21:40:45.298Z | Compiling psl-types v2.0.11 |
1461 | 2024-12-19T21:40:45.435Z | Compiling smoltcp v0.9.1 |
1462 | 2024-12-19T21:40:45.497Z | Compiling fallible-iterator v0.2.0 |
1463 | 2024-12-19T21:40:45.559Z | Compiling rustc-demangle v0.1.24 |
1464 | 2024-12-19T21:40:45.611Z | Compiling take_mut v0.2.2 |
1465 | 2024-12-19T21:40:46.190Z | Compiling postgres-protocol v0.6.7 |
1466 | 2024-12-19T21:40:46.212Z | Compiling publicsuffix v2.2.3 |
1467 | 2024-12-19T21:40:46.469Z | Compiling lru-cache v0.1.2 |
1468 | 2024-12-19T21:40:46.564Z | Compiling resolv-conf v0.7.0 |
1469 | 2024-12-19T21:40:46.703Z | Compiling tungstenite v0.24.0 |
1470 | 2024-12-19T21:40:47.050Z | Compiling sec1 v0.7.3 |
1471 | 2024-12-19T21:40:47.404Z | Compiling async-stream v0.3.6 |
1472 | 2024-12-19T21:40:47.594Z | Compiling usdt v0.5.0 |
1473 | 2024-12-19T21:40:47.621Z | Compiling hickory-proto v0.24.1 |
1474 | 2024-12-19T21:40:47.698Z | Compiling group v0.13.0 |
1475 | 2024-12-19T21:40:48.019Z | Compiling slog-term v2.9.1 |
1476 | 2024-12-19T21:40:49.093Z | Compiling num-iter v0.1.45 |
1477 | 2024-12-19T21:40:49.285Z | Compiling futures v0.3.31 |
1478 | 2024-12-19T21:40:49.342Z | Compiling slog-bunyan v2.5.0 |
1479 | 2024-12-19T21:40:50.230Z | Compiling toml v0.8.19 |
1480 | 2024-12-19T21:40:50.713Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2024-12-19T21:40:50.942Z | Compiling camino v1.1.9 |
1482 | 2024-12-19T21:40:51.169Z | Compiling phf_shared v0.11.2 |
1483 | 2024-12-19T21:40:51.553Z | Compiling dropshot_endpoint v0.12.0 |
1484 | 2024-12-19T21:40:51.722Z | Compiling backtrace v0.3.74 |
1485 | 2024-12-19T21:40:51.907Z | Compiling terminal_size v0.4.0 |
1486 | 2024-12-19T21:40:51.992Z | Compiling waitgroup v0.1.2 |
1487 | 2024-12-19T21:40:52.127Z | Compiling openapiv3 v2.0.0 |
1488 | 2024-12-19T21:40:52.219Z | Compiling serde_path_to_error v0.1.16 |
1489 | 2024-12-19T21:40:52.343Z | Compiling hkdf v0.12.4 |
1490 | 2024-12-19T21:40:52.599Z | Compiling crypto-bigint v0.5.5 |
1491 | 2024-12-19T21:40:53.090Z | Compiling webpki-roots v0.26.6 |
1492 | 2024-12-19T21:40:53.316Z | Compiling curve25519-dalek-derive v0.1.1 |
1493 | 2024-12-19T21:40:54.902Z | Compiling zerocopy-derive v0.6.6 |
1494 | 2024-12-19T21:40:55.476Z | Compiling idna v0.5.0 |
1495 | 2024-12-19T21:40:56.017Z | Compiling hubpack_derive v0.1.1 |
1496 | 2024-12-19T21:40:56.160Z | Compiling hostname v0.4.0 |
1497 | 2024-12-19T21:40:56.423Z | Compiling fs-err v2.11.0 |
1498 | 2024-12-19T21:40:56.631Z | Compiling crc32fast v1.4.2 |
1499 | 2024-12-19T21:40:56.716Z | Compiling ahash v0.8.11 |
1500 | 2024-12-19T21:40:56.921Z | Compiling bitflags v1.3.2 |
1501 | 2024-12-19T21:40:57.953Z | Compiling managed v0.8.0 |
1502 | 2024-12-19T21:40:57.956Z | Compiling debug-ignore v1.0.5 |
1503 | 2024-12-19T21:40:57.956Z | Compiling winnow v0.5.40 |
1504 | 2024-12-19T21:40:57.956Z | Compiling console v0.15.8 |
1505 | 2024-12-19T21:40:57.956Z | Compiling zerocopy v0.6.6 |
1506 | 2024-12-19T21:40:57.956Z | Compiling clap_builder v4.5.21 |
1507 | 2024-12-19T21:40:58.064Z | Compiling strum_macros v0.25.3 |
1508 | 2024-12-19T21:40:58.115Z | Compiling hubpack v0.1.2 |
1509 | 2024-12-19T21:40:58.613Z | Compiling flate2 v1.0.34 |
1510 | 2024-12-19T21:40:58.888Z | Compiling cookie_store v0.21.0 |
1511 | 2024-12-19T21:40:58.896Z | Compiling elliptic-curve v0.13.8 |
1512 | 2024-12-19T21:40:59.578Z | Compiling hickory-resolver v0.24.1 |
1513 | 2024-12-19T21:41:00.299Z | Compiling phf v0.11.2 |
1514 | 2024-12-19T21:41:00.468Z | Compiling signal-hook-mio v0.2.4 |
1515 | 2024-12-19T21:41:00.588Z | Compiling toml_edit v0.19.15 |
1516 | 2024-12-19T21:41:00.630Z | Compiling hyper-tls v0.6.0 |
1517 | 2024-12-19T21:41:00.925Z | Compiling rayon v1.10.0 |
1518 | 2024-12-19T21:41:01.046Z | Compiling bzip2 v0.4.4 |
1519 | 2024-12-19T21:41:02.267Z | Compiling tokio-tungstenite v0.24.0 |
1520 | 2024-12-19T21:41:02.805Z | Compiling postgres-types v0.2.8 |
1521 | 2024-12-19T21:41:05.631Z | Compiling ed25519 v2.2.3 |
1522 | 2024-12-19T21:41:05.854Z | Compiling phf_shared v0.10.0 |
1523 | 2024-12-19T21:41:06.265Z | Compiling tokio-stream v0.1.16 |
1524 | 2024-12-19T21:41:06.331Z | Compiling pkcs1 v0.7.5 |
1525 | 2024-12-19T21:41:06.589Z | Compiling serde-big-array v0.5.1 |
1526 | 2024-12-19T21:41:06.858Z | Compiling clap_derive v4.5.18 |
1527 | 2024-12-19T21:41:07.352Z | Compiling rfc6979 v0.4.0 |
1528 | 2024-12-19T21:41:07.372Z | Compiling serde_repr v0.1.19 |
1529 | 2024-12-19T21:41:07.530Z | Compiling derive-where v1.2.7 |
1530 | 2024-12-19T21:41:07.549Z | Compiling float-cmp v0.9.0 |
1531 | 2024-12-19T21:41:07.606Z | Compiling bstr v1.10.0 |
1532 | 2024-12-19T21:41:07.757Z | Compiling sync_wrapper v1.0.1 |
1533 | 2024-12-19T21:41:07.909Z | Compiling bit-vec v0.6.3 |
1534 | 2024-12-19T21:41:08.343Z | Compiling precomputed-hash v0.1.1 |
1535 | 2024-12-19T21:41:08.464Z | Compiling normalize-line-endings v0.3.0 |
1536 | 2024-12-19T21:41:08.531Z | Compiling difflib v0.4.0 |
1537 | 2024-12-19T21:41:08.587Z | Compiling whoami v1.5.2 |
1538 | 2024-12-19T21:41:08.667Z | Compiling static_assertions v1.1.0 |
1539 | 2024-12-19T21:41:08.769Z | Compiling unicode-width v0.2.0 |
1540 | 2024-12-19T21:41:09.195Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2024-12-19T21:41:09.293Z | Compiling unicode-segmentation v1.12.0 |
1542 | 2024-12-19T21:41:09.293Z | Compiling number_prefix v0.4.0 |
1543 | 2024-12-19T21:41:09.410Z | Compiling fixedbitset v0.4.2 |
1544 | 2024-12-19T21:41:09.523Z | Compiling predicates-core v1.0.8 |
1545 | 2024-12-19T21:41:09.881Z | Compiling predicates v3.1.2 |
1546 | 2024-12-19T21:41:09.884Z | Compiling petgraph v0.6.5 |
1547 | 2024-12-19T21:41:10.172Z | Compiling similar v2.6.0 |
1548 | 2024-12-19T21:41:10.193Z | Compiling indicatif v0.17.9 |
1549 | 2024-12-19T21:41:11.095Z | Compiling string_cache v0.8.7 |
1550 | 2024-12-19T21:41:11.574Z | Compiling tokio-postgres v0.7.12 |
1551 | 2024-12-19T21:41:11.637Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1552 | 2024-12-19T21:41:12.088Z | Compiling clap v4.5.21 |
1553 | 2024-12-19T21:41:12.212Z | Compiling bit-set v0.5.3 |
1554 | 2024-12-19T21:41:12.501Z | Compiling ecdsa v0.16.9 |
1555 | 2024-12-19T21:41:12.505Z | Compiling rsa v0.9.6 |
1556 | 2024-12-19T21:41:12.616Z | Compiling ed25519-dalek v2.1.1 |
1557 | 2024-12-19T21:41:13.363Z | Compiling toml v0.7.8 |
1558 | 2024-12-19T21:41:13.900Z | Compiling zip v0.6.6 |
1559 | 2024-12-19T21:41:14.029Z | Compiling crossterm v0.28.1 |
1560 | 2024-12-19T21:41:15.822Z | Compiling hex v0.4.3 |
1561 | 2024-12-19T21:41:16.060Z | Compiling x509-cert v0.2.5 |
1562 | 2024-12-19T21:41:16.084Z | Compiling peg-runtime v0.8.3 |
1563 | 2024-12-19T21:41:16.432Z | Compiling lalrpop-util v0.19.12 |
1564 | 2024-12-19T21:41:16.780Z | Compiling unicode-xid v0.2.6 |
1565 | 2024-12-19T21:41:16.807Z | Compiling strum_macros v0.26.4 |
1566 | 2024-12-19T21:41:16.973Z | Compiling xattr v1.3.1 |
1567 | 2024-12-19T21:41:17.262Z | Compiling filetime v0.2.25 |
1568 | 2024-12-19T21:41:17.574Z | Compiling tar v0.4.42 |
1569 | 2024-12-19T21:41:21.923Z | Compiling strum v0.26.3 |
1570 | 2024-12-19T21:41:25.006Z | Compiling aws-lc-sys v0.22.0 |
1571 | 2024-12-19T21:41:52.839Z | Compiling rustls-webpki v0.102.8 |
1572 | 2024-12-19T21:41:56.181Z | Compiling tokio-rustls v0.25.0 |
1573 | 2024-12-19T21:41:57.898Z | Compiling tokio-rustls v0.26.0 |
1574 | 2024-12-19T21:41:58.297Z | Compiling hyper-rustls v0.27.3 |
1575 | 2024-12-19T21:41:58.671Z | Compiling reqwest v0.12.9 |
1576 | 2024-12-19T21:41:59.690Z | Compiling qorb v0.2.1 |
1577 | 2024-12-19T21:42:04.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1578 | 2024-12-19T21:42:04.817Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1579 | 2024-12-19T21:42:10.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
1580 | 2024-12-19T21:42:10.669Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1581 | 2024-12-19T21:42:10.711Z | Dec 19 21:42:08.403 INFO Starting download, target: Cockroach |
1582 | 2024-12-19T21:42:10.711Z | Dec 19 21:42:08.403 INFO Starting download, target: Console |
1583 | 2024-12-19T21:42:10.711Z | Dec 19 21:42:08.403 INFO Starting download, target: Clickhouse |
1584 | 2024-12-19T21:42:10.711Z | Dec 19 21:42:08.403 INFO Starting download, target: DendriteOpenapi |
1585 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.403 INFO Starting download, target: DendriteStub |
1586 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.403 INFO Starting download, target: MaghemiteMgd |
1587 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.403 INFO Starting download, target: TransceiverControl |
1588 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1589 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1590 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1591 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1592 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1593 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1594 | 2024-12-19T21:42:10.714Z | Dec 19 21:42:08.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1595 | 2024-12-19T21:42:10.931Z | Dec 19 21:42:08.620 INFO Download complete, target: DendriteOpenapi |
1596 | 2024-12-19T21:42:11.200Z | Dec 19 21:42:08.860 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1597 | 2024-12-19T21:42:11.232Z | Dec 19 21:42:08.873 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1598 | 2024-12-19T21:42:11.525Z | Dec 19 21:42:09.203 INFO Download complete, target: Console |
1599 | 2024-12-19T21:42:11.732Z | Dec 19 21:42:09.413 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1600 | 2024-12-19T21:42:11.798Z | Dec 19 21:42:09.483 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1601 | 2024-12-19T21:42:11.847Z | Dec 19 21:42:09.533 INFO Download complete, target: TransceiverControl |
1602 | 2024-12-19T21:42:12.450Z | Dec 19 21:42:10.135 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1603 | 2024-12-19T21:42:12.450Z | Dec 19 21:42:10.135 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1604 | 2024-12-19T21:42:12.659Z | Dec 19 21:42:10.342 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1605 | 2024-12-19T21:42:14.734Z | Dec 19 21:42:12.409 INFO Download complete, target: DendriteStub |
1606 | 2024-12-19T21:42:14.901Z | Dec 19 21:42:12.575 INFO Download complete, target: MaghemiteMgd |
1607 | 2024-12-19T21:42:20.169Z | Dec 19 21:42:17.821 INFO Checking that binary works, target: Cockroach |
1608 | 2024-12-19T21:42:20.320Z | Dec 19 21:42:17.971 INFO Download complete, target: Cockroach |
1609 | 2024-12-19T21:42:25.465Z | Dec 19 21:42:23.094 INFO Checking that binary works, target: Clickhouse |
1610 | 2024-12-19T21:42:25.608Z | Dec 19 21:42:23.237 INFO Download complete, target: Clickhouse |
1611 | 2024-12-19T21:42:25.616Z | All prerequisites installed successfully |
1612 | 2024-12-19T21:42:25.618Z | |
1613 | 2024-12-19T21:42:25.618Z | real 4:52.512137074 |
1614 | 2024-12-19T21:42:25.618Z | user 16:17.801945348 |
1615 | 2024-12-19T21:42:25.618Z | sys 3:06.965282427 |
1616 | 2024-12-19T21:42:25.618Z | trap 0.509760365 |
1617 | 2024-12-19T21:42:25.618Z | tflt 1.487756607 |
1618 | 2024-12-19T21:42:25.618Z | dflt 2.125476637 |
1619 | 2024-12-19T21:42:25.618Z | kflt 0.025639268 |
1620 | 2024-12-19T21:42:25.618Z | lock 32:20.474096051 |
1621 | 2024-12-19T21:42:25.618Z | slp 1:01:04.497819990 |
1622 | 2024-12-19T21:42:25.618Z | lat 55.850038906 |
1623 | 2024-12-19T21:42:25.619Z | stop 2:07.737129599 |
1624 | 2024-12-19T21:42:25.619Z | + source ./tools/include/force-git-over-https.sh |
1625 | 2024-12-19T21:42:25.619Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1626 | 2024-12-19T21:42:25.619Z | ++ (( i = 0 )) |
1627 | 2024-12-19T21:42:25.619Z | ++ (( i < 5 )) |
1628 | 2024-12-19T21:42:25.619Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1629 | 2024-12-19T21:42:25.622Z | ++ (( i++ )) |
1630 | 2024-12-19T21:42:25.622Z | ++ (( i < 5 )) |
1631 | 2024-12-19T21:42:25.622Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1632 | 2024-12-19T21:42:25.624Z | ++ (( i++ )) |
1633 | 2024-12-19T21:42:25.624Z | ++ (( i < 5 )) |
1634 | 2024-12-19T21:42:25.624Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1635 | 2024-12-19T21:42:25.627Z | ++ (( i++ )) |
1636 | 2024-12-19T21:42:25.627Z | ++ (( i < 5 )) |
1637 | 2024-12-19T21:42:25.627Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1638 | 2024-12-19T21:42:25.630Z | ++ (( i++ )) |
1639 | 2024-12-19T21:42:25.630Z | ++ (( i < 5 )) |
1640 | 2024-12-19T21:42:25.630Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1641 | 2024-12-19T21:42:25.632Z | ++ (( i++ )) |
1642 | 2024-12-19T21:42:25.633Z | ++ (( i < 5 )) |
1643 | 2024-12-19T21:42:25.633Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1644 | 2024-12-19T21:42:25.633Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1645 | 2024-12-19T21:42:25.635Z | + rc=0 |
1646 | 2024-12-19T21:42:25.635Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1647 | 2024-12-19T21:42:56.564Z | + case $rc in |
1648 | 2024-12-19T21:42:56.564Z | + pfexec zfs create -p rpool/images/build/host |
1649 | 2024-12-19T21:42:56.833Z | + pfexec zfs create -p rpool/images/build/recovery |
1650 | 2024-12-19T21:42:56.908Z | + cargo xtask releng --output-dir /work |
1651 | 2024-12-19T21:42:57.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1652 | 2024-12-19T21:42:57.436Z | Running `target/debug/xtask releng --output-dir /work` |
1653 | 2024-12-19T21:42:58.325Z | Compiling proc-macro2 v1.0.89 |
1654 | 2024-12-19T21:42:58.326Z | Compiling unicode-ident v1.0.13 |
1655 | 2024-12-19T21:42:58.326Z | Compiling libc v0.2.162 |
1656 | 2024-12-19T21:42:58.326Z | Compiling serde v1.0.215 |
1657 | 2024-12-19T21:42:58.328Z | Compiling autocfg v1.4.0 |
1658 | 2024-12-19T21:42:58.328Z | Compiling version_check v0.9.5 |
1659 | 2024-12-19T21:42:58.328Z | Compiling cfg-if v1.0.0 |
1660 | 2024-12-19T21:42:58.601Z | Compiling memchr v2.7.4 |
1661 | 2024-12-19T21:42:58.630Z | Compiling typenum v1.17.0 |
1662 | 2024-12-19T21:42:58.653Z | Compiling shlex v1.3.0 |
1663 | 2024-12-19T21:42:59.208Z | Compiling generic-array v0.14.7 |
1664 | 2024-12-19T21:42:59.319Z | Compiling value-bag v1.9.0 |
1665 | 2024-12-19T21:42:59.416Z | Compiling lock_api v0.4.12 |
1666 | 2024-12-19T21:42:59.473Z | Compiling scopeguard v1.2.0 |
1667 | 2024-12-19T21:42:59.707Z | Compiling rustix v0.38.37 |
1668 | 2024-12-19T21:42:59.778Z | Compiling log v0.4.22 |
1669 | 2024-12-19T21:43:00.012Z | Compiling parking_lot_core v0.9.10 |
1670 | 2024-12-19T21:43:00.314Z | Compiling quote v1.0.37 |
1671 | 2024-12-19T21:43:00.412Z | Compiling serde_json v1.0.132 |
1672 | 2024-12-19T21:43:00.521Z | Compiling jobserver v0.1.32 |
1673 | 2024-12-19T21:43:00.591Z | Compiling getrandom v0.2.15 |
1674 | 2024-12-19T21:43:00.712Z | Compiling syn v2.0.87 |
1675 | 2024-12-19T21:43:00.887Z | Compiling libm v0.2.8 |
1676 | 2024-12-19T21:43:00.955Z | Compiling cc v1.1.30 |
1677 | 2024-12-19T21:43:00.976Z | Compiling num-traits v0.2.19 |
1678 | 2024-12-19T21:43:00.996Z | Compiling once_cell v1.20.2 |
1679 | 2024-12-19T21:43:01.022Z | Compiling thiserror v1.0.69 |
1680 | 2024-12-19T21:43:01.205Z | Compiling spin v0.9.8 |
1681 | 2024-12-19T21:43:01.261Z | Compiling itoa v1.0.11 |
1682 | 2024-12-19T21:43:01.304Z | Compiling aho-corasick v1.1.3 |
1683 | 2024-12-19T21:43:01.396Z | Compiling regex-syntax v0.8.5 |
1684 | 2024-12-19T21:43:01.560Z | Compiling slab v0.4.9 |
1685 | 2024-12-19T21:43:01.601Z | Compiling errno v0.3.9 |
1686 | 2024-12-19T21:43:02.357Z | Compiling byteorder v1.5.0 |
1687 | 2024-12-19T21:43:02.472Z | Compiling lazy_static v1.5.0 |
1688 | 2024-12-19T21:43:02.662Z | Compiling rand_core v0.6.4 |
1689 | 2024-12-19T21:43:02.984Z | Compiling glob v0.3.1 |
1690 | 2024-12-19T21:43:03.038Z | Compiling either v1.13.0 |
1691 | 2024-12-19T21:43:03.225Z | Compiling prettyplease v0.2.25 |
1692 | 2024-12-19T21:43:03.537Z | Compiling subtle v2.6.1 |
1693 | 2024-12-19T21:43:03.714Z | Compiling minimal-lexical v0.2.1 |
1694 | 2024-12-19T21:43:03.792Z | Compiling clang-sys v1.8.1 |
1695 | 2024-12-19T21:43:04.009Z | Compiling libloading v0.8.5 |
1696 | 2024-12-19T21:43:04.213Z | Compiling nom v7.1.3 |
1697 | 2024-12-19T21:43:04.410Z | Compiling bindgen v0.69.5 |
1698 | 2024-12-19T21:43:04.646Z | Compiling home v0.5.9 |
1699 | 2024-12-19T21:43:04.947Z | Compiling itertools v0.10.5 |
1700 | 2024-12-19T21:43:05.202Z | Compiling regex-automata v0.4.8 |
1701 | 2024-12-19T21:43:05.873Z | Compiling lazycell v1.3.0 |
1702 | 2024-12-19T21:43:05.896Z | Compiling rustc-hash v1.1.0 |
1703 | 2024-12-19T21:43:06.351Z | Compiling cmake v0.1.51 |
1704 | 2024-12-19T21:43:07.330Z | Compiling semver v1.0.23 |
1705 | 2024-12-19T21:43:07.649Z | Compiling fs_extra v1.3.0 |
1706 | 2024-12-19T21:43:07.684Z | Compiling cexpr v0.6.0 |
1707 | 2024-12-19T21:43:07.783Z | Compiling smallvec v1.13.2 |
1708 | 2024-12-19T21:43:07.848Z | Compiling pkg-config v0.3.31 |
1709 | 2024-12-19T21:43:07.974Z | Compiling dunce v1.0.5 |
1710 | 2024-12-19T21:43:08.229Z | Compiling ring v0.17.8 |
1711 | 2024-12-19T21:43:08.328Z | Compiling ryu v1.0.18 |
1712 | 2024-12-19T21:43:08.659Z | Compiling synstructure v0.13.1 |
1713 | 2024-12-19T21:43:09.253Z | Compiling paste v1.0.15 |
1714 | 2024-12-19T21:43:09.293Z | Compiling const-oid v0.9.6 |
1715 | 2024-12-19T21:43:09.831Z | Compiling httparse v1.9.5 |
1716 | 2024-12-19T21:43:09.887Z | Compiling aws-lc-rs v1.10.0 |
1717 | 2024-12-19T21:43:10.433Z | Compiling pin-project-lite v0.2.14 |
1718 | 2024-12-19T21:43:10.599Z | Compiling heck v0.5.0 |
1719 | 2024-12-19T21:43:11.170Z | Compiling regex v1.11.1 |
1720 | 2024-12-19T21:43:11.235Z | Compiling allocator-api2 v0.2.18 |
1721 | 2024-12-19T21:43:11.569Z | Compiling futures-core v0.3.31 |
1722 | 2024-12-19T21:43:11.853Z | Compiling signal-hook-registry v1.4.2 |
1723 | 2024-12-19T21:43:12.446Z | Compiling time-core v0.1.2 |
1724 | 2024-12-19T21:43:12.590Z | Compiling num-conv v0.1.0 |
1725 | 2024-12-19T21:43:12.708Z | Compiling crossbeam-utils v0.8.20 |
1726 | 2024-12-19T21:43:13.123Z | Compiling time-macros v0.2.18 |
1727 | 2024-12-19T21:43:13.180Z | Compiling parking_lot v0.12.3 |
1728 | 2024-12-19T21:43:13.370Z | Compiling mio v1.0.2 |
1729 | 2024-12-19T21:43:13.538Z | Compiling vcpkg v0.2.15 |
1730 | 2024-12-19T21:43:13.779Z | Compiling schemars v0.8.21 |
1731 | 2024-12-19T21:43:14.386Z | Compiling serde_derive v1.0.215 |
1732 | 2024-12-19T21:43:14.573Z | Compiling zeroize_derive v1.4.2 |
1733 | 2024-12-19T21:43:15.132Z | Compiling zerocopy-derive v0.7.35 |
1734 | 2024-12-19T21:43:15.340Z | Compiling tokio-macros v2.4.0 |
1735 | 2024-12-19T21:43:15.392Z | Compiling thiserror-impl v1.0.69 |
1736 | 2024-12-19T21:43:16.048Z | Compiling zerofrom-derive v0.1.4 |
1737 | 2024-12-19T21:43:16.293Z | Compiling zeroize v1.8.1 |
1738 | 2024-12-19T21:43:16.771Z | Compiling yoke-derive v0.7.4 |
1739 | 2024-12-19T21:43:16.812Z | Compiling futures-macro v0.3.31 |
1740 | 2024-12-19T21:43:16.870Z | Compiling zerovec-derive v0.10.3 |
1741 | 2024-12-19T21:43:17.523Z | Compiling displaydoc v0.2.5 |
1742 | 2024-12-19T21:43:18.540Z | Compiling zerocopy v0.7.35 |
1743 | 2024-12-19T21:43:18.940Z | Compiling crypto-common v0.1.6 |
1744 | 2024-12-19T21:43:19.168Z | Compiling icu_provider_macros v1.5.0 |
1745 | 2024-12-19T21:43:19.387Z | Compiling tracing-attributes v0.1.27 |
1746 | 2024-12-19T21:43:19.569Z | Compiling block-buffer v0.10.4 |
1747 | 2024-12-19T21:43:19.729Z | Compiling der_derive v0.7.3 |
1748 | 2024-12-19T21:43:19.932Z | Compiling digest v0.10.7 |
1749 | 2024-12-19T21:43:20.512Z | Compiling openssl-sys v0.9.103 |
1750 | 2024-12-19T21:43:20.517Z | Compiling fnv v1.0.7 |
1751 | 2024-12-19T21:43:21.180Z | Compiling serde_derive_internals v0.29.1 |
1752 | 2024-12-19T21:43:22.236Z | Compiling socket2 v0.5.7 |
1753 | 2024-12-19T21:43:22.289Z | Compiling ahash v0.8.11 |
1754 | 2024-12-19T21:43:23.501Z | Compiling schemars_derive v0.8.21 |
1755 | 2024-12-19T21:43:23.910Z | Compiling futures-sink v0.3.31 |
1756 | 2024-12-19T21:43:24.073Z | Compiling foldhash v0.1.3 |
1757 | 2024-12-19T21:43:24.176Z | Compiling cpufeatures v0.2.14 |
1758 | 2024-12-19T21:43:24.342Z | Compiling equivalent v1.0.1 |
1759 | 2024-12-19T21:43:24.399Z | Compiling stable_deref_trait v1.2.0 |
1760 | 2024-12-19T21:43:24.476Z | Compiling hashbrown v0.15.1 |
1761 | 2024-12-19T21:43:24.975Z | Compiling slog v2.7.0 |
1762 | 2024-12-19T21:43:25.922Z | Compiling futures-channel v0.3.31 |
1763 | 2024-12-19T21:43:26.197Z | Compiling zerofrom v0.1.4 |
1764 | 2024-12-19T21:43:26.319Z | Compiling scroll_derive v0.12.0 |
1765 | 2024-12-19T21:43:26.415Z | Compiling ucd-trie v0.1.7 |
1766 | 2024-12-19T21:43:26.487Z | Compiling futures-task v0.3.31 |
1767 | 2024-12-19T21:43:26.531Z | Compiling openssl v0.10.66 |
1768 | 2024-12-19T21:43:26.705Z | Compiling pin-utils v0.1.0 |
1769 | 2024-12-19T21:43:26.816Z | Compiling futures-io v0.3.31 |
1770 | 2024-12-19T21:43:26.848Z | Compiling pest v2.7.14 |
1771 | 2024-12-19T21:43:26.872Z | Compiling yoke v0.7.4 |
1772 | 2024-12-19T21:43:27.278Z | Compiling futures-util v0.3.31 |
1773 | 2024-12-19T21:43:27.348Z | Compiling hmac v0.12.1 |
1774 | 2024-12-19T21:43:27.678Z | Compiling tinyvec_macros v0.1.1 |
1775 | 2024-12-19T21:43:27.811Z | Compiling tinyvec v1.8.0 |
1776 | 2024-12-19T21:43:27.956Z | Compiling zerovec v0.10.4 |
1777 | 2024-12-19T21:43:28.920Z | Compiling bitflags v2.6.0 |
1778 | 2024-12-19T21:43:29.693Z | Compiling bytes v1.8.0 |
1779 | 2024-12-19T21:43:31.311Z | Compiling tokio v1.40.0 |
1780 | 2024-12-19T21:43:31.761Z | Compiling indexmap v2.6.0 |
1781 | 2024-12-19T21:43:32.054Z | Compiling serde_tokenstream v0.2.2 |
1782 | 2024-12-19T21:43:33.596Z | Compiling http v1.1.0 |
1783 | 2024-12-19T21:43:34.688Z | Compiling which v4.4.2 |
1784 | 2024-12-19T21:43:35.012Z | Compiling rustc_version v0.4.1 |
1785 | 2024-12-19T21:43:35.689Z | Compiling pest_meta v2.7.14 |
1786 | 2024-12-19T21:43:35.748Z | Compiling uuid v1.11.0 |
1787 | 2024-12-19T21:43:36.197Z | Compiling block-padding v0.3.3 |
1788 | 2024-12-19T21:43:36.466Z | Compiling openssl-macros v0.1.1 |
1789 | 2024-12-19T21:43:36.772Z | Compiling rustls v0.23.19 |
1790 | 2024-12-19T21:43:37.227Z | Compiling native-tls v0.2.12 |
1791 | 2024-12-19T21:43:37.362Z | Compiling iana-time-zone v0.1.61 |
1792 | 2024-12-19T21:43:37.795Z | Compiling chrono v0.4.38 |
1793 | 2024-12-19T21:43:38.241Z | Compiling pest_generator v2.7.14 |
1794 | 2024-12-19T21:43:39.677Z | Compiling inout v0.1.3 |
1795 | 2024-12-19T21:43:39.946Z | Compiling unicode-normalization v0.1.24 |
1796 | 2024-12-19T21:43:40.131Z | Compiling cipher v0.4.4 |
1797 | 2024-12-19T21:43:40.268Z | Compiling pest_derive v2.7.14 |
1798 | 2024-12-19T21:43:40.659Z | Compiling tinystr v0.7.6 |
1799 | 2024-12-19T21:43:41.299Z | Compiling sha2 v0.10.8 |
1800 | 2024-12-19T21:43:41.517Z | Compiling async-trait v0.1.83 |
1801 | 2024-12-19T21:43:41.615Z | Compiling usdt-impl v0.5.0 |
1802 | 2024-12-19T21:43:41.655Z | Compiling cookie v0.18.1 |
1803 | 2024-12-19T21:43:42.025Z | Compiling litemap v0.7.3 |
1804 | 2024-12-19T21:43:42.158Z | Compiling writeable v0.5.5 |
1805 | 2024-12-19T21:43:42.658Z | Compiling unicode-bidi v0.3.17 |
1806 | 2024-12-19T21:43:43.431Z | Compiling base64ct v1.6.0 |
1807 | 2024-12-19T21:43:44.104Z | Compiling pem-rfc7468 v0.7.0 |
1808 | 2024-12-19T21:43:44.542Z | Compiling icu_locid v1.5.0 |
1809 | 2024-12-19T21:43:45.763Z | Compiling scroll v0.12.0 |
1810 | 2024-12-19T21:43:46.488Z | Compiling ppv-lite86 v0.2.20 |
1811 | 2024-12-19T21:43:47.186Z | Compiling tracing-core v0.1.32 |
1812 | 2024-12-19T21:43:47.453Z | Compiling dyn-clone v1.0.17 |
1813 | 2024-12-19T21:43:47.730Z | Compiling rustls-pki-types v1.10.0 |
1814 | 2024-12-19T21:43:49.525Z | Compiling plain v0.2.3 |
1815 | 2024-12-19T21:43:49.562Z | Compiling percent-encoding v2.3.1 |
1816 | 2024-12-19T21:43:49.751Z | Compiling flagset v0.4.6 |
1817 | 2024-12-19T21:43:50.025Z | Compiling untrusted v0.7.1 |
1818 | 2024-12-19T21:43:50.070Z | Compiling syn v1.0.109 |
1819 | 2024-12-19T21:43:50.096Z | Compiling aws-lc-sys v0.22.0 |
1820 | 2024-12-19T21:43:50.218Z | Compiling camino v1.1.9 |
1821 | 2024-12-19T21:43:50.711Z | Compiling der v0.7.9 |
1822 | 2024-12-19T21:43:50.768Z | Compiling goblin v0.8.2 |
1823 | 2024-12-19T21:43:52.446Z | Compiling tracing v0.1.40 |
1824 | 2024-12-19T21:43:53.437Z | Compiling rand_chacha v0.3.1 |
1825 | 2024-12-19T21:43:55.048Z | Compiling icu_provider v1.5.0 |
1826 | 2024-12-19T21:43:55.501Z | Compiling tokio-util v0.7.12 |
1827 | 2024-12-19T21:43:57.500Z | Compiling icu_locid_transform_data v1.5.0 |
1828 | 2024-12-19T21:43:57.619Z | Compiling untrusted v0.9.0 |
1829 | 2024-12-19T21:43:57.724Z | Compiling mirai-annotations v1.12.0 |
1830 | 2024-12-19T21:43:57.953Z | Compiling rustls v0.22.4 |
1831 | 2024-12-19T21:43:58.140Z | Compiling rayon-core v1.12.1 |
1832 | 2024-12-19T21:43:58.177Z | Compiling pretty-hex v0.4.1 |
1833 | 2024-12-19T21:43:58.316Z | Compiling powerfmt v0.2.0 |
1834 | 2024-12-19T21:43:58.439Z | Compiling dof v0.3.0 |
1835 | 2024-12-19T21:43:58.490Z | Compiling icu_locid_transform v1.5.0 |
1836 | 2024-12-19T21:43:58.853Z | Compiling deranged v0.3.11 |
1837 | 2024-12-19T21:44:01.072Z | Compiling rand v0.8.5 |
1838 | 2024-12-19T21:44:01.207Z | Compiling spki v0.7.3 |
1839 | 2024-12-19T21:44:02.257Z | Compiling dtrace-parser v0.2.0 |
1840 | 2024-12-19T21:44:02.885Z | Compiling salsa20 v0.10.2 |
1841 | 2024-12-19T21:44:03.196Z | Compiling icu_collections v1.5.0 |
1842 | 2024-12-19T21:44:04.083Z | Compiling pbkdf2 v0.12.2 |
1843 | 2024-12-19T21:44:04.841Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1844 | 2024-12-19T21:44:05.440Z | Compiling thread-id v4.2.2 |
1845 | 2024-12-19T21:44:05.972Z | Compiling num_threads v0.1.7 |
1846 | 2024-12-19T21:44:06.208Z | Compiling icu_properties_data v1.5.0 |
1847 | 2024-12-19T21:44:06.880Z | Compiling atomic-waker v1.1.2 |
1848 | 2024-12-19T21:44:06.957Z | Compiling icu_properties v1.5.1 |
1849 | 2024-12-19T21:44:07.131Z | Compiling time v0.3.36 |
1850 | 2024-12-19T21:44:12.339Z | Compiling scrypt v0.11.0 |
1851 | 2024-12-19T21:44:12.976Z | Compiling form_urlencoded v1.2.1 |
1852 | 2024-12-19T21:44:13.433Z | Compiling cbc v0.1.2 |
1853 | 2024-12-19T21:44:13.555Z | Compiling aes v0.8.4 |
1854 | 2024-12-19T21:44:13.607Z | Compiling http-body v1.0.1 |
1855 | 2024-12-19T21:44:13.994Z | Compiling multer v3.1.0 |
1856 | 2024-12-19T21:44:14.211Z | Compiling icu_normalizer_data v1.5.0 |
1857 | 2024-12-19T21:44:14.423Z | Compiling utf8_iter v1.0.4 |
1858 | 2024-12-19T21:44:14.461Z | Compiling slog-async v2.8.0 |
1859 | 2024-12-19T21:44:14.824Z | Compiling write16 v1.0.0 |
1860 | 2024-12-19T21:44:14.848Z | Compiling utf16_iter v1.0.5 |
1861 | 2024-12-19T21:44:15.086Z | Compiling try-lock v0.2.5 |
1862 | 2024-12-19T21:44:15.264Z | Compiling want v0.3.1 |
1863 | 2024-12-19T21:44:15.267Z | Compiling icu_normalizer v1.5.0 |
1864 | 2024-12-19T21:44:15.633Z | Compiling pkcs5 v0.7.1 |
1865 | 2024-12-19T21:44:19.194Z | Compiling h2 v0.4.6 |
1866 | 2024-12-19T21:44:20.425Z | Compiling heapless v0.7.17 |
1867 | 2024-12-19T21:44:20.868Z | Compiling zerocopy-derive v0.6.6 |
1868 | 2024-12-19T21:44:21.033Z | Compiling signal-hook v0.3.17 |
1869 | 2024-12-19T21:44:21.411Z | Compiling base64 v0.22.1 |
1870 | 2024-12-19T21:44:21.695Z | Compiling num-bigint-dig v0.8.4 |
1871 | 2024-12-19T21:44:22.022Z | Compiling anyhow v1.0.93 |
1872 | 2024-12-19T21:44:22.702Z | Compiling httpdate v1.0.3 |
1873 | 2024-12-19T21:44:24.159Z | Compiling pkcs8 v0.10.2 |
1874 | 2024-12-19T21:44:25.014Z | Compiling idna_adapter v1.2.0 |
1875 | 2024-12-19T21:44:25.343Z | Compiling usdt-attr-macro v0.5.0 |
1876 | 2024-12-19T21:44:25.586Z | Compiling usdt-macro v0.5.0 |
1877 | 2024-12-19T21:44:27.633Z | Compiling async-stream-impl v0.3.6 |
1878 | 2024-12-19T21:44:28.241Z | Compiling hyper v1.5.0 |
1879 | 2024-12-19T21:44:28.292Z | Compiling rustversion v1.0.17 |
1880 | 2024-12-19T21:44:28.941Z | Compiling tower-service v0.3.3 |
1881 | 2024-12-19T21:44:29.018Z | Compiling strsim v0.11.1 |
1882 | 2024-12-19T21:44:30.519Z | Compiling idna v1.0.3 |
1883 | 2024-12-19T21:44:32.004Z | Compiling hyper-util v0.1.10 |
1884 | 2024-12-19T21:44:37.953Z | Compiling curve25519-dalek v4.1.3 |
1885 | 2024-12-19T21:44:37.998Z | Compiling openapiv3 v2.0.0 |
1886 | 2024-12-19T21:44:38.210Z | Compiling toml_datetime v0.6.8 |
1887 | 2024-12-19T21:44:38.338Z | Compiling serde_spanned v0.6.8 |
1888 | 2024-12-19T21:44:38.634Z | Compiling enum-as-inner v0.6.1 |
1889 | 2024-12-19T21:44:38.724Z | Compiling dropshot v0.12.0 |
1890 | 2024-12-19T21:44:39.017Z | Compiling foreign-types-shared v0.1.1 |
1891 | 2024-12-19T21:44:39.133Z | Compiling portable-atomic v1.9.0 |
1892 | 2024-12-19T21:44:39.967Z | Compiling heck v0.4.1 |
1893 | 2024-12-19T21:44:40.306Z | Compiling adler2 v2.0.0 |
1894 | 2024-12-19T21:44:40.367Z | Compiling match_cfg v0.1.0 |
1895 | 2024-12-19T21:44:40.437Z | Compiling smoltcp v0.9.1 |
1896 | 2024-12-19T21:44:40.589Z | Compiling foreign-types v0.3.2 |
1897 | 2024-12-19T21:44:40.695Z | Compiling miniz_oxide v0.8.0 |
1898 | 2024-12-19T21:44:41.029Z | Compiling hostname v0.3.1 |
1899 | 2024-12-19T21:44:42.637Z | Compiling url v2.5.3 |
1900 | 2024-12-19T21:44:50.452Z | Compiling http-body-util v0.1.2 |
1901 | 2024-12-19T21:44:50.734Z | Compiling clap_derive v4.5.18 |
1902 | 2024-12-19T21:44:51.134Z | Compiling dirs-sys-next v0.1.2 |
1903 | 2024-12-19T21:44:51.889Z | Compiling encoding_rs v0.8.34 |
1904 | 2024-12-19T21:44:53.802Z | Compiling siphasher v0.3.11 |
1905 | 2024-12-19T21:44:54.486Z | Compiling data-encoding v2.6.0 |
1906 | 2024-12-19T21:44:55.739Z | Compiling mime v0.3.17 |
1907 | 2024-12-19T21:44:56.948Z | Compiling dirs-next v2.0.0 |
1908 | 2024-12-19T21:45:03.116Z | Compiling hubpack_derive v0.1.1 |
1909 | 2024-12-19T21:45:03.997Z | Compiling serde_urlencoded v0.7.1 |
1910 | 2024-12-19T21:45:04.307Z | Compiling crossbeam-epoch v0.9.18 |
1911 | 2024-12-19T21:45:04.882Z | Compiling hashbrown v0.14.5 |
1912 | 2024-12-19T21:45:05.023Z | Compiling rustls-pemfile v2.2.0 |
1913 | 2024-12-19T21:45:05.624Z | Compiling dropshot_endpoint v0.12.0 |
1914 | 2024-12-19T21:45:06.726Z | Compiling sha1 v0.10.6 |
1915 | 2024-12-19T21:45:07.202Z | Compiling rustls-webpki v0.102.8 |
1916 | 2024-12-19T21:45:07.245Z | Compiling signature v2.2.0 |
1917 | 2024-12-19T21:45:07.536Z | Compiling curve25519-dalek-derive v0.1.1 |
1918 | 2024-12-19T21:45:08.416Z | Compiling thread_local v1.1.8 |
1919 | 2024-12-19T21:45:08.981Z | Compiling fs-err v2.11.0 |
1920 | 2024-12-19T21:45:09.219Z | Compiling openssl-probe v0.1.5 |
1921 | 2024-12-19T21:45:09.269Z | Compiling ipnet v2.10.1 |
1922 | 2024-12-19T21:45:09.520Z | Compiling winnow v0.6.20 |
1923 | 2024-12-19T21:45:10.314Z | Compiling utf8parse v0.2.2 |
1924 | 2024-12-19T21:45:10.965Z | Compiling gimli v0.31.1 |
1925 | 2024-12-19T21:45:12.505Z | Compiling unicode-properties v0.1.3 |
1926 | 2024-12-19T21:45:12.953Z | Compiling anstyle v1.0.10 |
1927 | 2024-12-19T21:45:13.170Z | Compiling toml_edit v0.22.22 |
1928 | 2024-12-19T21:45:13.401Z | Compiling stringprep v0.1.5 |
1929 | 2024-12-19T21:45:13.926Z | Compiling anstyle-parse v0.2.5 |
1930 | 2024-12-19T21:45:15.800Z | Compiling addr2line v0.24.2 |
1931 | 2024-12-19T21:45:16.052Z | Compiling regress v0.10.1 |
1932 | 2024-12-19T21:45:16.490Z | Compiling crossbeam-deque v0.8.5 |
1933 | 2024-12-19T21:45:16.847Z | Compiling term v0.7.0 |
1934 | 2024-12-19T21:45:18.147Z | Compiling slog-json v2.6.1 |
1935 | 2024-12-19T21:45:19.289Z | Compiling crossbeam-channel v0.5.13 |
1936 | 2024-12-19T21:45:20.798Z | Compiling idna v0.3.0 |
1937 | 2024-12-19T21:45:20.835Z | Compiling idna v0.4.0 |
1938 | 2024-12-19T21:45:22.360Z | Compiling futures-executor v0.3.31 |
1939 | 2024-12-19T21:45:22.876Z | Compiling num-integer v0.1.46 |
1940 | 2024-12-19T21:45:23.252Z | Compiling md-5 v0.10.6 |
1941 | 2024-12-19T21:45:23.383Z | Compiling ff v0.13.0 |
1942 | 2024-12-19T21:45:23.497Z | Compiling hash32 v0.2.1 |
1943 | 2024-12-19T21:45:23.593Z | Compiling memmap v0.7.0 |
1944 | 2024-12-19T21:45:23.616Z | Compiling is-terminal v0.4.13 |
1945 | 2024-12-19T21:45:23.744Z | Compiling object v0.36.5 |
1946 | 2024-12-19T21:45:23.887Z | Compiling psl-types v2.0.11 |
1947 | 2024-12-19T21:45:23.921Z | Compiling quick-error v1.2.3 |
1948 | 2024-12-19T21:45:24.097Z | Compiling fallible-iterator v0.2.0 |
1949 | 2024-12-19T21:45:24.298Z | Compiling take_mut v0.2.2 |
1950 | 2024-12-19T21:45:24.465Z | Compiling colorchoice v1.0.2 |
1951 | 2024-12-19T21:45:24.590Z | Compiling rustc-demangle v0.1.24 |
1952 | 2024-12-19T21:45:24.628Z | Compiling anstyle-query v1.1.1 |
1953 | 2024-12-19T21:45:24.783Z | Compiling is_terminal_polyfill v1.70.1 |
1954 | 2024-12-19T21:45:24.826Z | Compiling base16ct v0.2.0 |
1955 | 2024-12-19T21:45:24.920Z | Compiling linked-hash-map v0.5.6 |
1956 | 2024-12-19T21:45:25.103Z | Compiling utf-8 v0.7.6 |
1957 | 2024-12-19T21:45:25.300Z | Compiling lru-cache v0.1.2 |
1958 | 2024-12-19T21:45:25.416Z | Compiling tungstenite v0.24.0 |
1959 | 2024-12-19T21:45:25.435Z | Compiling sec1 v0.7.3 |
1960 | 2024-12-19T21:45:25.498Z | Compiling anstream v0.6.15 |
1961 | 2024-12-19T21:45:25.988Z | Compiling postgres-protocol v0.6.7 |
1962 | 2024-12-19T21:45:27.212Z | Compiling publicsuffix v2.2.3 |
1963 | 2024-12-19T21:45:27.232Z | Compiling resolv-conf v0.7.0 |
1964 | 2024-12-19T21:45:27.664Z | Compiling usdt v0.5.0 |
1965 | 2024-12-19T21:45:27.751Z | Compiling slog-term v2.9.1 |
1966 | 2024-12-19T21:45:27.933Z | Compiling group v0.13.0 |
1967 | 2024-12-19T21:45:28.128Z | Compiling num-iter v0.1.45 |
1968 | 2024-12-19T21:45:28.256Z | Compiling futures v0.3.31 |
1969 | 2024-12-19T21:45:28.864Z | Compiling hickory-proto v0.24.1 |
1970 | 2024-12-19T21:45:28.882Z | Compiling tokio-rustls v0.26.0 |
1971 | 2024-12-19T21:45:29.413Z | Compiling typify-impl v0.2.0 |
1972 | 2024-12-19T21:45:30.830Z | Compiling tokio-rustls v0.25.0 |
1973 | 2024-12-19T21:45:31.093Z | Compiling backtrace v0.3.74 |
1974 | 2024-12-19T21:45:31.259Z | Compiling slog-bunyan v2.5.0 |
1975 | 2024-12-19T21:45:31.474Z | Compiling toml v0.8.19 |
1976 | 2024-12-19T21:45:31.637Z | Compiling tokio-native-tls v0.3.1 |
1977 | 2024-12-19T21:45:31.912Z | Compiling phf_shared v0.11.2 |
1978 | 2024-12-19T21:45:32.101Z | Compiling strum_macros v0.25.3 |
1979 | 2024-12-19T21:45:32.605Z | Compiling async-stream v0.3.6 |
1980 | 2024-12-19T21:45:33.109Z | Compiling waitgroup v0.1.2 |
1981 | 2024-12-19T21:45:34.260Z | Compiling webpki-roots v0.26.6 |
1982 | 2024-12-19T21:45:34.263Z | Compiling idna v0.5.0 |
1983 | 2024-12-19T21:45:34.263Z | Compiling terminal_size v0.4.0 |
1984 | 2024-12-19T21:45:34.263Z | Compiling serde_path_to_error v0.1.16 |
1985 | 2024-12-19T21:45:35.033Z | Compiling hkdf v0.12.4 |
1986 | 2024-12-19T21:45:35.263Z | Compiling crypto-bigint v0.5.5 |
1987 | 2024-12-19T21:45:35.561Z | Compiling serde_repr v0.1.19 |
1988 | 2024-12-19T21:45:35.670Z | Compiling derive-where v1.2.7 |
1989 | 2024-12-19T21:45:36.646Z | Compiling hostname v0.4.0 |
1990 | 2024-12-19T21:45:37.014Z | Compiling crc32fast v1.4.2 |
1991 | 2024-12-19T21:45:37.654Z | Compiling debug-ignore v1.0.5 |
1992 | 2024-12-19T21:45:37.815Z | Compiling managed v0.8.0 |
1993 | 2024-12-19T21:45:38.018Z | Compiling clap_lex v0.7.2 |
1994 | 2024-12-19T21:45:38.368Z | Compiling unicode-width v0.1.14 |
1995 | 2024-12-19T21:45:38.455Z | Compiling winnow v0.5.40 |
1996 | 2024-12-19T21:45:38.663Z | Compiling bitflags v1.3.2 |
1997 | 2024-12-19T21:45:38.881Z | Compiling console v0.15.8 |
1998 | 2024-12-19T21:45:39.576Z | Compiling clap_builder v4.5.21 |
1999 | 2024-12-19T21:45:39.611Z | Compiling elliptic-curve v0.13.8 |
2000 | 2024-12-19T21:45:41.032Z | Compiling typify-macro v0.2.0 |
2001 | 2024-12-19T21:45:41.287Z | Compiling flate2 v1.0.34 |
2002 | 2024-12-19T21:45:42.243Z | Compiling toml_edit v0.19.15 |
2003 | 2024-12-19T21:45:42.246Z | Compiling cookie_store v0.21.0 |
2004 | 2024-12-19T21:45:43.660Z | Compiling hickory-resolver v0.24.1 |
2005 | 2024-12-19T21:45:47.392Z | Compiling hyper-rustls v0.27.3 |
2006 | 2024-12-19T21:45:48.999Z | Compiling phf v0.11.2 |
2007 | 2024-12-19T21:45:49.242Z | Compiling hyper-tls v0.6.0 |
2008 | 2024-12-19T21:45:49.361Z | Compiling signal-hook-mio v0.2.4 |
2009 | 2024-12-19T21:45:49.534Z | Compiling rayon v1.10.0 |
2010 | 2024-12-19T21:45:49.667Z | Compiling bzip2 v0.4.4 |
2011 | 2024-12-19T21:45:49.697Z | Compiling postgres-types v0.2.8 |
2012 | 2024-12-19T21:45:50.021Z | Compiling tokio-tungstenite v0.24.0 |
2013 | 2024-12-19T21:45:50.419Z | Compiling ed25519 v2.2.3 |
2014 | 2024-12-19T21:45:50.564Z | Compiling hubpack v0.1.2 |
2015 | 2024-12-19T21:45:50.851Z | Compiling phf_shared v0.10.0 |
2016 | 2024-12-19T21:45:51.046Z | Compiling pkcs1 v0.7.5 |
2017 | 2024-12-19T21:45:51.619Z | Compiling zerocopy v0.6.6 |
2018 | 2024-12-19T21:45:51.916Z | Compiling tokio-stream v0.1.16 |
2019 | 2024-12-19T21:45:52.516Z | Compiling serde-big-array v0.5.1 |
2020 | 2024-12-19T21:45:52.547Z | Compiling rfc6979 v0.4.0 |
2021 | 2024-12-19T21:45:52.752Z | Compiling float-cmp v0.9.0 |
2022 | 2024-12-19T21:45:52.973Z | Compiling sync_wrapper v1.0.1 |
2023 | 2024-12-19T21:45:53.137Z | Compiling bstr v1.10.0 |
2024 | 2024-12-19T21:45:53.331Z | Compiling precomputed-hash v0.1.1 |
2025 | 2024-12-19T21:45:53.429Z | Compiling static_assertions v1.1.0 |
2026 | 2024-12-19T21:45:53.452Z | Compiling difflib v0.4.0 |
2027 | 2024-12-19T21:45:54.192Z | Compiling unicode-width v0.2.0 |
2028 | 2024-12-19T21:45:54.679Z | Compiling normalize-line-endings v0.3.0 |
2029 | 2024-12-19T21:45:54.700Z | Compiling number_prefix v0.4.0 |
2030 | 2024-12-19T21:45:54.721Z | Compiling whoami v1.5.2 |
2031 | 2024-12-19T21:45:54.813Z | Compiling fixedbitset v0.4.2 |
2032 | 2024-12-19T21:45:54.938Z | Compiling unicode-segmentation v1.12.0 |
2033 | 2024-12-19T21:45:55.230Z | Compiling bit-vec v0.6.3 |
2034 | 2024-12-19T21:45:55.409Z | Compiling new_debug_unreachable v1.0.6 |
2035 | 2024-12-19T21:45:55.516Z | Compiling predicates-core v1.0.8 |
2036 | 2024-12-19T21:45:55.644Z | Compiling similar v2.6.0 |
2037 | 2024-12-19T21:45:55.726Z | Compiling predicates v3.1.2 |
2038 | 2024-12-19T21:45:55.794Z | Compiling bit-set v0.5.3 |
2039 | 2024-12-19T21:45:55.815Z | Compiling string_cache v0.8.7 |
2040 | 2024-12-19T21:45:56.244Z | Compiling petgraph v0.6.5 |
2041 | 2024-12-19T21:45:57.158Z | Compiling tokio-postgres v0.7.12 |
2042 | 2024-12-19T21:45:57.223Z | Compiling indicatif v0.17.9 |
2043 | 2024-12-19T21:45:57.647Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-19T21:45:57.928Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2045 | 2024-12-19T21:46:01.559Z | Compiling qorb v0.2.1 |
2046 | 2024-12-19T21:46:02.562Z | Compiling ecdsa v0.16.9 |
2047 | 2024-12-19T21:46:03.449Z | Compiling rsa v0.9.6 |
2048 | 2024-12-19T21:46:03.506Z | Compiling ed25519-dalek v2.1.1 |
2049 | 2024-12-19T21:46:04.757Z | Compiling zip v0.6.6 |
2050 | 2024-12-19T21:46:04.875Z | Compiling crossterm v0.28.1 |
2051 | 2024-12-19T21:46:05.071Z | Compiling toml v0.7.8 |
2052 | 2024-12-19T21:46:06.015Z | Compiling clap v4.5.21 |
2053 | 2024-12-19T21:46:07.581Z | Compiling x509-cert v0.2.5 |
2054 | 2024-12-19T21:46:08.536Z | Compiling hex v0.4.3 |
2055 | 2024-12-19T21:46:11.682Z | Compiling unicode-xid v0.2.6 |
2056 | 2024-12-19T21:46:11.861Z | Compiling radium v0.7.0 |
2057 | 2024-12-19T21:46:12.276Z | Compiling lalrpop-util v0.19.12 |
2058 | 2024-12-19T21:46:13.788Z | Compiling peg-runtime v0.8.3 |
2059 | 2024-12-19T21:46:14.297Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2060 | 2024-12-19T21:46:29.587Z | Compiling ident_case v1.0.1 |
2061 | 2024-12-19T21:46:31.533Z | Compiling maybe-uninit v2.0.0 |
2062 | 2024-12-19T21:46:31.756Z | Compiling tap v1.0.1 |
2063 | 2024-12-19T21:46:31.955Z | Compiling wyz v0.5.1 |
2064 | 2024-12-19T21:46:34.920Z | Compiling darling_core v0.20.10 |
2065 | 2024-12-19T21:46:42.324Z | Compiling typify v0.2.0 |
2066 | 2024-12-19T21:46:46.228Z | Compiling packed_struct v0.10.1 |
2067 | 2024-12-19T21:46:46.458Z | Compiling funty v2.0.0 |
2068 | 2024-12-19T21:46:46.633Z | Compiling unsafe-libyaml v0.2.11 |
2069 | 2024-12-19T21:46:48.275Z | Compiling serde_yaml v0.9.34+deprecated |
2070 | 2024-12-19T21:46:48.432Z | Compiling bitvec v1.0.1 |
2071 | 2024-12-19T21:46:52.123Z | Compiling progenitor-impl v0.8.0 |
2072 | 2024-12-19T21:46:53.041Z | Compiling darling_macro v0.20.10 |
2073 | 2024-12-19T21:46:54.545Z | Compiling packed_struct_codegen v0.10.1 |
2074 | 2024-12-19T21:46:57.292Z | Compiling structmeta-derive v0.3.0 |
2075 | 2024-12-19T21:46:57.669Z | Compiling indexmap v1.9.3 |
2076 | 2024-12-19T21:46:58.698Z | Compiling newtype-uuid v1.1.3 |
2077 | 2024-12-19T21:46:58.826Z | Compiling fastrand v2.1.1 |
2078 | 2024-12-19T21:46:58.982Z | Compiling nodrop v0.1.14 |
2079 | 2024-12-19T21:46:59.243Z | Compiling crc-catalog v2.4.0 |
2080 | 2024-12-19T21:46:59.408Z | Compiling crc v3.2.1 |
2081 | 2024-12-19T21:46:59.518Z | Compiling tempfile v3.13.0 |
2082 | 2024-12-19T21:46:59.963Z | Compiling structmeta v0.3.0 |
2083 | 2024-12-19T21:47:01.193Z | Compiling array-init v0.0.4 |
2084 | 2024-12-19T21:47:01.300Z | Compiling progenitor-macro v0.8.0 |
2085 | 2024-12-19T21:47:06.898Z | Compiling smallvec v0.6.14 |
2086 | 2024-12-19T21:47:07.427Z | Compiling darling v0.20.10 |
2087 | 2024-12-19T21:47:13.883Z | Compiling progenitor-client v0.8.0 |
2088 | 2024-12-19T21:47:16.258Z | Compiling pin-project-internal v1.1.6 |
2089 | 2024-12-19T21:47:16.279Z | Compiling dropshot v0.13.0 |
2090 | 2024-12-19T21:47:16.757Z | Compiling bitfield v0.14.0 |
2091 | 2024-12-19T21:47:18.312Z | Compiling hashbrown v0.12.3 |
2092 | 2024-12-19T21:47:19.569Z | Compiling same-file v1.0.6 |
2093 | 2024-12-19T21:47:19.726Z | Compiling base64 v0.21.7 |
2094 | 2024-12-19T21:47:19.806Z | Compiling termcolor v1.4.1 |
2095 | 2024-12-19T21:47:20.487Z | Compiling env_logger v0.10.2 |
2096 | 2024-12-19T21:47:20.855Z | Compiling ron v0.8.1 |
2097 | 2024-12-19T21:47:23.598Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-19T21:47:25.236Z | Compiling pin-project v1.1.6 |
2099 | 2024-12-19T21:47:31.908Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2100 | 2024-12-19T21:47:35.445Z | Compiling progenitor v0.8.0 |
2101 | 2024-12-19T21:47:35.740Z | Compiling serde_with_macros v3.11.0 |
2102 | 2024-12-19T21:47:36.428Z | Compiling serde-hex v0.1.0 |
2103 | 2024-12-19T21:47:37.903Z | Compiling parse-display-derive v0.10.0 |
2104 | 2024-12-19T21:47:38.336Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2105 | 2024-12-19T21:47:39.321Z | Compiling strum_macros v0.26.4 |
2106 | 2024-12-19T21:47:41.699Z | Compiling snafu-derive v0.8.5 |
2107 | 2024-12-19T21:47:41.846Z | Compiling hashbrown v0.13.2 |
2108 | 2024-12-19T21:47:41.910Z | Compiling ipnetwork v0.20.0 |
2109 | 2024-12-19T21:47:43.293Z | Compiling xattr v1.3.1 |
2110 | 2024-12-19T21:47:43.634Z | Compiling dropshot_endpoint v0.13.0 |
2111 | 2024-12-19T21:47:43.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2112 | 2024-12-19T21:47:44.539Z | Compiling blake3 v1.5.4 |
2113 | 2024-12-19T21:47:44.643Z | Compiling ring v0.16.20 |
2114 | 2024-12-19T21:47:45.148Z | Compiling filetime v0.2.25 |
2115 | 2024-12-19T21:47:45.168Z | Compiling instant v0.1.13 |
2116 | 2024-12-19T21:47:45.617Z | Compiling crc-any v2.5.0 |
2117 | 2024-12-19T21:47:45.911Z | Compiling zip v2.1.3 |
2118 | 2024-12-19T21:47:45.936Z | Compiling simd-adler32 v0.3.7 |
2119 | 2024-12-19T21:47:46.480Z | Compiling lockfree-object-pool v0.1.6 |
2120 | 2024-12-19T21:47:46.517Z | Compiling bumpalo v3.16.0 |
2121 | 2024-12-19T21:47:46.596Z | Compiling buf-list v1.0.3 |
2122 | 2024-12-19T21:47:46.788Z | Compiling snafu v0.8.5 |
2123 | 2024-12-19T21:47:47.034Z | Compiling zopfli v0.8.1 |
2124 | 2024-12-19T21:47:47.231Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2125 | 2024-12-19T21:47:47.357Z | Compiling tar v0.4.42 |
2126 | 2024-12-19T21:47:48.055Z | Compiling backoff v0.4.0 |
2127 | 2024-12-19T21:47:49.121Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2128 | 2024-12-19T21:47:49.370Z | Compiling strum v0.26.3 |
2129 | 2024-12-19T21:47:49.570Z | Compiling object v0.30.4 |
2130 | 2024-12-19T21:47:51.188Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2131 | 2024-12-19T21:47:53.005Z | Compiling parse-display v0.10.0 |
2132 | 2024-12-19T21:47:53.162Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2133 | 2024-12-19T21:47:54.721Z | Compiling serde_with v3.11.0 |
2134 | 2024-12-19T21:47:54.758Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2135 | 2024-12-19T21:47:55.044Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2136 | 2024-12-19T21:47:55.371Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2137 | 2024-12-19T21:47:56.077Z | Compiling camino-tempfile v1.1.1 |
2138 | 2024-12-19T21:47:56.860Z | Compiling globset v0.4.15 |
2139 | 2024-12-19T21:47:59.027Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2140 | 2024-12-19T21:47:59.233Z | Compiling regress v0.9.1 |
2141 | 2024-12-19T21:48:02.075Z | Compiling pem v3.0.4 |
2142 | 2024-12-19T21:48:02.464Z | Compiling olpc-cjson v0.1.4 |
2143 | 2024-12-19T21:48:02.825Z | Compiling macaddr v1.0.1 |
2144 | 2024-12-19T21:48:03.472Z | Compiling serde_plain v1.0.2 |
2145 | 2024-12-19T21:48:03.493Z | Compiling async-recursion v1.1.1 |
2146 | 2024-12-19T21:48:04.032Z | Compiling memmap2 v0.9.5 |
2147 | 2024-12-19T21:48:04.262Z | Compiling typed-path v0.9.3 |
2148 | 2024-12-19T21:48:04.600Z | Compiling arrayref v0.3.9 |
2149 | 2024-12-19T21:48:04.712Z | Compiling spin v0.5.2 |
2150 | 2024-12-19T21:48:04.921Z | Compiling path-slash v0.1.5 |
2151 | 2024-12-19T21:48:05.012Z | Compiling constant_time_eq v0.3.1 |
2152 | 2024-12-19T21:48:05.176Z | Compiling arrayvec v0.7.6 |
2153 | 2024-12-19T21:48:05.197Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2154 | 2024-12-19T21:48:06.045Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2155 | 2024-12-19T21:48:07.783Z | Compiling tough v0.19.0 |
2156 | 2024-12-19T21:48:12.289Z | Compiling itertools v0.13.0 |
2157 | 2024-12-19T21:48:12.596Z | Compiling cargo-platform v0.1.8 |
2158 | 2024-12-19T21:48:12.666Z | Compiling topological-sort v0.2.2 |
2159 | 2024-12-19T21:48:12.941Z | Compiling parse-size v1.1.0 |
2160 | 2024-12-19T21:48:13.259Z | Compiling cargo_metadata v0.18.1 |
2161 | 2024-12-19T21:48:13.627Z | Compiling omicron-zone-package v0.11.1 |
2162 | 2024-12-19T21:48:13.658Z | Compiling shell-words v1.1.0 |
2163 | 2024-12-19T21:48:19.672Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-12-19T21:48:32.664Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2165 | 2024-12-19T21:48:47.485Z | Finished `release` profile [optimized] target(s) in 5m 48s |
2166 | 2024-12-19T21:48:47.648Z | Running `target/release/omicron-releng --output-dir /work` |
2167 | 2024-12-19T21:48:47.694Z | Dec 19 21:48:45.705 DEBG changing working directory to /work/oxidecomputer/omicron |
2168 | 2024-12-19T21:48:47.795Z | Dec 19 21:48:45.807 DEBG running: git rev-parse HEAD |
2169 | 2024-12-19T21:48:47.801Z | Dec 19 21:48:45.814 DEBG process exited with exit status: 0 (6.642598ms) |
2170 | 2024-12-19T21:48:47.801Z | Dec 19 21:48:45.814 INFO version: 12.0.0-0.ci+git6c76593747f |
2171 | 2024-12-19T21:48:47.841Z | Dec 19 21:48:45.854 INFO cloning helios to /work/oxidecomputer/helios |
2172 | 2024-12-19T21:48:47.841Z | Dec 19 21:48:45.854 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2173 | 2024-12-19T21:48:47.846Z | Cloning into '/work/oxidecomputer/helios'... |
2174 | 2024-12-19T21:48:48.366Z | Dec 19 21:48:46.376 DEBG process exited with exit status: 0 (522.424031ms) |
2175 | 2024-12-19T21:48:48.366Z | Dec 19 21:48:46.376 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2176 | 2024-12-19T21:48:48.374Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2177 | 2024-12-19T21:48:48.374Z | # branch.head master |
2178 | 2024-12-19T21:48:48.374Z | # branch.upstream origin/master |
2179 | 2024-12-19T21:48:48.374Z | # branch.ab +0 -0 |
2180 | 2024-12-19T21:48:48.377Z | Dec 19 21:48:46.385 DEBG process exited with exit status: 0 (8.464171ms) |
2181 | 2024-12-19T21:48:48.377Z | Dec 19 21:48:46.385 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2182 | 2024-12-19T21:48:49.237Z | Dec 19 21:48:47.243 DEBG process exited with exit status: 0 (858.627151ms) |
2183 | 2024-12-19T21:48:49.237Z | Dec 19 21:48:47.243 DEBG running: zfs list rpool/images/build/host |
2184 | 2024-12-19T21:48:49.243Z | NAME USED AVAIL REFER MOUNTPOINT |
2185 | 2024-12-19T21:48:49.244Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2186 | 2024-12-19T21:48:49.246Z | Dec 19 21:48:47.251 DEBG process exited with exit status: 0 (7.346594ms) |
2187 | 2024-12-19T21:48:49.246Z | Dec 19 21:48:47.251 DEBG running: zfs list rpool/images/build/recovery |
2188 | 2024-12-19T21:48:49.250Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-19T21:48:49.250Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2190 | 2024-12-19T21:48:49.253Z | Dec 19 21:48:47.257 DEBG process exited with exit status: 0 (6.380357ms) |
2191 | 2024-12-19T21:48:49.253Z | Dec 19 21:48:47.258 INFO [hubris-staging] running task |
2192 | 2024-12-19T21:48:49.253Z | Dec 19 21:48:47.258 INFO [hubris-production] running task |
2193 | 2024-12-19T21:48:49.253Z | Dec 19 21:48:47.259 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2194 | 2024-12-19T21:48:49.256Z | Dec 19 21:48:47.262 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2195 | 2024-12-19T21:48:49.323Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2196 | 2024-12-19T21:48:49.717Z | [ omicron-package] Blocking waiting for file lock on package cache |
2197 | 2024-12-19T21:48:50.427Z | [ omicron-package] Blocking waiting for file lock on package cache |
2198 | 2024-12-19T21:48:50.703Z | [ omicron-package] Blocking waiting for file lock on package cache |
2199 | 2024-12-19T21:48:51.282Z | Dec 19 21:48:49.106 INFO [hubris-production] task succeeded (1.847808834s) |
2200 | 2024-12-19T21:48:51.573Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2201 | 2024-12-19T21:48:51.573Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2202 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling itertools v0.13.0 |
2203 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2204 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling heapless v0.8.0 |
2205 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling hash32 v0.3.1 |
2206 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2207 | 2024-12-19T21:48:51.582Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2208 | 2024-12-19T21:48:53.049Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2209 | 2024-12-19T21:48:53.259Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2210 | 2024-12-19T21:48:53.564Z | [ omicron-package] Compiling cobs v0.2.3 |
2211 | 2024-12-19T21:48:54.068Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2212 | 2024-12-19T21:48:54.266Z | [ omicron-package] Compiling postcard v1.0.10 |
2213 | 2024-12-19T21:48:54.403Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2214 | 2024-12-19T21:48:54.654Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2215 | 2024-12-19T21:48:54.676Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2216 | 2024-12-19T21:48:55.529Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2217 | 2024-12-19T21:48:55.807Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2218 | 2024-12-19T21:48:56.643Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2219 | 2024-12-19T21:48:57.190Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2220 | 2024-12-19T21:48:57.376Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2221 | 2024-12-19T21:48:57.721Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2222 | 2024-12-19T21:48:57.977Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-19T21:48:58.147Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2224 | 2024-12-19T21:48:58.245Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2225 | 2024-12-19T21:48:58.664Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2226 | 2024-12-19T21:48:58.841Z | [ omicron-package] Compiling num_enum v0.5.11 |
2227 | 2024-12-19T21:48:58.956Z | [ omicron-package] Compiling thiserror v2.0.3 |
2228 | 2024-12-19T21:48:59.211Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2229 | 2024-12-19T21:48:59.299Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2230 | 2024-12-19T21:48:59.737Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2231 | 2024-12-19T21:48:59.822Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2232 | 2024-12-19T21:49:00.433Z | [ omicron-package] Compiling colored v2.1.0 |
2233 | 2024-12-19T21:49:00.690Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2234 | 2024-12-19T21:49:01.175Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2235 | 2024-12-19T21:49:01.536Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2236 | 2024-12-19T21:49:02.563Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2237 | 2024-12-19T21:49:02.757Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2238 | 2024-12-19T21:49:02.911Z | Dec 19 21:49:00.860 INFO [hubris-staging] task succeeded (13.601596435s) |
2239 | 2024-12-19T21:49:03.177Z | [ omicron-package] Compiling num-derive v0.4.2 |
2240 | 2024-12-19T21:49:04.280Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2241 | 2024-12-19T21:49:04.307Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2242 | 2024-12-19T21:49:04.905Z | [ omicron-package] Compiling zone v0.3.0 |
2243 | 2024-12-19T21:49:05.193Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-19T21:49:05.331Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2245 | 2024-12-19T21:49:06.212Z | [ omicron-package] Compiling smf v0.2.3 |
2246 | 2024-12-19T21:49:06.372Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2024-12-19T21:49:06.786Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2248 | 2024-12-19T21:49:07.183Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2249 | 2024-12-19T21:49:09.209Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2250 | 2024-12-19T21:49:09.580Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2024-12-19T21:49:09.672Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2252 | 2024-12-19T21:49:09.728Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-19T21:49:09.731Z | [ omicron-package] Compiling gethostname v0.5.0 |
2254 | 2024-12-19T21:49:10.085Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-12-19T21:49:10.213Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2256 | 2024-12-19T21:49:10.637Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-19T21:49:12.820Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2258 | 2024-12-19T21:49:14.186Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2259 | 2024-12-19T21:49:15.644Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2260 | 2024-12-19T21:49:18.322Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2261 | 2024-12-19T21:49:18.994Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2262 | 2024-12-19T21:49:20.743Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2263 | 2024-12-19T21:49:31.963Z | [ helios-setup] Dec 19 21:49:29.789 INFO helios repository root is: /work/oxidecomputer/helios |
2264 | 2024-12-19T21:49:31.966Z | [ helios-setup] Dec 19 21:49:29.790 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2265 | 2024-12-19T21:49:31.966Z | [ helios-setup] Dec 19 21:49:29.790 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 |
2266 | 2024-12-19T21:49:31.966Z | [ helios-setup] Dec 19 21:49:29.790 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2267 | 2024-12-19T21:49:31.969Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2268 | 2024-12-19T21:49:32.483Z | [ helios-setup] Dec 19 21:49:30.306 INFO clone ok!, project: pinprick |
2269 | 2024-12-19T21:49:32.485Z | [ helios-setup] Dec 19 21:49:30.307 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2270 | 2024-12-19T21:49:32.485Z | [ helios-setup] Dec 19 21:49:30.307 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 |
2271 | 2024-12-19T21:49:32.485Z | [ helios-setup] Dec 19 21:49:30.307 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2272 | 2024-12-19T21:49:32.488Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2273 | 2024-12-19T21:49:33.058Z | [ helios-setup] Dec 19 21:49:30.880 INFO clone ok!, project: phbl |
2274 | 2024-12-19T21:49:33.061Z | [ helios-setup] Dec 19 21:49:30.880 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 |
2275 | 2024-12-19T21:49:33.061Z | [ helios-setup] Dec 19 21:49:30.880 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2276 | 2024-12-19T21:49:33.063Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2277 | 2024-12-19T21:49:33.622Z | [ helios-setup] Dec 19 21:49:31.441 INFO clone ok!, project: bootserver |
2278 | 2024-12-19T21:49:33.625Z | [ helios-setup] Dec 19 21:49:31.441 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 |
2279 | 2024-12-19T21:49:33.625Z | [ helios-setup] Dec 19 21:49:31.441 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 |
2280 | 2024-12-19T21:49:33.628Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2281 | 2024-12-19T21:49:34.736Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2282 | 2024-12-19T21:49:34.749Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2283 | 2024-12-19T21:49:39.631Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.15s |
2284 | 2024-12-19T21:49:39.888Z | [ omicron-package] |
2285 | 2024-12-19T21:49:39.888Z | [ omicron-package] real 50.372188545 |
2286 | 2024-12-19T21:49:39.890Z | [ omicron-package] user 2:54.677635179 |
2287 | 2024-12-19T21:49:39.891Z | [ omicron-package] sys 26.087431414 |
2288 | 2024-12-19T21:49:39.891Z | [ omicron-package] trap 0.216590719 |
2289 | 2024-12-19T21:49:39.891Z | [ omicron-package] tflt 0.915455776 |
2290 | 2024-12-19T21:49:39.891Z | [ omicron-package] dflt 0.780683153 |
2291 | 2024-12-19T21:49:39.891Z | [ omicron-package] kflt 0.000031147 |
2292 | 2024-12-19T21:49:39.891Z | [ omicron-package] lock 6:11.809940913 |
2293 | 2024-12-19T21:49:39.891Z | [ omicron-package] slp 10:10.002280368 |
2294 | 2024-12-19T21:49:39.891Z | [ omicron-package] lat 1:38.281068504 |
2295 | 2024-12-19T21:49:39.891Z | [ omicron-package] stop 1:00.478419486 |
2296 | 2024-12-19T21:49:39.891Z | Dec 19 21:49:37.681 INFO [omicron-package] process exited with exit status: 0 (50.419147589s) |
2297 | 2024-12-19T21:49:39.891Z | Dec 19 21:49:37.682 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 |
2298 | 2024-12-19T21:49:39.960Z | Dec 19 21:49:37.752 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2299 | 2024-12-19T21:49:39.971Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2300 | 2024-12-19T21:49:39.974Z | [ host-target] Created new build target 'host' and set it as active |
2301 | 2024-12-19T21:49:39.976Z | Dec 19 21:49:37.766 INFO [host-target] process exited with exit status: 0 (84.641479ms) |
2302 | 2024-12-19T21:49:39.976Z | Dec 19 21:49:37.767 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2303 | 2024-12-19T21:49:39.983Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2304 | 2024-12-19T21:49:39.985Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2305 | 2024-12-19T21:49:39.985Z | Dec 19 21:49:37.778 INFO [recovery-target] process exited with exit status: 0 (25.981483ms) |
2306 | 2024-12-19T21:49:39.993Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2307 | 2024-12-19T21:49:40.255Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2308 | 2024-12-19T21:49:40.264Z | [ helios-setup] Dec 19 21:49:38.055 INFO clone ok!, project: amd-host-image-builder |
2309 | 2024-12-19T21:49:40.267Z | [ helios-setup] Dec 19 21:49:38.055 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 |
2310 | 2024-12-19T21:49:40.267Z | [ helios-setup] Dec 19 21:49:38.055 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2311 | 2024-12-19T21:49:40.269Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2312 | 2024-12-19T21:49:41.137Z | [ host-package] Compiling convert_case v0.4.0 |
2313 | 2024-12-19T21:49:41.137Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2314 | 2024-12-19T21:49:41.137Z | [ host-package] Compiling newline-converter v0.3.0 |
2315 | 2024-12-19T21:49:41.142Z | [ host-package] Compiling password-hash v0.5.0 |
2316 | 2024-12-19T21:49:41.142Z | [ host-package] Compiling progenitor-client v0.8.0 |
2317 | 2024-12-19T21:49:41.142Z | [ host-package] Compiling blake2 v0.10.6 |
2318 | 2024-12-19T21:49:41.142Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2319 | 2024-12-19T21:49:41.142Z | [ host-package] Compiling atomicwrites v0.4.4 |
2320 | 2024-12-19T21:49:41.481Z | [ host-package] Compiling expectorate v1.1.0 |
2321 | 2024-12-19T21:49:41.692Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2322 | 2024-12-19T21:49:41.715Z | [ host-package] Compiling progenitor v0.8.0 |
2323 | 2024-12-19T21:49:41.814Z | [ host-package] Compiling owo-colors v4.1.0 |
2324 | 2024-12-19T21:49:41.838Z | [ host-package] Compiling num-rational v0.4.2 |
2325 | 2024-12-19T21:49:42.002Z | [ host-package] Compiling derive_more v0.99.18 |
2326 | 2024-12-19T21:49:42.026Z | [ host-package] Compiling argon2 v0.5.3 |
2327 | 2024-12-19T21:49:42.090Z | [ host-package] Compiling num-complex v0.4.6 |
2328 | 2024-12-19T21:49:42.629Z | [ host-package] Compiling libsw v3.3.1 |
2329 | 2024-12-19T21:49:42.933Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2330 | 2024-12-19T21:49:43.006Z | [ host-package] Compiling swrite v0.1.0 |
2331 | 2024-12-19T21:49:43.159Z | [ host-package] Compiling linear-map v1.2.0 |
2332 | 2024-12-19T21:49:43.542Z | [ host-package] Compiling num v0.4.3 |
2333 | 2024-12-19T21:49:43.545Z | [ host-package] Compiling indent_write v2.2.0 |
2334 | 2024-12-19T21:49:43.628Z | [ host-package] Compiling float-ord v0.3.2 |
2335 | 2024-12-19T21:49:43.668Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2336 | 2024-12-19T21:49:43.718Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2337 | 2024-12-19T21:49:43.813Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2338 | 2024-12-19T21:49:43.843Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2339 | 2024-12-19T21:49:44.332Z | [ host-package] Compiling highway v1.2.0 |
2340 | 2024-12-19T21:49:44.580Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2341 | 2024-12-19T21:49:45.155Z | [ host-package] Compiling semver v0.1.20 |
2342 | 2024-12-19T21:49:45.835Z | [ host-package] Compiling rustc_version v0.1.7 |
2343 | 2024-12-19T21:49:45.918Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2344 | 2024-12-19T21:49:46.275Z | [ host-package] Compiling newtype_derive v0.1.6 |
2345 | 2024-12-19T21:49:46.303Z | [ host-package] Compiling dropshot v0.13.0 |
2346 | 2024-12-19T21:49:46.382Z | [ host-package] Compiling ipnetwork v0.20.0 |
2347 | 2024-12-19T21:49:46.745Z | [ host-package] Compiling instant v0.1.13 |
2348 | 2024-12-19T21:49:46.978Z | [ host-package] Compiling humantime v2.1.0 |
2349 | 2024-12-19T21:49:47.260Z | [ host-package] Compiling backoff v0.4.0 |
2350 | 2024-12-19T21:49:47.656Z | [ helios-setup] Dec 19 21:49:45.416 INFO clone ok!, project: amd-firmware |
2351 | 2024-12-19T21:49:47.658Z | [ helios-setup] Dec 19 21:49:45.416 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 |
2352 | 2024-12-19T21:49:47.659Z | [ helios-setup] Dec 19 21:49:45.416 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2353 | 2024-12-19T21:49:47.661Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2354 | 2024-12-19T21:49:47.663Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2355 | 2024-12-19T21:49:48.366Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2356 | 2024-12-19T21:49:48.859Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2357 | 2024-12-19T21:49:48.880Z | [ helios-setup] Dec 19 21:49:46.635 INFO clone ok!, project: pilot |
2358 | 2024-12-19T21:49:48.883Z | [ helios-setup] Dec 19 21:49:46.635 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2359 | 2024-12-19T21:49:48.883Z | [ helios-setup] Dec 19 21:49:46.635 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 |
2360 | 2024-12-19T21:49:48.883Z | [ helios-setup] Dec 19 21:49:46.635 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2361 | 2024-12-19T21:49:48.886Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2362 | 2024-12-19T21:49:48.901Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2363 | 2024-12-19T21:49:49.764Z | [ helios-setup] Dec 19 21:49:47.514 INFO clone ok!, project: image-builder |
2364 | 2024-12-19T21:49:49.767Z | [ helios-setup] Dec 19 21:49:47.514 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 |
2365 | 2024-12-19T21:49:49.767Z | [ helios-setup] Dec 19 21:49:47.514 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2366 | 2024-12-19T21:49:49.770Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2367 | 2024-12-19T21:49:51.036Z | [ helios-setup] Dec 19 21:49:48.781 INFO clone ok!, project: chelsio-t6-roms |
2368 | 2024-12-19T21:49:51.039Z | [ helios-setup] Dec 19 21:49:48.782 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2369 | 2024-12-19T21:49:51.685Z | [ helios-setup] Dec 19 21:49:49.427 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2370 | 2024-12-19T21:49:52.285Z | [ helios-setup] Dec 19 21:49:50.025 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2371 | 2024-12-19T21:49:52.288Z | [ helios-setup] Dec 19 21:49:50.025 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2372 | 2024-12-19T21:49:52.319Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2373 | 2024-12-19T21:49:52.903Z | [ helios-setup] Dec 19 21:49:50.640 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2374 | 2024-12-19T21:49:53.155Z | [ host-package] Compiling parse-display v0.10.0 |
2375 | 2024-12-19T21:49:53.417Z | [ helios-setup] Dec 19 21:49:51.152 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2376 | 2024-12-19T21:49:53.420Z | [ helios-setup] Dec 19 21:49:51.152 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2377 | 2024-12-19T21:49:53.784Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2378 | 2024-12-19T21:49:53.963Z | [ helios-setup] Dec 19 21:49:51.696 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2379 | 2024-12-19T21:49:54.012Z | [ host-package] Compiling strum v0.26.3 |
2380 | 2024-12-19T21:49:54.118Z | [ host-package] Compiling serde_with v3.11.0 |
2381 | 2024-12-19T21:49:54.217Z | [ host-package] Compiling regress v0.9.1 |
2382 | 2024-12-19T21:49:54.486Z | [ helios-setup] Dec 19 21:49:52.216 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2383 | 2024-12-19T21:49:54.486Z | [ helios-setup] Dec 19 21:49:52.217 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2384 | 2024-12-19T21:49:54.488Z | [ helios-setup] Dec 19 21:49:52.217 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2385 | 2024-12-19T21:49:54.488Z | [ helios-setup] Dec 19 21:49:52.217 INFO ok! |
2386 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2387 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2388 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO ok! |
2389 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2390 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2391 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO ok! |
2392 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2393 | 2024-12-19T21:49:54.489Z | [ helios-setup] Dec 19 21:49:52.217 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2394 | 2024-12-19T21:49:54.806Z | [ helios-setup] Dec 19 21:49:52.535 INFO E| Downloading crates ... |
2395 | 2024-12-19T21:49:54.948Z | [ helios-setup] Dec 19 21:49:52.676 INFO E| Downloaded miniz_oxide v0.7.2 |
2396 | 2024-12-19T21:49:55.008Z | [ helios-setup] Dec 19 21:49:52.736 INFO E| Compiling adler v1.0.2 |
2397 | 2024-12-19T21:49:55.156Z | [ helios-setup] Dec 19 21:49:52.883 INFO E| Compiling miniz_oxide v0.7.2 |
2398 | 2024-12-19T21:49:57.688Z | [ helios-setup] Dec 19 21:49:55.405 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2399 | 2024-12-19T21:49:57.756Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2400 | 2024-12-19T21:49:59.031Z | [ host-package] Compiling macaddr v1.0.1 |
2401 | 2024-12-19T21:49:59.059Z | [ helios-setup] Dec 19 21:49:56.767 INFO E| Finished `release` profile [optimized] target(s) in 4.44s |
2402 | 2024-12-19T21:49:59.070Z | [ helios-setup] Dec 19 21:49:56.777 INFO building project "pinprick" ok (4 seconds) |
2403 | 2024-12-19T21:49:59.070Z | [ helios-setup] Dec 19 21:49:56.777 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2404 | 2024-12-19T21:49:59.073Z | [ helios-setup] Dec 19 21:49:56.777 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2405 | 2024-12-19T21:49:59.362Z | [ helios-setup] Dec 19 21:49:57.072 INFO E| Downloading crates ... |
2406 | 2024-12-19T21:49:59.434Z | [ helios-setup] Dec 19 21:49:57.143 INFO E| Downloaded block-buffer v0.10.3 |
2407 | 2024-12-19T21:49:59.452Z | [ helios-setup] Dec 19 21:49:57.161 INFO E| Downloaded anyhow v1.0.62 |
2408 | 2024-12-19T21:49:59.458Z | [ helios-setup] Dec 19 21:49:57.168 INFO E| Downloaded unicode-width v0.1.10 |
2409 | 2024-12-19T21:49:59.461Z | [ helios-setup] Dec 19 21:49:57.171 INFO E| Downloaded sha2 v0.10.5 |
2410 | 2024-12-19T21:49:59.464Z | [ helios-setup] Dec 19 21:49:57.174 INFO E| Downloaded typenum v1.15.0 |
2411 | 2024-12-19T21:49:59.468Z | [ helios-setup] Dec 19 21:49:57.178 INFO E| Downloaded flate2 v1.0.25 |
2412 | 2024-12-19T21:49:59.476Z | [ helios-setup] Dec 19 21:49:57.186 INFO E| Downloaded bytes v1.2.1 |
2413 | 2024-12-19T21:49:59.482Z | [ helios-setup] Dec 19 21:49:57.192 INFO E| Downloaded digest v0.10.3 |
2414 | 2024-12-19T21:49:59.485Z | [ helios-setup] Dec 19 21:49:57.195 INFO E| Downloaded miniz_oxide v0.6.2 |
2415 | 2024-12-19T21:49:59.488Z | [ helios-setup] Dec 19 21:49:57.198 INFO E| Downloaded generic-array v0.14.6 |
2416 | 2024-12-19T21:49:59.491Z | [ helios-setup] Dec 19 21:49:57.200 INFO E| Downloaded cpufeatures v0.2.5 |
2417 | 2024-12-19T21:49:59.556Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2418 | 2024-12-19T21:49:59.570Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling version_check v0.9.4 |
2419 | 2024-12-19T21:49:59.570Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling typenum v1.15.0 |
2420 | 2024-12-19T21:49:59.572Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling crc32fast v1.3.2 |
2421 | 2024-12-19T21:49:59.572Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling cfg-if v1.0.0 |
2422 | 2024-12-19T21:49:59.572Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling anyhow v1.0.62 |
2423 | 2024-12-19T21:49:59.572Z | [ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling adler v1.0.2 |
2424 | 2024-12-19T21:49:59.573Z | [ helios-setup] Dec 19 21:49:57.280 INFO E| Compiling unicode-width v0.1.10 |
2425 | 2024-12-19T21:49:59.573Z | [ helios-setup] Dec 19 21:49:57.280 INFO E| Compiling cpufeatures v0.2.5 |
2426 | 2024-12-19T21:49:59.635Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2427 | 2024-12-19T21:49:59.955Z | [ host-package] Compiling steno v0.4.1 |
2428 | 2024-12-19T21:50:00.566Z | [ helios-setup] Dec 19 21:49:58.271 INFO E| Compiling bytes v1.2.1 |
2429 | 2024-12-19T21:50:00.599Z | [ helios-setup] Dec 19 21:49:58.304 INFO E| Compiling bitflags v1.3.2 |
2430 | 2024-12-19T21:50:00.707Z | [ helios-setup] Dec 19 21:49:58.411 INFO E| Compiling miniz_oxide v0.6.2 |
2431 | 2024-12-19T21:50:00.874Z | [ host-package] Compiling prettyplease v0.2.25 |
2432 | 2024-12-19T21:50:00.920Z | [ helios-setup] Dec 19 21:49:58.623 INFO E| Compiling getopts v0.2.21 |
2433 | 2024-12-19T21:50:01.461Z | [ helios-setup] Dec 19 21:49:59.162 INFO E| Compiling generic-array v0.14.6 |
2434 | 2024-12-19T21:50:01.733Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2435 | 2024-12-19T21:50:01.903Z | [ helios-setup] Dec 19 21:49:59.602 INFO E| Compiling flate2 v1.0.25 |
2436 | 2024-12-19T21:50:03.545Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2437 | 2024-12-19T21:50:03.567Z | [ host-package] Compiling half v2.4.1 |
2438 | 2024-12-19T21:50:04.669Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-12-19T21:50:05.757Z | [ helios-setup] Dec 19 21:50:03.440 INFO E| Compiling block-buffer v0.10.3 |
2440 | 2024-12-19T21:50:05.757Z | [ helios-setup] Dec 19 21:50:03.440 INFO E| Compiling crypto-common v0.1.6 |
2441 | 2024-12-19T21:50:05.958Z | [ helios-setup] Dec 19 21:50:03.640 INFO E| Compiling digest v0.10.3 |
2442 | 2024-12-19T21:50:06.349Z | [ helios-setup] Dec 19 21:50:04.029 INFO E| Compiling sha2 v0.10.5 |
2443 | 2024-12-19T21:50:06.909Z | [ helios-setup] Dec 19 21:50:04.587 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2444 | 2024-12-19T21:50:07.223Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2445 | 2024-12-19T21:50:07.277Z | [ host-package] Compiling ciborium-io v0.2.2 |
2446 | 2024-12-19T21:50:07.461Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2447 | 2024-12-19T21:50:08.424Z | [ host-package] Compiling tungstenite v0.21.0 |
2448 | 2024-12-19T21:50:12.404Z | [ helios-setup] Dec 19 21:50:10.059 INFO E| Finished `release` profile [optimized] target(s) in 13.19s |
2449 | 2024-12-19T21:50:12.419Z | [ helios-setup] Dec 19 21:50:10.074 INFO building project "bootserver" ok (13 seconds) |
2450 | 2024-12-19T21:50:12.419Z | [ helios-setup] Dec 19 21:50:10.074 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2451 | 2024-12-19T21:50:12.419Z | [ helios-setup] Dec 19 21:50:10.074 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2452 | 2024-12-19T21:50:12.429Z | [ helios-setup] Dec 19 21:50:10.084 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2453 | 2024-12-19T21:50:12.840Z | [ helios-setup] Dec 19 21:50:10.493 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2454 | 2024-12-19T21:50:12.840Z | [ helios-setup] Dec 19 21:50:10.493 INFO E| info: downloading component 'cargo' |
2455 | 2024-12-19T21:50:13.655Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2456 | 2024-12-19T21:50:14.266Z | [ helios-setup] Dec 19 21:50:11.913 INFO E| info: downloading component 'clippy' |
2457 | 2024-12-19T21:50:14.388Z | [ host-package] Compiling ciborium v0.2.2 |
2458 | 2024-12-19T21:50:14.572Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2459 | 2024-12-19T21:50:14.614Z | [ helios-setup] Dec 19 21:50:12.259 INFO E| info: downloading component 'rust-docs' |
2460 | 2024-12-19T21:50:15.784Z | [ helios-setup] Dec 19 21:50:13.425 INFO E| info: downloading component 'rust-src' |
2461 | 2024-12-19T21:50:16.073Z | [ helios-setup] Dec 19 21:50:13.712 INFO E| info: downloading component 'rust-std' |
2462 | 2024-12-19T21:50:18.326Z | [ helios-setup] Dec 19 21:50:15.956 INFO E| info: downloading component 'rustc' |
2463 | 2024-12-19T21:50:21.540Z | [ host-package] Compiling fastrand v2.1.1 |
2464 | 2024-12-19T21:50:22.117Z | [ host-package] Compiling display-error-chain v0.2.2 |
2465 | 2024-12-19T21:50:22.379Z | [ host-package] Compiling same-file v1.0.6 |
2466 | 2024-12-19T21:50:22.638Z | [ host-package] Compiling walkdir v2.5.0 |
2467 | 2024-12-19T21:50:22.770Z | [ host-package] Compiling tempfile v3.13.0 |
2468 | 2024-12-19T21:50:23.362Z | [ host-package] Compiling ring v0.16.20 |
2469 | 2024-12-19T21:50:23.503Z | [ helios-setup] Dec 19 21:50:21.111 INFO E| info: downloading component 'rustfmt' |
2470 | 2024-12-19T21:50:23.635Z | [ host-package] Compiling blake3 v1.5.4 |
2471 | 2024-12-19T21:50:23.740Z | [ helios-setup] Dec 19 21:50:21.347 INFO E| info: installing component 'cargo' |
2472 | 2024-12-19T21:50:23.812Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2473 | 2024-12-19T21:50:24.211Z | [ host-package] Compiling xattr v1.3.1 |
2474 | 2024-12-19T21:50:24.281Z | [ host-package] Compiling filetime v0.2.25 |
2475 | 2024-12-19T21:50:24.511Z | [ host-package] Compiling memmap2 v0.9.5 |
2476 | 2024-12-19T21:50:24.685Z | [ host-package] Compiling arrayvec v0.7.6 |
2477 | 2024-12-19T21:50:24.744Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2478 | 2024-12-19T21:50:24.975Z | [ helios-setup] Dec 19 21:50:22.576 INFO E| info: installing component 'clippy' |
2479 | 2024-12-19T21:50:25.063Z | [ host-package] Compiling arrayref v0.3.9 |
2480 | 2024-12-19T21:50:25.125Z | [ host-package] Compiling keccak v0.1.5 |
2481 | 2024-12-19T21:50:25.244Z | [ host-package] Compiling spin v0.5.2 |
2482 | 2024-12-19T21:50:25.423Z | [ helios-setup] Dec 19 21:50:23.023 INFO E| info: installing component 'rust-docs' |
2483 | 2024-12-19T21:50:25.782Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2484 | 2024-12-19T21:50:26.156Z | [ host-package] Compiling sha3 v0.10.8 |
2485 | 2024-12-19T21:50:26.279Z | [ host-package] Compiling tar v0.4.42 |
2486 | 2024-12-19T21:50:27.190Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2487 | 2024-12-19T21:50:27.422Z | [ host-package] Compiling toolchain_find v0.4.0 |
2488 | 2024-12-19T21:50:27.740Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2489 | 2024-12-19T21:50:28.152Z | [ host-package] Compiling topological-sort v0.2.2 |
2490 | 2024-12-19T21:50:28.343Z | [ host-package] Compiling maplit v1.0.2 |
2491 | 2024-12-19T21:50:28.391Z | [ host-package] Compiling crunchy v0.2.2 |
2492 | 2024-12-19T21:50:28.485Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2493 | 2024-12-19T21:50:28.547Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2494 | 2024-12-19T21:50:29.157Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2495 | 2024-12-19T21:50:29.386Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2496 | 2024-12-19T21:50:29.431Z | [ host-package] Compiling phf_generator v0.11.2 |
2497 | 2024-12-19T21:50:29.776Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2498 | 2024-12-19T21:50:29.872Z | [ host-package] Compiling const_format v0.2.33 |
2499 | 2024-12-19T21:50:30.247Z | [ helios-setup] Dec 19 21:50:27.827 INFO E| info: installing component 'rust-src' |
2500 | 2024-12-19T21:50:30.318Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2501 | 2024-12-19T21:50:30.505Z | [ host-package] Compiling secrecy v0.8.0 |
2502 | 2024-12-19T21:50:30.862Z | [ helios-setup] Dec 19 21:50:28.439 INFO E| info: installing component 'rust-std' |
2503 | 2024-12-19T21:50:30.931Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2504 | 2024-12-19T21:50:30.990Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2505 | 2024-12-19T21:50:31.033Z | [ host-package] Compiling arc-swap v1.7.1 |
2506 | 2024-12-19T21:50:31.203Z | [ host-package] Compiling r2d2 v0.8.10 |
2507 | 2024-12-19T21:50:31.323Z | [ host-package] Compiling phf_codegen v0.11.2 |
2508 | 2024-12-19T21:50:31.386Z | [ host-package] Compiling diesel_derives v2.2.3 |
2509 | 2024-12-19T21:50:31.593Z | [ host-package] Compiling slog-scope v4.4.0 |
2510 | 2024-12-19T21:50:31.718Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2511 | 2024-12-19T21:50:31.750Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2512 | 2024-12-19T21:50:32.159Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2513 | 2024-12-19T21:50:32.349Z | [ host-package] Compiling universal-hash v0.5.1 |
2514 | 2024-12-19T21:50:32.580Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2515 | 2024-12-19T21:50:32.660Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2516 | 2024-12-19T21:50:33.152Z | [ helios-setup] Dec 19 21:50:30.719 INFO E| info: installing component 'rustc' |
2517 | 2024-12-19T21:50:34.447Z | [ host-package] Compiling ena v0.14.3 |
2518 | 2024-12-19T21:50:35.025Z | [ host-package] Compiling opaque-debug v0.3.1 |
2519 | 2024-12-19T21:50:35.111Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2520 | 2024-12-19T21:50:35.155Z | [ host-package] Compiling regex-syntax v0.6.29 |
2521 | 2024-12-19T21:50:35.743Z | [ host-package] Compiling diff v0.1.13 |
2522 | 2024-12-19T21:50:36.488Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2523 | 2024-12-19T21:50:36.675Z | [ host-package] Compiling poly1305 v0.8.0 |
2524 | 2024-12-19T21:50:38.380Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2525 | 2024-12-19T21:50:39.321Z | [ helios-setup] Dec 19 21:50:36.862 INFO E| info: installing component 'rustfmt' |
2526 | 2024-12-19T21:50:39.953Z | [ host-package] Compiling lalrpop v0.19.12 |
2527 | 2024-12-19T21:50:40.108Z | [ helios-setup] Dec 19 21:50:37.645 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2528 | 2024-12-19T21:50:40.948Z | [ helios-setup] Dec 19 21:50:38.482 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2529 | 2024-12-19T21:50:40.949Z | [ helios-setup] Dec 19 21:50:38.482 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2530 | 2024-12-19T21:50:40.949Z | [ helios-setup] Dec 19 21:50:38.482 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2531 | 2024-12-19T21:50:40.979Z | [ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2532 | 2024-12-19T21:50:40.979Z | [ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2533 | 2024-12-19T21:50:40.979Z | [ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2534 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2535 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2536 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2537 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2538 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2539 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2540 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2541 | 2024-12-19T21:50:40.986Z | [ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2542 | 2024-12-19T21:50:41.033Z | [ helios-setup] Dec 19 21:50:38.566 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2543 | 2024-12-19T21:50:41.148Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2544 | 2024-12-19T21:50:41.950Z | [ helios-setup] Dec 19 21:50:39.480 INFO E| From https://github.com/oxidecomputer/amd-efs |
2545 | 2024-12-19T21:50:41.950Z | [ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] empty -> origin/empty |
2546 | 2024-12-19T21:50:41.950Z | [ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2547 | 2024-12-19T21:50:41.953Z | [ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] main -> origin/main |
2548 | 2024-12-19T21:50:41.953Z | [ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] review -> origin/review |
2549 | 2024-12-19T21:50:41.953Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new ref] -> origin/HEAD |
2550 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2551 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2552 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2553 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2554 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2555 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2556 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2557 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2558 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2559 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2560 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2561 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2562 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2563 | 2024-12-19T21:50:41.954Z | [ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2564 | 2024-12-19T21:50:41.977Z | [ helios-setup] Dec 19 21:50:39.507 INFO E| Updating crates.io index |
2565 | 2024-12-19T21:50:42.273Z | [ helios-setup] Dec 19 21:50:39.802 INFO E| Downloading crates ... |
2566 | 2024-12-19T21:50:42.407Z | [ helios-setup] Dec 19 21:50:39.935 INFO E| Downloaded serde_derive v1.0.210 |
2567 | 2024-12-19T21:50:42.415Z | [ helios-setup] Dec 19 21:50:39.943 INFO E| Downloaded unic-common v0.9.0 |
2568 | 2024-12-19T21:50:42.417Z | [ helios-setup] Dec 19 21:50:39.945 INFO E| Downloaded bytesize v1.3.0 |
2569 | 2024-12-19T21:50:42.420Z | [ helios-setup] Dec 19 21:50:39.946 INFO E| Downloaded ansi_term v0.12.1 |
2570 | 2024-12-19T21:50:42.422Z | [ helios-setup] Dec 19 21:50:39.950 INFO E| Downloaded unic-ucd-version v0.9.0 |
2571 | 2024-12-19T21:50:42.425Z | [ helios-setup] Dec 19 21:50:39.952 INFO E| Downloaded unic-char-property v0.9.0 |
2572 | 2024-12-19T21:50:42.427Z | [ helios-setup] Dec 19 21:50:39.954 INFO E| Downloaded fletcher v0.1.0 |
2573 | 2024-12-19T21:50:42.431Z | [ helios-setup] Dec 19 21:50:39.956 INFO E| Downloaded vec_map v0.8.2 |
2574 | 2024-12-19T21:50:42.431Z | [ helios-setup] Dec 19 21:50:39.957 INFO E| Downloaded strum v0.23.0 |
2575 | 2024-12-19T21:50:42.431Z | [ helios-setup] Dec 19 21:50:39.958 INFO E| Downloaded unic-char-range v0.9.0 |
2576 | 2024-12-19T21:50:42.434Z | [ helios-setup] Dec 19 21:50:39.960 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2577 | 2024-12-19T21:50:42.452Z | [ helios-setup] Dec 19 21:50:39.980 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2578 | 2024-12-19T21:50:42.454Z | [ helios-setup] Dec 19 21:50:39.983 INFO E| Downloaded thiserror-impl v1.0.64 |
2579 | 2024-12-19T21:50:42.457Z | [ helios-setup] Dec 19 21:50:39.984 INFO E| Downloaded thiserror v1.0.64 |
2580 | 2024-12-19T21:50:42.465Z | [ helios-setup] Dec 19 21:50:39.993 INFO E| Downloaded strsim v0.8.0 |
2581 | 2024-12-19T21:50:42.468Z | [ helios-setup] Dec 19 21:50:39.996 INFO E| Downloaded pre v0.2.1 |
2582 | 2024-12-19T21:50:42.470Z | [ helios-setup] Dec 19 21:50:39.997 INFO E| Downloaded pest_meta v2.7.13 |
2583 | 2024-12-19T21:50:42.473Z | [ helios-setup] Dec 19 21:50:40.000 INFO E| Downloaded once_cell v1.20.1 |
2584 | 2024-12-19T21:50:42.477Z | [ helios-setup] Dec 19 21:50:40.005 INFO E| Downloaded toml v0.5.11 |
2585 | 2024-12-19T21:50:42.481Z | [ helios-setup] Dec 19 21:50:40.009 INFO E| Downloaded structopt v0.3.26 |
2586 | 2024-12-19T21:50:42.494Z | [ helios-setup] Dec 19 21:50:40.022 INFO E| Downloaded serde v1.0.210 |
2587 | 2024-12-19T21:50:42.499Z | [ helios-setup] Dec 19 21:50:40.027 INFO E| Downloaded proc-macro2 v1.0.86 |
2588 | 2024-12-19T21:50:42.504Z | [ helios-setup] Dec 19 21:50:40.032 INFO E| Downloaded pest v2.7.13 |
2589 | 2024-12-19T21:50:42.512Z | [ helios-setup] Dec 19 21:50:40.040 INFO E| Downloaded goblin v0.4.3 |
2590 | 2024-12-19T21:50:42.522Z | [ helios-setup] Dec 19 21:50:40.049 INFO E| Downloaded serde_json v1.0.128 |
2591 | 2024-12-19T21:50:42.535Z | [ helios-setup] Dec 19 21:50:40.063 INFO E| Downloaded syn v2.0.79 |
2592 | 2024-12-19T21:50:42.553Z | [ helios-setup] Dec 19 21:50:40.081 INFO E| Downloaded clap v2.34.0 |
2593 | 2024-12-19T21:50:42.570Z | [ helios-setup] Dec 19 21:50:40.097 INFO E| Downloaded libc v0.2.159 |
2594 | 2024-12-19T21:50:42.611Z | [ helios-setup] Dec 19 21:50:40.138 INFO E| Downloaded pre-proc-macro v0.2.1 |
2595 | 2024-12-19T21:50:42.614Z | [ helios-setup] Dec 19 21:50:40.141 INFO E| Downloaded modular-bitfield v0.11.2 |
2596 | 2024-12-19T21:50:42.630Z | [ helios-setup] Dec 19 21:50:40.157 INFO E| Downloaded scroll v0.10.2 |
2597 | 2024-12-19T21:50:42.633Z | [ helios-setup] Dec 19 21:50:40.160 INFO E| Downloaded pest_derive v2.7.13 |
2598 | 2024-12-19T21:50:42.636Z | [ helios-setup] Dec 19 21:50:40.164 INFO E| Downloaded textwrap v0.11.0 |
2599 | 2024-12-19T21:50:42.639Z | [ helios-setup] Dec 19 21:50:40.166 INFO E| Downloaded strum_macros v0.23.1 |
2600 | 2024-12-19T21:50:42.641Z | [ helios-setup] Dec 19 21:50:40.168 INFO E| Downloaded structopt-derive v0.4.18 |
2601 | 2024-12-19T21:50:42.643Z | [ helios-setup] Dec 19 21:50:40.170 INFO E| Downloaded semver-parser v0.7.0 |
2602 | 2024-12-19T21:50:42.645Z | [ helios-setup] Dec 19 21:50:40.172 INFO E| Downloaded semver v0.9.0 |
2603 | 2024-12-19T21:50:42.648Z | [ helios-setup] Dec 19 21:50:40.174 INFO E| Downloaded rustc_version v0.2.3 |
2604 | 2024-12-19T21:50:42.648Z | [ helios-setup] Dec 19 21:50:40.175 INFO E| Downloaded proc-macro-crate v0.1.5 |
2605 | 2024-12-19T21:50:42.650Z | [ helios-setup] Dec 19 21:50:40.176 INFO E| Downloaded pest_generator v2.7.13 |
2606 | 2024-12-19T21:50:42.652Z | [ helios-setup] Dec 19 21:50:40.178 INFO E| Downloaded four-cc v0.3.0 |
2607 | 2024-12-19T21:50:42.654Z | [ helios-setup] Dec 19 21:50:40.180 INFO E| Downloaded cfg-if v0.1.10 |
2608 | 2024-12-19T21:50:42.654Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2609 | 2024-12-19T21:50:42.654Z | [ helios-setup] Dec 19 21:50:40.181 INFO E| Downloaded scroll_derive v0.10.5 |
2610 | 2024-12-19T21:50:42.656Z | [ helios-setup] Dec 19 21:50:40.182 INFO E| Downloaded parse_int v0.6.0 |
2611 | 2024-12-19T21:50:42.656Z | [ helios-setup] Dec 19 21:50:40.183 INFO E| Downloaded memoffset v0.5.6 |
2612 | 2024-12-19T21:50:42.752Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling proc-macro2 v1.0.86 |
2613 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling unicode-ident v1.0.13 |
2614 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling syn v1.0.109 |
2615 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling version_check v0.9.5 |
2616 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling memchr v2.7.4 |
2617 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling autocfg v1.4.0 |
2618 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling thiserror v1.0.64 |
2619 | 2024-12-19T21:50:42.755Z | [ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling semver-parser v0.7.0 |
2620 | 2024-12-19T21:50:43.934Z | [ helios-setup] Dec 19 21:50:41.456 INFO E| Compiling serde v1.0.210 |
2621 | 2024-12-19T21:50:44.423Z | [ helios-setup] Dec 19 21:50:41.941 INFO E| Compiling semver v0.9.0 |
2622 | 2024-12-19T21:50:44.588Z | [ host-package] Compiling diesel v2.2.6 |
2623 | 2024-12-19T21:50:44.845Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2624 | 2024-12-19T21:50:44.937Z | [ helios-setup] Dec 19 21:50:42.453 INFO E| Compiling serde_json v1.0.128 |
2625 | 2024-12-19T21:50:45.038Z | [ helios-setup] Dec 19 21:50:42.555 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2626 | 2024-12-19T21:50:45.093Z | [ helios-setup] Dec 19 21:50:42.610 INFO E| Compiling rustc_version v0.2.3 |
2627 | 2024-12-19T21:50:45.210Z | [ helios-setup] Dec 19 21:50:42.726 INFO E| Compiling proc-macro-error v1.0.4 |
2628 | 2024-12-19T21:50:45.593Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2629 | 2024-12-19T21:50:45.606Z | [ helios-setup] Dec 19 21:50:43.119 INFO E| Compiling num-traits v0.2.19 |
2630 | 2024-12-19T21:50:45.706Z | [ helios-setup] Dec 19 21:50:43.220 INFO E| Compiling itoa v1.0.11 |
2631 | 2024-12-19T21:50:45.791Z | [ helios-setup] Dec 19 21:50:43.304 INFO E| Compiling unicode-segmentation v1.12.0 |
2632 | 2024-12-19T21:50:45.851Z | [ helios-setup] Dec 19 21:50:43.364 INFO E| Compiling ryu v1.0.18 |
2633 | 2024-12-19T21:50:45.917Z | [ helios-setup] Dec 19 21:50:43.430 INFO E| Compiling schemars v0.8.21 |
2634 | 2024-12-19T21:50:46.087Z | [ helios-setup] Dec 19 21:50:43.599 INFO E| Compiling pre-proc-macro v0.2.1 |
2635 | 2024-12-19T21:50:46.293Z | [ host-package] Compiling chacha20 v0.9.1 |
2636 | 2024-12-19T21:50:46.459Z | [ helios-setup] Dec 19 21:50:43.970 INFO E| Compiling memoffset v0.5.6 |
2637 | 2024-12-19T21:50:46.655Z | [ helios-setup] Dec 19 21:50:44.166 INFO E| Compiling quote v1.0.37 |
2638 | 2024-12-19T21:50:46.899Z | [ helios-setup] Dec 19 21:50:44.408 INFO E| Compiling dyn-clone v1.0.17 |
2639 | 2024-12-19T21:50:46.976Z | [ helios-setup] Dec 19 21:50:44.485 INFO E| Compiling ucd-trie v0.1.7 |
2640 | 2024-12-19T21:50:47.151Z | [ helios-setup] Dec 19 21:50:44.659 INFO E| Compiling lazy_static v1.5.0 |
2641 | 2024-12-19T21:50:47.294Z | [ host-package] Compiling aead v0.5.2 |
2642 | 2024-12-19T21:50:47.395Z | [ helios-setup] Dec 19 21:50:44.902 INFO E| Compiling syn v2.0.79 |
2643 | 2024-12-19T21:50:47.564Z | [ helios-setup] Dec 19 21:50:45.070 INFO E| Compiling heck v0.3.3 |
2644 | 2024-12-19T21:50:47.768Z | [ helios-setup] Dec 19 21:50:45.273 INFO E| Compiling paste v1.0.15 |
2645 | 2024-12-19T21:50:47.911Z | [ helios-setup] Dec 19 21:50:45.415 INFO E| Compiling rustversion v1.0.17 |
2646 | 2024-12-19T21:50:47.926Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2647 | 2024-12-19T21:50:48.269Z | [ helios-setup] Dec 19 21:50:45.772 INFO E| Compiling libc v0.2.159 |
2648 | 2024-12-19T21:50:48.728Z | [ helios-setup] Dec 19 21:50:46.229 INFO E| Compiling pre v0.2.1 |
2649 | 2024-12-19T21:50:49.548Z | [ helios-setup] Dec 19 21:50:47.045 INFO E| Compiling cfg-if v0.1.10 |
2650 | 2024-12-19T21:50:49.629Z | [ host-package] Compiling ref-cast v1.0.23 |
2651 | 2024-12-19T21:50:49.643Z | [ helios-setup] Dec 19 21:50:47.140 INFO E| Compiling static_assertions v1.1.0 |
2652 | 2024-12-19T21:50:49.678Z | [ helios-setup] Dec 19 21:50:47.175 INFO E| Compiling byteorder v1.5.0 |
2653 | 2024-12-19T21:50:49.723Z | [ helios-setup] Dec 19 21:50:47.219 INFO E| Compiling once_cell v1.20.1 |
2654 | 2024-12-19T21:50:50.703Z | [ helios-setup] Dec 19 21:50:48.196 INFO E| Compiling unicode-width v0.1.14 |
2655 | 2024-12-19T21:50:51.298Z | [ helios-setup] Dec 19 21:50:48.788 INFO E| Compiling atty v0.2.14 |
2656 | 2024-12-19T21:50:51.449Z | [ host-package] Compiling vte v0.11.1 |
2657 | 2024-12-19T21:50:51.592Z | [ helios-setup] Dec 19 21:50:49.081 INFO E| Compiling textwrap v0.11.0 |
2658 | 2024-12-19T21:50:51.671Z | [ helios-setup] Dec 19 21:50:49.160 INFO E| Compiling vec_map v0.8.2 |
2659 | 2024-12-19T21:50:52.535Z | [ helios-setup] Dec 19 21:50:50.021 INFO E| Compiling parse_int v0.6.0 |
2660 | 2024-12-19T21:50:52.681Z | [ helios-setup] Dec 19 21:50:50.165 INFO E| Compiling unic-common v0.9.0 |
2661 | 2024-12-19T21:50:52.910Z | [ helios-setup] Dec 19 21:50:50.393 INFO E| Compiling strsim v0.8.0 |
2662 | 2024-12-19T21:50:52.930Z | [ helios-setup] Dec 19 21:50:50.414 INFO E| Compiling strum v0.23.0 |
2663 | 2024-12-19T21:50:52.944Z | [ helios-setup] Dec 19 21:50:50.427 INFO E| Compiling fletcher v0.1.0 |
2664 | 2024-12-19T21:50:52.962Z | [ helios-setup] Dec 19 21:50:50.446 INFO E| Compiling unic-char-range v0.9.0 |
2665 | 2024-12-19T21:50:53.186Z | [ helios-setup] Dec 19 21:50:50.668 INFO E| Compiling bitflags v1.3.2 |
2666 | 2024-12-19T21:50:53.270Z | [ helios-setup] Dec 19 21:50:50.752 INFO E| Compiling ansi_term v0.12.1 |
2667 | 2024-12-19T21:50:53.286Z | [ helios-setup] Dec 19 21:50:50.768 INFO E| Compiling unic-char-property v0.9.0 |
2668 | 2024-12-19T21:50:53.378Z | [ helios-setup] Dec 19 21:50:50.859 INFO E| Compiling unic-ucd-version v0.9.0 |
2669 | 2024-12-19T21:50:53.472Z | [ helios-setup] Dec 19 21:50:50.953 INFO E| Compiling plain v0.2.3 |
2670 | 2024-12-19T21:50:53.472Z | [ helios-setup] Dec 19 21:50:50.953 INFO E| Compiling log v0.4.22 |
2671 | 2024-12-19T21:50:53.536Z | [ helios-setup] Dec 19 21:50:51.017 INFO E| Compiling unic-ucd-ident v0.9.0 |
2672 | 2024-12-19T21:50:53.687Z | [ helios-setup] Dec 19 21:50:51.168 INFO E| Compiling bytesize v1.3.0 |
2673 | 2024-12-19T21:50:54.276Z | [ helios-setup] Dec 19 21:50:51.754 INFO E| Compiling clap v2.34.0 |
2674 | 2024-12-19T21:50:54.720Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2675 | 2024-12-19T21:50:55.152Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2676 | 2024-12-19T21:50:55.449Z | [ host-package] Compiling chrono-tz v0.10.0 |
2677 | 2024-12-19T21:50:55.973Z | [ helios-setup] Dec 19 21:50:53.443 INFO E| Compiling serde_derive_internals v0.29.1 |
2678 | 2024-12-19T21:50:56.592Z | [ host-package] Compiling vsss-rs v3.3.4 |
2679 | 2024-12-19T21:50:58.267Z | [ helios-setup] Dec 19 21:50:55.728 INFO E| Compiling toml v0.5.11 |
2680 | 2024-12-19T21:50:59.121Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2681 | 2024-12-19T21:50:59.551Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2682 | 2024-12-19T21:51:01.335Z | [ helios-setup] Dec 19 21:50:58.781 INFO E| Compiling proc-macro-crate v0.1.5 |
2683 | 2024-12-19T21:51:01.349Z | [ helios-setup] Dec 19 21:50:58.797 INFO E| Compiling thiserror-impl v1.0.64 |
2684 | 2024-12-19T21:51:01.507Z | [ helios-setup] Dec 19 21:50:58.954 INFO E| Compiling serde_derive v1.0.210 |
2685 | 2024-12-19T21:51:02.342Z | [ helios-setup] Dec 19 21:50:59.786 INFO E| Compiling schemars_derive v0.8.21 |
2686 | 2024-12-19T21:51:02.779Z | [ helios-setup] Dec 19 21:51:00.221 INFO E| Compiling zerocopy-derive v0.6.6 |
2687 | 2024-12-19T21:51:03.271Z | [ host-package] Compiling headers-core v0.3.0 |
2688 | 2024-12-19T21:51:03.688Z | [ host-package] Compiling fxhash v0.2.1 |
2689 | 2024-12-19T21:51:04.032Z | [ helios-setup] Dec 19 21:51:01.468 INFO E| Compiling num-derive v0.4.2 |
2690 | 2024-12-19T21:51:04.199Z | [ host-package] Compiling libxml v0.3.3 |
2691 | 2024-12-19T21:51:05.160Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2692 | 2024-12-19T21:51:05.178Z | [ host-package] Compiling bytecount v0.6.8 |
2693 | 2024-12-19T21:51:05.920Z | [ host-package] Compiling papergrid v0.11.0 |
2694 | 2024-12-19T21:51:06.083Z | [ helios-setup] Dec 19 21:51:03.511 INFO E| Compiling zerocopy v0.6.6 |
2695 | 2024-12-19T21:51:06.416Z | [ helios-setup] Dec 19 21:51:03.842 INFO E| Compiling pest v2.7.13 |
2696 | 2024-12-19T21:51:09.727Z | [ helios-setup] Dec 19 21:51:07.139 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2697 | 2024-12-19T21:51:10.325Z | [ helios-setup] Dec 19 21:51:07.734 INFO E| Compiling pest_meta v2.7.13 |
2698 | 2024-12-19T21:51:10.418Z | [ helios-setup] Dec 19 21:51:07.827 INFO E| Compiling scroll_derive v0.10.5 |
2699 | 2024-12-19T21:51:11.510Z | [ helios-setup] Dec 19 21:51:08.912 INFO E| Compiling strum_macros v0.23.1 |
2700 | 2024-12-19T21:51:11.570Z | [ helios-setup] Dec 19 21:51:08.974 INFO E| Compiling structopt-derive v0.4.18 |
2701 | 2024-12-19T21:51:13.183Z | [ helios-setup] Dec 19 21:51:10.581 INFO E| Compiling pest_generator v2.7.13 |
2702 | 2024-12-19T21:51:13.758Z | [ helios-setup] Dec 19 21:51:11.154 INFO E| Compiling scroll v0.10.2 |
2703 | 2024-12-19T21:51:14.700Z | [ helios-setup] Dec 19 21:51:12.091 INFO E| Compiling modular-bitfield v0.11.2 |
2704 | 2024-12-19T21:51:15.248Z | [ helios-setup] Dec 19 21:51:12.637 INFO E| Compiling goblin v0.4.3 |
2705 | 2024-12-19T21:51:17.357Z | [ helios-setup] Dec 19 21:51:14.737 INFO E| Compiling structopt v0.3.26 |
2706 | 2024-12-19T21:51:18.812Z | [ helios-setup] Dec 19 21:51:16.186 INFO E| Compiling pest_derive v2.7.13 |
2707 | 2024-12-19T21:51:24.410Z | [ helios-setup] Dec 19 21:51:21.761 INFO E| Compiling json5 v0.4.1 |
2708 | 2024-12-19T21:51:25.049Z | [ host-package] Compiling polar-core v0.27.3 |
2709 | 2024-12-19T21:51:27.522Z | [ host-package] Compiling headers v0.4.0 |
2710 | 2024-12-19T21:51:28.700Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2711 | 2024-12-19T21:51:30.601Z | [ helios-setup] Dec 19 21:51:27.925 INFO E| Compiling four-cc v0.3.0 |
2712 | 2024-12-19T21:51:30.601Z | [ helios-setup] Dec 19 21:51:27.925 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2713 | 2024-12-19T21:51:30.791Z | [ helios-setup] Dec 19 21:51:28.114 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2714 | 2024-12-19T21:51:31.280Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2715 | 2024-12-19T21:51:31.755Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2716 | 2024-12-19T21:51:32.250Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2717 | 2024-12-19T21:51:32.409Z | [ host-package] Compiling tabled_derive v0.7.0 |
2718 | 2024-12-19T21:51:32.811Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2719 | 2024-12-19T21:51:35.345Z | [ host-package] Compiling itertools v0.12.1 |
2720 | 2024-12-19T21:51:35.949Z | [ host-package] Compiling fd-lock v4.0.2 |
2721 | 2024-12-19T21:51:36.251Z | [ host-package] Compiling peg-macros v0.8.4 |
2722 | 2024-12-19T21:51:38.937Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2723 | 2024-12-19T21:51:39.999Z | [ host-package] Compiling strum_macros v0.24.3 |
2724 | 2024-12-19T21:51:40.066Z | [ host-package] Compiling kstat-rs v0.2.4 |
2725 | 2024-12-19T21:51:40.338Z | [ host-package] Compiling samael v0.0.17 |
2726 | 2024-12-19T21:51:41.163Z | [ host-package] Compiling unicase v2.7.0 |
2727 | 2024-12-19T21:51:41.340Z | [ host-package] Compiling indoc v1.0.9 |
2728 | 2024-12-19T21:51:41.511Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2729 | 2024-12-19T21:51:42.269Z | [ host-package] Compiling reedline v0.35.0 |
2730 | 2024-12-19T21:51:43.014Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2731 | 2024-12-19T21:51:44.900Z | [ host-package] Compiling peg v0.8.4 |
2732 | 2024-12-19T21:51:45.149Z | [ host-package] Compiling tabled v0.15.0 |
2733 | 2024-12-19T21:51:52.036Z | [ host-package] Compiling derive_builder v0.20.2 |
2734 | 2024-12-19T21:51:52.283Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2735 | 2024-12-19T21:52:02.800Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-12-19T21:52:06.005Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2737 | 2024-12-19T21:52:07.745Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2738 | 2024-12-19T21:52:08.117Z | [ host-package] Compiling bcs v0.1.6 |
2739 | 2024-12-19T21:52:08.290Z | [ host-package] Compiling oso-derive v0.27.3 |
2740 | 2024-12-19T21:52:08.772Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2741 | 2024-12-19T21:52:09.172Z | [ host-package] Compiling libz-sys v1.1.20 |
2742 | 2024-12-19T21:52:09.416Z | [ host-package] Compiling quick-xml v0.33.0 |
2743 | 2024-12-19T21:52:10.073Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2744 | 2024-12-19T21:52:10.463Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2745 | 2024-12-19T21:52:13.743Z | [ helios-setup] Dec 19 21:52:12.315 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2746 | 2024-12-19T21:52:16.559Z | [ host-package] Compiling oso v0.27.3 |
2747 | 2024-12-19T21:52:18.318Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2748 | 2024-12-19T21:52:20.343Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2749 | 2024-12-19T21:52:26.778Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2750 | 2024-12-19T21:52:28.618Z | [ helios-setup] Dec 19 21:52:27.697 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2751 | 2024-12-19T21:52:30.306Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2024-12-19T21:52:30.671Z | [ host-package] Compiling bb8 v0.8.5 |
2753 | 2024-12-19T21:52:31.454Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2754 | 2024-12-19T21:52:34.365Z | [ host-package] Compiling nibble_vec v0.1.0 |
2755 | 2024-12-19T21:52:34.665Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2756 | 2024-12-19T21:52:35.579Z | [ host-package] Compiling atty v0.2.14 |
2757 | 2024-12-19T21:52:35.768Z | [ host-package] Compiling endian-type v0.1.2 |
2758 | 2024-12-19T21:52:36.083Z | [ host-package] Compiling salty v0.3.0 |
2759 | 2024-12-19T21:52:36.152Z | [ host-package] Compiling radix_trie v0.2.1 |
2760 | 2024-12-19T21:52:37.674Z | [ host-package] Compiling parking_lot v0.11.2 |
2761 | 2024-12-19T21:52:40.193Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2762 | 2024-12-19T21:52:47.695Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2763 | 2024-12-19T21:52:53.476Z | [ host-package] Compiling sled v0.34.7 |
2764 | 2024-12-19T21:53:05.154Z | [ host-package] Compiling mime_guess v2.0.5 |
2765 | 2024-12-19T21:53:06.470Z | [ host-package] Compiling hickory-client v0.24.1 |
2766 | 2024-12-19T21:53:08.578Z | [ helios-setup] Dec 19 21:53:07.487 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s |
2767 | 2024-12-19T21:53:08.614Z | [ helios-setup] Dec 19 21:53:07.523 INFO building project "amd-host-image-builder" ok (175 seconds) |
2768 | 2024-12-19T21:53:08.616Z | [ helios-setup] Dec 19 21:53:07.524 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2769 | 2024-12-19T21:53:08.616Z | [ helios-setup] Dec 19 21:53:07.524 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2770 | 2024-12-19T21:53:08.922Z | [ helios-setup] Dec 19 21:53:07.830 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2771 | 2024-12-19T21:53:09.931Z | [ helios-setup] Dec 19 21:53:08.835 INFO E| From https://github.com/oxidecomputer/progenitor |
2772 | 2024-12-19T21:53:09.931Z | [ helios-setup] Dec 19 21:53:08.836 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2773 | 2024-12-19T21:53:09.967Z | [ helios-setup] Dec 19 21:53:08.871 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2774 | 2024-12-19T21:53:09.967Z | [ helios-setup] Dec 19 21:53:08.871 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2775 | 2024-12-19T21:53:10.077Z | [ helios-setup] Dec 19 21:53:08.980 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2776 | 2024-12-19T21:53:10.534Z | [ helios-setup] Dec 19 21:53:09.434 INFO E| From https://github.com/jclulow/hiercmd |
2777 | 2024-12-19T21:53:10.534Z | [ helios-setup] Dec 19 21:53:09.434 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2778 | 2024-12-19T21:53:10.550Z | [ helios-setup] Dec 19 21:53:09.452 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2779 | 2024-12-19T21:53:11.055Z | [ helios-setup] Dec 19 21:53:09.955 INFO E| From https://github.com/jclulow/network-interface |
2780 | 2024-12-19T21:53:11.056Z | [ helios-setup] Dec 19 21:53:09.955 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2781 | 2024-12-19T21:53:11.097Z | [ helios-setup] Dec 19 21:53:09.996 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2782 | 2024-12-19T21:53:11.567Z | [ helios-setup] Dec 19 21:53:10.464 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2783 | 2024-12-19T21:53:11.567Z | [ helios-setup] Dec 19 21:53:10.464 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2784 | 2024-12-19T21:53:11.601Z | [ helios-setup] Dec 19 21:53:10.498 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2785 | 2024-12-19T21:53:12.416Z | [ helios-setup] Dec 19 21:53:11.310 INFO E| From https://github.com/oxidecomputer/facade |
2786 | 2024-12-19T21:53:12.416Z | [ helios-setup] Dec 19 21:53:11.310 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2787 | 2024-12-19T21:53:12.462Z | [ helios-setup] Dec 19 21:53:11.355 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2788 | 2024-12-19T21:53:13.287Z | [ helios-setup] Dec 19 21:53:12.177 INFO E| From https://github.com/oxidecomputer/dropshot |
2789 | 2024-12-19T21:53:13.287Z | [ helios-setup] Dec 19 21:53:12.177 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2790 | 2024-12-19T21:53:13.322Z | [ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2791 | 2024-12-19T21:53:13.323Z | [ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2792 | 2024-12-19T21:53:13.323Z | [ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2793 | 2024-12-19T21:53:13.325Z | [ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2794 | 2024-12-19T21:53:13.325Z | [ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2795 | 2024-12-19T21:53:13.325Z | [ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2796 | 2024-12-19T21:53:13.325Z | [ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2797 | 2024-12-19T21:53:13.325Z | [ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2798 | 2024-12-19T21:53:13.367Z | [ helios-setup] Dec 19 21:53:12.257 INFO E| Updating crates.io index |
2799 | 2024-12-19T21:53:13.489Z | [ helios-setup] Dec 19 21:53:12.378 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2800 | 2024-12-19T21:53:13.556Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2801 | 2024-12-19T21:53:14.184Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2802 | 2024-12-19T21:53:14.336Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2803 | 2024-12-19T21:53:14.427Z | [ helios-setup] Dec 19 21:53:13.312 INFO E| From https://github.com/oxidecomputer/typify |
2804 | 2024-12-19T21:53:14.427Z | [ helios-setup] Dec 19 21:53:13.312 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2805 | 2024-12-19T21:53:14.460Z | [ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2806 | 2024-12-19T21:53:14.460Z | [ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2807 | 2024-12-19T21:53:14.463Z | [ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2808 | 2024-12-19T21:53:14.463Z | [ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2809 | 2024-12-19T21:53:14.463Z | [ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2810 | 2024-12-19T21:53:14.463Z | [ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2811 | 2024-12-19T21:53:14.463Z | [ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2812 | 2024-12-19T21:53:14.639Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2813 | 2024-12-19T21:53:14.776Z | [ helios-setup] Dec 19 21:53:13.660 INFO E| Downloading crates ... |
2814 | 2024-12-19T21:53:14.944Z | [ helios-setup] Dec 19 21:53:13.827 INFO E| Downloaded ahash v0.8.3 |
2815 | 2024-12-19T21:53:14.949Z | [ helios-setup] Dec 19 21:53:13.832 INFO E| Downloaded async-stream-impl v0.3.5 |
2816 | 2024-12-19T21:53:14.952Z | [ helios-setup] Dec 19 21:53:13.834 INFO E| Downloaded anstyle-parse v0.1.1 |
2817 | 2024-12-19T21:53:14.954Z | [ helios-setup] Dec 19 21:53:13.837 INFO E| Downloaded async-trait v0.1.68 |
2818 | 2024-12-19T21:53:14.962Z | [ helios-setup] Dec 19 21:53:13.845 INFO E| Downloaded quote v1.0.36 |
2819 | 2024-12-19T21:53:14.967Z | [ helios-setup] Dec 19 21:53:13.850 INFO E| Downloaded cargo-lock v8.0.3 |
2820 | 2024-12-19T21:53:14.971Z | [ helios-setup] Dec 19 21:53:13.854 INFO E| Downloaded built v0.6.0 |
2821 | 2024-12-19T21:53:14.973Z | [ helios-setup] Dec 19 21:53:13.856 INFO E| Downloaded memchr v2.5.0 |
2822 | 2024-12-19T21:53:14.980Z | [ helios-setup] Dec 19 21:53:13.863 INFO E| Downloaded clap v4.2.1 |
2823 | 2024-12-19T21:53:14.994Z | [ helios-setup] Dec 19 21:53:13.877 INFO E| Downloaded tracing v0.1.37 |
2824 | 2024-12-19T21:53:15.001Z | [ helios-setup] Dec 19 21:53:13.884 INFO E| Downloaded crossbeam-channel v0.5.6 |
2825 | 2024-12-19T21:53:15.008Z | [ helios-setup] Dec 19 21:53:13.891 INFO E| Downloaded errno v0.3.1 |
2826 | 2024-12-19T21:53:15.011Z | [ helios-setup] Dec 19 21:53:13.894 INFO E| Downloaded futures-channel v0.3.28 |
2827 | 2024-12-19T21:53:15.014Z | [ helios-setup] Dec 19 21:53:13.897 INFO E| Downloaded terminal_size v0.2.6 |
2828 | 2024-12-19T21:53:15.017Z | [ helios-setup] Dec 19 21:53:13.900 INFO E| Downloaded thiserror v1.0.38 |
2829 | 2024-12-19T21:53:15.024Z | [ helios-setup] Dec 19 21:53:13.907 INFO E| Downloaded unicode-ident v1.0.8 |
2830 | 2024-12-19T21:53:15.041Z | [ helios-setup] Dec 19 21:53:13.923 INFO E| Downloaded thiserror-impl v1.0.38 |
2831 | 2024-12-19T21:53:15.043Z | [ helios-setup] Dec 19 21:53:13.925 INFO E| Downloaded aho-corasick v0.7.20 |
2832 | 2024-12-19T21:53:15.049Z | [ helios-setup] Dec 19 21:53:13.932 INFO E| Downloaded memoffset v0.7.1 |
2833 | 2024-12-19T21:53:15.052Z | [ helios-setup] Dec 19 21:53:13.934 INFO E| Downloaded lazy_static v1.4.0 |
2834 | 2024-12-19T21:53:15.054Z | [ helios-setup] Dec 19 21:53:13.936 INFO E| Downloaded itoa v1.0.6 |
2835 | 2024-12-19T21:53:15.057Z | [ helios-setup] Dec 19 21:53:13.938 INFO E| Downloaded anyhow v1.0.68 |
2836 | 2024-12-19T21:53:15.062Z | [ helios-setup] Dec 19 21:53:13.944 INFO E| Downloaded tower-service v0.3.2 |
2837 | 2024-12-19T21:53:15.064Z | [ helios-setup] Dec 19 21:53:13.946 INFO E| Downloaded fastrand v1.9.0 |
2838 | 2024-12-19T21:53:15.066Z | [ helios-setup] Dec 19 21:53:13.949 INFO E| Downloaded tokio-macros v2.0.0 |
2839 | 2024-12-19T21:53:15.069Z | [ helios-setup] Dec 19 21:53:13.950 INFO E| Downloaded byteorder v1.4.3 |
2840 | 2024-12-19T21:53:15.072Z | [ helios-setup] Dec 19 21:53:13.953 INFO E| Downloaded tokio-rustls v0.24.0 |
2841 | 2024-12-19T21:53:15.074Z | [ helios-setup] Dec 19 21:53:13.956 INFO E| Downloaded toml_datetime v0.6.1 |
2842 | 2024-12-19T21:53:15.076Z | [ helios-setup] Dec 19 21:53:13.958 INFO E| Downloaded toml v0.7.3 |
2843 | 2024-12-19T21:53:15.083Z | [ helios-setup] Dec 19 21:53:13.966 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2844 | 2024-12-19T21:53:15.087Z | [ helios-setup] Dec 19 21:53:13.970 INFO E| Downloaded bincode v1.3.3 |
2845 | 2024-12-19T21:53:15.090Z | [ helios-setup] Dec 19 21:53:13.973 INFO E| Downloaded autocfg v1.1.0 |
2846 | 2024-12-19T21:53:15.093Z | [ helios-setup] Dec 19 21:53:13.975 INFO E| Downloaded time v0.1.45 |
2847 | 2024-12-19T21:53:15.095Z | [ helios-setup] Dec 19 21:53:13.978 INFO E| Downloaded tinyvec v1.6.0 |
2848 | 2024-12-19T21:53:15.100Z | [ helios-setup] Dec 19 21:53:13.982 INFO E| Downloaded futures-task v0.3.28 |
2849 | 2024-12-19T21:53:15.102Z | [ helios-setup] Dec 19 21:53:13.984 INFO E| Downloaded textwrap v0.16.0 |
2850 | 2024-12-19T21:53:15.106Z | [ helios-setup] Dec 19 21:53:13.988 INFO E| Downloaded futures-sink v0.3.28 |
2851 | 2024-12-19T21:53:15.108Z | [ helios-setup] Dec 19 21:53:13.990 INFO E| Downloaded async-stream v0.3.5 |
2852 | 2024-12-19T21:53:15.110Z | [ helios-setup] Dec 19 21:53:13.993 INFO E| Downloaded tempfile v3.5.0 |
2853 | 2024-12-19T21:53:15.114Z | [ helios-setup] Dec 19 21:53:13.996 INFO E| Downloaded rustls v0.21.0 |
2854 | 2024-12-19T21:53:15.143Z | [ helios-setup] Dec 19 21:53:14.017 INFO E| Downloaded futures-macro v0.3.28 |
2855 | 2024-12-19T21:53:15.143Z | [ helios-setup] Dec 19 21:53:14.018 INFO E| Downloaded syn v2.0.72 |
2856 | 2024-12-19T21:53:15.153Z | [ helios-setup] Dec 19 21:53:14.035 INFO E| Downloaded futures-io v0.3.28 |
2857 | 2024-12-19T21:53:15.156Z | [ helios-setup] Dec 19 21:53:14.037 INFO E| Downloaded futures-executor v0.3.28 |
2858 | 2024-12-19T21:53:15.158Z | [ helios-setup] Dec 19 21:53:14.039 INFO E| Downloaded ahash v0.7.6 |
2859 | 2024-12-19T21:53:15.160Z | [ helios-setup] Dec 19 21:53:14.042 INFO E| Downloaded futures v0.3.28 |
2860 | 2024-12-19T21:53:15.167Z | [ helios-setup] Dec 19 21:53:14.049 INFO E| Downloaded crossbeam-utils v0.8.14 |
2861 | 2024-12-19T21:53:15.171Z | [ helios-setup] Dec 19 21:53:14.053 INFO E| Downloaded crossbeam-deque v0.8.2 |
2862 | 2024-12-19T21:53:15.188Z | [ helios-setup] Dec 19 21:53:14.070 INFO E| Downloaded parking_lot v0.12.1 |
2863 | 2024-12-19T21:53:15.192Z | [ helios-setup] Dec 19 21:53:14.074 INFO E| Downloaded num_cpus v1.15.0 |
2864 | 2024-12-19T21:53:15.196Z | [ helios-setup] Dec 19 21:53:14.078 INFO E| Downloaded num-traits v0.2.15 |
2865 | 2024-12-19T21:53:15.201Z | [ helios-setup] Dec 19 21:53:14.083 INFO E| Downloaded lock_api v0.4.9 |
2866 | 2024-12-19T21:53:15.204Z | [ helios-setup] Dec 19 21:53:14.086 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2867 | 2024-12-19T21:53:15.208Z | [ helios-setup] Dec 19 21:53:14.090 INFO E| Downloaded utf8parse v0.2.1 |
2868 | 2024-12-19T21:53:15.210Z | [ helios-setup] Dec 19 21:53:14.092 INFO E| Downloaded typenum v1.16.0 |
2869 | 2024-12-19T21:53:15.213Z | [ helios-setup] Dec 19 21:53:14.095 INFO E| Downloaded form_urlencoded v1.1.0 |
2870 | 2024-12-19T21:53:15.216Z | [ helios-setup] Dec 19 21:53:14.097 INFO E| Downloaded smawk v0.3.1 |
2871 | 2024-12-19T21:53:15.218Z | [ helios-setup] Dec 19 21:53:14.099 INFO E| Downloaded semver-parser v0.10.2 |
2872 | 2024-12-19T21:53:15.220Z | [ helios-setup] Dec 19 21:53:14.102 INFO E| Downloaded walkdir v2.3.3 |
2873 | 2024-12-19T21:53:15.223Z | [ helios-setup] Dec 19 21:53:14.105 INFO E| Downloaded log v0.4.17 |
2874 | 2024-12-19T21:53:15.227Z | [ helios-setup] Dec 19 21:53:14.109 INFO E| Downloaded unicode-bidi v0.3.13 |
2875 | 2024-12-19T21:53:15.230Z | [ helios-setup] Dec 19 21:53:14.113 INFO E| Downloaded tokio-util v0.7.7 |
2876 | 2024-12-19T21:53:15.242Z | [ helios-setup] Dec 19 21:53:14.123 INFO E| Downloaded serde_derive v1.0.204 |
2877 | 2024-12-19T21:53:15.245Z | [ helios-setup] Dec 19 21:53:14.127 INFO E| Downloaded serde v1.0.204 |
2878 | 2024-12-19T21:53:15.251Z | [ helios-setup] Dec 19 21:53:14.133 INFO E| Downloaded unicode-normalization v0.1.22 |
2879 | 2024-12-19T21:53:15.257Z | [ helios-setup] Dec 19 21:53:14.139 INFO E| Downloaded want v0.3.0 |
2880 | 2024-12-19T21:53:15.260Z | [ helios-setup] Dec 19 21:53:14.141 INFO E| Downloaded percent-encoding v2.2.0 |
2881 | 2024-12-19T21:53:15.262Z | [ helios-setup] Dec 19 21:53:14.142 INFO E| Downloaded socket2 v0.4.9 |
2882 | 2024-12-19T21:53:15.265Z | [ helios-setup] Dec 19 21:53:14.145 INFO E| Downloaded smartstring v1.0.1 |
2883 | 2024-12-19T21:53:15.267Z | [ helios-setup] Dec 19 21:53:14.149 INFO E| Downloaded ucd-trie v0.1.5 |
2884 | 2024-12-19T21:53:15.270Z | [ helios-setup] Dec 19 21:53:14.152 INFO E| Downloaded tungstenite v0.18.0 |
2885 | 2024-12-19T21:53:15.275Z | [ helios-setup] Dec 19 21:53:14.157 INFO E| Downloaded futures-util v0.3.28 |
2886 | 2024-12-19T21:53:15.293Z | [ helios-setup] Dec 19 21:53:14.175 INFO E| Downloaded pkg-config v0.3.26 |
2887 | 2024-12-19T21:53:15.296Z | [ helios-setup] Dec 19 21:53:14.177 INFO E| Downloaded paste v1.0.12 |
2888 | 2024-12-19T21:53:15.300Z | [ helios-setup] Dec 19 21:53:14.182 INFO E| Downloaded once_cell v1.17.0 |
2889 | 2024-12-19T21:53:15.304Z | [ helios-setup] Dec 19 21:53:14.186 INFO E| Downloaded jobserver v0.1.26 |
2890 | 2024-12-19T21:53:15.307Z | [ helios-setup] Dec 19 21:53:14.188 INFO E| Downloaded base64 v0.21.0 |
2891 | 2024-12-19T21:53:15.312Z | [ helios-setup] Dec 19 21:53:14.194 INFO E| Downloaded cc v1.0.78 |
2892 | 2024-12-19T21:53:15.316Z | [ helios-setup] Dec 19 21:53:14.198 INFO E| Downloaded hyper v0.14.25 |
2893 | 2024-12-19T21:53:15.336Z | [ helios-setup] Dec 19 21:53:14.217 INFO E| Downloaded strsim v0.10.0 |
2894 | 2024-12-19T21:53:15.338Z | [ helios-setup] Dec 19 21:53:14.219 INFO E| Downloaded futures-core v0.3.28 |
2895 | 2024-12-19T21:53:15.340Z | [ helios-setup] Dec 19 21:53:14.222 INFO E| Downloaded regress v0.5.0 |
2896 | 2024-12-19T21:53:15.352Z | [ helios-setup] Dec 19 21:53:14.234 INFO E| Downloaded getrandom v0.2.8 |
2897 | 2024-12-19T21:53:15.357Z | [ helios-setup] Dec 19 21:53:14.238 INFO E| Downloaded regex v1.7.3 |
2898 | 2024-12-19T21:53:15.370Z | [ helios-setup] Dec 19 21:53:14.251 INFO E| Downloaded rayon-core v1.10.2 |
2899 | 2024-12-19T21:53:15.379Z | [ helios-setup] Dec 19 21:53:14.257 INFO E| Downloaded rayon v1.6.1 |
2900 | 2024-12-19T21:53:15.388Z | [ helios-setup] Dec 19 21:53:14.269 INFO E| Downloaded httpdate v1.0.2 |
2901 | 2024-12-19T21:53:15.403Z | [ helios-setup] Dec 19 21:53:14.284 INFO E| Downloaded project-root v0.2.2 |
2902 | 2024-12-19T21:53:15.405Z | [ helios-setup] Dec 19 21:53:14.285 INFO E| Downloaded pin-project-lite v0.2.9 |
2903 | 2024-12-19T21:53:15.411Z | [ helios-setup] Dec 19 21:53:14.292 INFO E| Downloaded semver v1.0.17 |
2904 | 2024-12-19T21:53:15.415Z | [ helios-setup] Dec 19 21:53:14.296 INFO E| Downloaded sct v0.7.0 |
2905 | 2024-12-19T21:53:15.420Z | [ helios-setup] Dec 19 21:53:14.301 INFO E| Downloaded scopeguard v1.1.0 |
2906 | 2024-12-19T21:53:15.422Z | [ helios-setup] Dec 19 21:53:14.303 INFO E| Downloaded pest v2.5.7 |
2907 | 2024-12-19T21:53:15.430Z | [ helios-setup] Dec 19 21:53:14.311 INFO E| Downloaded syn v1.0.107 |
2908 | 2024-12-19T21:53:15.448Z | [ helios-setup] Dec 19 21:53:14.329 INFO E| Downloaded dyn-clone v1.0.11 |
2909 | 2024-12-19T21:53:15.451Z | [ helios-setup] Dec 19 21:53:14.331 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2910 | 2024-12-19T21:53:15.454Z | [ helios-setup] Dec 19 21:53:14.335 INFO E| Downloaded const-random-macro v0.1.15 |
2911 | 2024-12-19T21:53:15.457Z | [ helios-setup] Dec 19 21:53:14.336 INFO E| Downloaded rhai_codegen v1.5.0 |
2912 | 2024-12-19T21:53:15.468Z | [ helios-setup] Dec 19 21:53:14.349 INFO E| Downloaded tokio v1.27.0 |
2913 | 2024-12-19T21:53:15.534Z | [ helios-setup] Dec 19 21:53:14.414 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2914 | 2024-12-19T21:53:15.537Z | [ helios-setup] Dec 19 21:53:14.416 INFO E| Downloaded proc-macro-crate v1.2.1 |
2915 | 2024-12-19T21:53:15.539Z | [ helios-setup] Dec 19 21:53:14.418 INFO E| Downloaded reqwest v0.11.16 |
2916 | 2024-12-19T21:53:15.547Z | [ helios-setup] Dec 19 21:53:14.428 INFO E| Downloaded mio v0.8.5 |
2917 | 2024-12-19T21:53:15.555Z | [ helios-setup] Dec 19 21:53:14.435 INFO E| Downloaded io-lifetimes v1.0.10 |
2918 | 2024-12-19T21:53:15.558Z | [ helios-setup] Dec 19 21:53:14.439 INFO E| Downloaded home v0.5.4 |
2919 | 2024-12-19T21:53:15.561Z | [ helios-setup] Dec 19 21:53:14.440 INFO E| Downloaded http v0.2.9 |
2920 | 2024-12-19T21:53:15.565Z | [ helios-setup] Dec 19 21:53:14.445 INFO E| Downloaded slog-bunyan v2.4.0 |
2921 | 2024-12-19T21:53:15.567Z | [ helios-setup] Dec 19 21:53:14.447 INFO E| Downloaded semver v0.11.0 |
2922 | 2024-12-19T21:53:15.570Z | [ helios-setup] Dec 19 21:53:14.450 INFO E| Downloaded smallvec v1.10.0 |
2923 | 2024-12-19T21:53:15.572Z | [ helios-setup] Dec 19 21:53:14.453 INFO E| Downloaded slog-async v2.7.0 |
2924 | 2024-12-19T21:53:15.575Z | [ helios-setup] Dec 19 21:53:14.455 INFO E| Downloaded slab v0.4.7 |
2925 | 2024-12-19T21:53:15.577Z | [ helios-setup] Dec 19 21:53:14.457 INFO E| Downloaded signal-hook-registry v1.4.0 |
2926 | 2024-12-19T21:53:15.580Z | [ helios-setup] Dec 19 21:53:14.459 INFO E| Downloaded sha2 v0.10.6 |
2927 | 2024-12-19T21:53:15.582Z | [ helios-setup] Dec 19 21:53:14.463 INFO E| Downloaded sha1 v0.10.5 |
2928 | 2024-12-19T21:53:15.585Z | [ helios-setup] Dec 19 21:53:14.465 INFO E| Downloaded serde_yaml v0.9.21 |
2929 | 2024-12-19T21:53:15.590Z | [ helios-setup] Dec 19 21:53:14.471 INFO E| Downloaded serde_tokenstream v0.2.0 |
2930 | 2024-12-19T21:53:15.595Z | [ helios-setup] Dec 19 21:53:14.476 INFO E| Downloaded serde_spanned v0.6.1 |
2931 | 2024-12-19T21:53:15.598Z | [ helios-setup] Dec 19 21:53:14.477 INFO E| Downloaded serde_path_to_error v0.1.11 |
2932 | 2024-12-19T21:53:15.600Z | [ helios-setup] Dec 19 21:53:14.479 INFO E| Downloaded serde_json v1.0.95 |
2933 | 2024-12-19T21:53:15.611Z | [ helios-setup] Dec 19 21:53:14.491 INFO E| Downloaded serde_derive_internals v0.26.0 |
2934 | 2024-12-19T21:53:15.614Z | [ helios-setup] Dec 19 21:53:14.494 INFO E| Downloaded schemars_derive v0.8.12 |
2935 | 2024-12-19T21:53:15.617Z | [ helios-setup] Dec 19 21:53:14.497 INFO E| Downloaded rustls-pemfile v1.0.2 |
2936 | 2024-12-19T21:53:15.620Z | [ helios-setup] Dec 19 21:53:14.500 INFO E| Downloaded rustix v0.37.3 |
2937 | 2024-12-19T21:53:15.652Z | [ helios-setup] Dec 19 21:53:14.531 INFO E| Downloaded rhai v1.14.0 |
2938 | 2024-12-19T21:53:15.707Z | [ helios-setup] Dec 19 21:53:14.587 INFO E| Downloaded libc v0.2.139 |
2939 | 2024-12-19T21:53:15.748Z | [ helios-setup] Dec 19 21:53:14.628 INFO E| Downloaded schemars v0.8.12 |
2940 | 2024-12-19T21:53:15.771Z | [ helios-setup] Dec 19 21:53:14.650 INFO E| Downloaded openapiv3 v1.0.2 |
2941 | 2024-12-19T21:53:15.784Z | [ helios-setup] Dec 19 21:53:14.663 INFO E| Downloaded ryu v1.0.13 |
2942 | 2024-12-19T21:53:15.788Z | [ helios-setup] Dec 19 21:53:14.668 INFO E| Downloaded rustls-webpki v0.100.1 |
2943 | 2024-12-19T21:53:15.798Z | [ helios-setup] Dec 19 21:53:14.678 INFO E| Downloaded winnow v0.4.1 |
2944 | 2024-12-19T21:53:15.811Z | [ helios-setup] Dec 19 21:53:14.691 INFO E| Downloaded uuid v1.3.0 |
2945 | 2024-12-19T21:53:15.818Z | [ helios-setup] Dec 19 21:53:14.697 INFO E| Downloaded url v2.3.1 |
2946 | 2024-12-19T21:53:15.823Z | [ helios-setup] Dec 19 21:53:14.702 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2947 | 2024-12-19T21:53:15.828Z | [ helios-setup] Dec 19 21:53:14.708 INFO E| Downloaded unicode-linebreak v0.1.4 |
2948 | 2024-12-19T21:53:15.831Z | [ helios-setup] Dec 19 21:53:14.711 INFO E| Downloaded try-lock v0.2.4 |
2949 | 2024-12-19T21:53:15.834Z | [ helios-setup] Dec 19 21:53:14.712 INFO E| Downloaded tracing-core v0.1.30 |
2950 | 2024-12-19T21:53:15.837Z | [ helios-setup] Dec 19 21:53:14.717 INFO E| Downloaded toolchain_find v0.2.0 |
2951 | 2024-12-19T21:53:15.840Z | [ helios-setup] Dec 19 21:53:14.718 INFO E| Downloaded toml_edit v0.19.8 |
2952 | 2024-12-19T21:53:15.866Z | [ helios-setup] Dec 19 21:53:14.745 INFO E| Downloaded parking_lot_core v0.9.6 |
2953 | 2024-12-19T21:53:15.869Z | [ helios-setup] Dec 19 21:53:14.748 INFO E| Downloaded num_enum_derive v0.5.7 |
2954 | 2024-12-19T21:53:15.872Z | [ helios-setup] Dec 19 21:53:14.750 INFO E| Downloaded num_enum v0.5.7 |
2955 | 2024-12-19T21:53:15.877Z | [ helios-setup] Dec 19 21:53:14.756 INFO E| Downloaded num-integer v0.1.45 |
2956 | 2024-12-19T21:53:15.879Z | [ helios-setup] Dec 19 21:53:14.759 INFO E| Downloaded is-terminal v0.4.7 |
2957 | 2024-12-19T21:53:15.882Z | [ helios-setup] Dec 19 21:53:14.760 INFO E| Downloaded ipnet v2.7.2 |
2958 | 2024-12-19T21:53:15.884Z | [ helios-setup] Dec 19 21:53:14.763 INFO E| Downloaded iana-time-zone v0.1.56 |
2959 | 2024-12-19T21:53:15.887Z | [ helios-setup] Dec 19 21:53:14.766 INFO E| Downloaded http-body v0.4.5 |
2960 | 2024-12-19T21:53:15.889Z | [ helios-setup] Dec 19 21:53:14.769 INFO E| Downloaded h2 v0.3.16 |
2961 | 2024-12-19T21:53:15.900Z | [ helios-setup] Dec 19 21:53:14.779 INFO E| Downloaded bytes v1.4.0 |
2962 | 2024-12-19T21:53:15.906Z | [ helios-setup] Dec 19 21:53:14.785 INFO E| Downloaded either v1.8.0 |
2963 | 2024-12-19T21:53:15.908Z | [ helios-setup] Dec 19 21:53:14.787 INFO E| Downloaded digest v0.10.6 |
2964 | 2024-12-19T21:53:15.911Z | [ helios-setup] Dec 19 21:53:14.790 INFO E| Downloaded camino v1.1.4 |
2965 | 2024-12-19T21:53:15.914Z | [ helios-setup] Dec 19 21:53:14.793 INFO E| Downloaded ppv-lite86 v0.2.17 |
2966 | 2024-12-19T21:53:15.917Z | [ helios-setup] Dec 19 21:53:14.795 INFO E| Downloaded git2 v0.16.1 |
2967 | 2024-12-19T21:53:15.927Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2968 | 2024-12-19T21:53:15.930Z | [ helios-setup] Dec 19 21:53:14.809 INFO E| Downloaded httparse v1.8.0 |
2969 | 2024-12-19T21:53:15.933Z | [ helios-setup] Dec 19 21:53:14.812 INFO E| Downloaded const-random v0.1.15 |
2970 | 2024-12-19T21:53:15.936Z | [ helios-setup] Dec 19 21:53:14.815 INFO E| Downloaded concolor-query v0.3.3 |
2971 | 2024-12-19T21:53:15.946Z | [ helios-setup] Dec 19 21:53:14.817 INFO E| Downloaded concolor-override v1.0.0 |
2972 | 2024-12-19T21:53:15.947Z | [ helios-setup] Dec 19 21:53:14.818 INFO E| Downloaded clap_lex v0.4.1 |
2973 | 2024-12-19T21:53:15.947Z | [ helios-setup] Dec 19 21:53:14.820 INFO E| Downloaded clap_derive v4.2.0 |
2974 | 2024-12-19T21:53:15.947Z | [ helios-setup] Dec 19 21:53:14.823 INFO E| Downloaded clap_builder v4.2.1 |
2975 | 2024-12-19T21:53:15.955Z | [ helios-setup] Dec 19 21:53:14.834 INFO E| Downloaded chrono v0.4.24 |
2976 | 2024-12-19T21:53:15.969Z | [ helios-setup] Dec 19 21:53:14.847 INFO E| Downloaded anstyle v0.3.5 |
2977 | 2024-12-19T21:53:15.972Z | [ helios-setup] Dec 19 21:53:14.849 INFO E| Downloaded encoding_rs v0.8.32 |
2978 | 2024-12-19T21:53:16.003Z | [ helios-setup] Dec 19 21:53:14.882 INFO E| Downloaded anstream v0.2.6 |
2979 | 2024-12-19T21:53:16.025Z | [ helios-setup] Dec 19 21:53:14.903 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2980 | 2024-12-19T21:53:16.181Z | [ helios-setup] Dec 19 21:53:15.059 INFO E| Downloaded libz-sys v1.1.8 |
2981 | 2024-12-19T21:53:16.493Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling proc-macro2 v1.0.86 |
2982 | 2024-12-19T21:53:16.494Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling libc v0.2.139 |
2983 | 2024-12-19T21:53:16.494Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling unicode-ident v1.0.8 |
2984 | 2024-12-19T21:53:16.494Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling autocfg v1.1.0 |
2985 | 2024-12-19T21:53:16.496Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling cfg-if v1.0.0 |
2986 | 2024-12-19T21:53:16.496Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling version_check v0.9.4 |
2987 | 2024-12-19T21:53:16.496Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling serde v1.0.204 |
2988 | 2024-12-19T21:53:16.496Z | [ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling syn v1.0.107 |
2989 | 2024-12-19T21:53:17.355Z | [ helios-setup] Dec 19 21:53:16.227 INFO E| Compiling memchr v2.5.0 |
2990 | 2024-12-19T21:53:18.194Z | [ helios-setup] Dec 19 21:53:17.063 INFO E| Compiling once_cell v1.17.0 |
2991 | 2024-12-19T21:53:18.221Z | [ host-package] Compiling hickory-server v0.24.1 |
2992 | 2024-12-19T21:53:18.310Z | [ helios-setup] Dec 19 21:53:17.179 INFO E| Compiling log v0.4.17 |
2993 | 2024-12-19T21:53:18.460Z | [ helios-setup] Dec 19 21:53:17.328 INFO E| Compiling thiserror v1.0.38 |
2994 | 2024-12-19T21:53:19.021Z | [ helios-setup] Dec 19 21:53:17.886 INFO E| Compiling itoa v1.0.6 |
2995 | 2024-12-19T21:53:19.281Z | [ helios-setup] Dec 19 21:53:18.146 INFO E| Compiling serde_json v1.0.95 |
2996 | 2024-12-19T21:53:20.232Z | [ helios-setup] Dec 19 21:53:19.092 INFO E| Compiling quote v1.0.36 |
2997 | 2024-12-19T21:53:20.380Z | [ helios-setup] Dec 19 21:53:19.240 INFO E| Compiling getrandom v0.2.8 |
2998 | 2024-12-19T21:53:21.016Z | [ helios-setup] Dec 19 21:53:19.874 INFO E| Compiling jobserver v0.1.26 |
2999 | 2024-12-19T21:53:21.359Z | [ helios-setup] Dec 19 21:53:20.215 INFO E| Compiling syn v2.0.72 |
3000 | 2024-12-19T21:53:21.482Z | [ helios-setup] Dec 19 21:53:20.337 INFO E| Compiling indexmap v1.9.3 |
3001 | 2024-12-19T21:53:21.504Z | [ helios-setup] Dec 19 21:53:20.359 INFO E| Compiling scopeguard v1.1.0 |
3002 | 2024-12-19T21:53:21.634Z | [ helios-setup] Dec 19 21:53:20.489 INFO E| Compiling pin-project-lite v0.2.9 |
3003 | 2024-12-19T21:53:21.775Z | [ helios-setup] Dec 19 21:53:20.630 INFO E| Compiling num-integer v0.1.45 |
3004 | 2024-12-19T21:53:21.801Z | [ helios-setup] Dec 19 21:53:20.656 INFO E| Compiling bytes v1.4.0 |
3005 | 2024-12-19T21:53:21.995Z | [ helios-setup] Dec 19 21:53:20.848 INFO E| Compiling cc v1.0.78 |
3006 | 2024-12-19T21:53:22.285Z | [ host-package] Compiling primeorder v0.13.6 |
3007 | 2024-12-19T21:53:22.368Z | [ helios-setup] Dec 19 21:53:21.220 INFO E| Compiling futures-core v0.3.28 |
3008 | 2024-12-19T21:53:22.932Z | [ helios-setup] Dec 19 21:53:21.781 INFO E| Compiling ryu v1.0.13 |
3009 | 2024-12-19T21:53:23.799Z | [ host-package] Compiling castaway v0.2.3 |
3010 | 2024-12-19T21:53:24.175Z | [ helios-setup] Dec 19 21:53:23.018 INFO E| Compiling lock_api v0.4.9 |
3011 | 2024-12-19T21:53:24.234Z | [ helios-setup] Dec 19 21:53:23.078 INFO E| Compiling bitflags v1.3.2 |
3012 | 2024-12-19T21:53:24.251Z | [ host-package] Compiling vergen v8.3.2 |
3013 | 2024-12-19T21:53:24.271Z | [ helios-setup] Dec 19 21:53:23.115 INFO E| Compiling typenum v1.16.0 |
3014 | 2024-12-19T21:53:24.609Z | [ helios-setup] Dec 19 21:53:23.451 INFO E| Compiling parking_lot_core v0.9.6 |
3015 | 2024-12-19T21:53:24.806Z | [ helios-setup] Dec 19 21:53:23.648 INFO E| Compiling num_cpus v1.15.0 |
3016 | 2024-12-19T21:53:25.127Z | [ helios-setup] Dec 19 21:53:23.967 INFO E| Compiling generic-array v0.14.6 |
3017 | 2024-12-19T21:53:25.243Z | [ helios-setup] Dec 19 21:53:24.082 INFO E| Compiling slab v0.4.7 |
3018 | 2024-12-19T21:53:25.333Z | [ host-package] Compiling env_filter v0.1.2 |
3019 | 2024-12-19T21:53:25.333Z | [ helios-setup] Dec 19 21:53:24.171 INFO E| Compiling futures-task v0.3.28 |
3020 | 2024-12-19T21:53:25.813Z | [ helios-setup] Dec 19 21:53:24.649 INFO E| Compiling futures-channel v0.3.28 |
3021 | 2024-12-19T21:53:25.823Z | [ helios-setup] Dec 19 21:53:24.660 INFO E| Compiling futures-sink v0.3.28 |
3022 | 2024-12-19T21:53:26.325Z | [ helios-setup] Dec 19 21:53:25.160 INFO E| Compiling tokio v1.27.0 |
3023 | 2024-12-19T21:53:26.436Z | [ helios-setup] Dec 19 21:53:25.271 INFO E| Compiling schemars v0.8.12 |
3024 | 2024-12-19T21:53:26.461Z | [ helios-setup] Dec 19 21:53:25.295 INFO E| Compiling futures-util v0.3.28 |
3025 | 2024-12-19T21:53:27.746Z | [ helios-setup] Dec 19 21:53:26.575 INFO E| Compiling mio v0.8.5 |
3026 | 2024-12-19T21:53:27.798Z | [ helios-setup] Dec 19 21:53:26.624 INFO E| Compiling signal-hook-registry v1.4.0 |
3027 | 2024-12-19T21:53:27.859Z | [ host-package] Compiling cargo-platform v0.1.8 |
3028 | 2024-12-19T21:53:27.961Z | [ helios-setup] Dec 19 21:53:26.789 INFO E| Compiling socket2 v0.4.9 |
3029 | 2024-12-19T21:53:27.989Z | [ helios-setup] Dec 19 21:53:26.817 INFO E| Compiling ahash v0.7.6 |
3030 | 2024-12-19T21:53:28.342Z | [ helios-setup] Dec 19 21:53:27.169 INFO E| Compiling num-traits v0.2.15 |
3031 | 2024-12-19T21:53:28.889Z | [ helios-setup] Dec 19 21:53:27.713 INFO E| Compiling io-lifetimes v1.0.10 |
3032 | 2024-12-19T21:53:29.251Z | [ host-package] Compiling nanorand v0.7.0 |
3033 | 2024-12-19T21:53:29.319Z | [ helios-setup] Dec 19 21:53:28.141 INFO E| Compiling pin-utils v0.1.0 |
3034 | 2024-12-19T21:53:29.694Z | [ helios-setup] Dec 19 21:53:28.514 INFO E| Compiling futures-io v0.3.28 |
3035 | 2024-12-19T21:53:29.797Z | [ host-package] Compiling memoffset v0.9.1 |
3036 | 2024-12-19T21:53:30.034Z | [ helios-setup] Dec 19 21:53:28.854 INFO E| Compiling crunchy v0.2.2 |
3037 | 2024-12-19T21:53:30.619Z | [ host-package] Compiling flume v0.11.1 |
3038 | 2024-12-19T21:53:31.090Z | [ helios-setup] Dec 19 21:53:29.904 INFO E| Compiling ahash v0.8.3 |
3039 | 2024-12-19T21:53:31.295Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3040 | 2024-12-19T21:53:31.304Z | [ helios-setup] Dec 19 21:53:30.118 INFO E| Compiling hashbrown v0.12.3 |
3041 | 2024-12-19T21:53:31.670Z | [ helios-setup] Dec 19 21:53:30.483 INFO E| Compiling tiny-keccak v2.0.2 |
3042 | 2024-12-19T21:53:31.889Z | [ helios-setup] Dec 19 21:53:30.699 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3043 | 2024-12-19T21:53:32.009Z | [ helios-setup] Dec 19 21:53:30.819 INFO E| Compiling serde_derive_internals v0.26.0 |
3044 | 2024-12-19T21:53:32.315Z | [ helios-setup] Dec 19 21:53:31.125 INFO E| Compiling rustix v0.37.3 |
3045 | 2024-12-19T21:53:32.417Z | [ host-package] Compiling env_logger v0.11.5 |
3046 | 2024-12-19T21:53:32.858Z | [ helios-setup] Dec 19 21:53:31.665 INFO E| Compiling block-buffer v0.10.3 |
3047 | 2024-12-19T21:53:33.043Z | [ helios-setup] Dec 19 21:53:31.849 INFO E| Compiling crypto-common v0.1.6 |
3048 | 2024-12-19T21:53:34.458Z | [ helios-setup] Dec 19 21:53:33.259 INFO E| Compiling errno v0.3.1 |
3049 | 2024-12-19T21:53:34.866Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3050 | 2024-12-19T21:53:34.890Z | [ helios-setup] Dec 19 21:53:33.689 INFO E| Compiling crossbeam-utils v0.8.14 |
3051 | 2024-12-19T21:53:34.990Z | [ helios-setup] Dec 19 21:53:33.789 INFO E| Compiling slog v2.7.0 |
3052 | 2024-12-19T21:53:35.216Z | [ helios-setup] Dec 19 21:53:34.014 INFO E| Compiling fnv v1.0.7 |
3053 | 2024-12-19T21:53:35.488Z | [ helios-setup] Dec 19 21:53:34.284 INFO E| Compiling pkg-config v0.3.26 |
3054 | 2024-12-19T21:53:36.175Z | [ helios-setup] Dec 19 21:53:34.968 INFO E| Compiling http v0.2.9 |
3055 | 2024-12-19T21:53:37.670Z | [ helios-setup] Dec 19 21:53:36.457 INFO E| Compiling digest v0.10.6 |
3056 | 2024-12-19T21:53:37.749Z | [ host-package] Compiling compact_str v0.8.0 |
3057 | 2024-12-19T21:53:38.410Z | [ host-package] Compiling git2 v0.19.0 |
3058 | 2024-12-19T21:53:38.501Z | [ helios-setup] Dec 19 21:53:37.284 INFO E| Compiling aho-corasick v0.7.20 |
3059 | 2024-12-19T21:53:38.576Z | [ helios-setup] Dec 19 21:53:37.359 INFO E| Compiling unicode-width v0.1.10 |
3060 | 2024-12-19T21:53:38.688Z | [ helios-setup] Dec 19 21:53:37.470 INFO E| Compiling anyhow v1.0.68 |
3061 | 2024-12-19T21:53:39.233Z | [ helios-setup] Dec 19 21:53:38.014 INFO E| Compiling percent-encoding v2.2.0 |
3062 | 2024-12-19T21:53:40.083Z | [ helios-setup] Dec 19 21:53:38.860 INFO E| Compiling cpufeatures v0.2.5 |
3063 | 2024-12-19T21:53:40.305Z | [ host-package] Compiling p384 v0.13.0 |
3064 | 2024-12-19T21:53:40.489Z | [ helios-setup] Dec 19 21:53:39.264 INFO E| Compiling tinyvec_macros v0.1.1 |
3065 | 2024-12-19T21:53:40.552Z | [ helios-setup] Dec 19 21:53:39.327 INFO E| Compiling heck v0.4.1 |
3066 | 2024-12-19T21:53:40.817Z | [ helios-setup] Dec 19 21:53:39.590 INFO E| Compiling httparse v1.8.0 |
3067 | 2024-12-19T21:53:41.517Z | [ helios-setup] Dec 19 21:53:40.288 INFO E| Compiling regex-syntax v0.6.29 |
3068 | 2024-12-19T21:53:41.591Z | [ helios-setup] Dec 19 21:53:40.361 INFO E| Compiling tinyvec v1.6.0 |
3069 | 2024-12-19T21:53:42.042Z | [ helios-setup] Dec 19 21:53:40.810 INFO E| Compiling const-random-macro v0.1.15 |
3070 | 2024-12-19T21:53:42.236Z | [ helios-setup] Dec 19 21:53:41.002 INFO E| Compiling thiserror-impl v1.0.38 |
3071 | 2024-12-19T21:53:42.327Z | [ helios-setup] Dec 19 21:53:41.094 INFO E| Compiling schemars_derive v0.8.12 |
3072 | 2024-12-19T21:53:42.824Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3073 | 2024-12-19T21:53:44.731Z | [ helios-setup] Dec 19 21:53:43.488 INFO E| Compiling form_urlencoded v1.1.0 |
3074 | 2024-12-19T21:53:45.025Z | [ helios-setup] Dec 19 21:53:43.781 INFO E| Compiling hashbrown v0.13.2 |
3075 | 2024-12-19T21:53:45.147Z | [ helios-setup] Dec 19 21:53:43.902 INFO E| Compiling serde_derive v1.0.204 |
3076 | 2024-12-19T21:53:45.227Z | [ helios-setup] Dec 19 21:53:43.981 INFO E| Compiling tokio-macros v2.0.0 |
3077 | 2024-12-19T21:53:45.617Z | [ helios-setup] Dec 19 21:53:44.370 INFO E| Compiling futures-macro v0.3.28 |
3078 | 2024-12-19T21:53:46.392Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3079 | 2024-12-19T21:53:47.622Z | [ helios-setup] Dec 19 21:53:46.367 INFO E| Compiling chrono v0.4.24 |
3080 | 2024-12-19T21:53:48.443Z | [ helios-setup] Dec 19 21:53:47.184 INFO E| Compiling libz-sys v1.1.8 |
3081 | 2024-12-19T21:53:48.770Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3082 | 2024-12-19T21:53:48.898Z | [ helios-setup] Dec 19 21:53:47.637 INFO E| Compiling regex v1.7.3 |
3083 | 2024-12-19T21:53:50.176Z | [ helios-setup] Dec 19 21:53:48.909 INFO E| Compiling dyn-clone v1.0.11 |
3084 | 2024-12-19T21:53:50.906Z | [ helios-setup] Dec 19 21:53:49.636 INFO E| Compiling uuid v1.3.0 |
3085 | 2024-12-19T21:53:50.985Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3086 | 2024-12-19T21:53:51.743Z | [ helios-setup] Dec 19 21:53:50.471 INFO E| Compiling regress v0.5.0 |
3087 | 2024-12-19T21:53:52.107Z | [ helios-setup] Dec 19 21:53:50.833 INFO E| Compiling unicode-normalization v0.1.22 |
3088 | 2024-12-19T21:53:52.774Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3089 | 2024-12-19T21:53:52.776Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3090 | 2024-12-19T21:53:52.947Z | [ helios-setup] Dec 19 21:53:51.669 INFO E| Compiling const-random v0.1.15 |
3091 | 2024-12-19T21:53:53.433Z | [ host-package] Compiling lru v0.12.5 |
3092 | 2024-12-19T21:53:54.096Z | [ helios-setup] Dec 19 21:53:52.813 INFO E| Compiling getopts v0.2.21 |
3093 | 2024-12-19T21:53:54.170Z | [ host-package] Compiling rand_seeder v0.3.0 |
3094 | 2024-12-19T21:53:55.276Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3095 | 2024-12-19T21:53:55.307Z | [ helios-setup] Dec 19 21:53:54.019 INFO E| Compiling tracing-core v0.1.30 |
3096 | 2024-12-19T21:53:55.478Z | [ helios-setup] Dec 19 21:53:54.190 INFO E| Compiling memoffset v0.7.1 |
3097 | 2024-12-19T21:53:56.435Z | [ host-package] Compiling lzma-sys v0.1.20 |
3098 | 2024-12-19T21:53:56.441Z | [ helios-setup] Dec 19 21:53:55.148 INFO E| Compiling unicode-bidi v0.3.13 |
3099 | 2024-12-19T21:53:56.926Z | [ helios-setup] Dec 19 21:53:55.632 INFO E| Compiling num-conv v0.1.0 |
3100 | 2024-12-19T21:53:57.052Z | [ host-package] Compiling instability v0.3.2 |
3101 | 2024-12-19T21:53:57.486Z | [ helios-setup] Dec 19 21:53:56.189 INFO E| Compiling ucd-trie v0.1.5 |
3102 | 2024-12-19T21:53:57.999Z | [ host-package] Compiling cassowary v0.3.0 |
3103 | 2024-12-19T21:53:58.219Z | [ host-package] Compiling http-range v0.1.5 |
3104 | 2024-12-19T21:53:58.685Z | [ helios-setup] Dec 19 21:53:57.383 INFO E| Compiling powerfmt v0.2.0 |
3105 | 2024-12-19T21:53:59.213Z | [ host-package] Compiling rustls v0.21.12 |
3106 | 2024-12-19T21:53:59.334Z | [ helios-setup] Dec 19 21:53:58.029 INFO E| Compiling time-core v0.1.2 |
3107 | 2024-12-19T21:53:59.713Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3108 | 2024-12-19T21:53:59.764Z | [ helios-setup] Dec 19 21:53:58.457 INFO E| Compiling idna v0.3.0 |
3109 | 2024-12-19T21:53:59.843Z | [ helios-setup] Dec 19 21:53:58.536 INFO E| Compiling time-macros v0.2.18 |
3110 | 2024-12-19T21:54:00.474Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3111 | 2024-12-19T21:54:00.739Z | [ host-package] Compiling ratatui v0.28.1 |
3112 | 2024-12-19T21:54:00.960Z | [ host-package] Compiling nix v0.29.0 |
3113 | 2024-12-19T21:54:01.466Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3114 | 2024-12-19T21:54:02.272Z | [ helios-setup] Dec 19 21:54:00.954 INFO E| Compiling deranged v0.3.11 |
3115 | 2024-12-19T21:54:04.139Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3116 | 2024-12-19T21:54:04.819Z | [ helios-setup] Dec 19 21:54:03.491 INFO E| Compiling pest v2.5.7 |
3117 | 2024-12-19T21:54:05.550Z | [ helios-setup] Dec 19 21:54:04.219 INFO E| Compiling tracing v0.1.37 |
3118 | 2024-12-19T21:54:05.644Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3119 | 2024-12-19T21:54:05.733Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3120 | 2024-12-19T21:54:05.981Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3121 | 2024-12-19T21:54:06.931Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3122 | 2024-12-19T21:54:07.322Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3123 | 2024-12-19T21:54:08.019Z | [ helios-setup] Dec 19 21:54:06.677 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3124 | 2024-12-19T21:54:08.329Z | [ host-package] Compiling sct v0.7.1 |
3125 | 2024-12-19T21:54:08.485Z | [ helios-setup] Dec 19 21:54:07.142 INFO E| Compiling time v0.1.45 |
3126 | 2024-12-19T21:54:08.588Z | [ helios-setup] Dec 19 21:54:07.244 INFO E| Compiling crossbeam-epoch v0.9.13 |
3127 | 2024-12-19T21:54:09.451Z | [ host-package] Compiling heck v0.3.3 |
3128 | 2024-12-19T21:54:09.550Z | [ helios-setup] Dec 19 21:54:08.202 INFO E| Compiling iana-time-zone v0.1.56 |
3129 | 2024-12-19T21:54:09.943Z | [ helios-setup] Dec 19 21:54:08.594 INFO E| Compiling semver v1.0.17 |
3130 | 2024-12-19T21:54:10.356Z | [ host-package] Compiling csv-core v0.1.11 |
3131 | 2024-12-19T21:54:11.086Z | [ helios-setup] Dec 19 21:54:09.732 INFO E| Compiling num_threads v0.1.6 |
3132 | 2024-12-19T21:54:11.824Z | [ helios-setup] Dec 19 21:54:10.466 INFO E| Compiling time v0.3.36 |
3133 | 2024-12-19T21:54:12.286Z | [ helios-setup] Dec 19 21:54:10.926 INFO E| Compiling semver-parser v0.10.2 |
3134 | 2024-12-19T21:54:12.461Z | [ helios-setup] Dec 19 21:54:11.101 INFO E| Compiling url v2.3.1 |
3135 | 2024-12-19T21:54:13.508Z | [ helios-setup] Dec 19 21:54:12.144 INFO E| Compiling toml v0.5.11 |
3136 | 2024-12-19T21:54:13.965Z | [ helios-setup] Dec 19 21:54:12.598 INFO E| Compiling smallvec v1.10.0 |
3137 | 2024-12-19T21:54:14.444Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3138 | 2024-12-19T21:54:15.239Z | [ host-package] Compiling glob v0.3.1 |
3139 | 2024-12-19T21:54:15.668Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3140 | 2024-12-19T21:54:16.017Z | [ helios-setup] Dec 19 21:54:14.641 INFO E| Compiling parking_lot v0.12.1 |
3141 | 2024-12-19T21:54:16.067Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3142 | 2024-12-19T21:54:16.363Z | [ host-package] Compiling csv v1.3.0 |
3143 | 2024-12-19T21:54:18.830Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3144 | 2024-12-19T21:54:19.786Z | [ helios-setup] Dec 19 21:54:18.395 INFO E| Compiling serde_tokenstream v0.2.0 |
3145 | 2024-12-19T21:54:21.027Z | [ helios-setup] Dec 19 21:54:19.631 INFO E| Compiling crossbeam-channel v0.5.6 |
3146 | 2024-12-19T21:54:22.155Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3147 | 2024-12-19T21:54:22.500Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3148 | 2024-12-19T21:54:24.304Z | [ helios-setup] Dec 19 21:54:22.894 INFO E| Compiling dirs-sys-next v0.1.2 |
3149 | 2024-12-19T21:54:24.943Z | [ helios-setup] Dec 19 21:54:23.530 INFO E| Compiling same-file v1.0.6 |
3150 | 2024-12-19T21:54:25.447Z | [ helios-setup] Dec 19 21:54:24.032 INFO E| Compiling try-lock v0.2.4 |
3151 | 2024-12-19T21:54:25.748Z | [ helios-setup] Dec 19 21:54:24.331 INFO E| Compiling crc32fast v1.3.2 |
3152 | 2024-12-19T21:54:26.592Z | [ helios-setup] Dec 19 21:54:25.172 INFO E| Compiling want v0.3.0 |
3153 | 2024-12-19T21:54:27.201Z | [ helios-setup] Dec 19 21:54:25.778 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3154 | 2024-12-19T21:54:27.670Z | [ helios-setup] Dec 19 21:54:26.246 INFO E| Compiling walkdir v2.3.3 |
3155 | 2024-12-19T21:54:29.000Z | [ host-package] Compiling nix v0.27.1 |
3156 | 2024-12-19T21:54:29.009Z | [ helios-setup] Dec 19 21:54:27.570 INFO E| Compiling dirs-next v2.0.0 |
3157 | 2024-12-19T21:54:29.628Z | [ helios-setup] Dec 19 21:54:28.196 INFO E| Compiling proc-macro-crate v1.2.1 |
3158 | 2024-12-19T21:54:31.685Z | [ helios-setup] Dec 19 21:54:30.244 INFO E| Compiling semver v0.11.0 |
3159 | 2024-12-19T21:54:34.768Z | [ helios-setup] Dec 19 21:54:33.314 INFO E| Compiling futures-executor v0.3.28 |
3160 | 2024-12-19T21:54:36.368Z | [ helios-setup] Dec 19 21:54:34.907 INFO E| Compiling tokio-util v0.7.7 |
3161 | 2024-12-19T21:54:37.323Z | [ helios-setup] Dec 19 21:54:35.857 INFO E| Compiling http-body v0.4.5 |
3162 | 2024-12-19T21:54:38.098Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3163 | 2024-12-19T21:54:38.329Z | [ helios-setup] Dec 19 21:54:36.860 INFO E| Compiling ring v0.16.20 |
3164 | 2024-12-19T21:54:39.380Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3165 | 2024-12-19T21:54:39.390Z | [ helios-setup] Dec 19 21:54:37.907 INFO E| Compiling h2 v0.3.16 |
3166 | 2024-12-19T21:54:41.039Z | [ helios-setup] Dec 19 21:54:39.558 INFO E| Compiling rand_core v0.6.4 |
3167 | 2024-12-19T21:54:41.332Z | [ helios-setup] Dec 19 21:54:39.850 INFO E| Compiling thread_local v1.1.7 |
3168 | 2024-12-19T21:54:42.067Z | [ helios-setup] Dec 19 21:54:40.582 INFO E| Compiling rayon-core v1.10.2 |
3169 | 2024-12-19T21:54:43.038Z | [ helios-setup] Dec 19 21:54:41.548 INFO E| Compiling httpdate v1.0.2 |
3170 | 2024-12-19T21:54:43.139Z | [ helios-setup] Dec 19 21:54:41.649 INFO E| Compiling fastrand v1.9.0 |
3171 | 2024-12-19T21:54:43.173Z | [ helios-setup] Dec 19 21:54:41.683 INFO E| Compiling ppv-lite86 v0.2.17 |
3172 | 2024-12-19T21:54:43.952Z | [ helios-setup] Dec 19 21:54:42.459 INFO E| Compiling tower-service v0.3.2 |
3173 | 2024-12-19T21:54:44.680Z | [ helios-setup] Dec 19 21:54:43.184 INFO E| Compiling base64 v0.21.0 |
3174 | 2024-12-19T21:54:44.748Z | [ helios-setup] Dec 19 21:54:43.251 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3175 | 2024-12-19T21:54:45.033Z | [ helios-setup] Dec 19 21:54:43.535 INFO E| Compiling adler v1.0.2 |
3176 | 2024-12-19T21:54:45.775Z | [ helios-setup] Dec 19 21:54:44.274 INFO E| Compiling utf8parse v0.2.1 |
3177 | 2024-12-19T21:54:46.206Z | [ helios-setup] Dec 19 21:54:44.703 INFO E| Compiling home v0.5.4 |
3178 | 2024-12-19T21:54:46.326Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3179 | 2024-12-19T21:54:47.288Z | [ helios-setup] Dec 19 21:54:45.780 INFO E| Compiling lazy_static v1.4.0 |
3180 | 2024-12-19T21:54:47.616Z | [ helios-setup] Dec 19 21:54:46.107 INFO E| Compiling toolchain_find v0.2.0 |
3181 | 2024-12-19T21:54:48.776Z | [ helios-setup] Dec 19 21:54:47.262 INFO E| Compiling anstyle-parse v0.1.1 |
3182 | 2024-12-19T21:54:49.683Z | [ helios-setup] Dec 19 21:54:48.165 INFO E| Compiling miniz_oxide v0.6.2 |
3183 | 2024-12-19T21:54:50.183Z | [ helios-setup] Dec 19 21:54:48.664 INFO E| Compiling rand_chacha v0.3.1 |
3184 | 2024-12-19T21:54:51.211Z | [ helios-setup] Dec 19 21:54:49.687 INFO E| Compiling hyper v0.14.25 |
3185 | 2024-12-19T21:54:53.911Z | [ helios-setup] Dec 19 21:54:52.375 INFO E| Compiling tempfile v3.5.0 |
3186 | 2024-12-19T21:54:54.773Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3187 | 2024-12-19T21:54:56.541Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3188 | 2024-12-19T21:54:57.816Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3189 | 2024-12-19T21:54:58.124Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3190 | 2024-12-19T21:55:07.203Z | [ helios-setup] Dec 19 21:55:05.611 INFO E| Compiling futures v0.3.28 |
3191 | 2024-12-19T21:55:07.745Z | [ helios-setup] Dec 19 21:55:06.151 INFO E| Compiling crossbeam-deque v0.8.2 |
3192 | 2024-12-19T21:55:08.731Z | [ helios-setup] Dec 19 21:55:07.132 INFO E| Compiling cargo-lock v8.0.3 |
3193 | 2024-12-19T21:55:11.563Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3194 | 2024-12-19T21:55:12.377Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3195 | 2024-12-19T21:55:13.130Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3196 | 2024-12-19T21:55:13.140Z | [ helios-setup] Dec 19 21:55:11.523 INFO E| Compiling num_enum_derive v0.5.7 |
3197 | 2024-12-19T21:55:13.880Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3198 | 2024-12-19T21:55:14.278Z | [ helios-setup] Dec 19 21:55:12.657 INFO E| Compiling term v0.7.0 |
3199 | 2024-12-19T21:55:14.737Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3200 | 2024-12-19T21:55:14.925Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3201 | 2024-12-19T21:55:14.944Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3202 | 2024-12-19T21:55:16.038Z | [ host-package] Compiling hashlink v0.9.1 |
3203 | 2024-12-19T21:55:16.298Z | [ helios-setup] Dec 19 21:55:14.668 INFO E| Compiling serde_urlencoded v0.7.1 |
3204 | 2024-12-19T21:55:16.350Z | [ helios-setup] Dec 19 21:55:14.719 INFO E| Compiling sha1 v0.10.5 |
3205 | 2024-12-19T21:55:16.567Z | [ host-package] Compiling tungstenite v0.23.0 |
3206 | 2024-12-19T21:55:17.213Z | [ helios-setup] Dec 19 21:55:15.579 INFO E| Compiling sha2 v0.10.6 |
3207 | 2024-12-19T21:55:17.551Z | [ helios-setup] Dec 19 21:55:15.915 INFO E| Compiling is-terminal v0.4.7 |
3208 | 2024-12-19T21:55:17.746Z | [ helios-setup] Dec 19 21:55:16.109 INFO E| Compiling atty v0.2.14 |
3209 | 2024-12-19T21:55:17.867Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3210 | 2024-12-19T21:55:18.374Z | [ helios-setup] Dec 19 21:55:16.735 INFO E| Compiling concolor-query v0.3.3 |
3211 | 2024-12-19T21:55:18.791Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3212 | 2024-12-19T21:55:18.791Z | [ helios-setup] Dec 19 21:55:17.151 INFO E| Compiling anstyle v0.3.5 |
3213 | 2024-12-19T21:55:20.063Z | [ host-package] Compiling base64 v0.13.1 |
3214 | 2024-12-19T21:55:20.633Z | [ helios-setup] Dec 19 21:55:18.984 INFO E| Compiling concolor-override v1.0.0 |
3215 | 2024-12-19T21:55:20.715Z | [ host-package] Compiling rusqlite v0.32.1 |
3216 | 2024-12-19T21:55:20.908Z | [ helios-setup] Dec 19 21:55:19.259 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3217 | 2024-12-19T21:55:21.825Z | [ host-package] Compiling ron v0.7.1 |
3218 | 2024-12-19T21:55:22.771Z | [ helios-setup] Dec 19 21:55:21.113 INFO E| Compiling anstream v0.2.6 |
3219 | 2024-12-19T21:55:25.708Z | [ helios-setup] Dec 19 21:55:24.038 INFO E| Compiling slog-term v2.9.0 |
3220 | 2024-12-19T21:55:25.858Z | [ helios-setup] Dec 19 21:55:24.188 INFO E| Compiling num_enum v0.5.7 |
3221 | 2024-12-19T21:55:26.216Z | [ helios-setup] Dec 19 21:55:24.544 INFO E| Compiling flate2 v1.0.25 |
3222 | 2024-12-19T21:55:26.784Z | [ helios-setup] Dec 19 21:55:25.109 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3223 | 2024-12-19T21:55:26.874Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3224 | 2024-12-19T21:55:28.535Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3225 | 2024-12-19T21:55:28.590Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3226 | 2024-12-19T21:55:28.736Z | [ helios-setup] Dec 19 21:55:27.053 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3227 | 2024-12-19T21:55:29.184Z | [ helios-setup] Dec 19 21:55:27.499 INFO E| Compiling rand v0.8.5 |
3228 | 2024-12-19T21:55:29.284Z | [ helios-setup] Dec 19 21:55:27.599 INFO E| Compiling openapiv3 v1.0.2 |
3229 | 2024-12-19T21:55:29.909Z | [ host-package] Compiling xz2 v0.1.7 |
3230 | 2024-12-19T21:55:31.581Z | [ helios-setup] Dec 19 21:55:29.887 INFO E| Compiling encoding_rs v0.8.32 |
3231 | 2024-12-19T21:55:32.249Z | [ helios-setup] Dec 19 21:55:30.552 INFO E| Compiling either v1.8.0 |
3232 | 2024-12-19T21:55:32.578Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3233 | 2024-12-19T21:55:32.896Z | [ helios-setup] Dec 19 21:55:31.195 INFO E| Compiling byteorder v1.4.3 |
3234 | 2024-12-19T21:55:33.178Z | [ helios-setup] Dec 19 21:55:31.477 INFO E| Compiling clap_lex v0.4.1 |
3235 | 2024-12-19T21:55:33.796Z | [ host-package] Compiling zone v0.1.8 |
3236 | 2024-12-19T21:55:33.997Z | [ helios-setup] Dec 19 21:55:32.292 INFO E| Compiling strsim v0.10.0 |
3237 | 2024-12-19T21:55:34.655Z | [ helios-setup] Dec 19 21:55:32.947 INFO E| Compiling utf-8 v0.7.6 |
3238 | 2024-12-19T21:55:35.510Z | [ helios-setup] Dec 19 21:55:33.799 INFO E| Compiling spin v0.5.2 |
3239 | 2024-12-19T21:55:36.000Z | [ helios-setup] Dec 19 21:55:34.286 INFO E| Compiling untrusted v0.7.1 |
3240 | 2024-12-19T21:55:36.426Z | [ helios-setup] Dec 19 21:55:34.710 INFO E| Compiling unsafe-libyaml v0.2.8 |
3241 | 2024-12-19T21:55:37.160Z | [ helios-setup] Dec 19 21:55:35.441 INFO E| Compiling project-root v0.2.2 |
3242 | 2024-12-19T21:55:37.744Z | [ helios-setup] Dec 19 21:55:36.023 INFO E| Compiling base64 v0.13.1 |
3243 | 2024-12-19T21:55:37.938Z | [ helios-setup] Dec 19 21:55:36.216 INFO E| Compiling ipnet v2.7.2 |
3244 | 2024-12-19T21:55:38.351Z | [ helios-setup] Dec 19 21:55:36.627 INFO E| Compiling mime v0.3.17 |
3245 | 2024-12-19T21:55:39.427Z | [ helios-setup] Dec 19 21:55:37.699 INFO E| Compiling serde_yaml v0.9.21 |
3246 | 2024-12-19T21:55:39.752Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3247 | 2024-12-19T21:55:40.169Z | [ helios-setup] Dec 19 21:55:38.438 INFO E| Compiling reqwest v0.11.16 |
3248 | 2024-12-19T21:55:40.219Z | [ helios-setup] Dec 19 21:55:38.488 INFO E| Compiling tungstenite v0.18.0 |
3249 | 2024-12-19T21:55:43.735Z | [ helios-setup] Dec 19 21:55:41.989 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3250 | 2024-12-19T21:55:48.469Z | [ helios-setup] Dec 19 21:55:46.703 INFO E| Compiling clap_builder v4.2.1 |
3251 | 2024-12-19T21:55:50.811Z | [ helios-setup] Dec 19 21:55:49.035 INFO E| Compiling rayon v1.6.1 |
3252 | 2024-12-19T21:55:53.958Z | [ helios-setup] Dec 19 21:55:52.168 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3253 | 2024-12-19T21:55:54.195Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3254 | 2024-12-19T21:55:55.168Z | [ helios-setup] Dec 19 21:55:53.374 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3255 | 2024-12-19T21:55:56.736Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3256 | 2024-12-19T21:55:58.423Z | [ helios-setup] Dec 19 21:55:56.614 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3257 | 2024-12-19T21:55:59.199Z | [ helios-setup] Dec 19 21:55:57.388 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3258 | 2024-12-19T21:55:59.954Z | [ helios-setup] Dec 19 21:55:58.140 INFO E| Compiling clap_derive v4.2.0 |
3259 | 2024-12-19T21:56:02.240Z | [ helios-setup] Dec 19 21:56:00.414 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3260 | 2024-12-19T21:56:03.516Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3261 | 2024-12-19T21:56:06.558Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3262 | 2024-12-19T21:56:09.810Z | [ helios-setup] Dec 19 21:56:07.953 INFO E| Compiling clap v4.2.1 |
3263 | 2024-12-19T21:56:12.140Z | [ helios-setup] Dec 19 21:56:10.272 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3264 | 2024-12-19T21:56:20.006Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3265 | 2024-12-19T21:56:20.438Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3266 | 2024-12-19T21:56:21.867Z | [ helios-setup] Dec 19 21:56:19.959 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3267 | 2024-12-19T21:56:23.961Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3268 | 2024-12-19T21:56:24.245Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-12-19T21:56:25.026Z | [ helios-setup] Dec 19 21:56:23.103 INFO E| Compiling tokio-tungstenite v0.18.0 |
3270 | 2024-12-19T21:56:25.248Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3271 | 2024-12-19T21:56:25.855Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3272 | 2024-12-19T21:56:26.169Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3273 | 2024-12-19T21:56:26.184Z | [ helios-setup] Dec 19 21:56:24.258 INFO E| Compiling smartstring v1.0.1 |
3274 | 2024-12-19T21:56:26.958Z | [ host-package] Compiling twox-hash v1.6.3 |
3275 | 2024-12-19T21:56:27.197Z | [ helios-setup] Dec 19 21:56:25.267 INFO E| Compiling rustls v0.21.0 |
3276 | 2024-12-19T21:56:28.337Z | [ host-package] Compiling yasna v0.5.2 |
3277 | 2024-12-19T21:56:29.090Z | [ helios-setup] Dec 19 21:56:27.151 INFO E| Compiling rustls-webpki v0.100.1 |
3278 | 2024-12-19T21:56:29.389Z | [ host-package] Compiling is_ci v1.2.0 |
3279 | 2024-12-19T21:56:30.244Z | [ host-package] Compiling smawk v0.3.2 |
3280 | 2024-12-19T21:56:30.911Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3281 | 2024-12-19T21:56:32.219Z | [ host-package] Compiling textwrap v0.16.1 |
3282 | 2024-12-19T21:56:33.485Z | [ helios-setup] Dec 19 21:56:31.528 INFO E| Compiling sct v0.7.0 |
3283 | 2024-12-19T21:56:34.433Z | [ helios-setup] Dec 19 21:56:32.472 INFO E| Compiling toml_datetime v0.6.1 |
3284 | 2024-12-19T21:56:34.563Z | [ host-package] Compiling rcgen v0.12.1 |
3285 | 2024-12-19T21:56:34.916Z | [ host-package] Compiling supports-color v3.0.1 |
3286 | 2024-12-19T21:56:35.824Z | [ helios-setup] Dec 19 21:56:33.857 INFO E| Compiling serde_spanned v0.6.1 |
3287 | 2024-12-19T21:56:36.451Z | [ helios-setup] Dec 19 21:56:34.482 INFO E| Compiling async-trait v0.1.68 |
3288 | 2024-12-19T21:56:37.861Z | [ helios-setup] Dec 19 21:56:35.886 INFO E| Compiling static_assertions v1.1.0 |
3289 | 2024-12-19T21:56:38.137Z | [ helios-setup] Dec 19 21:56:36.160 INFO E| Compiling winnow v0.4.1 |
3290 | 2024-12-19T21:56:38.147Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3291 | 2024-12-19T21:56:38.206Z | [ helios-setup] Dec 19 21:56:36.226 INFO E| Compiling slog-async v2.7.0 |
3292 | 2024-12-19T21:56:39.677Z | [ helios-setup] Dec 19 21:56:37.694 INFO E| Compiling match_cfg v0.1.0 |
3293 | 2024-12-19T21:56:40.133Z | [ helios-setup] Dec 19 21:56:38.148 INFO E| Compiling paste v1.0.12 |
3294 | 2024-12-19T21:56:42.207Z | [ helios-setup] Dec 19 21:56:39.445 INFO E| Compiling camino v1.1.4 |
3295 | 2024-12-19T21:56:42.207Z | [ helios-setup] Dec 19 21:56:39.714 INFO E| Compiling hostname v0.3.1 |
3296 | 2024-12-19T21:56:44.068Z | [ helios-setup] Dec 19 21:56:42.067 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3297 | 2024-12-19T21:56:49.104Z | [ helios-setup] Dec 19 21:56:44.156 INFO E| Compiling toml_edit v0.19.8 |
3298 | 2024-12-19T21:56:49.130Z | [ helios-setup] Dec 19 21:56:44.613 INFO E| Compiling slog-json v2.6.1 |
3299 | 2024-12-19T21:56:49.130Z | [ helios-setup] Dec 19 21:56:45.677 INFO E| Compiling unicode-linebreak v0.1.4 |
3300 | 2024-12-19T21:56:49.401Z | [ helios-setup] Dec 19 21:56:47.378 INFO E| Compiling async-stream-impl v0.3.5 |
3301 | 2024-12-19T21:56:52.364Z | [ helios-setup] Dec 19 21:56:50.328 INFO E| Compiling rhai_codegen v1.5.0 |
3302 | 2024-12-19T21:56:52.721Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3303 | 2024-12-19T21:56:52.896Z | [ helios-setup] Dec 19 21:56:50.858 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3304 | 2024-12-19T21:56:53.775Z | [ helios-setup] Dec 19 21:56:51.733 INFO E| Compiling take_mut v0.2.2 |
3305 | 2024-12-19T21:56:56.018Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3306 | 2024-12-19T21:56:57.488Z | [ helios-setup] Dec 19 21:56:55.430 INFO E| Compiling rhai v1.14.0 |
3307 | 2024-12-19T21:56:58.429Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3308 | 2024-12-19T21:56:59.862Z | [ helios-setup] Dec 19 21:56:57.794 INFO E| Compiling toml v0.7.3 |
3309 | 2024-12-19T21:57:00.221Z | [ helios-setup] Dec 19 21:56:58.151 INFO E| Compiling async-stream v0.3.5 |
3310 | 2024-12-19T21:57:01.257Z | [ helios-setup] Dec 19 21:56:59.183 INFO E| Compiling tokio-rustls v0.24.0 |
3311 | 2024-12-19T21:57:01.317Z | [ helios-setup] Dec 19 21:56:59.243 INFO E| Compiling slog-bunyan v2.4.0 |
3312 | 2024-12-19T21:57:06.996Z | [ helios-setup] Dec 19 21:57:04.898 INFO E| Compiling rustls-pemfile v1.0.2 |
3313 | 2024-12-19T21:57:08.455Z | [ helios-setup] Dec 19 21:57:06.350 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3314 | 2024-12-19T21:57:08.702Z | [ helios-setup] Dec 19 21:57:06.597 INFO E| Compiling bincode v1.3.3 |
3315 | 2024-12-19T21:57:10.425Z | [ helios-setup] Dec 19 21:57:08.312 INFO E| Compiling serde_path_to_error v0.1.11 |
3316 | 2024-12-19T21:57:11.430Z | [ helios-setup] Dec 19 21:57:09.313 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3317 | 2024-12-19T21:57:12.812Z | [ helios-setup] Dec 19 21:57:10.689 INFO E| Compiling terminal_size v0.2.6 |
3318 | 2024-12-19T21:57:13.335Z | [ helios-setup] Dec 19 21:57:11.210 INFO E| Compiling smawk v0.3.1 |
3319 | 2024-12-19T21:57:13.989Z | [ helios-setup] Dec 19 21:57:11.861 INFO E| Compiling textwrap v0.16.0 |
3320 | 2024-12-19T21:57:14.053Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3321 | 2024-12-19T21:57:36.063Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3322 | 2024-12-19T21:57:41.486Z | [ helios-setup] Dec 19 21:57:39.242 INFO E| Compiling git2 v0.16.1 |
3323 | 2024-12-19T21:57:43.961Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3324 | 2024-12-19T21:57:47.066Z | [ helios-setup] Dec 19 21:57:44.798 INFO E| Compiling built v0.6.0 |
3325 | 2024-12-19T21:57:50.225Z | [ helios-setup] Dec 19 21:57:47.944 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3326 | 2024-12-19T21:57:51.878Z | [ helios-setup] Dec 19 21:57:49.590 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3327 | 2024-12-19T21:57:52.600Z | [ helios-setup] Dec 19 21:57:50.309 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3328 | 2024-12-19T21:57:52.600Z | [ helios-setup] Dec 19 21:57:50.309 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3329 | 2024-12-19T21:57:55.631Z | [ helios-setup] Dec 19 21:57:53.327 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3330 | 2024-12-19T21:57:58.671Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3331 | 2024-12-19T21:58:02.157Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3332 | 2024-12-19T21:58:03.544Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3333 | 2024-12-19T21:58:04.115Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3334 | 2024-12-19T21:58:04.759Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3335 | 2024-12-19T21:58:16.380Z | [ host-package] Compiling fatfs v0.3.6 |
3336 | 2024-12-19T21:58:21.904Z | [ host-package] Compiling subprocess v0.2.9 |
3337 | 2024-12-19T21:58:24.723Z | [ host-package] Compiling rtoolbox v0.0.2 |
3338 | 2024-12-19T21:58:25.833Z | [ host-package] Compiling assert_matches v1.5.0 |
3339 | 2024-12-19T21:58:30.169Z | [ host-package] Compiling rpassword v7.3.1 |
3340 | 2024-12-19T21:58:30.899Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3341 | 2024-12-19T21:58:31.249Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3342 | 2024-12-19T21:58:36.921Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3343 | 2024-12-19T21:58:42.548Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3344 | 2024-12-19T21:58:43.636Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3345 | 2024-12-19T21:58:44.260Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3346 | 2024-12-19T21:58:45.025Z | [ helios-setup] Dec 19 21:58:42.513 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3347 | 2024-12-19T21:58:46.833Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3348 | 2024-12-19T21:58:47.311Z | [ host-package] Compiling uzers v0.12.1 |
3349 | 2024-12-19T21:58:51.052Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3350 | 2024-12-19T21:58:59.349Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3351 | 2024-12-19T21:59:01.831Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3352 | 2024-12-19T21:59:38.642Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3353 | 2024-12-19T21:59:51.307Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3354 | 2024-12-19T21:59:52.308Z | [ helios-setup] Dec 19 21:59:49.918 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s |
3355 | 2024-12-19T21:59:52.558Z | [ helios-setup] Dec 19 21:59:50.061 INFO building project "pilot" ok (402 seconds) |
3356 | 2024-12-19T21:59:52.558Z | [ helios-setup] Dec 19 21:59:50.061 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3357 | 2024-12-19T21:59:52.570Z | [ helios-setup] Dec 19 21:59:50.061 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3358 | 2024-12-19T21:59:52.787Z | [ helios-setup] Dec 19 21:59:50.422 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3359 | 2024-12-19T21:59:53.276Z | [ helios-setup] Dec 19 21:59:50.941 INFO E| From https://github.com/jclulow/rust-jmclib |
3360 | 2024-12-19T21:59:53.276Z | [ helios-setup] Dec 19 21:59:50.942 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3361 | 2024-12-19T21:59:53.296Z | [ helios-setup] Dec 19 21:59:50.963 INFO E| Updating crates.io index |
3362 | 2024-12-19T21:59:53.395Z | [ helios-setup] Dec 19 21:59:51.067 INFO E| Downloading crates ... |
3363 | 2024-12-19T21:59:53.518Z | [ helios-setup] Dec 19 21:59:51.198 INFO E| Downloaded cpufeatures v0.2.9 |
3364 | 2024-12-19T21:59:53.521Z | [ helios-setup] Dec 19 21:59:51.202 INFO E| Downloaded bitflags v2.3.3 |
3365 | 2024-12-19T21:59:53.526Z | [ helios-setup] Dec 19 21:59:51.206 INFO E| Downloaded anyhow v1.0.72 |
3366 | 2024-12-19T21:59:53.532Z | [ helios-setup] Dec 19 21:59:51.213 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3367 | 2024-12-19T21:59:53.534Z | [ helios-setup] Dec 19 21:59:51.214 INFO E| Downloaded digest v0.9.0 |
3368 | 2024-12-19T21:59:53.537Z | [ helios-setup] Dec 19 21:59:51.217 INFO E| Downloaded fastrand v2.0.0 |
3369 | 2024-12-19T21:59:53.539Z | [ helios-setup] Dec 19 21:59:51.219 INFO E| Downloaded block-buffer v0.9.0 |
3370 | 2024-12-19T21:59:53.564Z | [ helios-setup] Dec 19 21:59:51.247 INFO E| Downloaded uuid v0.8.2 |
3371 | 2024-12-19T21:59:53.570Z | [ helios-setup] Dec 19 21:59:51.253 INFO E| Downloaded once_cell v1.18.0 |
3372 | 2024-12-19T21:59:53.574Z | [ helios-setup] Dec 19 21:59:51.257 INFO E| Downloaded md-5 v0.9.1 |
3373 | 2024-12-19T21:59:53.576Z | [ helios-setup] Dec 19 21:59:51.260 INFO E| Downloaded sha-1 v0.9.8 |
3374 | 2024-12-19T21:59:53.579Z | [ helios-setup] Dec 19 21:59:51.263 INFO E| Downloaded quote v1.0.31 |
3375 | 2024-12-19T21:59:53.583Z | [ helios-setup] Dec 19 21:59:51.268 INFO E| Downloaded getrandom v0.2.10 |
3376 | 2024-12-19T21:59:53.589Z | [ helios-setup] Dec 19 21:59:51.273 INFO E| Downloaded unicode-ident v1.0.11 |
3377 | 2024-12-19T21:59:53.593Z | [ helios-setup] Dec 19 21:59:51.278 INFO E| Downloaded tempfile v3.7.0 |
3378 | 2024-12-19T21:59:53.597Z | [ helios-setup] Dec 19 21:59:51.282 INFO E| Downloaded serde v1.0.193 |
3379 | 2024-12-19T21:59:53.602Z | [ helios-setup] Dec 19 21:59:51.287 INFO E| Downloaded serde_derive v1.0.193 |
3380 | 2024-12-19T21:59:53.607Z | [ helios-setup] Dec 19 21:59:51.292 INFO E| Downloaded proc-macro2 v1.0.66 |
3381 | 2024-12-19T21:59:53.616Z | [ helios-setup] Dec 19 21:59:51.302 INFO E| Downloaded serde_json v1.0.103 |
3382 | 2024-12-19T21:59:53.639Z | [ helios-setup] Dec 19 21:59:51.327 INFO E| Downloaded syn v2.0.32 |
3383 | 2024-12-19T21:59:53.656Z | [ helios-setup] Dec 19 21:59:51.344 INFO E| Downloaded rustix v0.38.4 |
3384 | 2024-12-19T21:59:53.755Z | [ helios-setup] Dec 19 21:59:51.449 INFO E| Downloaded libc v0.2.147 |
3385 | 2024-12-19T21:59:53.778Z | [ host-package] Compiling multimap v0.10.0 |
3386 | 2024-12-19T21:59:53.873Z | [ helios-setup] Dec 19 21:59:51.573 INFO E| Compiling libc v0.2.147 |
3387 | 2024-12-19T21:59:53.916Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling proc-macro2 v1.0.66 |
3388 | 2024-12-19T21:59:53.916Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling cfg-if v1.0.0 |
3389 | 2024-12-19T21:59:53.919Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling unicode-ident v1.0.11 |
3390 | 2024-12-19T21:59:53.919Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling version_check v0.9.4 |
3391 | 2024-12-19T21:59:53.919Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling typenum v1.16.0 |
3392 | 2024-12-19T21:59:53.919Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling serde v1.0.193 |
3393 | 2024-12-19T21:59:53.919Z | [ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling itoa v1.0.9 |
3394 | 2024-12-19T21:59:54.083Z | [ helios-setup] Dec 19 21:59:51.795 INFO E| Compiling rustix v0.38.4 |
3395 | 2024-12-19T21:59:54.347Z | [ helios-setup] Dec 19 21:59:52.076 INFO E| Compiling slog v2.7.0 |
3396 | 2024-12-19T21:59:54.420Z | [ helios-setup] Dec 19 21:59:52.152 INFO E| Compiling powerfmt v0.2.0 |
3397 | 2024-12-19T21:59:55.046Z | [ helios-setup] Dec 19 21:59:52.815 INFO E| Compiling time-core v0.1.2 |
3398 | 2024-12-19T21:59:55.198Z | [ helios-setup] Dec 19 21:59:52.976 INFO E| Compiling num-conv v0.1.0 |
3399 | 2024-12-19T21:59:55.359Z | [ helios-setup] Dec 19 21:59:53.121 INFO E| Compiling generic-array v0.14.7 |
3400 | 2024-12-19T21:59:55.387Z | [ helios-setup] Dec 19 21:59:53.176 INFO E| Compiling deranged v0.3.11 |
3401 | 2024-12-19T21:59:55.689Z | [ helios-setup] Dec 19 21:59:53.492 INFO E| Compiling bitflags v2.3.3 |
3402 | 2024-12-19T21:59:55.880Z | [ helios-setup] Dec 19 21:59:53.696 INFO E| Compiling time-macros v0.2.18 |
3403 | 2024-12-19T21:59:56.308Z | [ helios-setup] Dec 19 21:59:54.150 INFO E| Compiling once_cell v1.18.0 |
3404 | 2024-12-19T21:59:56.313Z | [ helios-setup] Dec 19 21:59:54.156 INFO E| Compiling num_threads v0.1.6 |
3405 | 2024-12-19T21:59:56.547Z | [ helios-setup] Dec 19 21:59:54.402 INFO E| Compiling opaque-debug v0.3.0 |
3406 | 2024-12-19T21:59:56.659Z | [ helios-setup] Dec 19 21:59:54.521 INFO E| Compiling fastrand v2.0.0 |
3407 | 2024-12-19T21:59:57.377Z | [ helios-setup] Dec 19 21:59:55.281 INFO E| Compiling quote v1.0.31 |
3408 | 2024-12-19T21:59:57.875Z | [ helios-setup] Dec 19 21:59:55.808 INFO E| Compiling thread_local v1.1.7 |
3409 | 2024-12-19T21:59:58.094Z | [ helios-setup] Dec 19 21:59:56.039 INFO E| Compiling syn v2.0.32 |
3410 | 2024-12-19T21:59:58.649Z | [ helios-setup] Dec 19 21:59:56.627 INFO E| Compiling dirs-sys-next v0.1.2 |
3411 | 2024-12-19T21:59:58.720Z | [ helios-setup] Dec 19 21:59:56.702 INFO E| Compiling errno v0.3.1 |
3412 | 2024-12-19T21:59:59.051Z | [ helios-setup] Dec 19 21:59:57.052 INFO E| Compiling dirs-next v2.0.0 |
3413 | 2024-12-19T21:59:59.152Z | [ helios-setup] Dec 19 21:59:57.159 INFO E| Compiling atty v0.2.14 |
3414 | 2024-12-19T21:59:59.233Z | [ helios-setup] Dec 19 21:59:57.245 INFO E| Compiling term v0.7.0 |
3415 | 2024-12-19T21:59:59.439Z | [ helios-setup] Dec 19 21:59:57.462 INFO E| Compiling anyhow v1.0.72 |
3416 | 2024-12-19T21:59:59.506Z | [ helios-setup] Dec 19 21:59:57.533 INFO E| Compiling serde_json v1.0.103 |
3417 | 2024-12-19T22:00:00.190Z | [ helios-setup] Dec 19 21:59:58.257 INFO E| Compiling getrandom v0.2.10 |
3418 | 2024-12-19T22:00:00.581Z | [ helios-setup] Dec 19 21:59:58.671 INFO E| Compiling block-buffer v0.9.0 |
3419 | 2024-12-19T22:00:00.619Z | [ helios-setup] Dec 19 21:59:58.711 INFO E| Compiling digest v0.9.0 |
3420 | 2024-12-19T22:00:00.936Z | [ helios-setup] Dec 19 21:59:59.046 INFO E| Compiling unicode-width v0.1.10 |
3421 | 2024-12-19T22:00:00.999Z | [ helios-setup] Dec 19 21:59:59.113 INFO E| Compiling cpufeatures v0.2.9 |
3422 | 2024-12-19T22:00:00.999Z | [ helios-setup] Dec 19 21:59:59.113 INFO E| Compiling same-file v1.0.6 |
3423 | 2024-12-19T22:00:01.207Z | [ helios-setup] Dec 19 21:59:59.333 INFO E| Compiling ryu v1.0.15 |
3424 | 2024-12-19T22:00:01.418Z | [ helios-setup] Dec 19 21:59:59.556 INFO E| Compiling walkdir v2.3.3 |
3425 | 2024-12-19T22:00:01.560Z | [ helios-setup] Dec 19 21:59:59.706 INFO E| Compiling time v0.3.36 |
3426 | 2024-12-19T22:00:01.597Z | [ helios-setup] Dec 19 21:59:59.746 INFO E| Compiling getopts v0.2.21 |
3427 | 2024-12-19T22:00:02.015Z | [ helios-setup] Dec 19 22:00:00.188 INFO E| Compiling sha-1 v0.9.8 |
3428 | 2024-12-19T22:00:02.821Z | [ helios-setup] Dec 19 22:00:01.040 INFO E| Compiling tempfile v3.7.0 |
3429 | 2024-12-19T22:00:03.232Z | [ helios-setup] Dec 19 22:00:01.476 INFO E| Compiling md-5 v0.9.1 |
3430 | 2024-12-19T22:00:03.243Z | [ helios-setup] Dec 19 22:00:01.487 INFO E| Compiling glob v0.3.1 |
3431 | 2024-12-19T22:00:03.462Z | [ helios-setup] Dec 19 22:00:01.719 INFO E| Compiling libdevinfo-sys v1.0.0 |
3432 | 2024-12-19T22:00:04.906Z | [ helios-setup] Dec 19 22:00:03.246 INFO E| Compiling slog-term v2.9.0 |
3433 | 2024-12-19T22:00:07.311Z | [ helios-setup] Dec 19 22:00:05.792 INFO E| Compiling serde_derive v1.0.193 |
3434 | 2024-12-19T22:00:23.458Z | [ helios-setup] Dec 19 22:00:22.529 INFO E| Compiling toml v0.5.11 |
3435 | 2024-12-19T22:00:23.458Z | [ helios-setup] Dec 19 22:00:22.529 INFO E| Compiling uuid v0.8.2 |
3436 | 2024-12-19T22:00:25.594Z | [ helios-setup] Dec 19 22:00:24.656 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3437 | 2024-12-19T22:00:28.585Z | [ helios-setup] Dec 19 22:00:27.632 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3438 | 2024-12-19T22:00:43.061Z | [ helios-setup] Dec 19 22:00:42.049 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.31s |
3439 | 2024-12-19T22:00:43.096Z | [ helios-setup] Dec 19 22:00:42.083 INFO building project "image-builder" ok (50 seconds) |
3440 | 2024-12-19T22:00:43.099Z | [ helios-setup] rm -f helios-build |
3441 | 2024-12-19T22:00:43.102Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3442 | 2024-12-19T22:00:43.105Z | [ helios-setup] |
3443 | 2024-12-19T22:00:43.105Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3444 | 2024-12-19T22:00:43.107Z | [ helios-setup] |
3445 | 2024-12-19T22:00:43.107Z | [ helios-setup] |
3446 | 2024-12-19T22:00:43.108Z | [ helios-setup] real 11:50.830917331 |
3447 | 2024-12-19T22:00:43.108Z | [ helios-setup] user 28:39.857750568 |
3448 | 2024-12-19T22:00:43.108Z | [ helios-setup] sys 3:31.878666797 |
3449 | 2024-12-19T22:00:43.108Z | [ helios-setup] trap 1.706400146 |
3450 | 2024-12-19T22:00:43.108Z | [ helios-setup] tflt 8.303138445 |
3451 | 2024-12-19T22:00:43.108Z | [ helios-setup] dflt 31.700489622 |
3452 | 2024-12-19T22:00:43.108Z | [ helios-setup] kflt 0.020968271 |
3453 | 2024-12-19T22:00:43.108Z | [ helios-setup] lock 2:07:44.777726432 |
3454 | 2024-12-19T22:00:43.108Z | [ helios-setup] slp 3:43:05.168422538 |
3455 | 2024-12-19T22:00:43.108Z | [ helios-setup] lat 32:23.128221471 |
3456 | 2024-12-19T22:00:43.108Z | [ helios-setup] stop 4:13.927540495 |
3457 | 2024-12-19T22:00:43.108Z | Dec 19 22:00:42.095 INFO [helios-setup] process exited with exit status: 0 (710.836369999s) |
3458 | 2024-12-19T22:00:43.111Z | Dec 19 22:00:42.096 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3459 | 2024-12-19T22:00:43.144Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3460 | 2024-12-19T22:00:43.512Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3461 | 2024-12-19T22:00:43.512Z | [ phbl-toolchain] info: downloading component 'cargo' |
3462 | 2024-12-19T22:00:44.859Z | [ phbl-toolchain] info: downloading component 'clippy' |
3463 | 2024-12-19T22:00:45.290Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3464 | 2024-12-19T22:00:50.773Z | [ phbl-toolchain] info: downloading component 'miri' |
3465 | 2024-12-19T22:00:51.084Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3466 | 2024-12-19T22:00:52.366Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3467 | 2024-12-19T22:00:52.553Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3468 | 2024-12-19T22:00:54.368Z | [ phbl-toolchain] info: downloading component 'rustc' |
3469 | 2024-12-19T22:01:01.854Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3470 | 2024-12-19T22:01:02.141Z | [ phbl-toolchain] info: installing component 'cargo' |
3471 | 2024-12-19T22:01:03.418Z | [ phbl-toolchain] info: installing component 'clippy' |
3472 | 2024-12-19T22:01:04.001Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3473 | 2024-12-19T22:01:09.766Z | [ phbl-toolchain] info: installing component 'miri' |
3474 | 2024-12-19T22:01:10.096Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3475 | 2024-12-19T22:01:17.933Z | [ phbl-toolchain] info: installing component 'rust-src' |
3476 | 2024-12-19T22:01:18.599Z | [ phbl-toolchain] info: installing component 'rust-std' |
3477 | 2024-12-19T22:01:20.869Z | [ phbl-toolchain] info: installing component 'rustc' |
3478 | 2024-12-19T22:01:29.958Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3479 | 2024-12-19T22:01:30.730Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3480 | 2024-12-19T22:01:30.733Z | Dec 19 22:01:29.520 INFO [phbl-toolchain] process exited with exit status: 0 (47.423895738s) |
3481 | 2024-12-19T22:02:29.072Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3482 | 2024-12-19T22:02:29.282Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3483 | 2024-12-19T22:09:10.104Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 25s |
3484 | 2024-12-19T22:10:19.359Z | Dec 19 22:10:17.910 INFO [host-package] process exited with exit status: 0 (1234.14372619s) |
3485 | 2024-12-19T22:10:19.359Z | Dec 19 22:10:17.910 INFO [host-stamp] running task |
3486 | 2024-12-19T22:10:19.361Z | Dec 19 22:10:17.911 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3487 | 2024-12-19T22:10:19.361Z | Dec 19 22:10:17.911 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+git6c76593747f |
3488 | 2024-12-19T22:10:19.377Z | Dec 19 22:10:17.929 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+git6c76593747f |
3489 | 2024-12-19T22:10:19.384Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3490 | 2024-12-19T22:10:19.387Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3491 | 2024-12-19T22:10:19.390Z | Dec 19 22:10:17.939 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+git6c76593747f |
3492 | 2024-12-19T22:10:19.398Z | Dec 19 22:10:17.950 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+git6c76593747f |
3493 | 2024-12-19T22:10:19.407Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3494 | 2024-12-19T22:10:19.411Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-12-19T22:10:19.413Z | Dec 19 22:10:17.963 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+git6c76593747f |
3496 | 2024-12-19T22:10:19.424Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3497 | 2024-12-19T22:10:19.427Z | Dec 19 22:10:17.978 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+git6c76593747f |
3498 | 2024-12-19T22:10:19.437Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3499 | 2024-12-19T22:10:19.440Z | Dec 19 22:10:17.990 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+git6c76593747f |
3500 | 2024-12-19T22:10:19.449Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-19T22:10:19.451Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3502 | 2024-12-19T22:10:19.455Z | Dec 19 22:10:18.007 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+git6c76593747f |
3503 | 2024-12-19T22:10:19.458Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-19T22:10:19.474Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-19T22:10:19.474Z | Dec 19 22:10:18.024 INFO [stamp-overlay] process exited with exit status: 0 (46.419812ms) |
3506 | 2024-12-19T22:10:19.474Z | Dec 19 22:10:18.024 INFO [stamp-oxlog] process exited with exit status: 0 (74.169872ms) |
3507 | 2024-12-19T22:10:19.486Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-19T22:10:19.489Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3509 | 2024-12-19T22:10:19.493Z | Dec 19 22:10:18.045 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.9276ms) |
3510 | 2024-12-19T22:10:19.496Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3511 | 2024-12-19T22:10:19.499Z | Dec 19 22:10:18.051 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.390051ms) |
3512 | 2024-12-19T22:10:19.672Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3513 | 2024-12-19T22:10:19.683Z | Dec 19 22:10:18.226 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.547487ms) |
3514 | 2024-12-19T22:10:19.782Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3515 | 2024-12-19T22:10:19.786Z | Dec 19 22:10:18.336 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (396.702464ms) |
3516 | 2024-12-19T22:10:20.649Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3517 | 2024-12-19T22:10:20.665Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3518 | 2024-12-19T22:10:20.668Z | Dec 19 22:10:19.214 INFO [stamp-propolis-server] process exited with exit status: 0 (1.251339895s) |
3519 | 2024-12-19T22:10:22.990Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3520 | 2024-12-19T22:10:30.111Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3521 | 2024-12-19T22:10:30.114Z | Dec 19 22:10:28.620 INFO [stamp-switch-asic] process exited with exit status: 0 (10.708506052s) |
3522 | 2024-12-19T22:10:30.114Z | Dec 19 22:10:28.620 INFO [host-stamp] task succeeded (10.709730757s) |
3523 | 2024-12-19T22:10:30.114Z | Dec 19 22:10:28.620 INFO [host-proto] running task |
3524 | 2024-12-19T22:10:30.566Z | Dec 19 22:10:29.068 INFO [host-proto] task succeeded (447.538861ms) |
3525 | 2024-12-19T22:10:30.566Z | Dec 19 22:10:29.068 INFO [host-profile] running task |
3526 | 2024-12-19T22:10:30.569Z | Dec 19 22:10:29.068 INFO [host-profile] task succeeded (379.397µs) |
3527 | 2024-12-19T22:10:30.569Z | Dec 19 22:10:29.069 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmplpZFK3/proto/host/root -N 'ci 6c76593/${os_short_commit} 2024-12-19 21:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3528 | 2024-12-19T22:10:30.583Z | [ host-image] Dec 19 22:10:29.087 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3529 | 2024-12-19T22:10:30.588Z | [ host-image] Dec 19 22:10:29.087 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3530 | 2024-12-19T22:10:30.598Z | [ host-image] Dec 19 22:10:29.103 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmplpZFK3/proto/host/root" |
3531 | 2024-12-19T22:10:30.602Z | [ host-image] Dec 19 22:10:29.103 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3532 | 2024-12-19T22:10:30.602Z | [ host-image] Dec 19 22:10:29.103 INFO image builder template: ramdisk-01-os... |
3533 | 2024-12-19T22:10:30.602Z | [ host-image] Dec 19 22:10:29.103 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3534 | 2024-12-19T22:10:30.619Z | [ host-image] Dec 19 22:10:29.123 INFO O| Dec 19 22:10:29.123 INFO CREATE DATASET: rpool/images/build/host/output |
3535 | 2024-12-19T22:10:30.918Z | [ host-image] Dec 19 22:10:29.420 INFO O| Dec 19 22:10:29.420 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3536 | 2024-12-19T22:10:30.923Z | [ host-image] Dec 19 22:10:29.426 INFO O| Dec 19 22:10:29.426 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3537 | 2024-12-19T22:10:31.222Z | [ host-image] Dec 19 22:10:29.723 INFO O| Dec 19 22:10:29.723 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3538 | 2024-12-19T22:10:31.293Z | [ host-image] Dec 19 22:10:29.794 INFO O| Dec 19 22:10:29.794 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3539 | 2024-12-19T22:10:31.297Z | [ host-image] Dec 19 22:10:29.794 INFO O| Dec 19 22:10:29.794 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3540 | 2024-12-19T22:10:31.298Z | [ host-image] Dec 19 22:10:29.795 INFO O| Dec 19 22:10:29.795 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3541 | 2024-12-19T22:10:31.298Z | [ host-image] Dec 19 22:10:29.795 INFO O| Dec 19 22:10:29.795 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3542 | 2024-12-19T22:10:31.307Z | [ host-image] Dec 19 22:10:29.808 INFO O| Dec 19 22:10:29.808 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3543 | 2024-12-19T22:10:31.555Z | [ host-image] Dec 19 22:10:30.053 INFO O| Dec 19 22:10:30.053 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-12-19T22:10:31.568Z | [ host-image] Dec 19 22:10:30.068 INFO O| Dec 19 22:10:30.068 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3545 | 2024-12-19T22:10:32.112Z | [ host-image] Dec 19 22:10:30.610 INFO O| Dec 19 22:10:30.610 INFO O| Caching catalogs ... Done |
3546 | 2024-12-19T22:10:32.239Z | [ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO STEP 0 (pkg_image_create) COMPLETE |
3547 | 2024-12-19T22:10:32.239Z | [ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-12-19T22:10:32.242Z | [ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO skip step because feature "repo_redist" is not enabled |
3549 | 2024-12-19T22:10:32.242Z | [ host-image] Dec 19 22:10:30.736 INFO O| Dec 19 22:10:30.735 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-12-19T22:10:32.256Z | [ host-image] Dec 19 22:10:30.753 INFO O| Dec 19 22:10:30.753 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"] |
3551 | 2024-12-19T22:10:32.842Z | [ host-image] Dec 19 22:10:31.335 INFO O| Dec 19 22:10:31.335 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3552 | 2024-12-19T22:10:32.842Z | [ host-image] Dec 19 22:10:31.335 INFO O| Dec 19 22:10:31.335 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-19T22:10:32.860Z | [ host-image] Dec 19 22:10:31.353 INFO O| Dec 19 22:10:31.353 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"] |
3554 | 2024-12-19T22:10:33.402Z | [ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.893 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3555 | 2024-12-19T22:10:33.402Z | [ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.893 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-12-19T22:10:33.410Z | [ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.894 INFO skip step because feature "repo_redist" is not enabled |
3557 | 2024-12-19T22:10:33.410Z | [ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.894 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-12-19T22:10:33.985Z | [ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO variant opensolaris.zone is already global |
3559 | 2024-12-19T22:10:33.985Z | [ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO STEP 5 (pkg_change_variant) COMPLETE |
3560 | 2024-12-19T22:10:33.987Z | [ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-19T22:10:34.573Z | [ host-image] Dec 19 22:10:33.060 INFO O| Dec 19 22:10:33.060 INFO variant opensolaris.imagetype is full; changing to partial |
3562 | 2024-12-19T22:10:34.573Z | [ host-image] Dec 19 22:10:33.060 INFO O| Dec 19 22:10:33.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3563 | 2024-12-19T22:10:42.047Z | [ host-image] Dec 19 22:10:40.503 INFO O| Dec 19 22:10:40.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3564 | 2024-12-19T22:10:42.608Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.87s |
3565 | 2024-12-19T22:10:44.288Z | Dec 19 22:10:42.735 INFO [recovery-package] process exited with exit status: 0 (24.823184716s) |
3566 | 2024-12-19T22:10:44.289Z | Dec 19 22:10:42.735 INFO [recovery-stamp] running task |
3567 | 2024-12-19T22:10:44.292Z | Dec 19 22:10:42.735 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3568 | 2024-12-19T22:10:44.292Z | Dec 19 22:10:42.735 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git6c76593747f |
3569 | 2024-12-19T22:10:44.309Z | Dec 19 22:10:42.755 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+git6c76593747f |
3570 | 2024-12-19T22:10:44.320Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3571 | 2024-12-19T22:10:44.325Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3572 | 2024-12-19T22:10:44.408Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3573 | 2024-12-19T22:10:44.411Z | Dec 19 22:10:42.857 INFO [stamp-installinator] process exited with exit status: 0 (122.160754ms) |
3574 | 2024-12-19T22:10:44.451Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3575 | 2024-12-19T22:10:44.454Z | Dec 19 22:10:42.900 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (145.028287ms) |
3576 | 2024-12-19T22:10:44.454Z | Dec 19 22:10:42.900 INFO [recovery-stamp] task succeeded (165.224768ms) |
3577 | 2024-12-19T22:10:44.458Z | Dec 19 22:10:42.900 INFO [recovery-proto] running task |
3578 | 2024-12-19T22:10:44.458Z | Dec 19 22:10:42.900 INFO [tuf-stamp] running task |
3579 | 2024-12-19T22:10:44.458Z | Dec 19 22:10:42.901 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+git6c76593747f |
3580 | 2024-12-19T22:10:44.467Z | Dec 19 22:10:42.913 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+git6c76593747f |
3581 | 2024-12-19T22:10:44.478Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3582 | 2024-12-19T22:10:44.481Z | Dec 19 22:10:42.924 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+git6c76593747f |
3583 | 2024-12-19T22:10:44.491Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3584 | 2024-12-19T22:10:44.494Z | Dec 19 22:10:42.936 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+git6c76593747f |
3585 | 2024-12-19T22:10:44.505Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3586 | 2024-12-19T22:10:44.508Z | Dec 19 22:10:42.950 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+git6c76593747f |
3587 | 2024-12-19T22:10:44.538Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3588 | 2024-12-19T22:10:44.538Z | Dec 19 22:10:42.983 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+git6c76593747f |
3589 | 2024-12-19T22:10:44.627Z | Dec 19 22:10:43.072 INFO [recovery-proto] task succeeded (171.757232ms) |
3590 | 2024-12-19T22:10:44.631Z | Dec 19 22:10:43.072 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmplpZFK3/proto/recovery/root -N 'recovery 6c76593/${os_short_commit} 2024-12-19 21:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3591 | 2024-12-19T22:10:44.638Z | Dec 19 22:10:43.083 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+git6c76593747f |
3592 | 2024-12-19T22:10:44.641Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-19T22:10:44.742Z | [ recovery-image] Dec 19 22:10:43.112 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3594 | 2024-12-19T22:10:44.742Z | [ recovery-image] Dec 19 22:10:43.112 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3595 | 2024-12-19T22:10:44.746Z | [ recovery-image] Dec 19 22:10:43.141 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmplpZFK3/proto/recovery/root" |
3596 | 2024-12-19T22:10:44.746Z | [ recovery-image] Dec 19 22:10:43.141 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3597 | 2024-12-19T22:10:44.746Z | [ recovery-image] Dec 19 22:10:43.141 INFO image builder template: ramdisk-01-os... |
3598 | 2024-12-19T22:10:44.746Z | [ recovery-image] Dec 19 22:10:43.141 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3599 | 2024-12-19T22:10:44.764Z | Dec 19 22:10:43.208 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+git6c76593747f |
3600 | 2024-12-19T22:10:44.766Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-19T22:10:44.871Z | Dec 19 22:10:43.313 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+git6c76593747f |
3602 | 2024-12-19T22:10:44.937Z | [ recovery-image] Dec 19 22:10:43.220 INFO O| Dec 19 22:10:43.220 INFO CREATE DATASET: rpool/images/build/recovery/output |
3603 | 2024-12-19T22:10:44.938Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-19T22:10:44.938Z | Dec 19 22:10:43.380 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+git6c76593747f |
3605 | 2024-12-19T22:10:44.969Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-19T22:10:44.969Z | Dec 19 22:10:43.412 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+git6c76593747f |
3607 | 2024-12-19T22:10:45.014Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-19T22:10:45.015Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2024-12-19T22:10:45.023Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-19T22:10:45.063Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3611 | 2024-12-19T22:10:45.102Z | [ recovery-image] Dec 19 22:10:43.545 INFO O| Dec 19 22:10:43.545 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3612 | 2024-12-19T22:10:45.109Z | [ recovery-image] Dec 19 22:10:43.552 INFO O| Dec 19 22:10:43.552 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3613 | 2024-12-19T22:10:45.138Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3614 | 2024-12-19T22:10:45.140Z | Dec 19 22:10:43.581 INFO [stamp-ntp] process exited with exit status: 0 (667.566923ms) |
3615 | 2024-12-19T22:10:45.159Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3616 | 2024-12-19T22:10:45.163Z | Dec 19 22:10:43.604 INFO [stamp-probe] process exited with exit status: 0 (191.731502ms) |
3617 | 2024-12-19T22:10:45.168Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3618 | 2024-12-19T22:10:45.610Z | [ recovery-image] Dec 19 22:10:44.051 INFO O| Dec 19 22:10:44.051 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3619 | 2024-12-19T22:10:45.744Z | [ recovery-image] Dec 19 22:10:44.183 INFO O| Dec 19 22:10:44.183 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3620 | 2024-12-19T22:10:45.744Z | [ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.183 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3621 | 2024-12-19T22:10:45.748Z | [ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.184 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3622 | 2024-12-19T22:10:45.749Z | [ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.184 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3623 | 2024-12-19T22:10:45.755Z | [ recovery-image] Dec 19 22:10:44.195 INFO O| Dec 19 22:10:44.195 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3624 | 2024-12-19T22:10:46.036Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3625 | 2024-12-19T22:10:46.121Z | Dec 19 22:10:44.560 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.623018827s) |
3626 | 2024-12-19T22:10:46.205Z | [ recovery-image] Dec 19 22:10:44.643 INFO O| Dec 19 22:10:44.643 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3627 | 2024-12-19T22:10:46.242Z | [ recovery-image] Dec 19 22:10:44.679 INFO O| Dec 19 22:10:44.679 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3628 | 2024-12-19T22:10:46.315Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3629 | 2024-12-19T22:10:46.378Z | Dec 19 22:10:44.814 INFO [stamp-internal-dns] process exited with exit status: 0 (1.86393418s) |
3630 | 2024-12-19T22:10:46.410Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3631 | 2024-12-19T22:10:46.457Z | Dec 19 22:10:44.894 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.993259906s) |
3632 | 2024-12-19T22:10:46.727Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3633 | 2024-12-19T22:10:46.758Z | Dec 19 22:10:45.194 INFO [stamp-external-dns] process exited with exit status: 0 (1.813745824s) |
3634 | 2024-12-19T22:10:46.821Z | [ recovery-image] Dec 19 22:10:45.256 INFO O| Dec 19 22:10:45.256 INFO O| Caching catalogs ... Done |
3635 | 2024-12-19T22:10:46.909Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3636 | 2024-12-19T22:10:46.914Z | Dec 19 22:10:45.348 INFO [stamp-oximeter] process exited with exit status: 0 (2.364906484s) |
3637 | 2024-12-19T22:10:46.927Z | [ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 0 (pkg_image_create) COMPLETE |
3638 | 2024-12-19T22:10:46.927Z | [ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3639 | 2024-12-19T22:10:46.927Z | [ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO skip step because feature "repo_redist" is not enabled |
3640 | 2024-12-19T22:10:46.927Z | [ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3641 | 2024-12-19T22:10:46.942Z | [ recovery-image] Dec 19 22:10:45.377 INFO O| Dec 19 22:10:45.377 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"] |
3642 | 2024-12-19T22:10:47.374Z | [ recovery-image] Dec 19 22:10:45.806 INFO O| Dec 19 22:10:45.806 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3643 | 2024-12-19T22:10:47.374Z | [ recovery-image] Dec 19 22:10:45.807 INFO O| Dec 19 22:10:45.806 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-19T22:10:47.390Z | [ recovery-image] Dec 19 22:10:45.820 INFO O| Dec 19 22:10:45.820 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3645 | 2024-12-19T22:10:47.738Z | [ host-image] Dec 19 22:10:46.169 INFO O| Dec 19 22:10:46.169 INFO O| Startup: Caching catalogs ... Done |
3646 | 2024-12-19T22:10:47.831Z | [ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.262 INFO O| Planning: Planning completed in 0.00 seconds |
3647 | 2024-12-19T22:10:47.836Z | [ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.263 INFO O| Planning: Consolidating action changes ... Done |
3648 | 2024-12-19T22:10:47.836Z | [ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.263 INFO O| Planning: Evaluating mediators ... Done |
3649 | 2024-12-19T22:10:47.836Z | [ host-image] Dec 19 22:10:46.264 INFO O| Dec 19 22:10:46.264 INFO O| Planning: Planning completed in 0.00 seconds |
3650 | 2024-12-19T22:10:47.836Z | [ host-image] Dec 19 22:10:46.264 INFO O| Dec 19 22:10:46.264 INFO O| Variants/Facets to change: 1 |
3651 | 2024-12-19T22:10:47.856Z | [ host-image] Dec 19 22:10:46.287 INFO O| Dec 19 22:10:46.287 INFO O| Done |
3652 | 2024-12-19T22:10:47.856Z | [ host-image] Dec 19 22:10:46.287 INFO O| Dec 19 22:10:46.287 INFO O| Done |
3653 | 2024-12-19T22:10:47.864Z | [ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3654 | 2024-12-19T22:10:47.864Z | [ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3655 | 2024-12-19T22:10:47.864Z | [ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO skip step because feature "repo_redist" is not enabled |
3656 | 2024-12-19T22:10:47.866Z | [ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3657 | 2024-12-19T22:10:48.400Z | [ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO variant opensolaris.zone is already global |
3658 | 2024-12-19T22:10:48.400Z | [ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO STEP 5 (pkg_change_variant) COMPLETE |
3659 | 2024-12-19T22:10:48.403Z | [ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-19T22:10:48.566Z | [ host-image] Dec 19 22:10:46.993 INFO O| Dec 19 22:10:46.993 INFO O| Done |
3661 | 2024-12-19T22:10:48.633Z | [ host-image] Dec 19 22:10:47.061 INFO O| Dec 19 22:10:47.060 INFO O| Done |
3662 | 2024-12-19T22:10:48.636Z | [ host-image] Dec 19 22:10:47.062 INFO O| Dec 19 22:10:47.062 INFO O| Done |
3663 | 2024-12-19T22:10:48.637Z | [ host-image] Dec 19 22:10:47.062 INFO O| Dec 19 22:10:47.062 INFO O| Done |
3664 | 2024-12-19T22:10:48.637Z | [ host-image] Dec 19 22:10:47.063 INFO O| Dec 19 22:10:47.063 INFO O| Done |
3665 | 2024-12-19T22:10:48.820Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3666 | 2024-12-19T22:10:48.824Z | Dec 19 22:10:47.252 INFO [stamp-nexus] process exited with exit status: 0 (3.938564855s) |
3667 | 2024-12-19T22:10:48.876Z | [ recovery-image] Dec 19 22:10:47.302 INFO O| Dec 19 22:10:47.302 INFO variant opensolaris.imagetype is full; changing to partial |
3668 | 2024-12-19T22:10:48.876Z | [ recovery-image] Dec 19 22:10:47.303 INFO O| Dec 19 22:10:47.302 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3669 | 2024-12-19T22:10:49.189Z | [ host-image] Dec 19 22:10:47.614 INFO O| Dec 19 22:10:47.614 INFO STEP 6 (pkg_change_variant) COMPLETE |
3670 | 2024-12-19T22:10:49.189Z | [ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2024-12-19T22:10:49.192Z | [ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO skip step because feature "debug_variant" is not enabled |
3672 | 2024-12-19T22:10:49.192Z | [ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3673 | 2024-12-19T22:10:49.515Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3674 | 2024-12-19T22:10:49.605Z | [ host-image] Dec 19 22:10:48.029 INFO O| Dec 19 22:10:48.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3675 | 2024-12-19T22:10:49.736Z | [verify-libraries] Compiling home v0.5.9 |
3676 | 2024-12-19T22:10:49.763Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3677 | 2024-12-19T22:10:49.809Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3678 | 2024-12-19T22:10:49.816Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3679 | 2024-12-19T22:10:49.817Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3680 | 2024-12-19T22:10:49.951Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3681 | 2024-12-19T22:10:50.068Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3682 | 2024-12-19T22:10:50.105Z | [verify-libraries] Compiling nix v0.28.0 |
3683 | 2024-12-19T22:10:50.229Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3684 | 2024-12-19T22:10:50.349Z | [verify-libraries] Compiling polyval v0.6.2 |
3685 | 2024-12-19T22:10:50.679Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3686 | 2024-12-19T22:10:50.706Z | Dec 19 22:10:49.125 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.042004455s) |
3687 | 2024-12-19T22:10:50.765Z | [ host-image] Dec 19 22:10:49.184 INFO O| Dec 19 22:10:49.184 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3688 | 2024-12-19T22:10:50.768Z | [ host-image] Dec 19 22:10:49.186 INFO O| Dec 19 22:10:49.186 INFO O| Planning: Planning completed in 0.00 seconds |
3689 | 2024-12-19T22:10:50.772Z | [ host-image] Dec 19 22:10:49.188 INFO O| Dec 19 22:10:49.188 INFO O| Planning: Consolidating action changes ... Done |
3690 | 2024-12-19T22:10:50.772Z | [ host-image] Dec 19 22:10:49.188 INFO O| Dec 19 22:10:49.188 INFO O| Planning: Evaluating mediators ... Done |
3691 | 2024-12-19T22:10:50.772Z | [ host-image] Dec 19 22:10:49.189 INFO O| Dec 19 22:10:49.189 INFO O| Planning: Planning completed in 0.01 seconds |
3692 | 2024-12-19T22:10:50.772Z | [ host-image] Dec 19 22:10:49.190 INFO O| Dec 19 22:10:49.190 INFO O| Variants/Facets to change: 1 |
3693 | 2024-12-19T22:10:50.797Z | [verify-libraries] Compiling ctr v0.9.2 |
3694 | 2024-12-19T22:10:51.159Z | [ host-image] Dec 19 22:10:49.576 INFO O| Dec 19 22:10:49.576 INFO O| Done |
3695 | 2024-12-19T22:10:51.159Z | [ host-image] Dec 19 22:10:49.576 INFO O| Dec 19 22:10:49.576 INFO O| Done |
3696 | 2024-12-19T22:10:51.213Z | [verify-libraries] Compiling ghash v0.5.1 |
3697 | 2024-12-19T22:10:51.394Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3698 | 2024-12-19T22:10:51.495Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3699 | 2024-12-19T22:10:51.589Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3700 | 2024-12-19T22:10:51.692Z | [verify-libraries] Compiling blowfish v0.9.1 |
3701 | 2024-12-19T22:10:52.019Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3702 | 2024-12-19T22:10:52.025Z | [ host-image] Dec 19 22:10:50.439 INFO O| Dec 19 22:10:50.439 INFO O| Done |
3703 | 2024-12-19T22:10:52.130Z | [ host-image] Dec 19 22:10:50.544 INFO O| Dec 19 22:10:50.543 INFO O| Done |
3704 | 2024-12-19T22:10:52.138Z | [ host-image] Dec 19 22:10:50.545 INFO O| Dec 19 22:10:50.545 INFO O| Done |
3705 | 2024-12-19T22:10:52.138Z | [ host-image] Dec 19 22:10:50.545 INFO O| Dec 19 22:10:50.545 INFO O| Done |
3706 | 2024-12-19T22:10:52.138Z | [ host-image] Dec 19 22:10:50.547 INFO O| Dec 19 22:10:50.547 INFO O| Done |
3707 | 2024-12-19T22:10:52.246Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.658 INFO STEP 8 (pkg_change_facet) COMPLETE |
3708 | 2024-12-19T22:10:52.246Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3709 | 2024-12-19T22:10:52.246Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO skip step because feature "recovery" is not enabled |
3710 | 2024-12-19T22:10:52.253Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3711 | 2024-12-19T22:10:52.253Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO skip step because feature "recovery" is not enabled |
3712 | 2024-12-19T22:10:52.253Z | [ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3713 | 2024-12-19T22:10:52.270Z | [ host-image] Dec 19 22:10:50.676 INFO O| Dec 19 22:10:50.676 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"] |
3714 | 2024-12-19T22:10:52.916Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3715 | 2024-12-19T22:10:53.004Z | [verify-libraries] Compiling password-hash v0.4.2 |
3716 | 2024-12-19T22:10:53.638Z | [ host-image] Dec 19 22:10:52.042 INFO O| Dec 19 22:10:52.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3717 | 2024-12-19T22:10:59.398Z | [verify-libraries] Compiling matches v0.1.10 |
3718 | 2024-12-19T22:10:59.398Z | [verify-libraries] Compiling rustyline v14.0.0 |
3719 | 2024-12-19T22:10:59.398Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3720 | 2024-12-19T22:10:59.398Z | Dec 19 22:10:56.415 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.491121397s) |
3721 | 2024-12-19T22:10:59.398Z | [verify-libraries] Compiling idna v0.2.3 |
3722 | 2024-12-19T22:10:59.398Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3723 | 2024-12-19T22:10:59.398Z | Dec 19 22:10:57.706 INFO [stamp-clickhouse] process exited with exit status: 0 (14.497802608s) |
3724 | 2024-12-19T22:10:59.398Z | Dec 19 22:10:57.706 INFO [tuf-stamp] task succeeded (14.805684454s) |
3725 | 2024-12-19T22:10:59.658Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3726 | 2024-12-19T22:11:00.142Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3727 | 2024-12-19T22:11:00.246Z | [verify-libraries] Compiling p521 v0.13.3 |
3728 | 2024-12-19T22:11:00.971Z | [ recovery-image] Dec 19 22:10:59.346 INFO O| Dec 19 22:10:59.346 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3729 | 2024-12-19T22:11:03.162Z | [verify-libraries] Compiling p256 v0.13.2 |
3730 | 2024-12-19T22:11:05.299Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3731 | 2024-12-19T22:11:05.904Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3732 | 2024-12-19T22:11:06.692Z | [verify-libraries] Compiling md5 v0.7.0 |
3733 | 2024-12-19T22:11:06.774Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3734 | 2024-12-19T22:11:10.437Z | [ recovery-image] Dec 19 22:11:08.773 INFO O| Dec 19 22:11:08.773 INFO O| Startup: Caching catalogs ... Done |
3735 | 2024-12-19T22:11:10.546Z | [ recovery-image] Dec 19 22:11:08.882 INFO O| Dec 19 22:11:08.882 INFO O| Planning: Planning completed in 0.00 seconds |
3736 | 2024-12-19T22:11:10.549Z | [ recovery-image] Dec 19 22:11:08.883 INFO O| Dec 19 22:11:08.883 INFO O| Planning: Consolidating action changes ... Done |
3737 | 2024-12-19T22:11:10.549Z | [ recovery-image] Dec 19 22:11:08.883 INFO O| Dec 19 22:11:08.883 INFO O| Planning: Evaluating mediators ... Done |
3738 | 2024-12-19T22:11:10.549Z | [ recovery-image] Dec 19 22:11:08.884 INFO O| Dec 19 22:11:08.884 INFO O| Planning: Planning completed in 0.00 seconds |
3739 | 2024-12-19T22:11:10.550Z | [ recovery-image] Dec 19 22:11:08.884 INFO O| Dec 19 22:11:08.884 INFO O| Variants/Facets to change: 1 |
3740 | 2024-12-19T22:11:10.717Z | [ recovery-image] Dec 19 22:11:09.051 INFO O| Dec 19 22:11:09.051 INFO O| Done |
3741 | 2024-12-19T22:11:10.717Z | [ recovery-image] Dec 19 22:11:09.051 INFO O| Dec 19 22:11:09.051 INFO O| Done |
3742 | 2024-12-19T22:11:11.658Z | [ recovery-image] Dec 19 22:11:09.988 INFO O| Dec 19 22:11:09.988 INFO O| Done |
3743 | 2024-12-19T22:11:11.767Z | [ recovery-image] Dec 19 22:11:10.097 INFO O| Dec 19 22:11:10.097 INFO O| Done |
3744 | 2024-12-19T22:11:11.770Z | [ recovery-image] Dec 19 22:11:10.099 INFO O| Dec 19 22:11:10.099 INFO O| Done |
3745 | 2024-12-19T22:11:11.770Z | [ recovery-image] Dec 19 22:11:10.099 INFO O| Dec 19 22:11:10.099 INFO O| Done |
3746 | 2024-12-19T22:11:11.773Z | [ recovery-image] Dec 19 22:11:10.101 INFO O| Dec 19 22:11:10.101 INFO O| Done |
3747 | 2024-12-19T22:11:12.423Z | [ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 6 (pkg_change_variant) COMPLETE |
3748 | 2024-12-19T22:11:12.423Z | [ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3749 | 2024-12-19T22:11:12.423Z | [ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO skip step because feature "debug_variant" is not enabled |
3750 | 2024-12-19T22:11:12.425Z | [ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3751 | 2024-12-19T22:11:12.576Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3752 | 2024-12-19T22:11:12.600Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3753 | 2024-12-19T22:11:13.098Z | [ recovery-image] Dec 19 22:11:11.422 INFO O| Dec 19 22:11:11.422 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3754 | 2024-12-19T22:11:14.085Z | [ recovery-image] Dec 19 22:11:12.405 INFO O| Dec 19 22:11:12.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3755 | 2024-12-19T22:11:14.088Z | [ recovery-image] Dec 19 22:11:12.407 INFO O| Dec 19 22:11:12.407 INFO O| Planning: Planning completed in 0.00 seconds |
3756 | 2024-12-19T22:11:14.088Z | [ recovery-image] Dec 19 22:11:12.408 INFO O| Dec 19 22:11:12.408 INFO O| Planning: Consolidating action changes ... Done |
3757 | 2024-12-19T22:11:14.088Z | [ recovery-image] Dec 19 22:11:12.408 INFO O| Dec 19 22:11:12.408 INFO O| Planning: Evaluating mediators ... Done |
3758 | 2024-12-19T22:11:14.091Z | [ recovery-image] Dec 19 22:11:12.409 INFO O| Dec 19 22:11:12.409 INFO O| Planning: Planning completed in 0.00 seconds |
3759 | 2024-12-19T22:11:14.091Z | [ recovery-image] Dec 19 22:11:12.409 INFO O| Dec 19 22:11:12.409 INFO O| Variants/Facets to change: 1 |
3760 | 2024-12-19T22:11:14.184Z | [ recovery-image] Dec 19 22:11:12.504 INFO O| Dec 19 22:11:12.504 INFO O| Done |
3761 | 2024-12-19T22:11:14.184Z | [ recovery-image] Dec 19 22:11:12.504 INFO O| Dec 19 22:11:12.504 INFO O| Done |
3762 | 2024-12-19T22:11:15.089Z | [ recovery-image] Dec 19 22:11:13.405 INFO O| Dec 19 22:11:13.405 INFO O| Done |
3763 | 2024-12-19T22:11:15.192Z | [ recovery-image] Dec 19 22:11:13.506 INFO O| Dec 19 22:11:13.506 INFO O| Done |
3764 | 2024-12-19T22:11:15.195Z | [ recovery-image] Dec 19 22:11:13.507 INFO O| Dec 19 22:11:13.507 INFO O| Done |
3765 | 2024-12-19T22:11:15.195Z | [ recovery-image] Dec 19 22:11:13.507 INFO O| Dec 19 22:11:13.507 INFO O| Done |
3766 | 2024-12-19T22:11:15.196Z | [ recovery-image] Dec 19 22:11:13.509 INFO O| Dec 19 22:11:13.509 INFO O| Done |
3767 | 2024-12-19T22:11:15.328Z | [ recovery-image] Dec 19 22:11:13.643 INFO O| Dec 19 22:11:13.643 INFO STEP 8 (pkg_change_facet) COMPLETE |
3768 | 2024-12-19T22:11:15.328Z | [ recovery-image] Dec 19 22:11:13.643 INFO O| Dec 19 22:11:13.643 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2024-12-19T22:11:15.992Z | [ recovery-image] Dec 19 22:11:14.304 INFO O| Dec 19 22:11:14.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3770 | 2024-12-19T22:11:17.238Z | [ recovery-image] Dec 19 22:11:15.544 INFO O| Dec 19 22:11:15.544 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3771 | 2024-12-19T22:11:17.240Z | [ recovery-image] Dec 19 22:11:15.546 INFO O| Dec 19 22:11:15.546 INFO O| Planning: Planning completed in 0.00 seconds |
3772 | 2024-12-19T22:11:17.241Z | [ recovery-image] Dec 19 22:11:15.547 INFO O| Dec 19 22:11:15.547 INFO O| Planning: Consolidating action changes ... Done |
3773 | 2024-12-19T22:11:17.241Z | [ recovery-image] Dec 19 22:11:15.547 INFO O| Dec 19 22:11:15.547 INFO O| Planning: Evaluating mediators ... Done |
3774 | 2024-12-19T22:11:17.244Z | [ recovery-image] Dec 19 22:11:15.548 INFO O| Dec 19 22:11:15.548 INFO O| Planning: Planning completed in 0.00 seconds |
3775 | 2024-12-19T22:11:17.245Z | [ recovery-image] Dec 19 22:11:15.548 INFO O| Dec 19 22:11:15.548 INFO O| Variants/Facets to change: 1 |
3776 | 2024-12-19T22:11:17.337Z | [ recovery-image] Dec 19 22:11:15.642 INFO O| Dec 19 22:11:15.642 INFO O| Done |
3777 | 2024-12-19T22:11:17.337Z | [ recovery-image] Dec 19 22:11:15.642 INFO O| Dec 19 22:11:15.642 INFO O| Done |
3778 | 2024-12-19T22:11:18.126Z | [ recovery-image] Dec 19 22:11:16.428 INFO O| Dec 19 22:11:16.428 INFO O| Done |
3779 | 2024-12-19T22:11:18.242Z | [ recovery-image] Dec 19 22:11:16.545 INFO O| Dec 19 22:11:16.545 INFO O| Done |
3780 | 2024-12-19T22:11:18.245Z | [ recovery-image] Dec 19 22:11:16.546 INFO O| Dec 19 22:11:16.546 INFO O| Done |
3781 | 2024-12-19T22:11:18.245Z | [ recovery-image] Dec 19 22:11:16.546 INFO O| Dec 19 22:11:16.546 INFO O| Done |
3782 | 2024-12-19T22:11:18.248Z | [ recovery-image] Dec 19 22:11:16.548 INFO O| Dec 19 22:11:16.548 INFO O| Done |
3783 | 2024-12-19T22:11:18.336Z | [ recovery-image] Dec 19 22:11:16.638 INFO O| Dec 19 22:11:16.638 INFO STEP 9 (pkg_change_facet) COMPLETE |
3784 | 2024-12-19T22:11:18.336Z | [ recovery-image] Dec 19 22:11:16.638 INFO O| Dec 19 22:11:16.638 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3785 | 2024-12-19T22:11:19.104Z | [ recovery-image] Dec 19 22:11:17.403 INFO O| Dec 19 22:11:17.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3786 | 2024-12-19T22:11:20.197Z | [ recovery-image] Dec 19 22:11:18.491 INFO O| Dec 19 22:11:18.491 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3787 | 2024-12-19T22:11:20.200Z | [ recovery-image] Dec 19 22:11:18.494 INFO O| Dec 19 22:11:18.493 INFO O| Planning: Planning completed in 0.00 seconds |
3788 | 2024-12-19T22:11:20.200Z | [ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.494 INFO O| Planning: Consolidating action changes ... Done |
3789 | 2024-12-19T22:11:20.200Z | [ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.495 INFO O| Planning: Evaluating mediators ... Done |
3790 | 2024-12-19T22:11:20.204Z | [ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.495 INFO O| Planning: Planning completed in 0.00 seconds |
3791 | 2024-12-19T22:11:20.205Z | [ recovery-image] Dec 19 22:11:18.496 INFO O| Dec 19 22:11:18.496 INFO O| Variants/Facets to change: 1 |
3792 | 2024-12-19T22:11:20.321Z | [ recovery-image] Dec 19 22:11:18.615 INFO O| Dec 19 22:11:18.615 INFO O| Done |
3793 | 2024-12-19T22:11:20.322Z | [ recovery-image] Dec 19 22:11:18.615 INFO O| Dec 19 22:11:18.615 INFO O| Done |
3794 | 2024-12-19T22:11:21.224Z | [ recovery-image] Dec 19 22:11:19.514 INFO O| Dec 19 22:11:19.514 INFO O| Done |
3795 | 2024-12-19T22:11:21.324Z | [ recovery-image] Dec 19 22:11:19.613 INFO O| Dec 19 22:11:19.613 INFO O| Done |
3796 | 2024-12-19T22:11:21.327Z | [ recovery-image] Dec 19 22:11:19.614 INFO O| Dec 19 22:11:19.614 INFO O| Done |
3797 | 2024-12-19T22:11:21.327Z | [ recovery-image] Dec 19 22:11:19.614 INFO O| Dec 19 22:11:19.614 INFO O| Done |
3798 | 2024-12-19T22:11:21.330Z | [ recovery-image] Dec 19 22:11:19.616 INFO O| Dec 19 22:11:19.616 INFO O| Done |
3799 | 2024-12-19T22:11:21.423Z | [ recovery-image] Dec 19 22:11:19.712 INFO O| Dec 19 22:11:19.712 INFO STEP 10 (pkg_change_facet) COMPLETE |
3800 | 2024-12-19T22:11:21.423Z | [ recovery-image] Dec 19 22:11:19.712 INFO O| Dec 19 22:11:19.712 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2024-12-19T22:11:21.442Z | [ recovery-image] Dec 19 22:11:19.731 INFO O| Dec 19 22:11:19.731 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"] |
3802 | 2024-12-19T22:11:22.521Z | [ recovery-image] Dec 19 22:11:20.805 INFO O| Dec 19 22:11:20.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3803 | 2024-12-19T22:11:22.533Z | [verify-libraries] Compiling des v0.8.1 |
3804 | 2024-12-19T22:11:22.856Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3805 | 2024-12-19T22:11:23.182Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3806 | 2024-12-19T22:11:23.206Z | [verify-libraries] Compiling russh v0.45.0 |
3807 | 2024-12-19T22:11:24.308Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3808 | 2024-12-19T22:11:30.118Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3809 | 2024-12-19T22:11:35.438Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3810 | 2024-12-19T22:11:38.758Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3811 | 2024-12-19T22:11:48.336Z | [verify-libraries] Compiling petname v2.0.2 |
3812 | 2024-12-19T22:11:49.715Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3813 | 2024-12-19T22:11:50.404Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3814 | 2024-12-19T22:11:51.224Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3815 | 2024-12-19T22:11:58.250Z | [ host-image] Dec 19 22:11:56.382 INFO O| Dec 19 22:11:56.382 INFO O| Planning: Solver setup ... Done |
3816 | 2024-12-19T22:12:00.922Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3817 | 2024-12-19T22:12:07.953Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3818 | 2024-12-19T22:12:13.267Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3819 | 2024-12-19T22:12:16.275Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3820 | 2024-12-19T22:12:28.414Z | [ recovery-image] Dec 19 22:12:26.419 INFO O| Dec 19 22:12:26.419 INFO O| Planning: Solver setup ... Done |
3821 | 2024-12-19T22:12:38.349Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3822 | 2024-12-19T22:12:39.947Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3823 | 2024-12-19T22:12:40.421Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3824 | 2024-12-19T22:13:03.985Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3825 | 2024-12-19T22:13:04.246Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3826 | 2024-12-19T22:13:04.962Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3827 | 2024-12-19T22:13:05.349Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3828 | 2024-12-19T22:13:05.982Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3829 | 2024-12-19T22:13:06.341Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3830 | 2024-12-19T22:13:12.937Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3831 | 2024-12-19T22:13:13.303Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3832 | 2024-12-19T22:13:14.714Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3833 | 2024-12-19T22:13:18.180Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3834 | 2024-12-19T22:13:18.408Z | [ host-image] Dec 19 22:13:16.202 INFO O| Dec 19 22:13:16.202 INFO O| Planning: Running solver ... Done |
3835 | 2024-12-19T22:13:19.063Z | [ host-image] Dec 19 22:13:16.855 INFO O| Dec 19 22:13:16.855 INFO O| Planning: Finding local manifests ... Done |
3836 | 2024-12-19T22:13:19.081Z | [ host-image] Dec 19 22:13:16.873 INFO O| Dec 19 22:13:16.873 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3837 | 2024-12-19T22:13:23.516Z | [ host-image] Dec 19 22:13:21.289 INFO O| Dec 19 22:13:21.289 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3838 | 2024-12-19T22:13:24.749Z | [ host-image] Dec 19 22:13:22.516 INFO O| Dec 19 22:13:22.516 INFO O| Planning: Package planning ... Done |
3839 | 2024-12-19T22:13:26.141Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3840 | 2024-12-19T22:13:26.650Z | [ host-image] Dec 19 22:13:24.410 INFO O| Dec 19 22:13:24.410 INFO O| Planning: Merging actions ... Done |
3841 | 2024-12-19T22:13:26.972Z | [ host-image] Dec 19 22:13:24.730 INFO O| Dec 19 22:13:24.730 INFO O| Planning: Checking for conflicting actions ... Done |
3842 | 2024-12-19T22:13:27.252Z | [ host-image] Dec 19 22:13:25.009 INFO O| Dec 19 22:13:25.009 INFO O| Planning: Consolidating action changes ... Done |
3843 | 2024-12-19T22:13:27.789Z | [ host-image] Dec 19 22:13:25.544 INFO O| Dec 19 22:13:25.544 INFO O| Planning: Evaluating mediators ... Done |
3844 | 2024-12-19T22:13:31.932Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3845 | 2024-12-19T22:13:34.121Z | [ host-image] Dec 19 22:13:31.849 INFO O| Dec 19 22:13:31.849 INFO O| Planning: Planning completed in 159.81 seconds |
3846 | 2024-12-19T22:13:34.128Z | [ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Packages to install: 124 |
3847 | 2024-12-19T22:13:34.133Z | [ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Mediators to change: 4 |
3848 | 2024-12-19T22:13:34.133Z | [ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Services to change: 6 |
3849 | 2024-12-19T22:13:34.233Z | [ host-image] Dec 19 22:13:31.961 INFO O| Dec 19 22:13:31.961 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3850 | 2024-12-19T22:13:36.964Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3851 | 2024-12-19T22:13:39.264Z | [ host-image] Dec 19 22:13:36.970 INFO O| Dec 19 22:13:36.970 INFO O| Download: 1139/22788 items 7.2/199.7MB 3% complete (1.5M/s) |
3852 | 2024-12-19T22:13:44.290Z | [ host-image] Dec 19 22:13:41.976 INFO O| Dec 19 22:13:41.975 INFO O| Download: 1824/22788 items 18.1/199.7MB 9% complete (1.7M/s) |
3853 | 2024-12-19T22:13:48.702Z | [ recovery-image] Dec 19 22:13:46.368 INFO O| Dec 19 22:13:46.368 INFO O| Planning: Running solver ... Done |
3854 | 2024-12-19T22:13:49.301Z | [ recovery-image] Dec 19 22:13:46.965 INFO O| Dec 19 22:13:46.965 INFO O| Planning: Finding local manifests ... Done |
3855 | 2024-12-19T22:13:49.316Z | [ recovery-image] Dec 19 22:13:46.980 INFO O| Dec 19 22:13:46.980 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3856 | 2024-12-19T22:13:49.321Z | [ host-image] Dec 19 22:13:46.985 INFO O| Dec 19 22:13:46.985 INFO O| Download: 2482/22788 items 29.2/199.7MB 14% complete (2.1M/s) |
3857 | 2024-12-19T22:13:54.343Z | [ host-image] Dec 19 22:13:51.985 INFO O| Dec 19 22:13:51.985 INFO O| Download: 3584/22788 items 36.4/199.7MB 18% complete (1.9M/s) |
3858 | 2024-12-19T22:13:55.659Z | [ recovery-image] Dec 19 22:13:53.296 INFO O| Dec 19 22:13:53.296 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3859 | 2024-12-19T22:13:56.718Z | [ recovery-image] Dec 19 22:13:54.350 INFO O| Dec 19 22:13:54.350 INFO O| Planning: Package planning ... Done |
3860 | 2024-12-19T22:13:57.579Z | [ recovery-image] Dec 19 22:13:55.208 INFO O| Dec 19 22:13:55.207 INFO O| Planning: Merging actions ... Done |
3861 | 2024-12-19T22:13:57.736Z | [ recovery-image] Dec 19 22:13:55.364 INFO O| Dec 19 22:13:55.364 INFO O| Planning: Checking for conflicting actions ... Done |
3862 | 2024-12-19T22:13:57.862Z | [ recovery-image] Dec 19 22:13:55.490 INFO O| Dec 19 22:13:55.489 INFO O| Planning: Consolidating action changes ... Done |
3863 | 2024-12-19T22:13:58.228Z | [ recovery-image] Dec 19 22:13:55.855 INFO O| Dec 19 22:13:55.854 INFO O| Planning: Evaluating mediators ... Done |
3864 | 2024-12-19T22:13:59.681Z | [ host-image] Dec 19 22:13:57.301 INFO O| Dec 19 22:13:57.301 INFO O| Download: 4654/22788 items 43.1/199.7MB 21% complete (1.5M/s) |
3865 | 2024-12-19T22:14:01.143Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3866 | 2024-12-19T22:14:04.207Z | [ recovery-image] Dec 19 22:14:01.808 INFO O| Dec 19 22:14:01.808 INFO O| Planning: Planning completed in 161.00 seconds |
3867 | 2024-12-19T22:14:04.214Z | [ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Packages to install: 124 |
3868 | 2024-12-19T22:14:04.214Z | [ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Mediators to change: 4 |
3869 | 2024-12-19T22:14:04.217Z | [ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Services to change: 5 |
3870 | 2024-12-19T22:14:04.290Z | [ recovery-image] Dec 19 22:14:01.891 INFO O| Dec 19 22:14:01.891 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3871 | 2024-12-19T22:14:04.702Z | [ host-image] Dec 19 22:14:02.301 INFO O| Dec 19 22:14:02.301 INFO O| Download: 5804/22788 items 46.3/199.7MB 23% complete (937k/s) |
3872 | 2024-12-19T22:14:08.267Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3873 | 2024-12-19T22:14:08.945Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3874 | 2024-12-19T22:14:09.321Z | [ recovery-image] Dec 19 22:14:06.900 INFO O| Dec 19 22:14:06.900 INFO O| Download: 965/15862 items 7.8/176.4MB 4% complete (1.6M/s) |
3875 | 2024-12-19T22:14:09.751Z | [ host-image] Dec 19 22:14:07.328 INFO O| Dec 19 22:14:07.328 INFO O| Download: 6757/22788 items 47.9/199.7MB 23% complete (446k/s) |
3876 | 2024-12-19T22:14:10.573Z | [verify-libraries] Compiling termios v0.3.3 |
3877 | 2024-12-19T22:14:10.930Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3878 | 2024-12-19T22:14:14.419Z | [ recovery-image] Dec 19 22:14:11.977 INFO O| Dec 19 22:14:11.977 INFO O| Download: 1315/15862 items 20.1/176.4MB 11% complete (2.1M/s) |
3879 | 2024-12-19T22:14:14.799Z | [ host-image] Dec 19 22:14:12.355 INFO O| Dec 19 22:14:12.355 INFO O| Download: 7495/22788 items 58.1/199.7MB 29% complete (1.2M/s) |
3880 | 2024-12-19T22:14:19.445Z | [ recovery-image] Dec 19 22:14:16.981 INFO O| Dec 19 22:14:16.981 INFO O| Download: 1600/15862 items 24.9/176.4MB 14% complete (1.7M/s) |
3881 | 2024-12-19T22:14:19.841Z | [ host-image] Dec 19 22:14:17.376 INFO O| Dec 19 22:14:17.376 INFO O| Download: 8261/22788 items 65.2/199.7MB 32% complete (1.7M/s) |
3882 | 2024-12-19T22:14:24.527Z | [ recovery-image] Dec 19 22:14:22.041 INFO O| Dec 19 22:14:22.041 INFO O| Download: 2527/15862 items 31.5/176.4MB 17% complete (1.2M/s) |
3883 | 2024-12-19T22:14:24.863Z | [ host-image] Dec 19 22:14:22.376 INFO O| Dec 19 22:14:22.376 INFO O| Download: 8907/22788 items 71.9/199.7MB 36% complete (1.3M/s) |
3884 | 2024-12-19T22:14:29.707Z | [ recovery-image] Dec 19 22:14:27.200 INFO O| Dec 19 22:14:27.199 INFO O| Download: 3509/15862 items 38.4/176.4MB 21% complete (1.4M/s) |
3885 | 2024-12-19T22:14:29.889Z | [ host-image] Dec 19 22:14:27.381 INFO O| Dec 19 22:14:27.381 INFO O| Download: 9777/22788 items 83.6/199.7MB 41% complete (1.8M/s) |
3886 | 2024-12-19T22:14:34.735Z | [ recovery-image] Dec 19 22:14:32.206 INFO O| Dec 19 22:14:32.206 INFO O| Download: 4029/15862 items 42.6/176.4MB 24% complete (1.1M/s) |
3887 | 2024-12-19T22:14:34.917Z | [ host-image] Dec 19 22:14:32.388 INFO O| Dec 19 22:14:32.388 INFO O| Download: 10731/22788 items 89.4/199.7MB 44% complete (1.8M/s) |
3888 | 2024-12-19T22:14:35.371Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3889 | 2024-12-19T22:14:39.760Z | [ recovery-image] Dec 19 22:14:37.210 INFO O| Dec 19 22:14:37.210 INFO O| Download: 5236/15862 items 43.3/176.4MB 24% complete (503k/s) |
3890 | 2024-12-19T22:14:39.940Z | [ host-image] Dec 19 22:14:37.390 INFO O| Dec 19 22:14:37.390 INFO O| Download: 10971/22788 items 91.1/199.7MB 45% complete (746k/s) |
3891 | 2024-12-19T22:14:44.486Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3892 | 2024-12-19T22:14:44.781Z | [ recovery-image] Dec 19 22:14:42.211 INFO O| Dec 19 22:14:42.211 INFO O| Download: 5803/15862 items 51.9/176.4MB 29% complete (925k/s) |
3893 | 2024-12-19T22:14:44.963Z | [ host-image] Dec 19 22:14:42.392 INFO O| Dec 19 22:14:42.392 INFO O| Download: 11569/22788 items 96.3/199.7MB 48% complete (727k/s) |
3894 | 2024-12-19T22:14:49.803Z | [ recovery-image] Dec 19 22:14:47.211 INFO O| Dec 19 22:14:47.211 INFO O| Download: 6298/15862 items 62.6/176.4MB 35% complete (1.9M/s) |
3895 | 2024-12-19T22:14:50.576Z | [ host-image] Dec 19 22:14:47.981 INFO O| Dec 19 22:14:47.981 INFO O| Download: 12175/22788 items 108.6/199.7MB 54% complete (1.8M/s) |
3896 | 2024-12-19T22:14:54.833Z | [ recovery-image] Dec 19 22:14:52.219 INFO O| Dec 19 22:14:52.219 INFO O| Download: 7343/15862 items 73.4/176.4MB 41% complete (2.3M/s) |
3897 | 2024-12-19T22:14:55.607Z | [ host-image] Dec 19 22:14:52.990 INFO O| Dec 19 22:14:52.990 INFO O| Download: 12747/22788 items 109.7/199.7MB 54% complete (1.3M/s) |
3898 | 2024-12-19T22:15:00.594Z | [ recovery-image] Dec 19 22:14:57.956 INFO O| Dec 19 22:14:57.956 INFO O| Download: 7899/15862 items 76.7/176.4MB 43% complete (1.4M/s) |
3899 | 2024-12-19T22:15:00.636Z | [ host-image] Dec 19 22:14:57.998 INFO O| Dec 19 22:14:57.998 INFO O| Download: 13679/22788 items 110.1/199.7MB 55% complete (159k/s) |
3900 | 2024-12-19T22:15:05.830Z | [ host-image] Dec 19 22:15:03.170 INFO O| Dec 19 22:15:03.170 INFO O| Download: 14454/22788 items 112.2/199.7MB 56% complete (233k/s) |
3901 | 2024-12-19T22:15:05.846Z | [ recovery-image] Dec 19 22:15:03.187 INFO O| Dec 19 22:15:03.187 INFO O| Download: 8703/15862 items 83.7/176.4MB 47% complete (993k/s) |
3902 | 2024-12-19T22:15:10.862Z | [ host-image] Dec 19 22:15:08.181 INFO O| Dec 19 22:15:08.181 INFO O| Download: 15028/22788 items 120.2/199.7MB 60% complete (1017k/s) |
3903 | 2024-12-19T22:15:10.870Z | [ recovery-image] Dec 19 22:15:08.189 INFO O| Dec 19 22:15:08.189 INFO O| Download: 8976/15862 items 92.7/176.4MB 52% complete (1.6M/s) |
3904 | 2024-12-19T22:15:15.893Z | [ recovery-image] Dec 19 22:15:13.191 INFO O| Dec 19 22:15:13.190 INFO O| Download: 10018/15862 items 93.2/176.4MB 52% complete (993k/s) |
3905 | 2024-12-19T22:15:16.029Z | [ host-image] Dec 19 22:15:13.326 INFO O| Dec 19 22:15:13.326 INFO O| Download: 15762/22788 items 126.1/199.7MB 63% complete (1.4M/s) |
3906 | 2024-12-19T22:15:20.920Z | [ recovery-image] Dec 19 22:15:18.196 INFO O| Dec 19 22:15:18.196 INFO O| Download: 10849/15862 items 93.9/176.4MB 53% complete (119k/s) |
3907 | 2024-12-19T22:15:21.051Z | [ host-image] Dec 19 22:15:18.327 INFO O| Dec 19 22:15:18.327 INFO O| Download: 16635/22788 items 148.0/199.7MB 74% complete (2.8M/s) |
3908 | 2024-12-19T22:15:25.943Z | [ recovery-image] Dec 19 22:15:23.197 INFO O| Dec 19 22:15:23.197 INFO O| Download: 11344/15862 items 105.9/176.4MB 60% complete (1.2M/s) |
3909 | 2024-12-19T22:15:26.078Z | [ host-image] Dec 19 22:15:23.333 INFO O| Dec 19 22:15:23.333 INFO O| Download: 17317/22788 items 149.2/199.7MB 74% complete (2.3M/s) |
3910 | 2024-12-19T22:15:30.963Z | [ recovery-image] Dec 19 22:15:28.197 INFO O| Dec 19 22:15:28.197 INFO O| Download: 11860/15862 items 126.8/176.4MB 71% complete (3.2M/s) |
3911 | 2024-12-19T22:15:31.340Z | [ host-image] Dec 19 22:15:28.573 INFO O| Dec 19 22:15:28.572 INFO O| Download: 17957/22788 items 161.6/199.7MB 80% complete (1.2M/s) |
3912 | 2024-12-19T22:15:35.985Z | [ recovery-image] Dec 19 22:15:33.210 INFO O| Dec 19 22:15:33.210 INFO O| Download: 12338/15862 items 141.5/176.4MB 80% complete (3.6M/s) |
3913 | 2024-12-19T22:15:36.331Z | [ host-image] Dec 19 22:15:33.574 INFO O| Dec 19 22:15:33.573 INFO O| Download: 18983/22788 items 165.9/199.7MB 83% complete (1.6M/s) |
3914 | 2024-12-19T22:15:40.721Z | [ recovery-image] Dec 19 22:15:38.221 INFO O| Dec 19 22:15:38.221 INFO O| Download: 13094/15862 items 144.4/176.4MB 81% complete (1.9M/s) |
3915 | 2024-12-19T22:15:41.058Z | [ host-image] Dec 19 22:15:38.577 INFO O| Dec 19 22:15:38.577 INFO O| Download: 19549/22788 items 168.9/199.7MB 84% complete (747k/s) |
3916 | 2024-12-19T22:15:45.469Z | [ recovery-image] Dec 19 22:15:43.244 INFO O| Dec 19 22:15:43.244 INFO O| Download: 13892/15862 items 148.0/176.4MB 83% complete (684k/s) |
3917 | 2024-12-19T22:15:46.299Z | [ host-image] Dec 19 22:15:44.123 INFO O| Dec 19 22:15:44.123 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (570k/s) |
3918 | 2024-12-19T22:15:50.352Z | [ recovery-image] Dec 19 22:15:48.411 INFO O| Dec 19 22:15:48.411 INFO O| Download: 14671/15862 items 150.6/176.4MB 85% complete (643k/s) |
3919 | 2024-12-19T22:15:51.042Z | [ host-image] Dec 19 22:15:49.141 INFO O| Dec 19 22:15:49.141 INFO O| Download: 20670/22788 items 173.0/199.7MB 86% complete (394k/s) |
3920 | 2024-12-19T22:15:55.083Z | [ recovery-image] Dec 19 22:15:53.415 INFO O| Dec 19 22:15:53.415 INFO O| Download: 15240/15862 items 158.0/176.4MB 89% complete (1013k/s) |
3921 | 2024-12-19T22:15:55.975Z | [ host-image] Dec 19 22:15:54.360 INFO O| Dec 19 22:15:54.360 INFO O| Download: 21061/22788 items 179.4/199.7MB 89% complete (923k/s) |
3922 | 2024-12-19T22:16:00.045Z | [ recovery-image] Dec 19 22:15:58.666 INFO O| Dec 19 22:15:58.666 INFO O| Download: 15623/15862 items 169.7/176.4MB 96% complete (1.9M/s) |
3923 | 2024-12-19T22:16:01.420Z | [ host-image] Dec 19 22:16:00.121 INFO O| Dec 19 22:16:00.120 INFO O| Download: 21707/22788 items 183.6/199.7MB 91% complete (1.1M/s) |
3924 | 2024-12-19T22:16:04.791Z | [ recovery-image] Dec 19 22:16:03.687 INFO O| Dec 19 22:16:03.687 INFO O| Download: 15848/15862 items 175.4/176.4MB 99% complete (1.5M/s) |
3925 | 2024-12-19T22:16:06.029Z | [ recovery-image] Dec 19 22:16:04.997 INFO O| Dec 19 22:16:04.997 INFO O| Download: Completed 176.38 MB in 123.11 seconds (1.4M/s) |
3926 | 2024-12-19T22:16:06.249Z | [ host-image] Dec 19 22:16:05.229 INFO O| Dec 19 22:16:05.229 INFO O| Download: 22071/22788 items 192.9/199.7MB 96% complete (1.3M/s) |
3927 | 2024-12-19T22:16:07.096Z | [ recovery-image] Dec 19 22:16:06.126 INFO O| Dec 19 22:16:06.126 INFO O| Actions: 1/25028 actions (Installing new actions) |
3928 | 2024-12-19T22:16:10.629Z | [ host-image] Dec 19 22:16:09.696 INFO O| Dec 19 22:16:09.696 INFO O| Download: Completed 199.66 MB in 157.73 seconds (1.3M/s) |
3929 | 2024-12-19T22:16:12.065Z | [ recovery-image] Dec 19 22:16:11.126 INFO O| Dec 19 22:16:11.126 INFO O| Actions: 8081/25028 actions (Installing new actions) |
3930 | 2024-12-19T22:16:12.843Z | [ host-image] Dec 19 22:16:11.901 INFO O| Dec 19 22:16:11.901 INFO O| Actions: 1/49485 actions (Installing new actions) |
3931 | 2024-12-19T22:16:17.088Z | [ recovery-image] Dec 19 22:16:16.127 INFO O| Dec 19 22:16:16.127 INFO O| Actions: 14940/25028 actions (Installing new actions) |
3932 | 2024-12-19T22:16:17.865Z | [ host-image] Dec 19 22:16:16.901 INFO O| Dec 19 22:16:16.901 INFO O| Actions: 9319/49485 actions (Installing new actions) |
3933 | 2024-12-19T22:16:22.109Z | [ recovery-image] Dec 19 22:16:21.127 INFO O| Dec 19 22:16:21.127 INFO O| Actions: 23028/25028 actions (Installing new actions) |
3934 | 2024-12-19T22:16:22.887Z | [ host-image] Dec 19 22:16:21.901 INFO O| Dec 19 22:16:21.901 INFO O| Actions: 15355/49485 actions (Installing new actions) |
3935 | 2024-12-19T22:16:25.396Z | [ recovery-image] Dec 19 22:16:24.400 INFO O| Dec 19 22:16:24.400 INFO O| Actions: Completed 25028 actions in 18.27 seconds. |
3936 | 2024-12-19T22:16:26.118Z | [ recovery-image] Dec 19 22:16:25.119 INFO O| Dec 19 22:16:25.119 INFO O| Done |
3937 | 2024-12-19T22:16:26.118Z | [ recovery-image] Dec 19 22:16:25.119 INFO O| Dec 19 22:16:25.119 INFO O| Done |
3938 | 2024-12-19T22:16:27.908Z | [ host-image] Dec 19 22:16:26.901 INFO O| Dec 19 22:16:26.901 INFO O| Actions: 19762/49485 actions (Installing new actions) |
3939 | 2024-12-19T22:16:28.748Z | [ recovery-image] Dec 19 22:16:27.737 INFO O| Dec 19 22:16:27.737 INFO O| Done |
3940 | 2024-12-19T22:16:31.668Z | [ recovery-image] Dec 19 22:16:30.645 INFO O| Dec 19 22:16:30.645 INFO O| Done |
3941 | 2024-12-19T22:16:31.698Z | [ recovery-image] Dec 19 22:16:30.673 INFO O| Dec 19 22:16:30.673 INFO O| Done |
3942 | 2024-12-19T22:16:32.965Z | [ host-image] Dec 19 22:16:31.937 INFO O| Dec 19 22:16:31.937 INFO O| Actions: 26466/49485 actions (Installing new actions) |
3943 | 2024-12-19T22:16:36.926Z | [ recovery-image] Dec 19 22:16:35.880 INFO O| Dec 19 22:16:35.880 INFO O| Done |
3944 | 2024-12-19T22:16:37.746Z | [ recovery-image] Dec 19 22:16:36.698 INFO O| Dec 19 22:16:36.698 INFO O| Done |
3945 | 2024-12-19T22:16:38.176Z | [ host-image] Dec 19 22:16:37.126 INFO O| Dec 19 22:16:37.126 INFO O| Actions: 49266/49485 actions (Installing new actions) |
3946 | 2024-12-19T22:16:38.391Z | [ host-image] Dec 19 22:16:37.340 INFO O| Dec 19 22:16:37.340 INFO O| Actions: Completed 49485 actions in 25.43 seconds. |
3947 | 2024-12-19T22:16:38.637Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 11 (pkg_install) COMPLETE |
3948 | 2024-12-19T22:16:38.637Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3949 | 2024-12-19T22:16:38.640Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO skip step because feature "recovery" is enabled |
3950 | 2024-12-19T22:16:38.640Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3951 | 2024-12-19T22:16:38.640Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO skip step because feature "omicron1" is not enabled |
3952 | 2024-12-19T22:16:38.641Z | [ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3953 | 2024-12-19T22:16:38.666Z | [ recovery-image] Dec 19 22:16:37.614 INFO O| Dec 19 22:16:37.614 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3954 | 2024-12-19T22:16:39.358Z | [ host-image] Dec 19 22:16:38.303 INFO O| Dec 19 22:16:38.303 INFO O| Done |
3955 | 2024-12-19T22:16:39.358Z | [ host-image] Dec 19 22:16:38.303 INFO O| Dec 19 22:16:38.303 INFO O| Done |
3956 | 2024-12-19T22:16:41.116Z | [ host-image] Dec 19 22:16:40.053 INFO O| Dec 19 22:16:40.052 INFO O| Done |
3957 | 2024-12-19T22:16:41.424Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3958 | 2024-12-19T22:16:43.531Z | [ recovery-image] Dec 19 22:16:42.459 INFO O| Dec 19 22:16:42.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3959 | 2024-12-19T22:16:43.945Z | [ host-image] Dec 19 22:16:42.870 INFO O| Dec 19 22:16:42.870 INFO O| Done |
3960 | 2024-12-19T22:16:43.983Z | [ host-image] Dec 19 22:16:42.908 INFO O| Dec 19 22:16:42.908 INFO O| Done |
3961 | 2024-12-19T22:16:47.808Z | [ recovery-image] Dec 19 22:16:46.717 INFO O| Dec 19 22:16:46.717 INFO O| Planning: Solver setup ... Done |
3962 | 2024-12-19T22:16:47.815Z | [ recovery-image] Dec 19 22:16:46.724 INFO O| Dec 19 22:16:46.724 INFO O| Planning: Running solver ... Done |
3963 | 2024-12-19T22:16:47.930Z | [ recovery-image] Dec 19 22:16:46.839 INFO O| Dec 19 22:16:46.839 INFO O| Planning: Finding local manifests ... Done |
3964 | 2024-12-19T22:16:47.933Z | [ recovery-image] Dec 19 22:16:46.840 INFO O| Dec 19 22:16:46.840 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3965 | 2024-12-19T22:16:48.554Z | [ recovery-image] Dec 19 22:16:47.460 INFO O| Dec 19 22:16:47.460 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3966 | 2024-12-19T22:16:48.607Z | [ recovery-image] Dec 19 22:16:47.513 INFO O| Dec 19 22:16:47.513 INFO O| Planning: Package planning ... Done |
3967 | 2024-12-19T22:16:48.610Z | [ recovery-image] Dec 19 22:16:47.514 INFO O| Dec 19 22:16:47.514 INFO O| Planning: Merging actions ... Done |
3968 | 2024-12-19T22:16:48.688Z | [ recovery-image] Dec 19 22:16:47.594 INFO O| Dec 19 22:16:47.594 INFO O| Planning: Checking for conflicting actions ... Done |
3969 | 2024-12-19T22:16:48.698Z | [ recovery-image] Dec 19 22:16:47.594 INFO O| Dec 19 22:16:47.594 INFO O| Planning: Consolidating action changes ... Done |
3970 | 2024-12-19T22:16:49.287Z | [ recovery-image] Dec 19 22:16:48.190 INFO O| Dec 19 22:16:48.190 INFO O| Planning: Evaluating mediators ... Done |
3971 | 2024-12-19T22:16:49.289Z | [ recovery-image] Dec 19 22:16:48.190 INFO O| Dec 19 22:16:48.190 INFO O| Planning: Planning completed in 5.73 seconds |
3972 | 2024-12-19T22:16:49.290Z | [ recovery-image] Dec 19 22:16:48.193 INFO O| Dec 19 22:16:48.193 INFO O| Packages to install: 1 |
3973 | 2024-12-19T22:16:49.324Z | [ recovery-image] Dec 19 22:16:48.226 INFO O| Dec 19 22:16:48.226 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3974 | 2024-12-19T22:16:49.369Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3975 | 2024-12-19T22:16:50.718Z | [ recovery-image] Dec 19 22:16:49.615 INFO O| Dec 19 22:16:49.615 INFO O| Download: Completed 9.99 MB in 1.39 seconds (7.2M/s) |
3976 | 2024-12-19T22:16:50.834Z | [ recovery-image] Dec 19 22:16:49.731 INFO O| Dec 19 22:16:49.731 INFO O| Actions: 1/22 actions (Installing new actions) |
3977 | 2024-12-19T22:16:51.236Z | [ recovery-image] Dec 19 22:16:50.131 INFO O| Dec 19 22:16:50.131 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
3978 | 2024-12-19T22:16:51.709Z | [ recovery-image] Dec 19 22:16:50.602 INFO O| Dec 19 22:16:50.602 INFO O| Done |
3979 | 2024-12-19T22:16:51.709Z | [ recovery-image] Dec 19 22:16:50.602 INFO O| Dec 19 22:16:50.602 INFO O| Done |
3980 | 2024-12-19T22:16:51.790Z | [ host-image] Dec 19 22:16:50.683 INFO O| Dec 19 22:16:50.683 INFO O| Done |
3981 | 2024-12-19T22:16:52.788Z | [ host-image] Dec 19 22:16:51.676 INFO O| Dec 19 22:16:51.676 INFO O| Done |
3982 | 2024-12-19T22:16:53.102Z | [ recovery-image] Dec 19 22:16:51.989 INFO O| Dec 19 22:16:51.989 INFO O| Done |
3983 | 2024-12-19T22:16:53.366Z | [ host-image] Dec 19 22:16:52.251 INFO O| Dec 19 22:16:52.251 INFO STEP 11 (pkg_install) COMPLETE |
3984 | 2024-12-19T22:16:53.366Z | [ host-image] Dec 19 22:16:52.251 INFO O| Dec 19 22:16:52.251 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3985 | 2024-12-19T22:16:53.385Z | [ host-image] Dec 19 22:16:52.271 INFO O| Dec 19 22:16:52.271 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
3986 | 2024-12-19T22:16:54.715Z | [ host-image] Dec 19 22:16:53.595 INFO O| Dec 19 22:16:53.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3987 | 2024-12-19T22:16:55.113Z | [ recovery-image] Dec 19 22:16:53.991 INFO O| Dec 19 22:16:53.991 INFO O| Done |
3988 | 2024-12-19T22:16:55.154Z | [ recovery-image] Dec 19 22:16:54.032 INFO O| Dec 19 22:16:54.032 INFO O| Done |
3989 | 2024-12-19T22:16:55.157Z | [ recovery-image] Dec 19 22:16:54.033 INFO O| Dec 19 22:16:54.033 INFO O| Done |
3990 | 2024-12-19T22:16:55.173Z | [ recovery-image] Dec 19 22:16:54.051 INFO O| Dec 19 22:16:54.051 INFO O| Done |
3991 | 2024-12-19T22:16:55.362Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 14 (pkg_install) COMPLETE |
3992 | 2024-12-19T22:16:55.362Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3993 | 2024-12-19T22:16:55.362Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "mfg" is not enabled |
3994 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3995 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "compliance" is not enabled |
3996 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3997 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "stress" is not enabled |
3998 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3999 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "nfs" is not enabled |
4000 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4001 | 2024-12-19T22:16:55.365Z | [ recovery-image] Dec 19 22:16:54.240 INFO O| Dec 19 22:16:54.240 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4002 | 2024-12-19T22:16:55.511Z | [ recovery-image] Dec 19 22:16:54.387 INFO O| Dec 19 22:16:54.387 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4003 | 2024-12-19T22:16:55.701Z | [ recovery-image] Dec 19 22:16:54.576 INFO O| Dec 19 22:16:54.576 INFO completed processing gimlet/ramdisk-01-os |
4004 | 2024-12-19T22:16:55.704Z | [ recovery-image] Dec 19 22:16:54.580 INFO image builder template: ramdisk-02-trim... |
4005 | 2024-12-19T22:16:55.707Z | [ recovery-image] Dec 19 22:16:54.580 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4006 | 2024-12-19T22:16:55.750Z | [ recovery-image] Dec 19 22:16:54.626 INFO O| Dec 19 22:16:54.626 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4007 | 2024-12-19T22:16:55.771Z | [ recovery-image] Dec 19 22:16:54.646 INFO O| Dec 19 22:16:54.646 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4008 | 2024-12-19T22:16:55.983Z | [ recovery-image] Dec 19 22:16:54.858 INFO O| Dec 19 22:16:54.858 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4009 | 2024-12-19T22:16:56.214Z | [ recovery-image] Dec 19 22:16:55.088 INFO O| Dec 19 22:16:55.088 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4010 | 2024-12-19T22:16:56.216Z | [ recovery-image] Dec 19 22:16:55.088 INFO O| Dec 19 22:16:55.088 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4011 | 2024-12-19T22:16:56.224Z | [ recovery-image] Dec 19 22:16:55.098 INFO O| Dec 19 22:16:55.098 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4012 | 2024-12-19T22:16:56.232Z | [ recovery-image] Dec 19 22:16:55.105 INFO O| Dec 19 22:16:55.105 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4013 | 2024-12-19T22:16:56.240Z | [ recovery-image] Dec 19 22:16:55.114 INFO O| Dec 19 22:16:55.114 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4014 | 2024-12-19T22:16:56.666Z | [ recovery-image] Dec 19 22:16:55.538 INFO O| Dec 19 22:16:55.538 INFO rolled back to input snapshot; work may begin |
4015 | 2024-12-19T22:16:56.666Z | [ recovery-image] Dec 19 22:16:55.538 INFO O| Dec 19 22:16:55.538 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4016 | 2024-12-19T22:16:56.675Z | [ recovery-image] Dec 19 22:16:55.547 INFO O| Dec 19 22:16:55.547 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-12-19T22:16:56.695Z | [ recovery-image] Dec 19 22:16:55.566 INFO O| Dec 19 22:16:55.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4018 | 2024-12-19T22:16:56.815Z | [ recovery-image] Dec 19 22:16:55.686 INFO O| Dec 19 22:16:55.685 INFO STEP 0 (remove_files) COMPLETE |
4019 | 2024-12-19T22:16:56.815Z | [ recovery-image] Dec 19 22:16:55.686 INFO O| Dec 19 22:16:55.686 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-12-19T22:16:56.840Z | [ recovery-image] Dec 19 22:16:55.711 INFO O| Dec 19 22:16:55.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4021 | 2024-12-19T22:16:56.843Z | [ recovery-image] Dec 19 22:16:55.714 INFO O| Dec 19 22:16:55.714 INFO STEP 1 (remove_files) COMPLETE |
4022 | 2024-12-19T22:16:56.846Z | [ recovery-image] Dec 19 22:16:55.714 INFO O| Dec 19 22:16:55.714 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-12-19T22:16:56.869Z | [ recovery-image] Dec 19 22:16:55.739 INFO O| Dec 19 22:16:55.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4024 | 2024-12-19T22:16:56.895Z | [ recovery-image] Dec 19 22:16:55.766 INFO O| Dec 19 22:16:55.765 INFO STEP 2 (remove_files) COMPLETE |
4025 | 2024-12-19T22:16:56.895Z | [ recovery-image] Dec 19 22:16:55.766 INFO O| Dec 19 22:16:55.765 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4026 | 2024-12-19T22:16:56.920Z | [ recovery-image] Dec 19 22:16:55.791 INFO O| Dec 19 22:16:55.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4027 | 2024-12-19T22:16:56.924Z | [ recovery-image] Dec 19 22:16:55.795 INFO O| Dec 19 22:16:55.795 INFO STEP 3 (remove_files) COMPLETE |
4028 | 2024-12-19T22:16:56.924Z | [ recovery-image] Dec 19 22:16:55.795 INFO O| Dec 19 22:16:55.795 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-12-19T22:16:56.947Z | [ recovery-image] Dec 19 22:16:55.818 INFO O| Dec 19 22:16:55.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4030 | 2024-12-19T22:16:56.956Z | [ recovery-image] Dec 19 22:16:55.827 INFO O| Dec 19 22:16:55.827 INFO STEP 4 (remove_files) COMPLETE |
4031 | 2024-12-19T22:16:56.956Z | [ recovery-image] Dec 19 22:16:55.827 INFO O| Dec 19 22:16:55.827 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-12-19T22:16:56.981Z | [ recovery-image] Dec 19 22:16:55.851 INFO O| Dec 19 22:16:55.851 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4033 | 2024-12-19T22:16:56.984Z | [ recovery-image] Dec 19 22:16:55.852 INFO O| Dec 19 22:16:55.852 INFO STEP 5 (remove_files) COMPLETE |
4034 | 2024-12-19T22:16:56.984Z | [ recovery-image] Dec 19 22:16:55.852 INFO O| Dec 19 22:16:55.852 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-12-19T22:16:57.005Z | [ recovery-image] Dec 19 22:16:55.875 INFO O| Dec 19 22:16:55.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4036 | 2024-12-19T22:16:57.032Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.902 INFO STEP 6 (remove_files) COMPLETE |
4037 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled |
4039 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled |
4041 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled |
4043 | 2024-12-19T22:16:57.035Z | [ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-12-19T22:16:57.056Z | [ recovery-image] Dec 19 22:16:55.926 INFO O| Dec 19 22:16:55.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4045 | 2024-12-19T22:16:57.063Z | [ recovery-image] Dec 19 22:16:55.934 INFO O| Dec 19 22:16:55.934 INFO STEP 10 (remove_files) COMPLETE |
4046 | 2024-12-19T22:16:57.066Z | [ recovery-image] Dec 19 22:16:55.934 INFO O| Dec 19 22:16:55.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4047 | 2024-12-19T22:16:57.087Z | [ recovery-image] Dec 19 22:16:55.957 INFO O| Dec 19 22:16:55.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4048 | 2024-12-19T22:16:57.089Z | [ recovery-image] Dec 19 22:16:55.959 INFO O| Dec 19 22:16:55.958 INFO STEP 11 (remove_files) COMPLETE |
4049 | 2024-12-19T22:16:57.089Z | [ recovery-image] Dec 19 22:16:55.959 INFO O| Dec 19 22:16:55.959 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-12-19T22:16:57.111Z | [ recovery-image] Dec 19 22:16:55.980 INFO O| Dec 19 22:16:55.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4051 | 2024-12-19T22:16:57.114Z | [ recovery-image] Dec 19 22:16:55.984 INFO O| Dec 19 22:16:55.984 INFO STEP 12 (remove_files) COMPLETE |
4052 | 2024-12-19T22:16:57.114Z | [ recovery-image] Dec 19 22:16:55.984 INFO O| Dec 19 22:16:55.984 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-12-19T22:16:57.139Z | [ recovery-image] Dec 19 22:16:56.009 INFO O| Dec 19 22:16:56.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4054 | 2024-12-19T22:16:57.184Z | [ recovery-image] Dec 19 22:16:56.054 INFO O| Dec 19 22:16:56.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4055 | 2024-12-19T22:16:57.188Z | [ recovery-image] Dec 19 22:16:56.058 INFO O| Dec 19 22:16:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4056 | 2024-12-19T22:16:57.210Z | [ recovery-image] Dec 19 22:16:56.079 INFO O| Dec 19 22:16:56.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4057 | 2024-12-19T22:16:57.230Z | [ recovery-image] Dec 19 22:16:56.099 INFO O| Dec 19 22:16:56.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4058 | 2024-12-19T22:16:57.709Z | [ recovery-image] Dec 19 22:16:56.576 INFO O| Dec 19 22:16:56.576 INFO STEP 13 (remove_files) COMPLETE |
4059 | 2024-12-19T22:16:57.709Z | [ recovery-image] Dec 19 22:16:56.576 INFO O| Dec 19 22:16:56.576 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4060 | 2024-12-19T22:16:57.744Z | [ recovery-image] Dec 19 22:16:56.612 INFO O| Dec 19 22:16:56.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4061 | 2024-12-19T22:16:57.748Z | [ recovery-image] Dec 19 22:16:56.615 INFO O| Dec 19 22:16:56.615 INFO STEP 14 (remove_files) COMPLETE |
4062 | 2024-12-19T22:16:57.750Z | [ recovery-image] Dec 19 22:16:56.615 INFO O| Dec 19 22:16:56.615 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-12-19T22:16:57.771Z | [ recovery-image] Dec 19 22:16:56.638 INFO O| Dec 19 22:16:56.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4064 | 2024-12-19T22:16:57.787Z | [ recovery-image] Dec 19 22:16:56.654 INFO O| Dec 19 22:16:56.654 INFO STEP 15 (remove_files) COMPLETE |
4065 | 2024-12-19T22:16:57.787Z | [ recovery-image] Dec 19 22:16:56.654 INFO O| Dec 19 22:16:56.654 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-19T22:16:57.811Z | [ recovery-image] Dec 19 22:16:56.678 INFO O| Dec 19 22:16:56.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4067 | 2024-12-19T22:16:57.814Z | [ recovery-image] Dec 19 22:16:56.679 INFO O| Dec 19 22:16:56.679 INFO STEP 16 (remove_files) COMPLETE |
4068 | 2024-12-19T22:16:57.814Z | [ recovery-image] Dec 19 22:16:56.679 INFO O| Dec 19 22:16:56.679 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-19T22:16:57.836Z | [ recovery-image] Dec 19 22:16:56.702 INFO O| Dec 19 22:16:56.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4070 | 2024-12-19T22:16:57.839Z | [ recovery-image] Dec 19 22:16:56.706 INFO O| Dec 19 22:16:56.706 INFO STEP 17 (remove_files) COMPLETE |
4071 | 2024-12-19T22:16:57.843Z | [ recovery-image] Dec 19 22:16:56.706 INFO O| Dec 19 22:16:56.706 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-19T22:16:57.862Z | [ recovery-image] Dec 19 22:16:56.728 INFO O| Dec 19 22:16:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4073 | 2024-12-19T22:16:57.862Z | [ recovery-image] Dec 19 22:16:56.729 INFO O| Dec 19 22:16:56.729 INFO STEP 18 (remove_files) COMPLETE |
4074 | 2024-12-19T22:16:57.864Z | [ recovery-image] Dec 19 22:16:56.729 INFO O| Dec 19 22:16:56.729 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-19T22:16:57.884Z | [ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4076 | 2024-12-19T22:16:57.885Z | [ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO STEP 19 (remove_files) COMPLETE |
4077 | 2024-12-19T22:16:57.885Z | [ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-19T22:16:57.907Z | [ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4079 | 2024-12-19T22:16:57.907Z | [ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO STEP 20 (remove_files) COMPLETE |
4080 | 2024-12-19T22:16:57.911Z | [ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-19T22:16:57.931Z | [ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4082 | 2024-12-19T22:16:57.931Z | [ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO STEP 21 (remove_files) COMPLETE |
4083 | 2024-12-19T22:16:57.934Z | [ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-19T22:16:57.954Z | [ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4085 | 2024-12-19T22:16:57.956Z | [ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO STEP 22 (remove_files) COMPLETE |
4086 | 2024-12-19T22:16:57.956Z | [ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-19T22:16:57.977Z | [ recovery-image] Dec 19 22:16:56.842 INFO O| Dec 19 22:16:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4088 | 2024-12-19T22:16:57.977Z | [ recovery-image] Dec 19 22:16:56.843 INFO O| Dec 19 22:16:56.843 INFO STEP 23 (remove_files) COMPLETE |
4089 | 2024-12-19T22:16:57.977Z | [ recovery-image] Dec 19 22:16:56.843 INFO O| Dec 19 22:16:56.843 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-19T22:16:58.001Z | [ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4091 | 2024-12-19T22:16:58.001Z | [ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO STEP 24 (remove_files) COMPLETE |
4092 | 2024-12-19T22:16:58.006Z | [ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-19T22:16:58.023Z | [ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4094 | 2024-12-19T22:16:58.023Z | [ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO STEP 25 (remove_files) COMPLETE |
4095 | 2024-12-19T22:16:58.023Z | [ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-19T22:16:58.045Z | [ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4097 | 2024-12-19T22:16:58.045Z | [ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO STEP 26 (remove_files) COMPLETE |
4098 | 2024-12-19T22:16:58.054Z | [ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-19T22:16:58.067Z | [ recovery-image] Dec 19 22:16:56.933 INFO O| Dec 19 22:16:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4100 | 2024-12-19T22:16:58.067Z | [ recovery-image] Dec 19 22:16:56.933 INFO O| Dec 19 22:16:56.933 INFO STEP 27 (remove_files) COMPLETE |
4101 | 2024-12-19T22:16:58.070Z | [ recovery-image] Dec 19 22:16:56.934 INFO O| Dec 19 22:16:56.933 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-19T22:16:58.089Z | [ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4103 | 2024-12-19T22:16:58.090Z | [ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO STEP 28 (remove_files) COMPLETE |
4104 | 2024-12-19T22:16:58.092Z | [ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-19T22:16:58.112Z | [ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4106 | 2024-12-19T22:16:58.112Z | [ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO STEP 29 (remove_files) COMPLETE |
4107 | 2024-12-19T22:16:58.112Z | [ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-19T22:16:58.132Z | [ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4109 | 2024-12-19T22:16:58.132Z | [ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO STEP 30 (remove_files) COMPLETE |
4110 | 2024-12-19T22:16:58.132Z | [ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-19T22:16:58.150Z | [ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4112 | 2024-12-19T22:16:58.150Z | [ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO STEP 31 (remove_files) COMPLETE |
4113 | 2024-12-19T22:16:58.151Z | [ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-19T22:16:58.170Z | [ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4115 | 2024-12-19T22:16:58.170Z | [ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO STEP 32 (remove_files) COMPLETE |
4116 | 2024-12-19T22:16:58.170Z | [ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-19T22:16:58.191Z | [ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4118 | 2024-12-19T22:16:58.191Z | [ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO STEP 33 (remove_files) COMPLETE |
4119 | 2024-12-19T22:16:58.191Z | [ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-19T22:16:58.211Z | [ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4121 | 2024-12-19T22:16:58.211Z | [ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO STEP 34 (remove_files) COMPLETE |
4122 | 2024-12-19T22:16:58.211Z | [ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-19T22:16:58.246Z | [ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4124 | 2024-12-19T22:16:58.246Z | [ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO STEP 35 (remove_files) COMPLETE |
4125 | 2024-12-19T22:16:58.246Z | [ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-19T22:16:58.273Z | [ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4127 | 2024-12-19T22:16:58.273Z | [ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO STEP 36 (remove_files) COMPLETE |
4128 | 2024-12-19T22:16:58.273Z | [ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-19T22:16:58.293Z | [ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4130 | 2024-12-19T22:16:58.293Z | [ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO STEP 37 (remove_files) COMPLETE |
4131 | 2024-12-19T22:16:58.293Z | [ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-19T22:16:58.330Z | [ recovery-image] Dec 19 22:16:57.195 INFO O| Dec 19 22:16:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4133 | 2024-12-19T22:16:58.333Z | [ recovery-image] Dec 19 22:16:57.196 INFO O| Dec 19 22:16:57.195 INFO STEP 38 (remove_files) COMPLETE |
4134 | 2024-12-19T22:16:58.333Z | [ recovery-image] Dec 19 22:16:57.196 INFO O| Dec 19 22:16:57.196 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-19T22:16:58.350Z | [ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4136 | 2024-12-19T22:16:58.353Z | [ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO STEP 39 (remove_files) COMPLETE |
4137 | 2024-12-19T22:16:58.353Z | [ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-19T22:16:58.368Z | [ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4139 | 2024-12-19T22:16:58.370Z | [ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO STEP 40 (remove_files) COMPLETE |
4140 | 2024-12-19T22:16:58.370Z | [ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-19T22:16:58.400Z | [ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4142 | 2024-12-19T22:16:58.400Z | [ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO STEP 41 (remove_files) COMPLETE |
4143 | 2024-12-19T22:16:58.403Z | [ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-19T22:16:58.439Z | [ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4145 | 2024-12-19T22:16:58.439Z | [ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO STEP 42 (remove_files) COMPLETE |
4146 | 2024-12-19T22:16:58.439Z | [ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-19T22:16:58.469Z | [ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4148 | 2024-12-19T22:16:58.469Z | [ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO STEP 43 (remove_files) COMPLETE |
4149 | 2024-12-19T22:16:58.469Z | [ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-19T22:16:58.504Z | [ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4151 | 2024-12-19T22:16:58.504Z | [ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO STEP 44 (remove_files) COMPLETE |
4152 | 2024-12-19T22:16:58.504Z | [ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-19T22:16:58.551Z | [ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4154 | 2024-12-19T22:16:58.551Z | [ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO STEP 45 (remove_files) COMPLETE |
4155 | 2024-12-19T22:16:58.554Z | [ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-19T22:16:58.571Z | [ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4157 | 2024-12-19T22:16:58.571Z | [ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO STEP 46 (remove_files) COMPLETE |
4158 | 2024-12-19T22:16:58.574Z | [ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-19T22:16:58.593Z | [ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4160 | 2024-12-19T22:16:58.593Z | [ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO STEP 47 (remove_files) COMPLETE |
4161 | 2024-12-19T22:16:58.596Z | [ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-19T22:16:58.613Z | [ recovery-image] Dec 19 22:16:57.476 INFO O| Dec 19 22:16:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4163 | 2024-12-19T22:16:58.613Z | [ recovery-image] Dec 19 22:16:57.477 INFO O| Dec 19 22:16:57.477 INFO STEP 48 (remove_files) COMPLETE |
4164 | 2024-12-19T22:16:58.613Z | [ recovery-image] Dec 19 22:16:57.477 INFO O| Dec 19 22:16:57.477 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-19T22:16:58.634Z | [ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4166 | 2024-12-19T22:16:58.634Z | [ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO STEP 49 (remove_files) COMPLETE |
4167 | 2024-12-19T22:16:58.634Z | [ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-19T22:16:58.653Z | [ recovery-image] Dec 19 22:16:57.516 INFO O| Dec 19 22:16:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4169 | 2024-12-19T22:16:58.653Z | [ recovery-image] Dec 19 22:16:57.517 INFO O| Dec 19 22:16:57.517 INFO STEP 50 (remove_files) COMPLETE |
4170 | 2024-12-19T22:16:58.655Z | [ recovery-image] Dec 19 22:16:57.517 INFO O| Dec 19 22:16:57.517 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-19T22:16:58.672Z | [ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4172 | 2024-12-19T22:16:58.672Z | [ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO STEP 51 (remove_files) COMPLETE |
4173 | 2024-12-19T22:16:58.675Z | [ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-19T22:16:58.692Z | [ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4175 | 2024-12-19T22:16:58.692Z | [ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO STEP 52 (remove_files) COMPLETE |
4176 | 2024-12-19T22:16:58.695Z | [ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-19T22:16:58.727Z | [ recovery-image] Dec 19 22:16:57.590 INFO O| Dec 19 22:16:57.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4178 | 2024-12-19T22:16:58.730Z | [ recovery-image] Dec 19 22:16:57.590 INFO O| Dec 19 22:16:57.590 INFO STEP 53 (remove_files) COMPLETE |
4179 | 2024-12-19T22:16:58.730Z | [ recovery-image] Dec 19 22:16:57.591 INFO O| Dec 19 22:16:57.590 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-19T22:16:58.794Z | [ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4181 | 2024-12-19T22:16:58.796Z | [ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO STEP 54 (remove_files) COMPLETE |
4182 | 2024-12-19T22:16:58.796Z | [ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-19T22:16:58.814Z | [ recovery-image] Dec 19 22:16:57.677 INFO O| Dec 19 22:16:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4184 | 2024-12-19T22:16:58.814Z | [ recovery-image] Dec 19 22:16:57.677 INFO O| Dec 19 22:16:57.677 INFO STEP 55 (remove_files) COMPLETE |
4185 | 2024-12-19T22:16:58.818Z | [ recovery-image] Dec 19 22:16:57.678 INFO O| Dec 19 22:16:57.677 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-19T22:16:58.854Z | [ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4187 | 2024-12-19T22:16:58.854Z | [ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO STEP 56 (remove_files) COMPLETE |
4188 | 2024-12-19T22:16:58.857Z | [ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-19T22:16:58.875Z | [ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4190 | 2024-12-19T22:16:58.875Z | [ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.737 INFO STEP 57 (remove_files) COMPLETE |
4191 | 2024-12-19T22:16:58.883Z | [ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.737 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-19T22:16:58.907Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.769 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4193 | 2024-12-19T22:16:58.907Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4194 | 2024-12-19T22:16:58.907Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4195 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4196 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4197 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4198 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO ok! |
4199 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO STEP 58 (ensure_file) COMPLETE |
4200 | 2024-12-19T22:16:58.918Z | [ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-19T22:16:58.929Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4202 | 2024-12-19T22:16:58.929Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4203 | 2024-12-19T22:16:58.932Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4204 | 2024-12-19T22:16:58.933Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4205 | 2024-12-19T22:16:58.934Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4206 | 2024-12-19T22:16:58.934Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4207 | 2024-12-19T22:16:58.934Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO ok! |
4208 | 2024-12-19T22:16:58.934Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO STEP 59 (ensure_file) COMPLETE |
4209 | 2024-12-19T22:16:58.934Z | [ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-19T22:16:58.957Z | [ recovery-image] Dec 19 22:16:57.819 INFO O| Dec 19 22:16:57.819 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4211 | 2024-12-19T22:16:58.957Z | [ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.819 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4212 | 2024-12-19T22:16:58.957Z | [ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4213 | 2024-12-19T22:16:58.960Z | [ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO ok! |
4214 | 2024-12-19T22:16:58.960Z | [ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO STEP 60 (ensure_file) COMPLETE |
4215 | 2024-12-19T22:16:58.960Z | [ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-19T22:16:59.029Z | [ recovery-image] Dec 19 22:16:57.890 INFO O| Dec 19 22:16:57.890 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4217 | 2024-12-19T22:16:59.029Z | [ recovery-image] Dec 19 22:16:57.890 INFO O| Dec 19 22:16:57.890 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4218 | 2024-12-19T22:16:59.029Z | [ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4219 | 2024-12-19T22:16:59.032Z | [ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO ok! |
4220 | 2024-12-19T22:16:59.032Z | [ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO STEP 61 (ensure_file) COMPLETE |
4221 | 2024-12-19T22:16:59.032Z | [ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-19T22:16:59.187Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4223 | 2024-12-19T22:16:59.187Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4224 | 2024-12-19T22:16:59.191Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4225 | 2024-12-19T22:16:59.191Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4226 | 2024-12-19T22:16:59.191Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO ok! |
4227 | 2024-12-19T22:16:59.191Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO STEP 62 (ensure_file) COMPLETE |
4228 | 2024-12-19T22:16:59.191Z | [ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-19T22:16:59.230Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4230 | 2024-12-19T22:16:59.230Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4231 | 2024-12-19T22:16:59.232Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4232 | 2024-12-19T22:16:59.232Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4233 | 2024-12-19T22:16:59.233Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO ok! |
4234 | 2024-12-19T22:16:59.233Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO STEP 63 (ensure_file) COMPLETE |
4235 | 2024-12-19T22:16:59.234Z | [ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4236 | 2024-12-19T22:16:59.253Z | [ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.113 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4237 | 2024-12-19T22:16:59.253Z | [ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4238 | 2024-12-19T22:16:59.255Z | [ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4239 | 2024-12-19T22:16:59.255Z | [ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO ok! |
4240 | 2024-12-19T22:16:59.255Z | [ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO STEP 64 (assemble_files) COMPLETE |
4241 | 2024-12-19T22:16:59.255Z | [ recovery-image] Dec 19 22:16:58.115 INFO O| Dec 19 22:16:58.114 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4242 | 2024-12-19T22:16:59.271Z | [ recovery-image] Dec 19 22:16:58.132 INFO O| Dec 19 22:16:58.132 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4243 | 2024-12-19T22:16:59.271Z | [ recovery-image] Dec 19 22:16:58.132 INFO O| Dec 19 22:16:58.132 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4244 | 2024-12-19T22:16:59.274Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.132 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4245 | 2024-12-19T22:16:59.274Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4246 | 2024-12-19T22:16:59.274Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO ok! |
4247 | 2024-12-19T22:16:59.274Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 65 (ensure_file) COMPLETE |
4248 | 2024-12-19T22:16:59.274Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled |
4250 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled |
4252 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled |
4254 | 2024-12-19T22:16:59.275Z | [ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2024-12-19T22:16:59.305Z | [ recovery-image] Dec 19 22:16:58.166 INFO O| Dec 19 22:16:58.166 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4256 | 2024-12-19T22:16:59.308Z | [ recovery-image] Dec 19 22:16:58.167 INFO O| Dec 19 22:16:58.167 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4257 | 2024-12-19T22:17:00.609Z | [ host-image] Dec 19 22:16:59.464 INFO O| Dec 19 22:16:59.464 INFO O| Planning: Solver setup ... Done |
4258 | 2024-12-19T22:17:00.616Z | [ host-image] Dec 19 22:16:59.471 INFO O| Dec 19 22:16:59.471 INFO O| Planning: Running solver ... Done |
4259 | 2024-12-19T22:17:00.765Z | [ host-image] Dec 19 22:16:59.620 INFO O| Dec 19 22:16:59.620 INFO O| Planning: Finding local manifests ... Done |
4260 | 2024-12-19T22:17:00.775Z | [ host-image] Dec 19 22:16:59.622 INFO O| Dec 19 22:16:59.622 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4261 | 2024-12-19T22:17:02.233Z | [ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO STEP 69 (pack_tar) COMPLETE |
4262 | 2024-12-19T22:17:02.233Z | [ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4263 | 2024-12-19T22:17:02.236Z | [ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4264 | 2024-12-19T22:17:02.394Z | [ host-image] Dec 19 22:17:01.241 INFO O| Dec 19 22:17:01.241 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4265 | 2024-12-19T22:17:02.409Z | [ recovery-image] Dec 19 22:17:01.256 INFO O| Dec 19 22:17:01.256 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4266 | 2024-12-19T22:17:02.434Z | [ host-image] Dec 19 22:17:01.281 INFO O| Dec 19 22:17:01.281 INFO O| Planning: Package planning ... Done |
4267 | 2024-12-19T22:17:02.440Z | [ host-image] Dec 19 22:17:01.288 INFO O| Dec 19 22:17:01.288 INFO O| Planning: Merging actions ... Done |
4268 | 2024-12-19T22:17:02.526Z | [ recovery-image] Dec 19 22:17:01.373 INFO O| Dec 19 22:17:01.373 INFO completed processing gimlet/ramdisk-02-trim |
4269 | 2024-12-19T22:17:02.530Z | [ recovery-image] Dec 19 22:17:01.377 INFO image builder template: ramdisk-03-recovery-trim... |
4270 | 2024-12-19T22:17:02.532Z | [ recovery-image] Dec 19 22:17:01.377 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4271 | 2024-12-19T22:17:02.693Z | [ host-image] Dec 19 22:17:01.539 INFO O| Dec 19 22:17:01.539 INFO O| Planning: Checking for conflicting actions ... Done |
4272 | 2024-12-19T22:17:02.696Z | [ host-image] Dec 19 22:17:01.542 INFO O| Dec 19 22:17:01.542 INFO O| Planning: Consolidating action changes ... Done |
4273 | 2024-12-19T22:17:02.808Z | [ recovery-image] Dec 19 22:17:01.653 INFO O| Dec 19 22:17:01.653 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4274 | 2024-12-19T22:17:02.817Z | [ recovery-image] Dec 19 22:17:01.662 INFO O| Dec 19 22:17:01.661 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4275 | 2024-12-19T22:17:02.903Z | [ recovery-image] Dec 19 22:17:01.748 INFO O| Dec 19 22:17:01.747 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4276 | 2024-12-19T22:17:03.036Z | [ recovery-image] Dec 19 22:17:01.881 INFO O| Dec 19 22:17:01.881 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4277 | 2024-12-19T22:17:03.036Z | [ recovery-image] Dec 19 22:17:01.881 INFO O| Dec 19 22:17:01.881 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4278 | 2024-12-19T22:17:03.051Z | [ recovery-image] Dec 19 22:17:01.896 INFO O| Dec 19 22:17:01.896 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4279 | 2024-12-19T22:17:03.060Z | [ recovery-image] Dec 19 22:17:01.905 INFO O| Dec 19 22:17:01.905 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4280 | 2024-12-19T22:17:03.070Z | [ recovery-image] Dec 19 22:17:01.915 INFO O| Dec 19 22:17:01.914 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4281 | 2024-12-19T22:17:03.207Z | [ host-image] Dec 19 22:17:02.051 INFO O| Dec 19 22:17:02.051 INFO O| Planning: Evaluating mediators ... Done |
4282 | 2024-12-19T22:17:03.211Z | [ host-image] Dec 19 22:17:02.056 INFO O| Dec 19 22:17:02.055 INFO O| Planning: Planning completed in 8.46 seconds |
4283 | 2024-12-19T22:17:03.218Z | [ host-image] Dec 19 22:17:02.063 INFO O| Dec 19 22:17:02.063 INFO O| Packages to install: 5 |
4284 | 2024-12-19T22:17:03.221Z | [ host-image] Dec 19 22:17:02.063 INFO O| Dec 19 22:17:02.063 INFO O| Services to change: 2 |
4285 | 2024-12-19T22:17:03.243Z | [ host-image] Dec 19 22:17:02.087 INFO O| Dec 19 22:17:02.086 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4286 | 2024-12-19T22:17:03.781Z | [ recovery-image] Dec 19 22:17:02.623 INFO O| Dec 19 22:17:02.623 INFO rolled back to input snapshot; work may begin |
4287 | 2024-12-19T22:17:03.781Z | [ recovery-image] Dec 19 22:17:02.623 INFO O| Dec 19 22:17:02.623 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4288 | 2024-12-19T22:17:03.791Z | [ recovery-image] Dec 19 22:17:02.632 INFO O| Dec 19 22:17:02.632 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-12-19T22:17:03.810Z | [ recovery-image] Dec 19 22:17:02.652 INFO O| Dec 19 22:17:02.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4290 | 2024-12-19T22:17:03.815Z | [ recovery-image] Dec 19 22:17:02.657 INFO O| Dec 19 22:17:02.657 INFO STEP 0 (remove_files) COMPLETE |
4291 | 2024-12-19T22:17:03.815Z | [ recovery-image] Dec 19 22:17:02.657 INFO O| Dec 19 22:17:02.657 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-12-19T22:17:03.842Z | [ recovery-image] Dec 19 22:17:02.683 INFO O| Dec 19 22:17:02.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4293 | 2024-12-19T22:17:04.308Z | [ recovery-image] Dec 19 22:17:03.148 INFO O| Dec 19 22:17:03.148 INFO STEP 1 (remove_files) COMPLETE |
4294 | 2024-12-19T22:17:04.308Z | [ recovery-image] Dec 19 22:17:03.148 INFO O| Dec 19 22:17:03.148 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-12-19T22:17:04.331Z | [ recovery-image] Dec 19 22:17:03.170 INFO O| Dec 19 22:17:03.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4296 | 2024-12-19T22:17:04.358Z | [ recovery-image] Dec 19 22:17:03.197 INFO O| Dec 19 22:17:03.197 INFO STEP 2 (remove_files) COMPLETE |
4297 | 2024-12-19T22:17:04.358Z | [ recovery-image] Dec 19 22:17:03.198 INFO O| Dec 19 22:17:03.197 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-12-19T22:17:04.390Z | [ recovery-image] Dec 19 22:17:03.229 INFO O| Dec 19 22:17:03.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4299 | 2024-12-19T22:17:04.556Z | [ recovery-image] Dec 19 22:17:03.394 INFO O| Dec 19 22:17:03.394 INFO STEP 3 (remove_files) COMPLETE |
4300 | 2024-12-19T22:17:04.556Z | [ recovery-image] Dec 19 22:17:03.394 INFO O| Dec 19 22:17:03.394 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-12-19T22:17:04.576Z | [ recovery-image] Dec 19 22:17:03.414 INFO O| Dec 19 22:17:03.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4302 | 2024-12-19T22:17:05.031Z | [ recovery-image] Dec 19 22:17:03.867 INFO O| Dec 19 22:17:03.867 INFO STEP 4 (remove_files) COMPLETE |
4303 | 2024-12-19T22:17:05.031Z | [ recovery-image] Dec 19 22:17:03.867 INFO O| Dec 19 22:17:03.867 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-12-19T22:17:05.051Z | [ recovery-image] Dec 19 22:17:03.887 INFO O| Dec 19 22:17:03.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4305 | 2024-12-19T22:17:05.087Z | [ recovery-image] Dec 19 22:17:03.918 INFO O| Dec 19 22:17:03.918 INFO STEP 5 (remove_files) COMPLETE |
4306 | 2024-12-19T22:17:05.088Z | [ recovery-image] Dec 19 22:17:03.919 INFO O| Dec 19 22:17:03.918 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-12-19T22:17:05.105Z | [ recovery-image] Dec 19 22:17:03.941 INFO O| Dec 19 22:17:03.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4308 | 2024-12-19T22:17:05.122Z | [ recovery-image] Dec 19 22:17:03.958 INFO O| Dec 19 22:17:03.958 INFO STEP 6 (remove_files) COMPLETE |
4309 | 2024-12-19T22:17:05.122Z | [ recovery-image] Dec 19 22:17:03.958 INFO O| Dec 19 22:17:03.958 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-12-19T22:17:05.142Z | [ recovery-image] Dec 19 22:17:03.978 INFO O| Dec 19 22:17:03.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4311 | 2024-12-19T22:17:05.158Z | [ recovery-image] Dec 19 22:17:03.993 INFO O| Dec 19 22:17:03.993 INFO STEP 7 (remove_files) COMPLETE |
4312 | 2024-12-19T22:17:05.158Z | [ recovery-image] Dec 19 22:17:03.993 INFO O| Dec 19 22:17:03.993 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-12-19T22:17:05.220Z | [ recovery-image] Dec 19 22:17:04.055 INFO O| Dec 19 22:17:04.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4314 | 2024-12-19T22:17:05.248Z | [ recovery-image] Dec 19 22:17:04.082 INFO O| Dec 19 22:17:04.082 INFO STEP 8 (remove_files) COMPLETE |
4315 | 2024-12-19T22:17:05.248Z | [ recovery-image] Dec 19 22:17:04.082 INFO O| Dec 19 22:17:04.082 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-12-19T22:17:05.279Z | [ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4317 | 2024-12-19T22:17:05.282Z | [ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO STEP 9 (remove_files) COMPLETE |
4318 | 2024-12-19T22:17:05.282Z | [ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-12-19T22:17:05.315Z | [ recovery-image] Dec 19 22:17:04.151 INFO O| Dec 19 22:17:04.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4320 | 2024-12-19T22:17:05.319Z | [ recovery-image] Dec 19 22:17:04.152 INFO O| Dec 19 22:17:04.152 INFO STEP 10 (remove_files) COMPLETE |
4321 | 2024-12-19T22:17:05.319Z | [ recovery-image] Dec 19 22:17:04.152 INFO O| Dec 19 22:17:04.152 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-12-19T22:17:05.336Z | [ recovery-image] Dec 19 22:17:04.171 INFO O| Dec 19 22:17:04.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4323 | 2024-12-19T22:17:05.503Z | [ recovery-image] Dec 19 22:17:04.337 INFO O| Dec 19 22:17:04.337 INFO STEP 11 (remove_files) COMPLETE |
4324 | 2024-12-19T22:17:05.504Z | [ recovery-image] Dec 19 22:17:04.337 INFO O| Dec 19 22:17:04.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-12-19T22:17:05.564Z | [ recovery-image] Dec 19 22:17:04.398 INFO O| Dec 19 22:17:04.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4326 | 2024-12-19T22:17:05.623Z | [ recovery-image] Dec 19 22:17:04.457 INFO O| Dec 19 22:17:04.457 INFO STEP 12 (remove_files) COMPLETE |
4327 | 2024-12-19T22:17:05.624Z | [ recovery-image] Dec 19 22:17:04.458 INFO O| Dec 19 22:17:04.457 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-19T22:17:05.683Z | [ recovery-image] Dec 19 22:17:04.517 INFO O| Dec 19 22:17:04.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4329 | 2024-12-19T22:17:05.708Z | [ recovery-image] Dec 19 22:17:04.542 INFO O| Dec 19 22:17:04.541 INFO STEP 13 (remove_files) COMPLETE |
4330 | 2024-12-19T22:17:05.708Z | [ recovery-image] Dec 19 22:17:04.542 INFO O| Dec 19 22:17:04.541 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-19T22:17:05.728Z | [ recovery-image] Dec 19 22:17:04.561 INFO O| Dec 19 22:17:04.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4332 | 2024-12-19T22:17:05.753Z | [ recovery-image] Dec 19 22:17:04.585 INFO O| Dec 19 22:17:04.585 INFO STEP 14 (remove_files) COMPLETE |
4333 | 2024-12-19T22:17:05.760Z | [ recovery-image] Dec 19 22:17:04.585 INFO O| Dec 19 22:17:04.585 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-19T22:17:05.803Z | [ recovery-image] Dec 19 22:17:04.621 INFO O| Dec 19 22:17:04.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4335 | 2024-12-19T22:17:05.833Z | [ recovery-image] Dec 19 22:17:04.666 INFO O| Dec 19 22:17:04.666 INFO STEP 15 (remove_files) COMPLETE |
4336 | 2024-12-19T22:17:05.833Z | [ recovery-image] Dec 19 22:17:04.666 INFO O| Dec 19 22:17:04.666 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-19T22:17:05.852Z | [ recovery-image] Dec 19 22:17:04.685 INFO O| Dec 19 22:17:04.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4338 | 2024-12-19T22:17:05.882Z | [ recovery-image] Dec 19 22:17:04.715 INFO O| Dec 19 22:17:04.715 INFO STEP 16 (remove_files) COMPLETE |
4339 | 2024-12-19T22:17:05.883Z | [ recovery-image] Dec 19 22:17:04.715 INFO O| Dec 19 22:17:04.715 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-19T22:17:05.916Z | [ recovery-image] Dec 19 22:17:04.748 INFO O| Dec 19 22:17:04.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4341 | 2024-12-19T22:17:05.918Z | [ recovery-image] Dec 19 22:17:04.749 INFO O| Dec 19 22:17:04.749 INFO STEP 17 (remove_files) COMPLETE |
4342 | 2024-12-19T22:17:05.918Z | [ recovery-image] Dec 19 22:17:04.749 INFO O| Dec 19 22:17:04.749 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-19T22:17:05.936Z | [ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4344 | 2024-12-19T22:17:05.939Z | [ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO STEP 18 (remove_files) COMPLETE |
4345 | 2024-12-19T22:17:05.939Z | [ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-19T22:17:05.965Z | [ recovery-image] Dec 19 22:17:04.791 INFO O| Dec 19 22:17:04.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4347 | 2024-12-19T22:17:06.298Z | [ recovery-image] Dec 19 22:17:05.129 INFO O| Dec 19 22:17:05.129 INFO STEP 19 (remove_files) COMPLETE |
4348 | 2024-12-19T22:17:06.298Z | [ recovery-image] Dec 19 22:17:05.129 INFO O| Dec 19 22:17:05.129 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-19T22:17:06.339Z | [ recovery-image] Dec 19 22:17:05.170 INFO O| Dec 19 22:17:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4350 | 2024-12-19T22:17:06.341Z | [ recovery-image] Dec 19 22:17:05.171 INFO O| Dec 19 22:17:05.171 INFO STEP 20 (remove_files) COMPLETE |
4351 | 2024-12-19T22:17:06.341Z | [ recovery-image] Dec 19 22:17:05.171 INFO O| Dec 19 22:17:05.171 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-19T22:17:06.376Z | [ recovery-image] Dec 19 22:17:05.207 INFO O| Dec 19 22:17:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4353 | 2024-12-19T22:17:06.379Z | [ recovery-image] Dec 19 22:17:05.208 INFO O| Dec 19 22:17:05.208 INFO STEP 21 (remove_files) COMPLETE |
4354 | 2024-12-19T22:17:06.379Z | [ recovery-image] Dec 19 22:17:05.208 INFO O| Dec 19 22:17:05.208 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-19T22:17:06.419Z | [ recovery-image] Dec 19 22:17:05.249 INFO O| Dec 19 22:17:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4356 | 2024-12-19T22:17:06.442Z | [ recovery-image] Dec 19 22:17:05.273 INFO O| Dec 19 22:17:05.273 INFO STEP 22 (remove_files) COMPLETE |
4357 | 2024-12-19T22:17:06.442Z | [ recovery-image] Dec 19 22:17:05.273 INFO O| Dec 19 22:17:05.273 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-19T22:17:06.474Z | [ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4359 | 2024-12-19T22:17:06.474Z | [ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO STEP 23 (remove_files) COMPLETE |
4360 | 2024-12-19T22:17:06.475Z | [ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-19T22:17:06.517Z | [ recovery-image] Dec 19 22:17:05.347 INFO O| Dec 19 22:17:05.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4362 | 2024-12-19T22:17:06.517Z | [ recovery-image] Dec 19 22:17:05.347 INFO O| Dec 19 22:17:05.347 INFO STEP 24 (remove_files) COMPLETE |
4363 | 2024-12-19T22:17:06.519Z | [ recovery-image] Dec 19 22:17:05.348 INFO O| Dec 19 22:17:05.347 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-19T22:17:06.542Z | [ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4365 | 2024-12-19T22:17:06.542Z | [ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO STEP 25 (remove_files) COMPLETE |
4366 | 2024-12-19T22:17:06.542Z | [ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-19T22:17:06.565Z | [ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4368 | 2024-12-19T22:17:06.568Z | [ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO STEP 26 (remove_files) COMPLETE |
4369 | 2024-12-19T22:17:06.568Z | [ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-19T22:17:06.594Z | [ recovery-image] Dec 19 22:17:05.424 INFO O| Dec 19 22:17:05.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4371 | 2024-12-19T22:17:06.611Z | [ recovery-image] Dec 19 22:17:05.440 INFO O| Dec 19 22:17:05.440 INFO STEP 27 (remove_files) COMPLETE |
4372 | 2024-12-19T22:17:06.611Z | [ recovery-image] Dec 19 22:17:05.440 INFO O| Dec 19 22:17:05.440 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-19T22:17:06.670Z | [ recovery-image] Dec 19 22:17:05.499 INFO O| Dec 19 22:17:05.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4374 | 2024-12-19T22:17:06.690Z | [ recovery-image] Dec 19 22:17:05.519 INFO O| Dec 19 22:17:05.519 INFO STEP 28 (remove_files) COMPLETE |
4375 | 2024-12-19T22:17:06.690Z | [ recovery-image] Dec 19 22:17:05.519 INFO O| Dec 19 22:17:05.519 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-19T22:17:06.713Z | [ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4377 | 2024-12-19T22:17:06.713Z | [ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO STEP 29 (remove_files) COMPLETE |
4378 | 2024-12-19T22:17:06.716Z | [ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-19T22:17:06.738Z | [ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4380 | 2024-12-19T22:17:06.738Z | [ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO STEP 30 (remove_files) COMPLETE |
4381 | 2024-12-19T22:17:06.738Z | [ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-19T22:17:06.775Z | [ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4383 | 2024-12-19T22:17:06.775Z | [ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO STEP 31 (remove_files) COMPLETE |
4384 | 2024-12-19T22:17:06.778Z | [ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-19T22:17:06.796Z | [ recovery-image] Dec 19 22:17:05.625 INFO O| Dec 19 22:17:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4386 | 2024-12-19T22:17:06.803Z | [ recovery-image] Dec 19 22:17:05.632 INFO O| Dec 19 22:17:05.632 INFO STEP 32 (remove_files) COMPLETE |
4387 | 2024-12-19T22:17:06.804Z | [ recovery-image] Dec 19 22:17:05.632 INFO O| Dec 19 22:17:05.632 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-19T22:17:06.861Z | [ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4389 | 2024-12-19T22:17:06.861Z | [ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.690 INFO STEP 33 (remove_files) COMPLETE |
4390 | 2024-12-19T22:17:06.861Z | [ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.690 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-19T22:17:06.883Z | [ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4392 | 2024-12-19T22:17:06.884Z | [ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.712 INFO STEP 34 (remove_files) COMPLETE |
4393 | 2024-12-19T22:17:06.884Z | [ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.712 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-19T22:17:06.904Z | [ recovery-image] Dec 19 22:17:05.733 INFO O| Dec 19 22:17:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4395 | 2024-12-19T22:17:06.917Z | [ recovery-image] Dec 19 22:17:05.745 INFO O| Dec 19 22:17:05.744 INFO STEP 35 (remove_files) COMPLETE |
4396 | 2024-12-19T22:17:06.917Z | [ recovery-image] Dec 19 22:17:05.745 INFO O| Dec 19 22:17:05.744 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-19T22:17:06.954Z | [ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4398 | 2024-12-19T22:17:06.956Z | [ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO STEP 36 (remove_files) COMPLETE |
4399 | 2024-12-19T22:17:06.956Z | [ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-19T22:17:06.975Z | [ recovery-image] Dec 19 22:17:05.803 INFO O| Dec 19 22:17:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4401 | 2024-12-19T22:17:06.981Z | [ recovery-image] Dec 19 22:17:05.810 INFO O| Dec 19 22:17:05.810 INFO STEP 37 (remove_files) COMPLETE |
4402 | 2024-12-19T22:17:06.981Z | [ recovery-image] Dec 19 22:17:05.810 INFO O| Dec 19 22:17:05.810 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-19T22:17:07.001Z | [ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4404 | 2024-12-19T22:17:07.001Z | [ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO STEP 38 (remove_files) COMPLETE |
4405 | 2024-12-19T22:17:07.001Z | [ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-19T22:17:07.020Z | [ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4407 | 2024-12-19T22:17:07.020Z | [ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO STEP 39 (remove_files) COMPLETE |
4408 | 2024-12-19T22:17:07.023Z | [ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-19T22:17:07.041Z | [ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4410 | 2024-12-19T22:17:07.041Z | [ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO STEP 40 (remove_files) COMPLETE |
4411 | 2024-12-19T22:17:07.041Z | [ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-19T22:17:07.071Z | [ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4413 | 2024-12-19T22:17:07.071Z | [ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO STEP 41 (remove_files) COMPLETE |
4414 | 2024-12-19T22:17:07.072Z | [ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-19T22:17:07.099Z | [ recovery-image] Dec 19 22:17:05.927 INFO O| Dec 19 22:17:05.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4416 | 2024-12-19T22:17:07.123Z | [ recovery-image] Dec 19 22:17:05.950 INFO O| Dec 19 22:17:05.950 INFO STEP 42 (remove_files) COMPLETE |
4417 | 2024-12-19T22:17:07.123Z | [ recovery-image] Dec 19 22:17:05.950 INFO O| Dec 19 22:17:05.950 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-19T22:17:07.145Z | [ recovery-image] Dec 19 22:17:05.972 INFO O| Dec 19 22:17:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4419 | 2024-12-19T22:17:07.146Z | [ recovery-image] Dec 19 22:17:05.972 INFO O| Dec 19 22:17:05.972 INFO STEP 43 (remove_files) COMPLETE |
4420 | 2024-12-19T22:17:07.146Z | [ recovery-image] Dec 19 22:17:05.973 INFO O| Dec 19 22:17:05.972 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-19T22:17:07.166Z | [ recovery-image] Dec 19 22:17:05.993 INFO O| Dec 19 22:17:05.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4422 | 2024-12-19T22:17:07.188Z | [ recovery-image] Dec 19 22:17:06.015 INFO O| Dec 19 22:17:06.015 INFO STEP 44 (remove_files) COMPLETE |
4423 | 2024-12-19T22:17:07.188Z | [ recovery-image] Dec 19 22:17:06.015 INFO O| Dec 19 22:17:06.015 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-19T22:17:07.210Z | [ recovery-image] Dec 19 22:17:06.037 INFO O| Dec 19 22:17:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4425 | 2024-12-19T22:17:07.222Z | [ recovery-image] Dec 19 22:17:06.049 INFO O| Dec 19 22:17:06.049 INFO STEP 45 (remove_files) COMPLETE |
4426 | 2024-12-19T22:17:07.222Z | [ recovery-image] Dec 19 22:17:06.049 INFO O| Dec 19 22:17:06.049 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-19T22:17:07.247Z | [ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4428 | 2024-12-19T22:17:07.247Z | [ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO STEP 46 (remove_files) COMPLETE |
4429 | 2024-12-19T22:17:07.251Z | [ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-19T22:17:07.287Z | [ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4431 | 2024-12-19T22:17:07.287Z | [ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO STEP 47 (remove_files) COMPLETE |
4432 | 2024-12-19T22:17:07.287Z | [ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-19T22:17:07.321Z | [ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4434 | 2024-12-19T22:17:07.322Z | [ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO STEP 48 (remove_files) COMPLETE |
4435 | 2024-12-19T22:17:07.322Z | [ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-19T22:17:07.343Z | [ recovery-image] Dec 19 22:17:06.169 INFO O| Dec 19 22:17:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4437 | 2024-12-19T22:17:07.343Z | [ recovery-image] Dec 19 22:17:06.170 INFO O| Dec 19 22:17:06.170 INFO STEP 49 (remove_files) COMPLETE |
4438 | 2024-12-19T22:17:07.343Z | [ recovery-image] Dec 19 22:17:06.170 INFO O| Dec 19 22:17:06.170 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-19T22:17:07.381Z | [ recovery-image] Dec 19 22:17:06.207 INFO O| Dec 19 22:17:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4440 | 2024-12-19T22:17:07.381Z | [ recovery-image] Dec 19 22:17:06.207 INFO O| Dec 19 22:17:06.207 INFO STEP 50 (remove_files) COMPLETE |
4441 | 2024-12-19T22:17:07.383Z | [ recovery-image] Dec 19 22:17:06.208 INFO O| Dec 19 22:17:06.207 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-19T22:17:07.403Z | [ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4443 | 2024-12-19T22:17:07.403Z | [ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO STEP 51 (remove_files) COMPLETE |
4444 | 2024-12-19T22:17:07.406Z | [ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-19T22:17:07.424Z | [ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4446 | 2024-12-19T22:17:07.424Z | [ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.251 INFO STEP 52 (remove_files) COMPLETE |
4447 | 2024-12-19T22:17:07.424Z | [ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.251 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-19T22:17:07.445Z | [ recovery-image] Dec 19 22:17:06.271 INFO O| Dec 19 22:17:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4449 | 2024-12-19T22:17:07.460Z | [ recovery-image] Dec 19 22:17:06.286 INFO O| Dec 19 22:17:06.286 INFO STEP 53 (remove_files) COMPLETE |
4450 | 2024-12-19T22:17:07.460Z | [ recovery-image] Dec 19 22:17:06.286 INFO O| Dec 19 22:17:06.286 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-19T22:17:07.494Z | [ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4452 | 2024-12-19T22:17:07.494Z | [ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO STEP 54 (remove_files) COMPLETE |
4453 | 2024-12-19T22:17:07.497Z | [ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-19T22:17:07.534Z | [ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4455 | 2024-12-19T22:17:07.534Z | [ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO STEP 55 (remove_files) COMPLETE |
4456 | 2024-12-19T22:17:07.537Z | [ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-19T22:17:07.571Z | [ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4458 | 2024-12-19T22:17:07.571Z | [ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO STEP 56 (remove_files) COMPLETE |
4459 | 2024-12-19T22:17:07.571Z | [ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-19T22:17:07.594Z | [ recovery-image] Dec 19 22:17:06.419 INFO O| Dec 19 22:17:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4461 | 2024-12-19T22:17:07.596Z | [ recovery-image] Dec 19 22:17:06.421 INFO O| Dec 19 22:17:06.421 INFO STEP 57 (remove_files) COMPLETE |
4462 | 2024-12-19T22:17:07.596Z | [ recovery-image] Dec 19 22:17:06.421 INFO O| Dec 19 22:17:06.421 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-19T22:17:07.617Z | [ recovery-image] Dec 19 22:17:06.441 INFO O| Dec 19 22:17:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4464 | 2024-12-19T22:17:07.639Z | [ recovery-image] Dec 19 22:17:06.464 INFO O| Dec 19 22:17:06.464 INFO STEP 58 (remove_files) COMPLETE |
4465 | 2024-12-19T22:17:07.639Z | [ recovery-image] Dec 19 22:17:06.464 INFO O| Dec 19 22:17:06.464 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-19T22:17:07.675Z | [ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4467 | 2024-12-19T22:17:07.675Z | [ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO STEP 59 (remove_files) COMPLETE |
4468 | 2024-12-19T22:17:07.675Z | [ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-19T22:17:07.696Z | [ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4470 | 2024-12-19T22:17:07.696Z | [ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO STEP 60 (remove_files) COMPLETE |
4471 | 2024-12-19T22:17:07.696Z | [ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-19T22:17:07.725Z | [ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4473 | 2024-12-19T22:17:07.727Z | [ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO STEP 61 (remove_files) COMPLETE |
4474 | 2024-12-19T22:17:07.727Z | [ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-19T22:17:07.746Z | [ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4476 | 2024-12-19T22:17:07.749Z | [ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO STEP 62 (remove_files) COMPLETE |
4477 | 2024-12-19T22:17:07.749Z | [ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-19T22:17:07.769Z | [ recovery-image] Dec 19 22:17:06.593 INFO O| Dec 19 22:17:06.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4479 | 2024-12-19T22:17:07.771Z | [ recovery-image] Dec 19 22:17:06.594 INFO O| Dec 19 22:17:06.594 INFO STEP 63 (remove_files) COMPLETE |
4480 | 2024-12-19T22:17:07.771Z | [ recovery-image] Dec 19 22:17:06.594 INFO O| Dec 19 22:17:06.594 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-19T22:17:07.791Z | [ recovery-image] Dec 19 22:17:06.615 INFO O| Dec 19 22:17:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4482 | 2024-12-19T22:17:07.793Z | [ recovery-image] Dec 19 22:17:06.616 INFO O| Dec 19 22:17:06.616 INFO STEP 64 (remove_files) COMPLETE |
4483 | 2024-12-19T22:17:07.793Z | [ recovery-image] Dec 19 22:17:06.616 INFO O| Dec 19 22:17:06.616 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-19T22:17:07.826Z | [ recovery-image] Dec 19 22:17:06.650 INFO O| Dec 19 22:17:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4485 | 2024-12-19T22:17:07.828Z | [ recovery-image] Dec 19 22:17:06.650 INFO O| Dec 19 22:17:06.650 INFO STEP 65 (remove_files) COMPLETE |
4486 | 2024-12-19T22:17:07.828Z | [ recovery-image] Dec 19 22:17:06.651 INFO O| Dec 19 22:17:06.650 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-19T22:17:07.848Z | [ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4488 | 2024-12-19T22:17:07.851Z | [ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO STEP 66 (remove_files) COMPLETE |
4489 | 2024-12-19T22:17:07.851Z | [ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-19T22:17:07.888Z | [ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4491 | 2024-12-19T22:17:07.890Z | [ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO STEP 67 (remove_files) COMPLETE |
4492 | 2024-12-19T22:17:07.890Z | [ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-19T22:17:07.927Z | [ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4494 | 2024-12-19T22:17:07.929Z | [ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO STEP 68 (remove_files) COMPLETE |
4495 | 2024-12-19T22:17:07.929Z | [ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-19T22:17:07.951Z | [ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4497 | 2024-12-19T22:17:07.953Z | [ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO STEP 69 (remove_files) COMPLETE |
4498 | 2024-12-19T22:17:07.953Z | [ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-19T22:17:07.973Z | [ recovery-image] Dec 19 22:17:06.797 INFO O| Dec 19 22:17:06.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4500 | 2024-12-19T22:17:07.973Z | [ recovery-image] Dec 19 22:17:06.798 INFO O| Dec 19 22:17:06.798 INFO STEP 70 (remove_files) COMPLETE |
4501 | 2024-12-19T22:17:07.973Z | [ recovery-image] Dec 19 22:17:06.798 INFO O| Dec 19 22:17:06.798 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-19T22:17:07.996Z | [ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4503 | 2024-12-19T22:17:07.996Z | [ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO STEP 71 (remove_files) COMPLETE |
4504 | 2024-12-19T22:17:07.996Z | [ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-19T22:17:08.027Z | [ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4506 | 2024-12-19T22:17:08.028Z | [ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO STEP 72 (remove_files) COMPLETE |
4507 | 2024-12-19T22:17:08.028Z | [ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-19T22:17:08.087Z | [ recovery-image] Dec 19 22:17:06.911 INFO O| Dec 19 22:17:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4509 | 2024-12-19T22:17:08.110Z | [ recovery-image] Dec 19 22:17:06.934 INFO O| Dec 19 22:17:06.934 INFO STEP 73 (remove_files) COMPLETE |
4510 | 2024-12-19T22:17:08.111Z | [ recovery-image] Dec 19 22:17:06.934 INFO O| Dec 19 22:17:06.934 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-19T22:17:08.149Z | [ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4512 | 2024-12-19T22:17:08.149Z | [ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO STEP 74 (remove_files) COMPLETE |
4513 | 2024-12-19T22:17:08.149Z | [ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-19T22:17:08.196Z | [ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4515 | 2024-12-19T22:17:08.199Z | [ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO STEP 75 (remove_files) COMPLETE |
4516 | 2024-12-19T22:17:08.199Z | [ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-19T22:17:08.219Z | [ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4518 | 2024-12-19T22:17:08.219Z | [ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO STEP 76 (remove_files) COMPLETE |
4519 | 2024-12-19T22:17:08.219Z | [ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-19T22:17:08.240Z | [ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4521 | 2024-12-19T22:17:08.240Z | [ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO STEP 77 (remove_files) COMPLETE |
4522 | 2024-12-19T22:17:08.240Z | [ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-19T22:17:08.261Z | [ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4524 | 2024-12-19T22:17:08.262Z | [ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO STEP 78 (remove_files) COMPLETE |
4525 | 2024-12-19T22:17:08.262Z | [ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-19T22:17:08.292Z | [ recovery-image] Dec 19 22:17:07.114 INFO O| Dec 19 22:17:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4527 | 2024-12-19T22:17:08.294Z | [ recovery-image] Dec 19 22:17:07.115 INFO O| Dec 19 22:17:07.114 INFO STEP 79 (remove_files) COMPLETE |
4528 | 2024-12-19T22:17:08.294Z | [ recovery-image] Dec 19 22:17:07.115 INFO O| Dec 19 22:17:07.115 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-19T22:17:08.324Z | [ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4530 | 2024-12-19T22:17:08.324Z | [ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO STEP 80 (remove_files) COMPLETE |
4531 | 2024-12-19T22:17:08.324Z | [ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-19T22:17:08.343Z | [ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4533 | 2024-12-19T22:17:08.343Z | [ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO STEP 81 (remove_files) COMPLETE |
4534 | 2024-12-19T22:17:08.343Z | [ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-19T22:17:08.365Z | [ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4536 | 2024-12-19T22:17:08.367Z | [ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO STEP 82 (remove_files) COMPLETE |
4537 | 2024-12-19T22:17:08.368Z | [ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-19T22:17:08.385Z | [ recovery-image] Dec 19 22:17:07.207 INFO O| Dec 19 22:17:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4539 | 2024-12-19T22:17:08.389Z | [ recovery-image] Dec 19 22:17:07.208 INFO O| Dec 19 22:17:07.208 INFO STEP 83 (remove_files) COMPLETE |
4540 | 2024-12-19T22:17:08.389Z | [ recovery-image] Dec 19 22:17:07.208 INFO O| Dec 19 22:17:07.208 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-19T22:17:08.407Z | [ recovery-image] Dec 19 22:17:07.229 INFO O| Dec 19 22:17:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4542 | 2024-12-19T22:17:08.410Z | [ recovery-image] Dec 19 22:17:07.230 INFO O| Dec 19 22:17:07.229 INFO STEP 84 (remove_files) COMPLETE |
4543 | 2024-12-19T22:17:08.410Z | [ recovery-image] Dec 19 22:17:07.230 INFO O| Dec 19 22:17:07.230 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-19T22:17:08.431Z | [ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4545 | 2024-12-19T22:17:08.433Z | [ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO STEP 85 (remove_files) COMPLETE |
4546 | 2024-12-19T22:17:08.433Z | [ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-19T22:17:08.470Z | [ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4548 | 2024-12-19T22:17:08.470Z | [ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO STEP 86 (remove_files) COMPLETE |
4549 | 2024-12-19T22:17:08.470Z | [ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-19T22:17:08.505Z | [ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4551 | 2024-12-19T22:17:08.505Z | [ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO STEP 87 (remove_files) COMPLETE |
4552 | 2024-12-19T22:17:08.505Z | [ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-19T22:17:08.526Z | [ recovery-image] Dec 19 22:17:07.348 INFO O| Dec 19 22:17:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4554 | 2024-12-19T22:17:08.549Z | [ recovery-image] Dec 19 22:17:07.368 INFO O| Dec 19 22:17:07.368 INFO STEP 88 (remove_files) COMPLETE |
4555 | 2024-12-19T22:17:08.549Z | [ recovery-image] Dec 19 22:17:07.368 INFO O| Dec 19 22:17:07.368 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-19T22:17:08.577Z | [ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4557 | 2024-12-19T22:17:08.577Z | [ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO STEP 89 (remove_files) COMPLETE |
4558 | 2024-12-19T22:17:08.580Z | [ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-19T22:17:08.654Z | [ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4560 | 2024-12-19T22:17:08.654Z | [ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO STEP 90 (remove_files) COMPLETE |
4561 | 2024-12-19T22:17:08.657Z | [ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-19T22:17:08.708Z | [ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4563 | 2024-12-19T22:17:08.708Z | [ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO STEP 91 (remove_files) COMPLETE |
4564 | 2024-12-19T22:17:08.708Z | [ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-19T22:17:08.732Z | [ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4566 | 2024-12-19T22:17:08.732Z | [ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO STEP 92 (remove_files) COMPLETE |
4567 | 2024-12-19T22:17:08.734Z | [ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-19T22:17:08.753Z | [ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4569 | 2024-12-19T22:17:08.753Z | [ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO STEP 93 (remove_files) COMPLETE |
4570 | 2024-12-19T22:17:08.753Z | [ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-19T22:17:08.787Z | [ recovery-image] Dec 19 22:17:07.606 INFO O| Dec 19 22:17:07.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4572 | 2024-12-19T22:17:08.789Z | [ recovery-image] Dec 19 22:17:07.608 INFO O| Dec 19 22:17:07.608 INFO STEP 94 (remove_files) COMPLETE |
4573 | 2024-12-19T22:17:08.790Z | [ recovery-image] Dec 19 22:17:07.608 INFO O| Dec 19 22:17:07.608 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-19T22:17:08.809Z | [ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4575 | 2024-12-19T22:17:08.812Z | [ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO STEP 95 (remove_files) COMPLETE |
4576 | 2024-12-19T22:17:08.812Z | [ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-19T22:17:08.830Z | [ recovery-image] Dec 19 22:17:07.650 INFO O| Dec 19 22:17:07.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4578 | 2024-12-19T22:17:08.833Z | [ recovery-image] Dec 19 22:17:07.651 INFO O| Dec 19 22:17:07.651 INFO STEP 96 (remove_files) COMPLETE |
4579 | 2024-12-19T22:17:08.833Z | [ recovery-image] Dec 19 22:17:07.651 INFO O| Dec 19 22:17:07.651 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-19T22:17:08.853Z | [ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4581 | 2024-12-19T22:17:08.856Z | [ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO STEP 97 (remove_files) COMPLETE |
4582 | 2024-12-19T22:17:08.856Z | [ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-19T22:17:08.875Z | [ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4584 | 2024-12-19T22:17:08.875Z | [ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO STEP 98 (remove_files) COMPLETE |
4585 | 2024-12-19T22:17:08.875Z | [ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-19T22:17:08.895Z | [ recovery-image] Dec 19 22:17:07.715 INFO O| Dec 19 22:17:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4587 | 2024-12-19T22:17:08.909Z | [ recovery-image] Dec 19 22:17:07.729 INFO O| Dec 19 22:17:07.729 INFO STEP 99 (remove_files) COMPLETE |
4588 | 2024-12-19T22:17:08.909Z | [ recovery-image] Dec 19 22:17:07.729 INFO O| Dec 19 22:17:07.729 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-19T22:17:08.967Z | [ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4590 | 2024-12-19T22:17:08.967Z | [ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO STEP 100 (remove_files) COMPLETE |
4591 | 2024-12-19T22:17:08.967Z | [ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-19T22:17:08.988Z | [ recovery-image] Dec 19 22:17:07.807 INFO O| Dec 19 22:17:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4593 | 2024-12-19T22:17:08.988Z | [ recovery-image] Dec 19 22:17:07.808 INFO O| Dec 19 22:17:07.808 INFO STEP 101 (remove_files) COMPLETE |
4594 | 2024-12-19T22:17:08.988Z | [ recovery-image] Dec 19 22:17:07.808 INFO O| Dec 19 22:17:07.808 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-19T22:17:09.008Z | [ recovery-image] Dec 19 22:17:07.828 INFO O| Dec 19 22:17:07.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4596 | 2024-12-19T22:17:09.026Z | [ recovery-image] Dec 19 22:17:07.846 INFO O| Dec 19 22:17:07.846 INFO STEP 102 (remove_files) COMPLETE |
4597 | 2024-12-19T22:17:09.026Z | [ recovery-image] Dec 19 22:17:07.846 INFO O| Dec 19 22:17:07.846 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-19T22:17:09.061Z | [ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4599 | 2024-12-19T22:17:09.061Z | [ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO STEP 103 (remove_files) COMPLETE |
4600 | 2024-12-19T22:17:09.061Z | [ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-19T22:17:09.098Z | [ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4602 | 2024-12-19T22:17:09.098Z | [ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO STEP 104 (remove_files) COMPLETE |
4603 | 2024-12-19T22:17:09.098Z | [ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-19T22:17:09.119Z | [ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4605 | 2024-12-19T22:17:09.119Z | [ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO STEP 105 (remove_files) COMPLETE |
4606 | 2024-12-19T22:17:09.119Z | [ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-19T22:17:09.167Z | [ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4608 | 2024-12-19T22:17:09.167Z | [ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO STEP 106 (remove_files) COMPLETE |
4609 | 2024-12-19T22:17:09.170Z | [ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-19T22:17:09.179Z | [ host-image] Dec 19 22:17:07.998 INFO O| Dec 19 22:17:07.998 INFO O| Download: 77/116 items 1.1/1.4MB 75% complete (5.6M/s) |
4611 | 2024-12-19T22:17:09.190Z | [ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4612 | 2024-12-19T22:17:09.190Z | [ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO STEP 107 (remove_files) COMPLETE |
4613 | 2024-12-19T22:17:09.190Z | [ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-19T22:17:09.222Z | [ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4615 | 2024-12-19T22:17:09.222Z | [ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO STEP 108 (remove_files) COMPLETE |
4616 | 2024-12-19T22:17:09.222Z | [ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-19T22:17:09.242Z | [ recovery-image] Dec 19 22:17:08.060 INFO O| Dec 19 22:17:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4618 | 2024-12-19T22:17:09.242Z | [ recovery-image] Dec 19 22:17:08.061 INFO O| Dec 19 22:17:08.060 INFO STEP 109 (remove_files) COMPLETE |
4619 | 2024-12-19T22:17:09.242Z | [ recovery-image] Dec 19 22:17:08.061 INFO O| Dec 19 22:17:08.060 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-19T22:17:09.261Z | [ recovery-image] Dec 19 22:17:08.079 INFO O| Dec 19 22:17:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4621 | 2024-12-19T22:17:09.261Z | [ recovery-image] Dec 19 22:17:08.080 INFO O| Dec 19 22:17:08.080 INFO STEP 110 (remove_files) COMPLETE |
4622 | 2024-12-19T22:17:09.265Z | [ recovery-image] Dec 19 22:17:08.080 INFO O| Dec 19 22:17:08.080 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-19T22:17:09.280Z | [ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4624 | 2024-12-19T22:17:09.280Z | [ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO STEP 111 (remove_files) COMPLETE |
4625 | 2024-12-19T22:17:09.283Z | [ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-19T22:17:09.299Z | [ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4627 | 2024-12-19T22:17:09.299Z | [ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO STEP 112 (remove_files) COMPLETE |
4628 | 2024-12-19T22:17:09.301Z | [ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-12-19T22:17:09.319Z | [ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4630 | 2024-12-19T22:17:09.319Z | [ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO STEP 113 (remove_files) COMPLETE |
4631 | 2024-12-19T22:17:09.322Z | [ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-12-19T22:17:09.341Z | [ recovery-image] Dec 19 22:17:08.159 INFO O| Dec 19 22:17:08.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4633 | 2024-12-19T22:17:09.341Z | [ recovery-image] Dec 19 22:17:08.160 INFO O| Dec 19 22:17:08.160 INFO STEP 114 (remove_files) COMPLETE |
4634 | 2024-12-19T22:17:09.341Z | [ recovery-image] Dec 19 22:17:08.160 INFO O| Dec 19 22:17:08.160 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-19T22:17:09.380Z | [ recovery-image] Dec 19 22:17:08.198 INFO O| Dec 19 22:17:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4636 | 2024-12-19T22:17:09.383Z | [ recovery-image] Dec 19 22:17:08.199 INFO O| Dec 19 22:17:08.199 INFO STEP 115 (remove_files) COMPLETE |
4637 | 2024-12-19T22:17:09.383Z | [ recovery-image] Dec 19 22:17:08.199 INFO O| Dec 19 22:17:08.199 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-19T22:17:09.403Z | [ recovery-image] Dec 19 22:17:08.221 INFO O| Dec 19 22:17:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4639 | 2024-12-19T22:17:09.406Z | [ recovery-image] Dec 19 22:17:08.221 INFO O| Dec 19 22:17:08.221 INFO STEP 116 (remove_files) COMPLETE |
4640 | 2024-12-19T22:17:09.406Z | [ recovery-image] Dec 19 22:17:08.222 INFO O| Dec 19 22:17:08.221 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-12-19T22:17:09.426Z | [ recovery-image] Dec 19 22:17:08.242 INFO O| Dec 19 22:17:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4642 | 2024-12-19T22:17:09.429Z | [ recovery-image] Dec 19 22:17:08.243 INFO O| Dec 19 22:17:08.243 INFO STEP 117 (remove_files) COMPLETE |
4643 | 2024-12-19T22:17:09.429Z | [ recovery-image] Dec 19 22:17:08.243 INFO O| Dec 19 22:17:08.243 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-12-19T22:17:09.445Z | [ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4645 | 2024-12-19T22:17:09.449Z | [ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.263 INFO STEP 118 (remove_files) COMPLETE |
4646 | 2024-12-19T22:17:09.449Z | [ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.263 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-19T22:17:09.465Z | [ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4648 | 2024-12-19T22:17:09.472Z | [ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO STEP 119 (remove_files) COMPLETE |
4649 | 2024-12-19T22:17:09.473Z | [ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-19T22:17:09.485Z | [ recovery-image] Dec 19 22:17:08.303 INFO O| Dec 19 22:17:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4651 | 2024-12-19T22:17:09.489Z | [ recovery-image] Dec 19 22:17:08.303 INFO O| Dec 19 22:17:08.303 INFO STEP 120 (remove_files) COMPLETE |
4652 | 2024-12-19T22:17:09.489Z | [ recovery-image] Dec 19 22:17:08.304 INFO O| Dec 19 22:17:08.303 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-19T22:17:09.505Z | [ recovery-image] Dec 19 22:17:08.323 INFO O| Dec 19 22:17:08.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4654 | 2024-12-19T22:17:09.525Z | [ recovery-image] Dec 19 22:17:08.342 INFO O| Dec 19 22:17:08.342 INFO STEP 121 (remove_files) COMPLETE |
4655 | 2024-12-19T22:17:09.525Z | [ recovery-image] Dec 19 22:17:08.342 INFO O| Dec 19 22:17:08.342 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-19T22:17:09.546Z | [ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4657 | 2024-12-19T22:17:09.549Z | [ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.364 INFO STEP 122 (remove_files) COMPLETE |
4658 | 2024-12-19T22:17:09.549Z | [ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.364 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-19T22:17:09.577Z | [ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4660 | 2024-12-19T22:17:09.577Z | [ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO STEP 123 (remove_files) COMPLETE |
4661 | 2024-12-19T22:17:09.579Z | [ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-19T22:17:09.599Z | [ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4663 | 2024-12-19T22:17:09.599Z | [ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO STEP 124 (remove_files) COMPLETE |
4664 | 2024-12-19T22:17:09.602Z | [ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-19T22:17:09.643Z | [ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4666 | 2024-12-19T22:17:09.643Z | [ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO STEP 125 (remove_files) COMPLETE |
4667 | 2024-12-19T22:17:09.646Z | [ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-19T22:17:09.684Z | [ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4669 | 2024-12-19T22:17:09.684Z | [ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO STEP 126 (remove_files) COMPLETE |
4670 | 2024-12-19T22:17:09.684Z | [ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-19T22:17:09.705Z | [ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4672 | 2024-12-19T22:17:09.705Z | [ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO STEP 127 (remove_files) COMPLETE |
4673 | 2024-12-19T22:17:09.705Z | [ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-19T22:17:09.726Z | [ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4675 | 2024-12-19T22:17:09.727Z | [ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO STEP 128 (remove_files) COMPLETE |
4676 | 2024-12-19T22:17:09.730Z | [ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-19T22:17:09.748Z | [ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4678 | 2024-12-19T22:17:09.748Z | [ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO STEP 129 (remove_files) COMPLETE |
4679 | 2024-12-19T22:17:09.748Z | [ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-19T22:17:09.789Z | [ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4681 | 2024-12-19T22:17:09.792Z | [ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO STEP 130 (remove_files) COMPLETE |
4682 | 2024-12-19T22:17:09.792Z | [ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-19T22:17:09.812Z | [ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4684 | 2024-12-19T22:17:09.812Z | [ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO STEP 131 (remove_files) COMPLETE |
4685 | 2024-12-19T22:17:09.812Z | [ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-19T22:17:09.834Z | [ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4687 | 2024-12-19T22:17:09.834Z | [ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO STEP 132 (remove_files) COMPLETE |
4688 | 2024-12-19T22:17:09.836Z | [ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-19T22:17:09.853Z | [ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4690 | 2024-12-19T22:17:09.853Z | [ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO STEP 133 (remove_files) COMPLETE |
4691 | 2024-12-19T22:17:09.853Z | [ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-19T22:17:09.875Z | [ recovery-image] Dec 19 22:17:08.690 INFO O| Dec 19 22:17:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4693 | 2024-12-19T22:17:09.875Z | [ recovery-image] Dec 19 22:17:08.691 INFO O| Dec 19 22:17:08.691 INFO STEP 134 (remove_files) COMPLETE |
4694 | 2024-12-19T22:17:09.875Z | [ recovery-image] Dec 19 22:17:08.691 INFO O| Dec 19 22:17:08.691 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-19T22:17:09.900Z | [ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4696 | 2024-12-19T22:17:09.900Z | [ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO STEP 135 (remove_files) COMPLETE |
4697 | 2024-12-19T22:17:09.900Z | [ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-19T22:17:09.960Z | [ recovery-image] Dec 19 22:17:08.774 INFO O| Dec 19 22:17:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4699 | 2024-12-19T22:17:09.960Z | [ recovery-image] Dec 19 22:17:08.775 INFO O| Dec 19 22:17:08.775 INFO STEP 136 (remove_files) COMPLETE |
4700 | 2024-12-19T22:17:09.960Z | [ recovery-image] Dec 19 22:17:08.775 INFO O| Dec 19 22:17:08.775 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-19T22:17:09.981Z | [ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4702 | 2024-12-19T22:17:09.981Z | [ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO STEP 137 (remove_files) COMPLETE |
4703 | 2024-12-19T22:17:09.981Z | [ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-19T22:17:10.003Z | [ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4705 | 2024-12-19T22:17:10.003Z | [ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO STEP 138 (remove_files) COMPLETE |
4706 | 2024-12-19T22:17:10.005Z | [ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-19T22:17:10.023Z | [ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4708 | 2024-12-19T22:17:10.023Z | [ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.839 INFO STEP 139 (remove_files) COMPLETE |
4709 | 2024-12-19T22:17:10.026Z | [ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.839 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-19T22:17:10.061Z | [ recovery-image] Dec 19 22:17:08.876 INFO O| Dec 19 22:17:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4711 | 2024-12-19T22:17:10.081Z | [ recovery-image] Dec 19 22:17:08.896 INFO O| Dec 19 22:17:08.896 INFO STEP 140 (remove_files) COMPLETE |
4712 | 2024-12-19T22:17:10.084Z | [ recovery-image] Dec 19 22:17:08.896 INFO O| Dec 19 22:17:08.896 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-19T22:17:10.103Z | [ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4714 | 2024-12-19T22:17:10.103Z | [ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.918 INFO STEP 141 (remove_files) COMPLETE |
4715 | 2024-12-19T22:17:10.106Z | [ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.918 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-19T22:17:10.124Z | [ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4717 | 2024-12-19T22:17:10.124Z | [ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO STEP 142 (remove_files) COMPLETE |
4718 | 2024-12-19T22:17:10.127Z | [ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-19T22:17:10.146Z | [ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4720 | 2024-12-19T22:17:10.146Z | [ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO STEP 143 (remove_files) COMPLETE |
4721 | 2024-12-19T22:17:10.148Z | [ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-19T22:17:10.167Z | [ recovery-image] Dec 19 22:17:08.981 INFO O| Dec 19 22:17:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4723 | 2024-12-19T22:17:10.170Z | [ recovery-image] Dec 19 22:17:08.982 INFO O| Dec 19 22:17:08.982 INFO STEP 144 (remove_files) COMPLETE |
4724 | 2024-12-19T22:17:10.170Z | [ recovery-image] Dec 19 22:17:08.982 INFO O| Dec 19 22:17:08.982 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-19T22:17:10.190Z | [ recovery-image] Dec 19 22:17:09.004 INFO O| Dec 19 22:17:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4726 | 2024-12-19T22:17:10.192Z | [ recovery-image] Dec 19 22:17:09.005 INFO O| Dec 19 22:17:09.005 INFO STEP 145 (remove_files) COMPLETE |
4727 | 2024-12-19T22:17:10.192Z | [ recovery-image] Dec 19 22:17:09.005 INFO O| Dec 19 22:17:09.005 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-19T22:17:10.212Z | [ recovery-image] Dec 19 22:17:09.026 INFO O| Dec 19 22:17:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4729 | 2024-12-19T22:17:10.212Z | [ recovery-image] Dec 19 22:17:09.027 INFO O| Dec 19 22:17:09.027 INFO STEP 146 (remove_files) COMPLETE |
4730 | 2024-12-19T22:17:10.212Z | [ recovery-image] Dec 19 22:17:09.027 INFO O| Dec 19 22:17:09.027 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-19T22:17:10.273Z | [ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4732 | 2024-12-19T22:17:10.273Z | [ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO STEP 147 (remove_files) COMPLETE |
4733 | 2024-12-19T22:17:10.273Z | [ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-19T22:17:10.293Z | [ recovery-image] Dec 19 22:17:09.107 INFO O| Dec 19 22:17:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4735 | 2024-12-19T22:17:10.310Z | [ recovery-image] Dec 19 22:17:09.124 INFO O| Dec 19 22:17:09.124 INFO STEP 148 (remove_files) COMPLETE |
4736 | 2024-12-19T22:17:10.310Z | [ recovery-image] Dec 19 22:17:09.124 INFO O| Dec 19 22:17:09.124 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-19T22:17:10.343Z | [ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4738 | 2024-12-19T22:17:10.346Z | [ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.158 INFO STEP 149 (remove_files) COMPLETE |
4739 | 2024-12-19T22:17:10.346Z | [ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.158 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-19T22:17:10.366Z | [ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4741 | 2024-12-19T22:17:10.367Z | [ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.180 INFO STEP 150 (remove_files) COMPLETE |
4742 | 2024-12-19T22:17:10.369Z | [ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.180 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-19T22:17:10.403Z | [ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4744 | 2024-12-19T22:17:10.404Z | [ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO STEP 151 (remove_files) COMPLETE |
4745 | 2024-12-19T22:17:10.404Z | [ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-19T22:17:10.426Z | [ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4747 | 2024-12-19T22:17:10.426Z | [ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO STEP 152 (remove_files) COMPLETE |
4748 | 2024-12-19T22:17:10.426Z | [ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-19T22:17:10.446Z | [ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4750 | 2024-12-19T22:17:10.446Z | [ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO STEP 153 (remove_files) COMPLETE |
4751 | 2024-12-19T22:17:10.448Z | [ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-19T22:17:10.482Z | [ recovery-image] Dec 19 22:17:09.295 INFO O| Dec 19 22:17:09.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4753 | 2024-12-19T22:17:10.482Z | [ recovery-image] Dec 19 22:17:09.296 INFO O| Dec 19 22:17:09.295 INFO STEP 154 (remove_files) COMPLETE |
4754 | 2024-12-19T22:17:10.482Z | [ recovery-image] Dec 19 22:17:09.296 INFO O| Dec 19 22:17:09.296 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-19T22:17:10.503Z | [ recovery-image] Dec 19 22:17:09.316 INFO O| Dec 19 22:17:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4756 | 2024-12-19T22:17:10.503Z | [ recovery-image] Dec 19 22:17:09.317 INFO O| Dec 19 22:17:09.317 INFO STEP 155 (remove_files) COMPLETE |
4757 | 2024-12-19T22:17:10.506Z | [ recovery-image] Dec 19 22:17:09.317 INFO O| Dec 19 22:17:09.317 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-19T22:17:10.524Z | [ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4759 | 2024-12-19T22:17:10.524Z | [ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO STEP 156 (remove_files) COMPLETE |
4760 | 2024-12-19T22:17:10.524Z | [ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-19T22:17:10.545Z | [ recovery-image] Dec 19 22:17:09.358 INFO O| Dec 19 22:17:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4762 | 2024-12-19T22:17:10.545Z | [ recovery-image] Dec 19 22:17:09.359 INFO O| Dec 19 22:17:09.358 INFO STEP 157 (remove_files) COMPLETE |
4763 | 2024-12-19T22:17:10.548Z | [ recovery-image] Dec 19 22:17:09.359 INFO O| Dec 19 22:17:09.359 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-19T22:17:10.566Z | [ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4765 | 2024-12-19T22:17:10.566Z | [ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO STEP 158 (remove_files) COMPLETE |
4766 | 2024-12-19T22:17:10.568Z | [ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-19T22:17:10.586Z | [ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4768 | 2024-12-19T22:17:10.586Z | [ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO STEP 159 (remove_files) COMPLETE |
4769 | 2024-12-19T22:17:10.589Z | [ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-19T22:17:10.628Z | [ recovery-image] Dec 19 22:17:09.440 INFO O| Dec 19 22:17:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4771 | 2024-12-19T22:17:10.632Z | [ recovery-image] Dec 19 22:17:09.441 INFO O| Dec 19 22:17:09.441 INFO STEP 160 (remove_files) COMPLETE |
4772 | 2024-12-19T22:17:10.632Z | [ recovery-image] Dec 19 22:17:09.441 INFO O| Dec 19 22:17:09.441 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-19T22:17:10.650Z | [ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4774 | 2024-12-19T22:17:10.653Z | [ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO STEP 161 (remove_files) COMPLETE |
4775 | 2024-12-19T22:17:10.653Z | [ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-19T22:17:10.671Z | [ recovery-image] Dec 19 22:17:09.483 INFO O| Dec 19 22:17:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4777 | 2024-12-19T22:17:10.673Z | [ recovery-image] Dec 19 22:17:09.484 INFO O| Dec 19 22:17:09.484 INFO STEP 162 (remove_files) COMPLETE |
4778 | 2024-12-19T22:17:10.673Z | [ recovery-image] Dec 19 22:17:09.484 INFO O| Dec 19 22:17:09.484 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-19T22:17:10.692Z | [ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4780 | 2024-12-19T22:17:10.694Z | [ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO STEP 163 (remove_files) COMPLETE |
4781 | 2024-12-19T22:17:10.694Z | [ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-19T22:17:10.729Z | [ recovery-image] Dec 19 22:17:09.523 INFO O| Dec 19 22:17:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4783 | 2024-12-19T22:17:10.729Z | [ recovery-image] Dec 19 22:17:09.524 INFO O| Dec 19 22:17:09.524 INFO STEP 164 (remove_files) COMPLETE |
4784 | 2024-12-19T22:17:10.761Z | [ recovery-image] Dec 19 22:17:09.524 INFO O| Dec 19 22:17:09.524 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-19T22:17:10.780Z | [ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4786 | 2024-12-19T22:17:10.780Z | [ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO STEP 165 (remove_files) COMPLETE |
4787 | 2024-12-19T22:17:10.780Z | [ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-19T22:17:10.794Z | [ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4789 | 2024-12-19T22:17:10.794Z | [ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO STEP 166 (remove_files) COMPLETE |
4790 | 2024-12-19T22:17:10.813Z | [ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-19T22:17:10.854Z | [ recovery-image] Dec 19 22:17:09.618 INFO O| Dec 19 22:17:09.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4792 | 2024-12-19T22:17:10.854Z | [ recovery-image] Dec 19 22:17:09.618 INFO O| Dec 19 22:17:09.618 INFO STEP 167 (remove_files) COMPLETE |
4793 | 2024-12-19T22:17:10.854Z | [ recovery-image] Dec 19 22:17:09.619 INFO O| Dec 19 22:17:09.618 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-19T22:17:10.871Z | [ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4795 | 2024-12-19T22:17:10.871Z | [ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO STEP 168 (remove_files) COMPLETE |
4796 | 2024-12-19T22:17:10.871Z | [ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-19T22:17:10.880Z | [ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4798 | 2024-12-19T22:17:10.880Z | [ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO STEP 169 (remove_files) COMPLETE |
4799 | 2024-12-19T22:17:10.880Z | [ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-19T22:17:10.906Z | [ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4801 | 2024-12-19T22:17:10.907Z | [ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.718 INFO STEP 170 (remove_files) COMPLETE |
4802 | 2024-12-19T22:17:10.907Z | [ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.718 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-19T22:17:10.927Z | [ recovery-image] Dec 19 22:17:09.738 INFO O| Dec 19 22:17:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4804 | 2024-12-19T22:17:10.927Z | [ recovery-image] Dec 19 22:17:09.739 INFO O| Dec 19 22:17:09.739 INFO STEP 171 (remove_files) COMPLETE |
4805 | 2024-12-19T22:17:10.930Z | [ recovery-image] Dec 19 22:17:09.739 INFO O| Dec 19 22:17:09.739 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-19T22:17:10.948Z | [ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4807 | 2024-12-19T22:17:10.948Z | [ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO STEP 172 (remove_files) COMPLETE |
4808 | 2024-12-19T22:17:10.951Z | [ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-19T22:17:10.980Z | [ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4810 | 2024-12-19T22:17:10.980Z | [ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO STEP 173 (remove_files) COMPLETE |
4811 | 2024-12-19T22:17:10.988Z | [ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-19T22:17:11.002Z | [ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4813 | 2024-12-19T22:17:11.002Z | [ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO STEP 174 (remove_files) COMPLETE |
4814 | 2024-12-19T22:17:11.002Z | [ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-19T22:17:11.023Z | [ recovery-image] Dec 19 22:17:09.833 INFO O| Dec 19 22:17:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4816 | 2024-12-19T22:17:11.023Z | [ recovery-image] Dec 19 22:17:09.834 INFO O| Dec 19 22:17:09.833 INFO STEP 175 (remove_files) COMPLETE |
4817 | 2024-12-19T22:17:11.023Z | [ recovery-image] Dec 19 22:17:09.834 INFO O| Dec 19 22:17:09.833 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-19T22:17:11.043Z | [ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4819 | 2024-12-19T22:17:11.043Z | [ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO STEP 176 (remove_files) COMPLETE |
4820 | 2024-12-19T22:17:11.043Z | [ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-19T22:17:11.078Z | [ recovery-image] Dec 19 22:17:09.889 INFO O| Dec 19 22:17:09.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4822 | 2024-12-19T22:17:11.093Z | [ recovery-image] Dec 19 22:17:09.903 INFO O| Dec 19 22:17:09.903 INFO STEP 177 (remove_files) COMPLETE |
4823 | 2024-12-19T22:17:11.093Z | [ recovery-image] Dec 19 22:17:09.903 INFO O| Dec 19 22:17:09.903 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-19T22:17:11.150Z | [ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4825 | 2024-12-19T22:17:11.150Z | [ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO STEP 178 (remove_files) COMPLETE |
4826 | 2024-12-19T22:17:11.150Z | [ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-19T22:17:11.172Z | [ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4828 | 2024-12-19T22:17:11.172Z | [ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.982 INFO STEP 179 (remove_files) COMPLETE |
4829 | 2024-12-19T22:17:11.172Z | [ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.982 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-19T22:17:11.193Z | [ recovery-image] Dec 19 22:17:10.002 INFO O| Dec 19 22:17:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4831 | 2024-12-19T22:17:11.193Z | [ recovery-image] Dec 19 22:17:10.003 INFO O| Dec 19 22:17:10.002 INFO STEP 180 (remove_files) COMPLETE |
4832 | 2024-12-19T22:17:11.193Z | [ recovery-image] Dec 19 22:17:10.003 INFO O| Dec 19 22:17:10.002 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-19T22:17:11.213Z | [ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4834 | 2024-12-19T22:17:11.213Z | [ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO STEP 181 (remove_files) COMPLETE |
4835 | 2024-12-19T22:17:11.213Z | [ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-19T22:17:11.233Z | [ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4837 | 2024-12-19T22:17:11.233Z | [ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO STEP 182 (remove_files) COMPLETE |
4838 | 2024-12-19T22:17:11.234Z | [ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-19T22:17:11.257Z | [ recovery-image] Dec 19 22:17:10.067 INFO O| Dec 19 22:17:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4840 | 2024-12-19T22:17:11.276Z | [ recovery-image] Dec 19 22:17:10.086 INFO O| Dec 19 22:17:10.086 INFO STEP 183 (remove_files) COMPLETE |
4841 | 2024-12-19T22:17:11.276Z | [ recovery-image] Dec 19 22:17:10.086 INFO O| Dec 19 22:17:10.086 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-19T22:17:11.298Z | [ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4843 | 2024-12-19T22:17:11.301Z | [ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO STEP 184 (remove_files) COMPLETE |
4844 | 2024-12-19T22:17:11.301Z | [ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-19T22:17:11.318Z | [ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4846 | 2024-12-19T22:17:11.318Z | [ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO STEP 185 (remove_files) COMPLETE |
4847 | 2024-12-19T22:17:11.321Z | [ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-19T22:17:11.346Z | [ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4849 | 2024-12-19T22:17:11.346Z | [ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO STEP 186 (remove_files) COMPLETE |
4850 | 2024-12-19T22:17:11.348Z | [ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-19T22:17:11.381Z | [ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4852 | 2024-12-19T22:17:11.381Z | [ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO STEP 187 (remove_files) COMPLETE |
4853 | 2024-12-19T22:17:11.381Z | [ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-19T22:17:11.414Z | [ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4855 | 2024-12-19T22:17:11.414Z | [ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO STEP 188 (remove_files) COMPLETE |
4856 | 2024-12-19T22:17:11.414Z | [ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-19T22:17:11.434Z | [ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4858 | 2024-12-19T22:17:11.434Z | [ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO STEP 189 (remove_files) COMPLETE |
4859 | 2024-12-19T22:17:11.434Z | [ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-19T22:17:11.455Z | [ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4861 | 2024-12-19T22:17:11.455Z | [ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO STEP 190 (remove_files) COMPLETE |
4862 | 2024-12-19T22:17:11.458Z | [ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-19T22:17:11.477Z | [ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4864 | 2024-12-19T22:17:11.477Z | [ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO STEP 191 (remove_files) COMPLETE |
4865 | 2024-12-19T22:17:11.477Z | [ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-19T22:17:11.496Z | [ recovery-image] Dec 19 22:17:10.305 INFO O| Dec 19 22:17:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4867 | 2024-12-19T22:17:11.496Z | [ recovery-image] Dec 19 22:17:10.306 INFO O| Dec 19 22:17:10.305 INFO STEP 192 (remove_files) COMPLETE |
4868 | 2024-12-19T22:17:11.499Z | [ recovery-image] Dec 19 22:17:10.306 INFO O| Dec 19 22:17:10.306 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-19T22:17:11.517Z | [ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4870 | 2024-12-19T22:17:11.517Z | [ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO STEP 193 (remove_files) COMPLETE |
4871 | 2024-12-19T22:17:11.517Z | [ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-19T22:17:11.536Z | [ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4873 | 2024-12-19T22:17:11.536Z | [ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO STEP 194 (remove_files) COMPLETE |
4874 | 2024-12-19T22:17:11.539Z | [ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-19T22:17:11.556Z | [ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4876 | 2024-12-19T22:17:11.559Z | [ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO STEP 195 (remove_files) COMPLETE |
4877 | 2024-12-19T22:17:11.559Z | [ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-19T22:17:11.577Z | [ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4879 | 2024-12-19T22:17:11.577Z | [ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO STEP 196 (remove_files) COMPLETE |
4880 | 2024-12-19T22:17:11.578Z | [ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-19T22:17:11.600Z | [ recovery-image] Dec 19 22:17:10.408 INFO O| Dec 19 22:17:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4882 | 2024-12-19T22:17:11.600Z | [ recovery-image] Dec 19 22:17:10.408 INFO O| Dec 19 22:17:10.408 INFO STEP 197 (remove_files) COMPLETE |
4883 | 2024-12-19T22:17:11.602Z | [ recovery-image] Dec 19 22:17:10.409 INFO O| Dec 19 22:17:10.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-19T22:17:11.631Z | [ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4885 | 2024-12-19T22:17:11.634Z | [ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO STEP 198 (remove_files) COMPLETE |
4886 | 2024-12-19T22:17:11.634Z | [ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-19T22:17:11.654Z | [ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4888 | 2024-12-19T22:17:11.656Z | [ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO STEP 199 (remove_files) COMPLETE |
4889 | 2024-12-19T22:17:11.656Z | [ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-19T22:17:11.676Z | [ recovery-image] Dec 19 22:17:10.484 INFO O| Dec 19 22:17:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4891 | 2024-12-19T22:17:11.678Z | [ recovery-image] Dec 19 22:17:10.484 INFO O| Dec 19 22:17:10.484 INFO STEP 200 (remove_files) COMPLETE |
4892 | 2024-12-19T22:17:11.678Z | [ recovery-image] Dec 19 22:17:10.485 INFO O| Dec 19 22:17:10.484 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-19T22:17:11.699Z | [ recovery-image] Dec 19 22:17:10.507 INFO O| Dec 19 22:17:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4894 | 2024-12-19T22:17:11.702Z | [ recovery-image] Dec 19 22:17:10.508 INFO O| Dec 19 22:17:10.508 INFO STEP 201 (remove_files) COMPLETE |
4895 | 2024-12-19T22:17:11.702Z | [ recovery-image] Dec 19 22:17:10.508 INFO O| Dec 19 22:17:10.508 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-19T22:17:11.722Z | [ recovery-image] Dec 19 22:17:10.530 INFO O| Dec 19 22:17:10.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4897 | 2024-12-19T22:17:11.725Z | [ recovery-image] Dec 19 22:17:10.531 INFO O| Dec 19 22:17:10.531 INFO STEP 202 (remove_files) COMPLETE |
4898 | 2024-12-19T22:17:11.725Z | [ recovery-image] Dec 19 22:17:10.531 INFO O| Dec 19 22:17:10.531 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-19T22:17:11.754Z | [ recovery-image] Dec 19 22:17:10.562 INFO O| Dec 19 22:17:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4900 | 2024-12-19T22:17:11.774Z | [ recovery-image] Dec 19 22:17:10.582 INFO O| Dec 19 22:17:10.582 INFO STEP 203 (remove_files) COMPLETE |
4901 | 2024-12-19T22:17:11.774Z | [ recovery-image] Dec 19 22:17:10.582 INFO O| Dec 19 22:17:10.582 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-19T22:17:11.796Z | [ recovery-image] Dec 19 22:17:10.604 INFO O| Dec 19 22:17:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4903 | 2024-12-19T22:17:11.799Z | [ recovery-image] Dec 19 22:17:10.604 INFO O| Dec 19 22:17:10.604 INFO STEP 204 (remove_files) COMPLETE |
4904 | 2024-12-19T22:17:11.799Z | [ recovery-image] Dec 19 22:17:10.605 INFO O| Dec 19 22:17:10.604 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-19T22:17:11.818Z | [ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4906 | 2024-12-19T22:17:11.820Z | [ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.626 INFO STEP 205 (remove_files) COMPLETE |
4907 | 2024-12-19T22:17:11.820Z | [ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.626 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-19T22:17:11.840Z | [ recovery-image] Dec 19 22:17:10.647 INFO O| Dec 19 22:17:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4909 | 2024-12-19T22:17:11.842Z | [ recovery-image] Dec 19 22:17:10.648 INFO O| Dec 19 22:17:10.647 INFO STEP 206 (remove_files) COMPLETE |
4910 | 2024-12-19T22:17:11.842Z | [ recovery-image] Dec 19 22:17:10.648 INFO O| Dec 19 22:17:10.648 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-19T22:17:11.863Z | [ recovery-image] Dec 19 22:17:10.670 INFO O| Dec 19 22:17:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4912 | 2024-12-19T22:17:11.866Z | [ recovery-image] Dec 19 22:17:10.671 INFO O| Dec 19 22:17:10.671 INFO STEP 207 (remove_files) COMPLETE |
4913 | 2024-12-19T22:17:11.866Z | [ recovery-image] Dec 19 22:17:10.671 INFO O| Dec 19 22:17:10.671 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-19T22:17:11.899Z | [ recovery-image] Dec 19 22:17:10.706 INFO O| Dec 19 22:17:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4915 | 2024-12-19T22:17:11.919Z | [ recovery-image] Dec 19 22:17:10.726 INFO O| Dec 19 22:17:10.726 INFO STEP 208 (remove_files) COMPLETE |
4916 | 2024-12-19T22:17:11.919Z | [ recovery-image] Dec 19 22:17:10.726 INFO O| Dec 19 22:17:10.726 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-19T22:17:11.975Z | [ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4918 | 2024-12-19T22:17:11.975Z | [ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO STEP 209 (remove_files) COMPLETE |
4919 | 2024-12-19T22:17:11.977Z | [ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-19T22:17:12.035Z | [ recovery-image] Dec 19 22:17:10.841 INFO O| Dec 19 22:17:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4921 | 2024-12-19T22:17:12.035Z | [ recovery-image] Dec 19 22:17:10.842 INFO O| Dec 19 22:17:10.842 INFO STEP 210 (remove_files) COMPLETE |
4922 | 2024-12-19T22:17:12.037Z | [ recovery-image] Dec 19 22:17:10.842 INFO O| Dec 19 22:17:10.842 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-19T22:17:12.055Z | [ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4924 | 2024-12-19T22:17:12.056Z | [ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO STEP 211 (remove_files) COMPLETE |
4925 | 2024-12-19T22:17:12.056Z | [ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-19T22:17:12.075Z | [ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4927 | 2024-12-19T22:17:12.076Z | [ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO STEP 212 (remove_files) COMPLETE |
4928 | 2024-12-19T22:17:12.078Z | [ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-19T22:17:12.108Z | [ recovery-image] Dec 19 22:17:10.914 INFO O| Dec 19 22:17:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4930 | 2024-12-19T22:17:12.108Z | [ recovery-image] Dec 19 22:17:10.914 INFO O| Dec 19 22:17:10.914 INFO STEP 213 (remove_files) COMPLETE |
4931 | 2024-12-19T22:17:12.108Z | [ recovery-image] Dec 19 22:17:10.915 INFO O| Dec 19 22:17:10.914 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-19T22:17:12.129Z | [ recovery-image] Dec 19 22:17:10.935 INFO O| Dec 19 22:17:10.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4933 | 2024-12-19T22:17:12.129Z | [ recovery-image] Dec 19 22:17:10.936 INFO O| Dec 19 22:17:10.935 INFO STEP 214 (remove_files) COMPLETE |
4934 | 2024-12-19T22:17:12.129Z | [ recovery-image] Dec 19 22:17:10.936 INFO O| Dec 19 22:17:10.935 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-19T22:17:12.149Z | [ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4936 | 2024-12-19T22:17:12.149Z | [ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO STEP 215 (remove_files) COMPLETE |
4937 | 2024-12-19T22:17:12.149Z | [ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-19T22:17:12.169Z | [ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4939 | 2024-12-19T22:17:12.169Z | [ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO STEP 216 (remove_files) COMPLETE |
4940 | 2024-12-19T22:17:12.169Z | [ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-19T22:17:12.190Z | [ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4942 | 2024-12-19T22:17:12.190Z | [ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO STEP 217 (remove_files) COMPLETE |
4943 | 2024-12-19T22:17:12.190Z | [ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-19T22:17:12.248Z | [ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4945 | 2024-12-19T22:17:12.248Z | [ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO STEP 218 (remove_files) COMPLETE |
4946 | 2024-12-19T22:17:12.249Z | [ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-19T22:17:12.289Z | [ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4948 | 2024-12-19T22:17:12.292Z | [ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO STEP 219 (remove_files) COMPLETE |
4949 | 2024-12-19T22:17:12.292Z | [ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-19T22:17:12.310Z | [ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4951 | 2024-12-19T22:17:12.310Z | [ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO STEP 220 (remove_files) COMPLETE |
4952 | 2024-12-19T22:17:12.310Z | [ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-19T22:17:12.332Z | [ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4954 | 2024-12-19T22:17:12.332Z | [ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO STEP 221 (remove_files) COMPLETE |
4955 | 2024-12-19T22:17:12.332Z | [ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-19T22:17:12.355Z | [ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4957 | 2024-12-19T22:17:12.355Z | [ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO STEP 222 (remove_files) COMPLETE |
4958 | 2024-12-19T22:17:12.355Z | [ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-19T22:17:12.402Z | [ recovery-image] Dec 19 22:17:11.207 INFO O| Dec 19 22:17:11.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4960 | 2024-12-19T22:17:12.422Z | [ recovery-image] Dec 19 22:17:11.227 INFO O| Dec 19 22:17:11.227 INFO STEP 223 (remove_files) COMPLETE |
4961 | 2024-12-19T22:17:12.422Z | [ recovery-image] Dec 19 22:17:11.227 INFO O| Dec 19 22:17:11.227 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-19T22:17:12.458Z | [ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4963 | 2024-12-19T22:17:12.461Z | [ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.264 INFO STEP 224 (remove_files) COMPLETE |
4964 | 2024-12-19T22:17:12.461Z | [ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.264 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-19T22:17:12.478Z | [ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4966 | 2024-12-19T22:17:12.480Z | [ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO STEP 225 (remove_files) COMPLETE |
4967 | 2024-12-19T22:17:12.480Z | [ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-19T22:17:12.498Z | [ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4969 | 2024-12-19T22:17:12.500Z | [ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.303 INFO STEP 226 (remove_files) COMPLETE |
4970 | 2024-12-19T22:17:12.500Z | [ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.303 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-19T22:17:12.516Z | [ recovery-image] Dec 19 22:17:11.321 INFO O| Dec 19 22:17:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4972 | 2024-12-19T22:17:12.519Z | [ recovery-image] Dec 19 22:17:11.322 INFO O| Dec 19 22:17:11.322 INFO STEP 227 (remove_files) COMPLETE |
4973 | 2024-12-19T22:17:12.519Z | [ recovery-image] Dec 19 22:17:11.322 INFO O| Dec 19 22:17:11.322 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-19T22:17:12.546Z | [ recovery-image] Dec 19 22:17:11.351 INFO O| Dec 19 22:17:11.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4975 | 2024-12-19T22:17:12.549Z | [ recovery-image] Dec 19 22:17:11.351 INFO O| Dec 19 22:17:11.351 INFO STEP 228 (remove_files) COMPLETE |
4976 | 2024-12-19T22:17:12.549Z | [ recovery-image] Dec 19 22:17:11.352 INFO O| Dec 19 22:17:11.352 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-19T22:17:12.567Z | [ recovery-image] Dec 19 22:17:11.371 INFO O| Dec 19 22:17:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4978 | 2024-12-19T22:17:12.567Z | [ recovery-image] Dec 19 22:17:11.371 INFO O| Dec 19 22:17:11.371 INFO STEP 229 (remove_files) COMPLETE |
4979 | 2024-12-19T22:17:12.570Z | [ recovery-image] Dec 19 22:17:11.372 INFO O| Dec 19 22:17:11.372 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-19T22:17:12.587Z | [ recovery-image] Dec 19 22:17:11.390 INFO O| Dec 19 22:17:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4981 | 2024-12-19T22:17:12.590Z | [ recovery-image] Dec 19 22:17:11.391 INFO O| Dec 19 22:17:11.390 INFO STEP 230 (remove_files) COMPLETE |
4982 | 2024-12-19T22:17:12.590Z | [ recovery-image] Dec 19 22:17:11.391 INFO O| Dec 19 22:17:11.391 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-19T22:17:12.606Z | [ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4984 | 2024-12-19T22:17:12.609Z | [ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO STEP 231 (remove_files) COMPLETE |
4985 | 2024-12-19T22:17:12.609Z | [ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-19T22:17:12.627Z | [ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4987 | 2024-12-19T22:17:12.630Z | [ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.432 INFO STEP 232 (remove_files) COMPLETE |
4988 | 2024-12-19T22:17:12.630Z | [ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.432 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-19T22:17:12.648Z | [ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4990 | 2024-12-19T22:17:12.651Z | [ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.453 INFO STEP 233 (remove_files) COMPLETE |
4991 | 2024-12-19T22:17:12.651Z | [ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.453 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-19T22:17:12.668Z | [ recovery-image] Dec 19 22:17:11.472 INFO O| Dec 19 22:17:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4993 | 2024-12-19T22:17:12.668Z | [ recovery-image] Dec 19 22:17:11.472 INFO O| Dec 19 22:17:11.472 INFO STEP 234 (remove_files) COMPLETE |
4994 | 2024-12-19T22:17:12.671Z | [ recovery-image] Dec 19 22:17:11.473 INFO O| Dec 19 22:17:11.473 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-19T22:17:12.722Z | [ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4996 | 2024-12-19T22:17:12.725Z | [ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO STEP 235 (remove_files) COMPLETE |
4997 | 2024-12-19T22:17:12.725Z | [ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-19T22:17:12.743Z | [ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4999 | 2024-12-19T22:17:12.745Z | [ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.547 INFO STEP 236 (remove_files) COMPLETE |
5000 | 2024-12-19T22:17:12.745Z | [ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.547 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-19T22:17:12.763Z | [ recovery-image] Dec 19 22:17:11.566 INFO O| Dec 19 22:17:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5002 | 2024-12-19T22:17:12.763Z | [ recovery-image] Dec 19 22:17:11.566 INFO O| Dec 19 22:17:11.566 INFO STEP 237 (remove_files) COMPLETE |
5003 | 2024-12-19T22:17:12.765Z | [ recovery-image] Dec 19 22:17:11.567 INFO O| Dec 19 22:17:11.566 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-19T22:17:12.782Z | [ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5005 | 2024-12-19T22:17:12.786Z | [ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.586 INFO STEP 238 (remove_files) COMPLETE |
5006 | 2024-12-19T22:17:12.786Z | [ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.586 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-19T22:17:12.803Z | [ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5008 | 2024-12-19T22:17:12.806Z | [ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO STEP 239 (remove_files) COMPLETE |
5009 | 2024-12-19T22:17:12.806Z | [ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-19T22:17:12.823Z | [ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5011 | 2024-12-19T22:17:12.826Z | [ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO STEP 240 (remove_files) COMPLETE |
5012 | 2024-12-19T22:17:12.826Z | [ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-19T22:17:12.844Z | [ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5014 | 2024-12-19T22:17:12.844Z | [ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO STEP 241 (remove_files) COMPLETE |
5015 | 2024-12-19T22:17:12.844Z | [ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-19T22:17:12.884Z | [ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5017 | 2024-12-19T22:17:12.884Z | [ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO STEP 242 (remove_files) COMPLETE |
5018 | 2024-12-19T22:17:12.884Z | [ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-19T22:17:12.923Z | [ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5020 | 2024-12-19T22:17:12.925Z | [ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO STEP 243 (remove_files) COMPLETE |
5021 | 2024-12-19T22:17:12.925Z | [ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-19T22:17:12.943Z | [ recovery-image] Dec 19 22:17:11.746 INFO O| Dec 19 22:17:11.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5023 | 2024-12-19T22:17:12.946Z | [ recovery-image] Dec 19 22:17:11.747 INFO O| Dec 19 22:17:11.746 INFO STEP 244 (remove_files) COMPLETE |
5024 | 2024-12-19T22:17:12.946Z | [ recovery-image] Dec 19 22:17:11.747 INFO O| Dec 19 22:17:11.747 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-19T22:17:12.965Z | [ recovery-image] Dec 19 22:17:11.767 INFO O| Dec 19 22:17:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5026 | 2024-12-19T22:17:12.967Z | [ recovery-image] Dec 19 22:17:11.768 INFO O| Dec 19 22:17:11.768 INFO STEP 245 (remove_files) COMPLETE |
5027 | 2024-12-19T22:17:12.967Z | [ recovery-image] Dec 19 22:17:11.768 INFO O| Dec 19 22:17:11.768 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-19T22:17:12.986Z | [ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5029 | 2024-12-19T22:17:12.988Z | [ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.789 INFO STEP 246 (remove_files) COMPLETE |
5030 | 2024-12-19T22:17:12.988Z | [ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.789 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-19T22:17:13.006Z | [ recovery-image] Dec 19 22:17:11.809 INFO O| Dec 19 22:17:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5032 | 2024-12-19T22:17:13.010Z | [ recovery-image] Dec 19 22:17:11.809 INFO O| Dec 19 22:17:11.809 INFO STEP 247 (remove_files) COMPLETE |
5033 | 2024-12-19T22:17:13.010Z | [ recovery-image] Dec 19 22:17:11.810 INFO O| Dec 19 22:17:11.809 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-19T22:17:13.027Z | [ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5035 | 2024-12-19T22:17:13.030Z | [ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO STEP 248 (remove_files) COMPLETE |
5036 | 2024-12-19T22:17:13.030Z | [ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-19T22:17:13.065Z | [ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5038 | 2024-12-19T22:17:13.065Z | [ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO STEP 249 (remove_files) COMPLETE |
5039 | 2024-12-19T22:17:13.065Z | [ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-19T22:17:13.100Z | [ recovery-image] Dec 19 22:17:11.902 INFO O| Dec 19 22:17:11.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5041 | 2024-12-19T22:17:13.103Z | [ recovery-image] Dec 19 22:17:11.903 INFO O| Dec 19 22:17:11.903 INFO STEP 250 (remove_files) COMPLETE |
5042 | 2024-12-19T22:17:13.103Z | [ recovery-image] Dec 19 22:17:11.903 INFO O| Dec 19 22:17:11.903 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-19T22:17:13.122Z | [ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5044 | 2024-12-19T22:17:13.125Z | [ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO STEP 251 (remove_files) COMPLETE |
5045 | 2024-12-19T22:17:13.125Z | [ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-19T22:17:13.142Z | [ recovery-image] Dec 19 22:17:11.944 INFO O| Dec 19 22:17:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5047 | 2024-12-19T22:17:13.145Z | [ recovery-image] Dec 19 22:17:11.944 INFO O| Dec 19 22:17:11.944 INFO STEP 252 (remove_files) COMPLETE |
5048 | 2024-12-19T22:17:13.145Z | [ recovery-image] Dec 19 22:17:11.945 INFO O| Dec 19 22:17:11.944 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-19T22:17:13.164Z | [ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5050 | 2024-12-19T22:17:13.166Z | [ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO STEP 253 (remove_files) COMPLETE |
5051 | 2024-12-19T22:17:13.166Z | [ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-19T22:17:13.183Z | [ recovery-image] Dec 19 22:17:11.985 INFO O| Dec 19 22:17:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5053 | 2024-12-19T22:17:13.186Z | [ recovery-image] Dec 19 22:17:11.985 INFO O| Dec 19 22:17:11.985 INFO STEP 254 (remove_files) COMPLETE |
5054 | 2024-12-19T22:17:13.186Z | [ recovery-image] Dec 19 22:17:11.986 INFO O| Dec 19 22:17:11.986 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-19T22:17:13.204Z | [ recovery-image] Dec 19 22:17:12.006 INFO O| Dec 19 22:17:12.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5056 | 2024-12-19T22:17:13.215Z | [ recovery-image] Dec 19 22:17:12.017 INFO O| Dec 19 22:17:12.017 INFO STEP 255 (remove_files) COMPLETE |
5057 | 2024-12-19T22:17:13.215Z | [ recovery-image] Dec 19 22:17:12.017 INFO O| Dec 19 22:17:12.017 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-19T22:17:13.278Z | [ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5059 | 2024-12-19T22:17:13.278Z | [ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO STEP 256 (remove_files) COMPLETE |
5060 | 2024-12-19T22:17:13.278Z | [ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-19T22:17:13.298Z | [ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5062 | 2024-12-19T22:17:13.298Z | [ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO STEP 257 (remove_files) COMPLETE |
5063 | 2024-12-19T22:17:13.298Z | [ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-19T22:17:13.319Z | [ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5065 | 2024-12-19T22:17:13.322Z | [ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO STEP 258 (remove_files) COMPLETE |
5066 | 2024-12-19T22:17:13.322Z | [ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-19T22:17:13.347Z | [ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5068 | 2024-12-19T22:17:13.347Z | [ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO STEP 259 (remove_files) COMPLETE |
5069 | 2024-12-19T22:17:13.347Z | [ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-19T22:17:13.369Z | [ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5071 | 2024-12-19T22:17:13.369Z | [ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO STEP 260 (remove_files) COMPLETE |
5072 | 2024-12-19T22:17:13.369Z | [ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-19T22:17:13.407Z | [ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5074 | 2024-12-19T22:17:13.409Z | [ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO STEP 261 (remove_files) COMPLETE |
5075 | 2024-12-19T22:17:13.409Z | [ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-19T22:17:13.426Z | [ recovery-image] Dec 19 22:17:12.227 INFO O| Dec 19 22:17:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5077 | 2024-12-19T22:17:13.429Z | [ recovery-image] Dec 19 22:17:12.228 INFO O| Dec 19 22:17:12.228 INFO STEP 262 (remove_files) COMPLETE |
5078 | 2024-12-19T22:17:13.429Z | [ recovery-image] Dec 19 22:17:12.228 INFO O| Dec 19 22:17:12.228 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-19T22:17:13.447Z | [ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5080 | 2024-12-19T22:17:13.449Z | [ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO STEP 263 (remove_files) COMPLETE |
5081 | 2024-12-19T22:17:13.449Z | [ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-19T22:17:13.467Z | [ recovery-image] Dec 19 22:17:12.268 INFO O| Dec 19 22:17:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5083 | 2024-12-19T22:17:13.471Z | [ recovery-image] Dec 19 22:17:12.268 INFO O| Dec 19 22:17:12.268 INFO STEP 264 (remove_files) COMPLETE |
5084 | 2024-12-19T22:17:13.471Z | [ recovery-image] Dec 19 22:17:12.269 INFO O| Dec 19 22:17:12.268 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-19T22:17:13.488Z | [ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5086 | 2024-12-19T22:17:13.491Z | [ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO STEP 265 (remove_files) COMPLETE |
5087 | 2024-12-19T22:17:13.491Z | [ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-19T22:17:13.514Z | [ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5089 | 2024-12-19T22:17:13.516Z | [ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO STEP 266 (remove_files) COMPLETE |
5090 | 2024-12-19T22:17:13.516Z | [ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-19T22:17:13.534Z | [ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5092 | 2024-12-19T22:17:13.534Z | [ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO STEP 267 (remove_files) COMPLETE |
5093 | 2024-12-19T22:17:13.534Z | [ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-19T22:17:13.558Z | [ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5095 | 2024-12-19T22:17:13.558Z | [ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO STEP 268 (remove_files) COMPLETE |
5096 | 2024-12-19T22:17:13.558Z | [ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-19T22:17:13.601Z | [ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5098 | 2024-12-19T22:17:13.601Z | [ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO STEP 269 (remove_files) COMPLETE |
5099 | 2024-12-19T22:17:13.604Z | [ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-19T22:17:13.642Z | [ recovery-image] Dec 19 22:17:12.442 INFO O| Dec 19 22:17:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5101 | 2024-12-19T22:17:13.642Z | [ recovery-image] Dec 19 22:17:12.443 INFO O| Dec 19 22:17:12.443 INFO STEP 270 (remove_files) COMPLETE |
5102 | 2024-12-19T22:17:13.645Z | [ recovery-image] Dec 19 22:17:12.443 INFO O| Dec 19 22:17:12.443 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-19T22:17:13.711Z | [ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5104 | 2024-12-19T22:17:13.711Z | [ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO STEP 271 (remove_files) COMPLETE |
5105 | 2024-12-19T22:17:13.714Z | [ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-19T22:17:13.749Z | [ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5107 | 2024-12-19T22:17:13.749Z | [ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO STEP 272 (remove_files) COMPLETE |
5108 | 2024-12-19T22:17:13.749Z | [ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-19T22:17:13.770Z | [ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5110 | 2024-12-19T22:17:13.770Z | [ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO STEP 273 (remove_files) COMPLETE |
5111 | 2024-12-19T22:17:13.770Z | [ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-19T22:17:13.787Z | [ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5113 | 2024-12-19T22:17:13.787Z | [ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO STEP 274 (remove_files) COMPLETE |
5114 | 2024-12-19T22:17:13.787Z | [ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-19T22:17:13.805Z | [ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5116 | 2024-12-19T22:17:13.805Z | [ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO STEP 275 (remove_files) COMPLETE |
5117 | 2024-12-19T22:17:13.805Z | [ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-19T22:17:13.825Z | [ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5119 | 2024-12-19T22:17:13.825Z | [ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO STEP 276 (remove_files) COMPLETE |
5120 | 2024-12-19T22:17:13.825Z | [ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-19T22:17:13.844Z | [ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5122 | 2024-12-19T22:17:13.844Z | [ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO STEP 277 (remove_files) COMPLETE |
5123 | 2024-12-19T22:17:13.844Z | [ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-19T22:17:13.902Z | [ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5125 | 2024-12-19T22:17:13.902Z | [ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO STEP 278 (remove_files) COMPLETE |
5126 | 2024-12-19T22:17:13.902Z | [ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-19T22:17:13.923Z | [ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5128 | 2024-12-19T22:17:13.923Z | [ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO STEP 279 (remove_files) COMPLETE |
5129 | 2024-12-19T22:17:13.923Z | [ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-19T22:17:13.944Z | [ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5131 | 2024-12-19T22:17:13.944Z | [ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO STEP 280 (remove_files) COMPLETE |
5132 | 2024-12-19T22:17:13.944Z | [ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-19T22:17:13.965Z | [ recovery-image] Dec 19 22:17:12.763 INFO O| Dec 19 22:17:12.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5134 | 2024-12-19T22:17:13.965Z | [ recovery-image] Dec 19 22:17:12.764 INFO O| Dec 19 22:17:12.764 INFO STEP 281 (remove_files) COMPLETE |
5135 | 2024-12-19T22:17:13.965Z | [ recovery-image] Dec 19 22:17:12.764 INFO O| Dec 19 22:17:12.764 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-19T22:17:13.999Z | [ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5137 | 2024-12-19T22:17:14.002Z | [ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO STEP 282 (remove_files) COMPLETE |
5138 | 2024-12-19T22:17:14.003Z | [ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-19T22:17:14.054Z | [ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5140 | 2024-12-19T22:17:14.054Z | [ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO STEP 283 (remove_files) COMPLETE |
5141 | 2024-12-19T22:17:14.054Z | [ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-19T22:17:14.072Z | [ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5143 | 2024-12-19T22:17:14.072Z | [ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO STEP 284 (remove_files) COMPLETE |
5144 | 2024-12-19T22:17:14.072Z | [ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-19T22:17:14.102Z | [ recovery-image] Dec 19 22:17:12.900 INFO O| Dec 19 22:17:12.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5146 | 2024-12-19T22:17:14.152Z | [ recovery-image] Dec 19 22:17:12.950 INFO O| Dec 19 22:17:12.950 INFO STEP 285 (remove_files) COMPLETE |
5147 | 2024-12-19T22:17:14.152Z | [ recovery-image] Dec 19 22:17:12.950 INFO O| Dec 19 22:17:12.950 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-19T22:17:14.176Z | [ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5149 | 2024-12-19T22:17:14.176Z | [ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO STEP 286 (remove_files) COMPLETE |
5150 | 2024-12-19T22:17:14.176Z | [ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-19T22:17:14.211Z | [ host-image] Dec 19 22:17:13.008 INFO O| Dec 19 22:17:13.008 INFO O| Download: 108/116 items 1.4/1.4MB 95% complete (1012k/s) |
5152 | 2024-12-19T22:17:14.214Z | [ recovery-image] Dec 19 22:17:13.009 INFO O| Dec 19 22:17:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5153 | 2024-12-19T22:17:14.214Z | [ recovery-image] Dec 19 22:17:13.009 INFO O| Dec 19 22:17:13.009 INFO STEP 287 (remove_files) COMPLETE |
5154 | 2024-12-19T22:17:14.214Z | [ recovery-image] Dec 19 22:17:13.010 INFO O| Dec 19 22:17:13.009 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-19T22:17:14.258Z | [ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5156 | 2024-12-19T22:17:14.258Z | [ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO STEP 288 (remove_files) COMPLETE |
5157 | 2024-12-19T22:17:14.258Z | [ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-19T22:17:14.280Z | [ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5159 | 2024-12-19T22:17:14.280Z | [ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO STEP 289 (remove_files) COMPLETE |
5160 | 2024-12-19T22:17:14.280Z | [ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-19T22:17:14.301Z | [ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5162 | 2024-12-19T22:17:14.301Z | [ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO STEP 290 (remove_files) COMPLETE |
5163 | 2024-12-19T22:17:14.301Z | [ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-19T22:17:14.345Z | [ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5165 | 2024-12-19T22:17:14.345Z | [ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO STEP 291 (remove_files) COMPLETE |
5166 | 2024-12-19T22:17:14.345Z | [ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-19T22:17:14.364Z | [ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5168 | 2024-12-19T22:17:14.364Z | [ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO STEP 292 (remove_files) COMPLETE |
5169 | 2024-12-19T22:17:14.364Z | [ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-19T22:17:14.398Z | [ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5171 | 2024-12-19T22:17:14.398Z | [ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO STEP 293 (remove_files) COMPLETE |
5172 | 2024-12-19T22:17:14.401Z | [ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-19T22:17:14.442Z | [ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5174 | 2024-12-19T22:17:14.442Z | [ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO STEP 294 (remove_files) COMPLETE |
5175 | 2024-12-19T22:17:14.442Z | [ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-19T22:17:14.455Z | [ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5177 | 2024-12-19T22:17:14.455Z | [ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO STEP 295 (remove_files) COMPLETE |
5178 | 2024-12-19T22:17:14.458Z | [ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-19T22:17:14.476Z | [ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5180 | 2024-12-19T22:17:14.477Z | [ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO STEP 296 (remove_files) COMPLETE |
5181 | 2024-12-19T22:17:14.479Z | [ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-19T22:17:14.497Z | [ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5183 | 2024-12-19T22:17:14.497Z | [ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.294 INFO STEP 297 (remove_files) COMPLETE |
5184 | 2024-12-19T22:17:14.500Z | [ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.294 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-19T22:17:14.519Z | [ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5186 | 2024-12-19T22:17:14.519Z | [ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO STEP 298 (remove_files) COMPLETE |
5187 | 2024-12-19T22:17:14.521Z | [ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-19T22:17:14.542Z | [ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5189 | 2024-12-19T22:17:14.542Z | [ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO STEP 299 (remove_files) COMPLETE |
5190 | 2024-12-19T22:17:14.542Z | [ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-19T22:17:14.583Z | [ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5192 | 2024-12-19T22:17:14.585Z | [ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO STEP 300 (remove_files) COMPLETE |
5193 | 2024-12-19T22:17:14.585Z | [ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-19T22:17:14.621Z | [ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5195 | 2024-12-19T22:17:14.621Z | [ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO STEP 301 (remove_files) COMPLETE |
5196 | 2024-12-19T22:17:14.624Z | [ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-19T22:17:14.645Z | [ recovery-image] Dec 19 22:17:13.440 INFO O| Dec 19 22:17:13.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5198 | 2024-12-19T22:17:14.645Z | [ recovery-image] Dec 19 22:17:13.440 INFO O| Dec 19 22:17:13.440 INFO STEP 302 (remove_files) COMPLETE |
5199 | 2024-12-19T22:17:14.648Z | [ recovery-image] Dec 19 22:17:13.441 INFO O| Dec 19 22:17:13.440 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-19T22:17:14.667Z | [ recovery-image] Dec 19 22:17:13.462 INFO O| Dec 19 22:17:13.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5201 | 2024-12-19T22:17:14.667Z | [ recovery-image] Dec 19 22:17:13.462 INFO O| Dec 19 22:17:13.462 INFO STEP 303 (remove_files) COMPLETE |
5202 | 2024-12-19T22:17:14.669Z | [ recovery-image] Dec 19 22:17:13.463 INFO O| Dec 19 22:17:13.462 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-19T22:17:14.689Z | [ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5204 | 2024-12-19T22:17:14.689Z | [ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.485 INFO STEP 304 (remove_files) COMPLETE |
5205 | 2024-12-19T22:17:14.689Z | [ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.485 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-19T22:17:14.711Z | [ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5207 | 2024-12-19T22:17:14.711Z | [ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO STEP 305 (remove_files) COMPLETE |
5208 | 2024-12-19T22:17:14.711Z | [ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-19T22:17:14.739Z | [ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5210 | 2024-12-19T22:17:14.739Z | [ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO STEP 306 (remove_files) COMPLETE |
5211 | 2024-12-19T22:17:14.741Z | [ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-19T22:17:14.762Z | [ recovery-image] Dec 19 22:17:13.557 INFO O| Dec 19 22:17:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5213 | 2024-12-19T22:17:14.762Z | [ recovery-image] Dec 19 22:17:13.557 INFO O| Dec 19 22:17:13.557 INFO STEP 307 (remove_files) COMPLETE |
5214 | 2024-12-19T22:17:14.765Z | [ recovery-image] Dec 19 22:17:13.558 INFO O| Dec 19 22:17:13.557 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-19T22:17:14.784Z | [ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5216 | 2024-12-19T22:17:14.784Z | [ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO STEP 308 (remove_files) COMPLETE |
5217 | 2024-12-19T22:17:14.784Z | [ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-19T22:17:14.806Z | [ recovery-image] Dec 19 22:17:13.601 INFO O| Dec 19 22:17:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5219 | 2024-12-19T22:17:14.806Z | [ recovery-image] Dec 19 22:17:13.602 INFO O| Dec 19 22:17:13.602 INFO STEP 309 (remove_files) COMPLETE |
5220 | 2024-12-19T22:17:14.806Z | [ recovery-image] Dec 19 22:17:13.602 INFO O| Dec 19 22:17:13.602 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-19T22:17:14.865Z | [ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5222 | 2024-12-19T22:17:14.865Z | [ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO STEP 310 (remove_files) COMPLETE |
5223 | 2024-12-19T22:17:14.865Z | [ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-19T22:17:14.885Z | [ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5225 | 2024-12-19T22:17:14.885Z | [ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.680 INFO STEP 311 (remove_files) COMPLETE |
5226 | 2024-12-19T22:17:14.886Z | [ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.680 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-19T22:17:14.906Z | [ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5228 | 2024-12-19T22:17:14.906Z | [ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO STEP 312 (remove_files) COMPLETE |
5229 | 2024-12-19T22:17:14.906Z | [ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-19T22:17:14.930Z | [ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5231 | 2024-12-19T22:17:14.930Z | [ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO STEP 313 (remove_files) COMPLETE |
5232 | 2024-12-19T22:17:14.930Z | [ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-19T22:17:14.948Z | [ recovery-image] Dec 19 22:17:13.741 INFO O| Dec 19 22:17:13.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5234 | 2024-12-19T22:17:14.948Z | [ recovery-image] Dec 19 22:17:13.742 INFO O| Dec 19 22:17:13.741 INFO STEP 314 (remove_files) COMPLETE |
5235 | 2024-12-19T22:17:14.948Z | [ recovery-image] Dec 19 22:17:13.742 INFO O| Dec 19 22:17:13.742 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-19T22:17:14.981Z | [ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5237 | 2024-12-19T22:17:14.981Z | [ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO STEP 315 (remove_files) COMPLETE |
5238 | 2024-12-19T22:17:14.981Z | [ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-19T22:17:15.004Z | [ recovery-image] Dec 19 22:17:13.797 INFO O| Dec 19 22:17:13.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5240 | 2024-12-19T22:17:15.004Z | [ recovery-image] Dec 19 22:17:13.797 INFO O| Dec 19 22:17:13.797 INFO STEP 316 (remove_files) COMPLETE |
5241 | 2024-12-19T22:17:15.004Z | [ recovery-image] Dec 19 22:17:13.798 INFO O| Dec 19 22:17:13.797 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-19T22:17:15.041Z | [ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5243 | 2024-12-19T22:17:15.041Z | [ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO STEP 317 (remove_files) COMPLETE |
5244 | 2024-12-19T22:17:15.041Z | [ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-19T22:17:15.062Z | [ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5246 | 2024-12-19T22:17:15.062Z | [ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO STEP 318 (remove_files) COMPLETE |
5247 | 2024-12-19T22:17:15.065Z | [ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-19T22:17:15.083Z | [ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5249 | 2024-12-19T22:17:15.083Z | [ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO STEP 319 (remove_files) COMPLETE |
5250 | 2024-12-19T22:17:15.083Z | [ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-19T22:17:15.102Z | [ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5252 | 2024-12-19T22:17:15.102Z | [ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO STEP 320 (remove_files) COMPLETE |
5253 | 2024-12-19T22:17:15.105Z | [ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-19T22:17:15.123Z | [ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5255 | 2024-12-19T22:17:15.123Z | [ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO STEP 321 (remove_files) COMPLETE |
5256 | 2024-12-19T22:17:15.125Z | [ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-19T22:17:15.159Z | [ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5258 | 2024-12-19T22:17:15.159Z | [ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO STEP 322 (remove_files) COMPLETE |
5259 | 2024-12-19T22:17:15.159Z | [ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-19T22:17:15.180Z | [ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5261 | 2024-12-19T22:17:15.180Z | [ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO STEP 323 (remove_files) COMPLETE |
5262 | 2024-12-19T22:17:15.182Z | [ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-19T22:17:15.200Z | [ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5264 | 2024-12-19T22:17:15.200Z | [ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO STEP 324 (remove_files) COMPLETE |
5265 | 2024-12-19T22:17:15.200Z | [ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-19T22:17:15.221Z | [ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5267 | 2024-12-19T22:17:15.222Z | [ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO STEP 325 (remove_files) COMPLETE |
5268 | 2024-12-19T22:17:15.222Z | [ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-19T22:17:15.246Z | [ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5270 | 2024-12-19T22:17:15.246Z | [ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO STEP 326 (remove_files) COMPLETE |
5271 | 2024-12-19T22:17:15.246Z | [ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-19T22:17:15.267Z | [ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5273 | 2024-12-19T22:17:15.267Z | [ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO STEP 327 (remove_files) COMPLETE |
5274 | 2024-12-19T22:17:15.267Z | [ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-19T22:17:15.286Z | [ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5276 | 2024-12-19T22:17:15.286Z | [ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO STEP 328 (remove_files) COMPLETE |
5277 | 2024-12-19T22:17:15.289Z | [ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-19T22:17:15.307Z | [ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5279 | 2024-12-19T22:17:15.307Z | [ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO STEP 329 (remove_files) COMPLETE |
5280 | 2024-12-19T22:17:15.309Z | [ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-19T22:17:15.328Z | [ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5282 | 2024-12-19T22:17:15.328Z | [ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO STEP 330 (remove_files) COMPLETE |
5283 | 2024-12-19T22:17:15.331Z | [ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-19T22:17:15.350Z | [ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5285 | 2024-12-19T22:17:15.350Z | [ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO STEP 331 (remove_files) COMPLETE |
5286 | 2024-12-19T22:17:15.350Z | [ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-19T22:17:15.374Z | [ host-image] Dec 19 22:17:14.166 INFO O| Dec 19 22:17:14.166 INFO O| Download: Completed 1.45 MB in 12.08 seconds (122k/s) |
5288 | 2024-12-19T22:17:15.391Z | [ recovery-image] Dec 19 22:17:14.184 INFO O| Dec 19 22:17:14.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5289 | 2024-12-19T22:17:15.394Z | [ recovery-image] Dec 19 22:17:14.185 INFO O| Dec 19 22:17:14.185 INFO STEP 332 (remove_files) COMPLETE |
5290 | 2024-12-19T22:17:15.394Z | [ recovery-image] Dec 19 22:17:14.185 INFO O| Dec 19 22:17:14.185 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-19T22:17:15.421Z | [ host-image] Dec 19 22:17:14.214 INFO O| Dec 19 22:17:14.214 INFO O| Actions: 1/305 actions (Installing new actions) |
5292 | 2024-12-19T22:17:15.433Z | [ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5293 | 2024-12-19T22:17:15.433Z | [ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO STEP 333 (remove_files) COMPLETE |
5294 | 2024-12-19T22:17:15.433Z | [ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-19T22:17:15.453Z | [ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5296 | 2024-12-19T22:17:15.453Z | [ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO STEP 334 (remove_files) COMPLETE |
5297 | 2024-12-19T22:17:15.453Z | [ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-19T22:17:15.472Z | [ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5299 | 2024-12-19T22:17:15.472Z | [ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO STEP 335 (remove_files) COMPLETE |
5300 | 2024-12-19T22:17:15.473Z | [ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-19T22:17:15.492Z | [ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5302 | 2024-12-19T22:17:15.492Z | [ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO STEP 336 (remove_files) COMPLETE |
5303 | 2024-12-19T22:17:15.492Z | [ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-19T22:17:15.511Z | [ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5305 | 2024-12-19T22:17:15.511Z | [ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO STEP 337 (remove_files) COMPLETE |
5306 | 2024-12-19T22:17:15.511Z | [ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-19T22:17:15.545Z | [ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5308 | 2024-12-19T22:17:15.545Z | [ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO STEP 338 (remove_files) COMPLETE |
5309 | 2024-12-19T22:17:15.545Z | [ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-19T22:17:15.596Z | [ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5311 | 2024-12-19T22:17:15.596Z | [ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO STEP 339 (remove_files) COMPLETE |
5312 | 2024-12-19T22:17:15.596Z | [ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-19T22:17:15.633Z | [ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5314 | 2024-12-19T22:17:15.633Z | [ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO STEP 340 (remove_files) COMPLETE |
5315 | 2024-12-19T22:17:15.633Z | [ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-19T22:17:15.666Z | [ host-image] Dec 19 22:17:14.458 INFO O| Dec 19 22:17:14.457 INFO O| Actions: Completed 305 actions in 0.24 seconds. |
5317 | 2024-12-19T22:17:15.692Z | [ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5318 | 2024-12-19T22:17:15.692Z | [ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO STEP 341 (remove_files) COMPLETE |
5319 | 2024-12-19T22:17:15.692Z | [ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-19T22:17:15.732Z | [ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5321 | 2024-12-19T22:17:15.732Z | [ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO STEP 342 (remove_files) COMPLETE |
5322 | 2024-12-19T22:17:15.732Z | [ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-12-19T22:17:15.754Z | [ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5324 | 2024-12-19T22:17:15.754Z | [ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO STEP 343 (remove_files) COMPLETE |
5325 | 2024-12-19T22:17:15.754Z | [ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-12-19T22:17:15.787Z | [ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5327 | 2024-12-19T22:17:15.787Z | [ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO STEP 344 (remove_files) COMPLETE |
5328 | 2024-12-19T22:17:15.787Z | [ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-19T22:17:15.821Z | [ recovery-image] Dec 19 22:17:14.611 INFO O| Dec 19 22:17:14.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5330 | 2024-12-19T22:17:15.821Z | [ recovery-image] Dec 19 22:17:14.612 INFO O| Dec 19 22:17:14.611 INFO STEP 345 (remove_files) COMPLETE |
5331 | 2024-12-19T22:17:15.821Z | [ recovery-image] Dec 19 22:17:14.612 INFO O| Dec 19 22:17:14.612 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-19T22:17:15.861Z | [ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5333 | 2024-12-19T22:17:15.861Z | [ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO STEP 346 (remove_files) COMPLETE |
5334 | 2024-12-19T22:17:15.861Z | [ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-19T22:17:15.897Z | [ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5336 | 2024-12-19T22:17:15.897Z | [ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO STEP 347 (remove_files) COMPLETE |
5337 | 2024-12-19T22:17:15.899Z | [ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-19T22:17:15.917Z | [ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5339 | 2024-12-19T22:17:15.917Z | [ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO STEP 348 (remove_files) COMPLETE |
5340 | 2024-12-19T22:17:15.918Z | [ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-19T22:17:15.938Z | [ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5342 | 2024-12-19T22:17:15.939Z | [ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO STEP 349 (remove_files) COMPLETE |
5343 | 2024-12-19T22:17:15.939Z | [ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-19T22:17:15.959Z | [ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5345 | 2024-12-19T22:17:15.959Z | [ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO STEP 350 (remove_files) COMPLETE |
5346 | 2024-12-19T22:17:15.959Z | [ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-19T22:17:15.988Z | [ recovery-image] Dec 19 22:17:14.778 INFO O| Dec 19 22:17:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5348 | 2024-12-19T22:17:15.991Z | [ recovery-image] Dec 19 22:17:14.779 INFO O| Dec 19 22:17:14.779 INFO STEP 351 (remove_files) COMPLETE |
5349 | 2024-12-19T22:17:15.991Z | [ recovery-image] Dec 19 22:17:14.779 INFO O| Dec 19 22:17:14.779 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-19T22:17:16.010Z | [ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5351 | 2024-12-19T22:17:16.010Z | [ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO STEP 352 (remove_files) COMPLETE |
5352 | 2024-12-19T22:17:16.017Z | [ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-19T22:17:16.036Z | [ recovery-image] Dec 19 22:17:14.820 INFO O| Dec 19 22:17:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5354 | 2024-12-19T22:17:16.046Z | [ recovery-image] Dec 19 22:17:14.821 INFO O| Dec 19 22:17:14.821 INFO STEP 353 (remove_files) COMPLETE |
5355 | 2024-12-19T22:17:16.046Z | [ recovery-image] Dec 19 22:17:14.821 INFO O| Dec 19 22:17:14.821 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-19T22:17:16.057Z | [ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5357 | 2024-12-19T22:17:16.057Z | [ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO STEP 354 (remove_files) COMPLETE |
5358 | 2024-12-19T22:17:16.057Z | [ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-19T22:17:16.091Z | [ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5360 | 2024-12-19T22:17:16.094Z | [ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO STEP 355 (remove_files) COMPLETE |
5361 | 2024-12-19T22:17:16.094Z | [ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-19T22:17:16.114Z | [ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5363 | 2024-12-19T22:17:16.114Z | [ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO STEP 356 (remove_files) COMPLETE |
5364 | 2024-12-19T22:17:16.117Z | [ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-19T22:17:16.136Z | [ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5366 | 2024-12-19T22:17:16.136Z | [ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO STEP 357 (remove_files) COMPLETE |
5367 | 2024-12-19T22:17:16.136Z | [ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-19T22:17:16.159Z | [ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5369 | 2024-12-19T22:17:16.159Z | [ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO STEP 358 (remove_files) COMPLETE |
5370 | 2024-12-19T22:17:16.159Z | [ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-19T22:17:16.200Z | [ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5372 | 2024-12-19T22:17:16.200Z | [ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO STEP 359 (remove_files) COMPLETE |
5373 | 2024-12-19T22:17:16.202Z | [ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-19T22:17:16.239Z | [ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5375 | 2024-12-19T22:17:16.239Z | [ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO STEP 360 (remove_files) COMPLETE |
5376 | 2024-12-19T22:17:16.239Z | [ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-19T22:17:16.261Z | [ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5378 | 2024-12-19T22:17:16.261Z | [ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO STEP 361 (remove_files) COMPLETE |
5379 | 2024-12-19T22:17:16.261Z | [ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-19T22:17:16.284Z | [ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5381 | 2024-12-19T22:17:16.284Z | [ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO STEP 362 (remove_files) COMPLETE |
5382 | 2024-12-19T22:17:16.284Z | [ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-19T22:17:16.320Z | [ host-image] Dec 19 22:17:15.109 INFO O| Dec 19 22:17:15.109 INFO O| Done |
5384 | 2024-12-19T22:17:16.320Z | [ host-image] Dec 19 22:17:15.109 INFO O| Dec 19 22:17:15.109 INFO O| Done |
5385 | 2024-12-19T22:17:16.361Z | [ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5386 | 2024-12-19T22:17:16.361Z | [ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.148 INFO STEP 363 (remove_files) COMPLETE |
5387 | 2024-12-19T22:17:16.361Z | [ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.148 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-19T22:17:16.377Z | [ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5389 | 2024-12-19T22:17:16.377Z | [ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.166 INFO STEP 364 (remove_files) COMPLETE |
5390 | 2024-12-19T22:17:16.377Z | [ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.166 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-19T22:17:16.432Z | [ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5392 | 2024-12-19T22:17:16.432Z | [ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO STEP 365 (remove_files) COMPLETE |
5393 | 2024-12-19T22:17:16.432Z | [ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-19T22:17:16.489Z | [ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5395 | 2024-12-19T22:17:16.489Z | [ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO STEP 366 (remove_files) COMPLETE |
5396 | 2024-12-19T22:17:16.489Z | [ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-19T22:17:16.521Z | [ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5398 | 2024-12-19T22:17:16.521Z | [ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO STEP 367 (remove_files) COMPLETE |
5399 | 2024-12-19T22:17:16.522Z | [ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-19T22:17:16.543Z | [ recovery-image] Dec 19 22:17:15.330 INFO O| Dec 19 22:17:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5401 | 2024-12-19T22:17:16.543Z | [ recovery-image] Dec 19 22:17:15.331 INFO O| Dec 19 22:17:15.331 INFO STEP 368 (remove_files) COMPLETE |
5402 | 2024-12-19T22:17:16.543Z | [ recovery-image] Dec 19 22:17:15.331 INFO O| Dec 19 22:17:15.331 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-19T22:17:16.563Z | [ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5404 | 2024-12-19T22:17:16.563Z | [ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO STEP 369 (remove_files) COMPLETE |
5405 | 2024-12-19T22:17:16.563Z | [ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-19T22:17:16.590Z | [ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5407 | 2024-12-19T22:17:16.590Z | [ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO STEP 370 (remove_files) COMPLETE |
5408 | 2024-12-19T22:17:16.592Z | [ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-19T22:17:16.611Z | [ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5410 | 2024-12-19T22:17:16.611Z | [ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO STEP 371 (remove_files) COMPLETE |
5411 | 2024-12-19T22:17:16.611Z | [ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-19T22:17:16.630Z | [ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5413 | 2024-12-19T22:17:16.631Z | [ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO STEP 372 (remove_files) COMPLETE |
5414 | 2024-12-19T22:17:16.631Z | [ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-19T22:17:16.650Z | [ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5416 | 2024-12-19T22:17:16.650Z | [ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO STEP 373 (remove_files) COMPLETE |
5417 | 2024-12-19T22:17:16.650Z | [ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-19T22:17:16.687Z | [ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5419 | 2024-12-19T22:17:16.687Z | [ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO STEP 374 (remove_files) COMPLETE |
5420 | 2024-12-19T22:17:16.687Z | [ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-19T22:17:16.706Z | [ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5422 | 2024-12-19T22:17:16.706Z | [ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO STEP 375 (remove_files) COMPLETE |
5423 | 2024-12-19T22:17:16.706Z | [ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-12-19T22:17:16.724Z | [ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5425 | 2024-12-19T22:17:16.724Z | [ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO STEP 376 (remove_files) COMPLETE |
5426 | 2024-12-19T22:17:16.724Z | [ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-12-19T22:17:16.754Z | [ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5428 | 2024-12-19T22:17:16.754Z | [ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO STEP 377 (remove_files) COMPLETE |
5429 | 2024-12-19T22:17:16.754Z | [ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-12-19T22:17:16.774Z | [ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5431 | 2024-12-19T22:17:16.774Z | [ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO STEP 378 (remove_files) COMPLETE |
5432 | 2024-12-19T22:17:16.774Z | [ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-19T22:17:16.801Z | [ recovery-image] Dec 19 22:17:15.587 INFO O| Dec 19 22:17:15.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5434 | 2024-12-19T22:17:16.803Z | [ recovery-image] Dec 19 22:17:15.588 INFO O| Dec 19 22:17:15.587 INFO STEP 379 (remove_files) COMPLETE |
5435 | 2024-12-19T22:17:16.803Z | [ recovery-image] Dec 19 22:17:15.588 INFO O| Dec 19 22:17:15.588 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-19T22:17:16.823Z | [ recovery-image] Dec 19 22:17:15.609 INFO O| Dec 19 22:17:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5437 | 2024-12-19T22:17:16.825Z | [ recovery-image] Dec 19 22:17:15.610 INFO O| Dec 19 22:17:15.610 INFO STEP 380 (remove_files) COMPLETE |
5438 | 2024-12-19T22:17:16.825Z | [ recovery-image] Dec 19 22:17:15.610 INFO O| Dec 19 22:17:15.610 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-19T22:17:16.845Z | [ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5440 | 2024-12-19T22:17:16.847Z | [ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO STEP 381 (remove_files) COMPLETE |
5441 | 2024-12-19T22:17:16.847Z | [ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-12-19T22:17:16.865Z | [ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5443 | 2024-12-19T22:17:16.867Z | [ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO STEP 382 (remove_files) COMPLETE |
5444 | 2024-12-19T22:17:16.867Z | [ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-12-19T22:17:16.885Z | [ recovery-image] Dec 19 22:17:15.671 INFO O| Dec 19 22:17:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5446 | 2024-12-19T22:17:16.887Z | [ recovery-image] Dec 19 22:17:15.671 INFO O| Dec 19 22:17:15.671 INFO STEP 383 (remove_files) COMPLETE |
5447 | 2024-12-19T22:17:16.887Z | [ recovery-image] Dec 19 22:17:15.672 INFO O| Dec 19 22:17:15.672 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-19T22:17:16.925Z | [ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5449 | 2024-12-19T22:17:16.925Z | [ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO STEP 384 (remove_files) COMPLETE |
5450 | 2024-12-19T22:17:16.925Z | [ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-12-19T22:17:16.948Z | [ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5452 | 2024-12-19T22:17:16.949Z | [ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.733 INFO STEP 385 (remove_files) COMPLETE |
5453 | 2024-12-19T22:17:16.949Z | [ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.733 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-12-19T22:17:16.968Z | [ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5455 | 2024-12-19T22:17:16.968Z | [ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO STEP 386 (remove_files) COMPLETE |
5456 | 2024-12-19T22:17:16.969Z | [ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-12-19T22:17:16.995Z | [ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5458 | 2024-12-19T22:17:16.995Z | [ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO STEP 387 (remove_files) COMPLETE |
5459 | 2024-12-19T22:17:16.995Z | [ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-12-19T22:17:17.014Z | [ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5461 | 2024-12-19T22:17:17.017Z | [ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO STEP 388 (remove_files) COMPLETE |
5462 | 2024-12-19T22:17:17.017Z | [ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-12-19T22:17:17.051Z | [ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5464 | 2024-12-19T22:17:17.051Z | [ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO STEP 389 (remove_files) COMPLETE |
5465 | 2024-12-19T22:17:17.051Z | [ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-12-19T22:17:17.092Z | [ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5467 | 2024-12-19T22:17:17.092Z | [ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO STEP 390 (remove_files) COMPLETE |
5468 | 2024-12-19T22:17:17.092Z | [ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-19T22:17:17.113Z | [ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5470 | 2024-12-19T22:17:17.113Z | [ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.899 INFO STEP 391 (remove_files) COMPLETE |
5471 | 2024-12-19T22:17:17.116Z | [ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.899 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-19T22:17:17.134Z | [ recovery-image] Dec 19 22:17:15.919 INFO O| Dec 19 22:17:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5473 | 2024-12-19T22:17:17.134Z | [ recovery-image] Dec 19 22:17:15.920 INFO O| Dec 19 22:17:15.920 INFO STEP 392 (remove_files) COMPLETE |
5474 | 2024-12-19T22:17:17.134Z | [ recovery-image] Dec 19 22:17:15.920 INFO O| Dec 19 22:17:15.920 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-19T22:17:17.235Z | [ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5476 | 2024-12-19T22:17:17.235Z | [ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO STEP 393 (remove_files) COMPLETE |
5477 | 2024-12-19T22:17:17.235Z | [ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-19T22:17:17.257Z | [ recovery-image] Dec 19 22:17:16.041 INFO O| Dec 19 22:17:16.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5479 | 2024-12-19T22:17:17.283Z | [ recovery-image] Dec 19 22:17:16.067 INFO O| Dec 19 22:17:16.067 INFO STEP 394 (remove_files) COMPLETE |
5480 | 2024-12-19T22:17:17.283Z | [ recovery-image] Dec 19 22:17:16.067 INFO O| Dec 19 22:17:16.067 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-19T22:17:17.305Z | [ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5482 | 2024-12-19T22:17:17.305Z | [ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO STEP 395 (remove_files) COMPLETE |
5483 | 2024-12-19T22:17:17.305Z | [ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-19T22:17:17.341Z | [ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5485 | 2024-12-19T22:17:17.341Z | [ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO STEP 396 (remove_files) COMPLETE |
5486 | 2024-12-19T22:17:17.341Z | [ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-19T22:17:17.372Z | [ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5488 | 2024-12-19T22:17:17.372Z | [ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO STEP 397 (remove_files) COMPLETE |
5489 | 2024-12-19T22:17:17.372Z | [ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-19T22:17:17.409Z | [ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5491 | 2024-12-19T22:17:17.409Z | [ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO STEP 398 (remove_files) COMPLETE |
5492 | 2024-12-19T22:17:17.409Z | [ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-19T22:17:17.446Z | [ recovery-image] Dec 19 22:17:16.230 INFO O| Dec 19 22:17:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5494 | 2024-12-19T22:17:17.446Z | [ recovery-image] Dec 19 22:17:16.230 INFO O| Dec 19 22:17:16.230 INFO STEP 399 (remove_files) COMPLETE |
5495 | 2024-12-19T22:17:17.446Z | [ recovery-image] Dec 19 22:17:16.231 INFO O| Dec 19 22:17:16.230 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-19T22:17:17.463Z | [ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5497 | 2024-12-19T22:17:17.463Z | [ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO STEP 400 (remove_files) COMPLETE |
5498 | 2024-12-19T22:17:17.467Z | [ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-19T22:17:17.481Z | [ recovery-image] Dec 19 22:17:16.265 INFO O| Dec 19 22:17:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5500 | 2024-12-19T22:17:17.497Z | [ recovery-image] Dec 19 22:17:16.281 INFO O| Dec 19 22:17:16.281 INFO STEP 401 (remove_files) COMPLETE |
5501 | 2024-12-19T22:17:17.497Z | [ recovery-image] Dec 19 22:17:16.281 INFO O| Dec 19 22:17:16.281 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-19T22:17:17.518Z | [ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5503 | 2024-12-19T22:17:17.518Z | [ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO STEP 402 (remove_files) COMPLETE |
5504 | 2024-12-19T22:17:17.518Z | [ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-19T22:17:17.552Z | [ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5506 | 2024-12-19T22:17:17.552Z | [ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO STEP 403 (remove_files) COMPLETE |
5507 | 2024-12-19T22:17:17.555Z | [ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-19T22:17:17.594Z | [ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5509 | 2024-12-19T22:17:17.594Z | [ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO STEP 404 (remove_files) COMPLETE |
5510 | 2024-12-19T22:17:17.596Z | [ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-19T22:17:17.651Z | [ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5512 | 2024-12-19T22:17:17.651Z | [ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO STEP 405 (remove_files) COMPLETE |
5513 | 2024-12-19T22:17:17.653Z | [ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-19T22:17:17.670Z | [ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5515 | 2024-12-19T22:17:17.670Z | [ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO STEP 406 (remove_files) COMPLETE |
5516 | 2024-12-19T22:17:17.673Z | [ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-19T22:17:17.678Z | [ host-image] Dec 19 22:17:16.461 INFO O| Dec 19 22:17:16.461 INFO O| Done |
5518 | 2024-12-19T22:17:17.690Z | [ recovery-image] Dec 19 22:17:16.473 INFO O| Dec 19 22:17:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5519 | 2024-12-19T22:17:17.691Z | [ recovery-image] Dec 19 22:17:16.474 INFO O| Dec 19 22:17:16.473 INFO STEP 407 (remove_files) COMPLETE |
5520 | 2024-12-19T22:17:17.691Z | [ recovery-image] Dec 19 22:17:16.474 INFO O| Dec 19 22:17:16.474 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-19T22:17:17.712Z | [ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5522 | 2024-12-19T22:17:17.712Z | [ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO STEP 408 (remove_files) COMPLETE |
5523 | 2024-12-19T22:17:17.712Z | [ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-19T22:17:17.732Z | [ recovery-image] Dec 19 22:17:16.514 INFO O| Dec 19 22:17:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5525 | 2024-12-19T22:17:17.732Z | [ recovery-image] Dec 19 22:17:16.515 INFO O| Dec 19 22:17:16.514 INFO STEP 409 (remove_files) COMPLETE |
5526 | 2024-12-19T22:17:17.732Z | [ recovery-image] Dec 19 22:17:16.515 INFO O| Dec 19 22:17:16.514 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-19T22:17:17.759Z | [ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5528 | 2024-12-19T22:17:17.759Z | [ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO STEP 410 (remove_files) COMPLETE |
5529 | 2024-12-19T22:17:17.759Z | [ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-19T22:17:17.790Z | [ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5531 | 2024-12-19T22:17:17.794Z | [ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO STEP 411 (remove_files) COMPLETE |
5532 | 2024-12-19T22:17:17.794Z | [ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-19T22:17:17.814Z | [ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5534 | 2024-12-19T22:17:17.814Z | [ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO STEP 412 (remove_files) COMPLETE |
5535 | 2024-12-19T22:17:17.817Z | [ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-19T22:17:17.837Z | [ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5537 | 2024-12-19T22:17:17.837Z | [ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO STEP 413 (remove_files) COMPLETE |
5538 | 2024-12-19T22:17:17.837Z | [ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-19T22:17:17.859Z | [ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5540 | 2024-12-19T22:17:17.862Z | [ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO STEP 414 (remove_files) COMPLETE |
5541 | 2024-12-19T22:17:17.862Z | [ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-19T22:17:17.882Z | [ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5543 | 2024-12-19T22:17:17.882Z | [ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.664 INFO STEP 415 (remove_files) COMPLETE |
5544 | 2024-12-19T22:17:17.882Z | [ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.664 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-19T22:17:17.903Z | [ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5546 | 2024-12-19T22:17:17.903Z | [ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO STEP 416 (remove_files) COMPLETE |
5547 | 2024-12-19T22:17:17.903Z | [ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-19T22:17:17.955Z | [ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5549 | 2024-12-19T22:17:17.955Z | [ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO STEP 417 (remove_files) COMPLETE |
5550 | 2024-12-19T22:17:17.955Z | [ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-19T22:17:18.018Z | [ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5552 | 2024-12-19T22:17:18.018Z | [ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.800 INFO STEP 418 (remove_files) COMPLETE |
5553 | 2024-12-19T22:17:18.021Z | [ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.800 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-19T22:17:18.058Z | [ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5555 | 2024-12-19T22:17:18.058Z | [ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO STEP 419 (remove_files) COMPLETE |
5556 | 2024-12-19T22:17:18.058Z | [ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-19T22:17:18.115Z | [ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5558 | 2024-12-19T22:17:18.115Z | [ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO STEP 420 (remove_files) COMPLETE |
5559 | 2024-12-19T22:17:18.118Z | [ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-19T22:17:18.147Z | [ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5561 | 2024-12-19T22:17:18.147Z | [ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO STEP 421 (remove_files) COMPLETE |
5562 | 2024-12-19T22:17:18.147Z | [ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-19T22:17:18.168Z | [ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5564 | 2024-12-19T22:17:18.168Z | [ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.949 INFO STEP 422 (remove_files) COMPLETE |
5565 | 2024-12-19T22:17:18.168Z | [ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.949 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-19T22:17:18.190Z | [ recovery-image] Dec 19 22:17:16.971 INFO O| Dec 19 22:17:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5567 | 2024-12-19T22:17:18.193Z | [ recovery-image] Dec 19 22:17:16.971 INFO O| Dec 19 22:17:16.971 INFO STEP 423 (remove_files) COMPLETE |
5568 | 2024-12-19T22:17:18.193Z | [ recovery-image] Dec 19 22:17:16.972 INFO O| Dec 19 22:17:16.971 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-19T22:17:18.212Z | [ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5570 | 2024-12-19T22:17:18.212Z | [ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO STEP 424 (remove_files) COMPLETE |
5571 | 2024-12-19T22:17:18.215Z | [ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-19T22:17:18.233Z | [ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5573 | 2024-12-19T22:17:18.236Z | [ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO STEP 425 (remove_files) COMPLETE |
5574 | 2024-12-19T22:17:18.236Z | [ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-19T22:17:18.255Z | [ recovery-image] Dec 19 22:17:17.034 INFO O| Dec 19 22:17:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5576 | 2024-12-19T22:17:18.258Z | [ recovery-image] Dec 19 22:17:17.035 INFO O| Dec 19 22:17:17.035 INFO STEP 426 (remove_files) COMPLETE |
5577 | 2024-12-19T22:17:18.258Z | [ recovery-image] Dec 19 22:17:17.035 INFO O| Dec 19 22:17:17.035 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-19T22:17:18.285Z | [ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5579 | 2024-12-19T22:17:18.285Z | [ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO STEP 427 (remove_files) COMPLETE |
5580 | 2024-12-19T22:17:18.285Z | [ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-19T22:17:18.306Z | [ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5582 | 2024-12-19T22:17:18.309Z | [ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO STEP 428 (remove_files) COMPLETE |
5583 | 2024-12-19T22:17:18.309Z | [ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-19T22:17:18.343Z | [ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5585 | 2024-12-19T22:17:18.343Z | [ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.124 INFO STEP 429 (remove_files) COMPLETE |
5586 | 2024-12-19T22:17:18.346Z | [ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.124 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-19T22:17:18.376Z | [ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5588 | 2024-12-19T22:17:18.376Z | [ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO STEP 430 (remove_files) COMPLETE |
5589 | 2024-12-19T22:17:18.377Z | [ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-19T22:17:18.413Z | [ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5591 | 2024-12-19T22:17:18.413Z | [ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO STEP 431 (remove_files) COMPLETE |
5592 | 2024-12-19T22:17:18.413Z | [ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-19T22:17:18.457Z | [ recovery-image] Dec 19 22:17:17.236 INFO O| Dec 19 22:17:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5594 | 2024-12-19T22:17:18.458Z | [ recovery-image] Dec 19 22:17:17.236 INFO O| Dec 19 22:17:17.236 INFO STEP 432 (remove_files) COMPLETE |
5595 | 2024-12-19T22:17:18.458Z | [ recovery-image] Dec 19 22:17:17.237 INFO O| Dec 19 22:17:17.236 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-19T22:17:18.483Z | [ recovery-image] Dec 19 22:17:17.262 INFO O| Dec 19 22:17:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5597 | 2024-12-19T22:17:18.483Z | [ recovery-image] Dec 19 22:17:17.262 INFO O| Dec 19 22:17:17.262 INFO STEP 433 (remove_files) COMPLETE |
5598 | 2024-12-19T22:17:18.486Z | [ recovery-image] Dec 19 22:17:17.263 INFO O| Dec 19 22:17:17.262 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-19T22:17:18.544Z | [ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5600 | 2024-12-19T22:17:18.544Z | [ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO STEP 434 (remove_files) COMPLETE |
5601 | 2024-12-19T22:17:18.544Z | [ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-19T22:17:18.573Z | [ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5603 | 2024-12-19T22:17:18.573Z | [ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO STEP 435 (remove_files) COMPLETE |
5604 | 2024-12-19T22:17:18.576Z | [ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-19T22:17:18.633Z | [ recovery-image] Dec 19 22:17:17.411 INFO O| Dec 19 22:17:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5606 | 2024-12-19T22:17:18.633Z | [ recovery-image] Dec 19 22:17:17.411 INFO O| Dec 19 22:17:17.411 INFO STEP 436 (remove_files) COMPLETE |
5607 | 2024-12-19T22:17:18.636Z | [ recovery-image] Dec 19 22:17:17.412 INFO O| Dec 19 22:17:17.411 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-19T22:17:18.693Z | [ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5609 | 2024-12-19T22:17:18.693Z | [ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO STEP 437 (remove_files) COMPLETE |
5610 | 2024-12-19T22:17:18.693Z | [ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-19T22:17:18.741Z | [ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5612 | 2024-12-19T22:17:18.741Z | [ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO STEP 438 (remove_files) COMPLETE |
5613 | 2024-12-19T22:17:18.741Z | [ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-19T22:17:18.819Z | [ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5615 | 2024-12-19T22:17:18.822Z | [ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO STEP 439 (remove_files) COMPLETE |
5616 | 2024-12-19T22:17:18.822Z | [ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-19T22:17:18.839Z | [ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5618 | 2024-12-19T22:17:18.843Z | [ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO STEP 440 (remove_files) COMPLETE |
5619 | 2024-12-19T22:17:18.843Z | [ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-19T22:17:18.859Z | [ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5621 | 2024-12-19T22:17:18.862Z | [ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.637 INFO STEP 441 (remove_files) COMPLETE |
5622 | 2024-12-19T22:17:18.862Z | [ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.637 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-19T22:17:18.878Z | [ recovery-image] Dec 19 22:17:17.656 INFO O| Dec 19 22:17:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5624 | 2024-12-19T22:17:18.879Z | [ recovery-image] Dec 19 22:17:17.656 INFO O| Dec 19 22:17:17.656 INFO STEP 442 (remove_files) COMPLETE |
5625 | 2024-12-19T22:17:18.882Z | [ recovery-image] Dec 19 22:17:17.657 INFO O| Dec 19 22:17:17.656 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-19T22:17:18.898Z | [ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5627 | 2024-12-19T22:17:18.902Z | [ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO STEP 443 (remove_files) COMPLETE |
5628 | 2024-12-19T22:17:18.902Z | [ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-19T22:17:18.918Z | [ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5630 | 2024-12-19T22:17:18.921Z | [ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO STEP 444 (remove_files) COMPLETE |
5631 | 2024-12-19T22:17:18.921Z | [ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-19T22:17:18.938Z | [ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5633 | 2024-12-19T22:17:18.942Z | [ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.716 INFO STEP 445 (remove_files) COMPLETE |
5634 | 2024-12-19T22:17:18.942Z | [ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.716 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-19T22:17:18.959Z | [ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5636 | 2024-12-19T22:17:18.962Z | [ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.737 INFO STEP 446 (remove_files) COMPLETE |
5637 | 2024-12-19T22:17:18.962Z | [ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.737 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-19T22:17:18.980Z | [ recovery-image] Dec 19 22:17:17.758 INFO O| Dec 19 22:17:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5639 | 2024-12-19T22:17:18.993Z | [ recovery-image] Dec 19 22:17:17.771 INFO O| Dec 19 22:17:17.771 INFO STEP 447 (remove_files) COMPLETE |
5640 | 2024-12-19T22:17:18.993Z | [ recovery-image] Dec 19 22:17:17.771 INFO O| Dec 19 22:17:17.771 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-19T22:17:19.015Z | [ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5642 | 2024-12-19T22:17:19.017Z | [ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO STEP 448 (remove_files) COMPLETE |
5643 | 2024-12-19T22:17:19.017Z | [ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-19T22:17:19.035Z | [ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5645 | 2024-12-19T22:17:19.038Z | [ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.813 INFO STEP 449 (remove_files) COMPLETE |
5646 | 2024-12-19T22:17:19.038Z | [ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.813 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-19T22:17:19.064Z | [ recovery-image] Dec 19 22:17:17.841 INFO O| Dec 19 22:17:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5648 | 2024-12-19T22:17:19.067Z | [ recovery-image] Dec 19 22:17:17.841 INFO O| Dec 19 22:17:17.841 INFO STEP 450 (remove_files) COMPLETE |
5649 | 2024-12-19T22:17:19.067Z | [ recovery-image] Dec 19 22:17:17.842 INFO O| Dec 19 22:17:17.841 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-19T22:17:19.153Z | [ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5651 | 2024-12-19T22:17:19.154Z | [ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO STEP 451 (remove_files) COMPLETE |
5652 | 2024-12-19T22:17:19.154Z | [ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-19T22:17:19.175Z | [ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5654 | 2024-12-19T22:17:19.175Z | [ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO STEP 452 (remove_files) COMPLETE |
5655 | 2024-12-19T22:17:19.175Z | [ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-19T22:17:19.212Z | [ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5657 | 2024-12-19T22:17:19.212Z | [ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO STEP 453 (remove_files) COMPLETE |
5658 | 2024-12-19T22:17:19.212Z | [ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-19T22:17:19.234Z | [ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5660 | 2024-12-19T22:17:19.234Z | [ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO STEP 454 (remove_files) COMPLETE |
5661 | 2024-12-19T22:17:19.236Z | [ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-19T22:17:19.275Z | [ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5663 | 2024-12-19T22:17:19.275Z | [ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO STEP 455 (remove_files) COMPLETE |
5664 | 2024-12-19T22:17:19.275Z | [ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-19T22:17:19.296Z | [ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5666 | 2024-12-19T22:17:19.299Z | [ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO STEP 456 (remove_files) COMPLETE |
5667 | 2024-12-19T22:17:19.299Z | [ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-19T22:17:19.338Z | [ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5669 | 2024-12-19T22:17:19.338Z | [ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO STEP 457 (remove_files) COMPLETE |
5670 | 2024-12-19T22:17:19.338Z | [ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-19T22:17:19.376Z | [ recovery-image] Dec 19 22:17:18.151 INFO O| Dec 19 22:17:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5672 | 2024-12-19T22:17:19.376Z | [ recovery-image] Dec 19 22:17:18.151 INFO O| Dec 19 22:17:18.151 INFO STEP 458 (remove_files) COMPLETE |
5673 | 2024-12-19T22:17:19.380Z | [ recovery-image] Dec 19 22:17:18.152 INFO O| Dec 19 22:17:18.151 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-19T22:17:19.396Z | [ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5675 | 2024-12-19T22:17:19.396Z | [ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO STEP 459 (remove_files) COMPLETE |
5676 | 2024-12-19T22:17:19.396Z | [ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-19T22:17:20.463Z | [ recovery-image] Dec 19 22:17:18.232 INFO O| Dec 19 22:17:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5678 | 2024-12-19T22:17:20.464Z | [ recovery-image] Dec 19 22:17:18.232 INFO O| Dec 19 22:17:18.232 INFO STEP 460 (remove_files) COMPLETE |
5679 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.233 INFO O| Dec 19 22:17:18.232 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.255 INFO O| Dec 19 22:17:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5681 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.256 INFO O| Dec 19 22:17:18.256 INFO STEP 461 (remove_files) COMPLETE |
5682 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.256 INFO O| Dec 19 22:17:18.256 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5684 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO STEP 462 (remove_files) COMPLETE |
5685 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5687 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.304 INFO STEP 463 (remove_files) COMPLETE |
5688 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.304 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.337 INFO O| Dec 19 22:17:18.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5690 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.337 INFO O| Dec 19 22:17:18.337 INFO STEP 464 (remove_files) COMPLETE |
5691 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.338 INFO O| Dec 19 22:17:18.337 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5693 | 2024-12-19T22:17:20.468Z | [ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.360 INFO STEP 465 (remove_files) COMPLETE |
5694 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.360 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5696 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.382 INFO STEP 466 (remove_files) COMPLETE |
5697 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.382 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5699 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO STEP 467 (remove_files) COMPLETE |
5700 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5702 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO STEP 468 (remove_files) COMPLETE |
5703 | 2024-12-19T22:17:20.469Z | [ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5705 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.448 INFO STEP 469 (remove_files) COMPLETE |
5706 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.448 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.467 INFO O| Dec 19 22:17:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5708 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.468 INFO O| Dec 19 22:17:18.468 INFO STEP 470 (remove_files) COMPLETE |
5709 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.468 INFO O| Dec 19 22:17:18.468 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.489 INFO O| Dec 19 22:17:18.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5711 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.496 INFO O| Dec 19 22:17:18.496 INFO STEP 471 (remove_files) COMPLETE |
5712 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.496 INFO O| Dec 19 22:17:18.496 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5714 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO STEP 472 (remove_files) COMPLETE |
5715 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5717 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO STEP 473 (remove_files) COMPLETE |
5718 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5720 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO STEP 474 (remove_files) COMPLETE |
5721 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5723 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO STEP 475 (remove_files) COMPLETE |
5724 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5726 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO STEP 476 (remove_files) COMPLETE |
5727 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-19T22:17:20.470Z | [ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5729 | 2024-12-19T22:17:20.471Z | [ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.771 INFO STEP 477 (remove_files) COMPLETE |
5730 | 2024-12-19T22:17:20.471Z | [ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.771 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-19T22:17:20.471Z | [ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5732 | 2024-12-19T22:17:20.471Z | [ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO STEP 478 (remove_files) COMPLETE |
5733 | 2024-12-19T22:17:20.471Z | [ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.821 INFO O| Dec 19 22:17:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5735 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.842 INFO O| Dec 19 22:17:18.842 INFO STEP 479 (remove_files) COMPLETE |
5736 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.842 INFO O| Dec 19 22:17:18.842 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5738 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO STEP 480 (remove_files) COMPLETE |
5739 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5741 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO STEP 481 (remove_files) COMPLETE |
5742 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5744 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO STEP 482 (remove_files) COMPLETE |
5745 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5747 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO STEP 483 (remove_files) COMPLETE |
5748 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5750 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO STEP 484 (remove_files) COMPLETE |
5751 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5753 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO STEP 485 (remove_files) COMPLETE |
5754 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5756 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO STEP 486 (remove_files) COMPLETE |
5757 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5759 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO STEP 487 (remove_files) COMPLETE |
5760 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5762 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO STEP 488 (remove_files) COMPLETE |
5763 | 2024-12-19T22:17:20.472Z | [ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5765 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO STEP 489 (remove_files) COMPLETE |
5766 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5768 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO STEP 490 (remove_files) COMPLETE |
5769 | 2024-12-19T22:17:20.473Z | [ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-12-19T22:17:20.476Z | [ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5771 | 2024-12-19T22:17:20.476Z | [ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.246 INFO STEP 491 (remove_files) COMPLETE |
5772 | 2024-12-19T22:17:20.476Z | [ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.246 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-12-19T22:17:20.495Z | [ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5774 | 2024-12-19T22:17:20.495Z | [ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO STEP 492 (remove_files) COMPLETE |
5775 | 2024-12-19T22:17:20.495Z | [ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-12-19T22:17:20.515Z | [ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5777 | 2024-12-19T22:17:20.515Z | [ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.286 INFO STEP 493 (remove_files) COMPLETE |
5778 | 2024-12-19T22:17:20.515Z | [ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.286 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-12-19T22:17:20.534Z | [ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5780 | 2024-12-19T22:17:20.534Z | [ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO STEP 494 (remove_files) COMPLETE |
5781 | 2024-12-19T22:17:20.534Z | [ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-12-19T22:17:20.563Z | [ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5783 | 2024-12-19T22:17:20.563Z | [ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO STEP 495 (remove_files) COMPLETE |
5784 | 2024-12-19T22:17:20.563Z | [ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-12-19T22:17:20.586Z | [ recovery-image] Dec 19 22:17:19.356 INFO O| Dec 19 22:17:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5786 | 2024-12-19T22:17:20.586Z | [ recovery-image] Dec 19 22:17:19.357 INFO O| Dec 19 22:17:19.357 INFO STEP 496 (remove_files) COMPLETE |
5787 | 2024-12-19T22:17:20.588Z | [ recovery-image] Dec 19 22:17:19.357 INFO O| Dec 19 22:17:19.357 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-12-19T22:17:20.607Z | [ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5789 | 2024-12-19T22:17:20.607Z | [ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO STEP 497 (remove_files) COMPLETE |
5790 | 2024-12-19T22:17:20.607Z | [ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-12-19T22:17:20.610Z | [ host-image] Dec 19 22:17:19.380 INFO O| Dec 19 22:17:19.380 INFO O| Done |
5792 | 2024-12-19T22:17:20.630Z | [ recovery-image] Dec 19 22:17:19.400 INFO O| Dec 19 22:17:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5793 | 2024-12-19T22:17:20.630Z | [ recovery-image] Dec 19 22:17:19.401 INFO O| Dec 19 22:17:19.401 INFO STEP 498 (remove_files) COMPLETE |
5794 | 2024-12-19T22:17:20.633Z | [ recovery-image] Dec 19 22:17:19.401 INFO O| Dec 19 22:17:19.401 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-19T22:17:20.650Z | [ host-image] Dec 19 22:17:19.421 INFO O| Dec 19 22:17:19.420 INFO O| Done |
5796 | 2024-12-19T22:17:20.654Z | [ host-image] Dec 19 22:17:19.421 INFO O| Dec 19 22:17:19.421 INFO O| Done |
5797 | 2024-12-19T22:17:20.676Z | [ host-image] Dec 19 22:17:19.446 INFO O| Dec 19 22:17:19.446 INFO O| Done |
5798 | 2024-12-19T22:17:20.695Z | [ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5799 | 2024-12-19T22:17:20.696Z | [ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO STEP 499 (remove_files) COMPLETE |
5800 | 2024-12-19T22:17:20.696Z | [ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-19T22:17:20.717Z | [ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5802 | 2024-12-19T22:17:20.717Z | [ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO STEP 500 (remove_files) COMPLETE |
5803 | 2024-12-19T22:17:20.717Z | [ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-19T22:17:20.737Z | [ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5805 | 2024-12-19T22:17:20.737Z | [ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO STEP 501 (remove_files) COMPLETE |
5806 | 2024-12-19T22:17:20.740Z | [ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-19T22:17:20.756Z | [ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5808 | 2024-12-19T22:17:20.758Z | [ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO STEP 502 (remove_files) COMPLETE |
5809 | 2024-12-19T22:17:20.758Z | [ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-19T22:17:20.777Z | [ recovery-image] Dec 19 22:17:19.546 INFO O| Dec 19 22:17:19.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5811 | 2024-12-19T22:17:20.777Z | [ recovery-image] Dec 19 22:17:19.547 INFO O| Dec 19 22:17:19.547 INFO STEP 503 (remove_files) COMPLETE |
5812 | 2024-12-19T22:17:20.779Z | [ recovery-image] Dec 19 22:17:19.547 INFO O| Dec 19 22:17:19.547 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-19T22:17:20.814Z | [ recovery-image] Dec 19 22:17:19.583 INFO O| Dec 19 22:17:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5814 | 2024-12-19T22:17:20.814Z | [ recovery-image] Dec 19 22:17:19.583 INFO O| Dec 19 22:17:19.583 INFO STEP 504 (remove_files) COMPLETE |
5815 | 2024-12-19T22:17:20.814Z | [ recovery-image] Dec 19 22:17:19.584 INFO O| Dec 19 22:17:19.583 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-19T22:17:20.834Z | [ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5817 | 2024-12-19T22:17:20.837Z | [ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO STEP 505 (remove_files) COMPLETE |
5818 | 2024-12-19T22:17:20.837Z | [ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-19T22:17:20.882Z | [ host-image] Dec 19 22:17:19.652 INFO O| Dec 19 22:17:19.652 INFO STEP 12 (pkg_install) COMPLETE |
5820 | 2024-12-19T22:17:20.883Z | [ host-image] Dec 19 22:17:19.652 INFO O| Dec 19 22:17:19.652 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5821 | 2024-12-19T22:17:20.891Z | [ recovery-image] Dec 19 22:17:19.661 INFO O| Dec 19 22:17:19.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5822 | 2024-12-19T22:17:20.901Z | [ host-image] Dec 19 22:17:19.670 INFO O| Dec 19 22:17:19.670 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5823 | 2024-12-19T22:17:20.903Z | [ recovery-image] Dec 19 22:17:19.671 INFO O| Dec 19 22:17:19.671 INFO STEP 506 (remove_files) COMPLETE |
5824 | 2024-12-19T22:17:20.903Z | [ recovery-image] Dec 19 22:17:19.671 INFO O| Dec 19 22:17:19.671 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-19T22:17:20.923Z | [ recovery-image] Dec 19 22:17:19.692 INFO O| Dec 19 22:17:19.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5826 | 2024-12-19T22:17:20.923Z | [ recovery-image] Dec 19 22:17:19.693 INFO O| Dec 19 22:17:19.693 INFO STEP 507 (remove_files) COMPLETE |
5827 | 2024-12-19T22:17:20.927Z | [ recovery-image] Dec 19 22:17:19.693 INFO O| Dec 19 22:17:19.693 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-19T22:17:20.944Z | [ recovery-image] Dec 19 22:17:19.713 INFO O| Dec 19 22:17:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5829 | 2024-12-19T22:17:20.947Z | [ recovery-image] Dec 19 22:17:19.714 INFO O| Dec 19 22:17:19.713 INFO STEP 508 (remove_files) COMPLETE |
5830 | 2024-12-19T22:17:20.947Z | [ recovery-image] Dec 19 22:17:19.714 INFO O| Dec 19 22:17:19.714 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-19T22:17:20.963Z | [ recovery-image] Dec 19 22:17:19.732 INFO O| Dec 19 22:17:19.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5832 | 2024-12-19T22:17:20.967Z | [ recovery-image] Dec 19 22:17:19.733 INFO O| Dec 19 22:17:19.733 INFO STEP 509 (remove_files) COMPLETE |
5833 | 2024-12-19T22:17:20.967Z | [ recovery-image] Dec 19 22:17:19.733 INFO O| Dec 19 22:17:19.733 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-19T22:17:21.002Z | [ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5835 | 2024-12-19T22:17:21.005Z | [ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO STEP 510 (remove_files) COMPLETE |
5836 | 2024-12-19T22:17:21.005Z | [ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-19T22:17:21.023Z | [ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5838 | 2024-12-19T22:17:21.026Z | [ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO STEP 511 (remove_files) COMPLETE |
5839 | 2024-12-19T22:17:21.026Z | [ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-19T22:17:21.043Z | [ recovery-image] Dec 19 22:17:19.812 INFO O| Dec 19 22:17:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5841 | 2024-12-19T22:17:21.068Z | [ recovery-image] Dec 19 22:17:19.836 INFO O| Dec 19 22:17:19.836 INFO STEP 512 (remove_files) COMPLETE |
5842 | 2024-12-19T22:17:21.068Z | [ recovery-image] Dec 19 22:17:19.836 INFO O| Dec 19 22:17:19.836 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-19T22:17:21.111Z | [ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5844 | 2024-12-19T22:17:21.112Z | [ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO STEP 513 (remove_files) COMPLETE |
5845 | 2024-12-19T22:17:21.112Z | [ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-19T22:17:21.132Z | [ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5847 | 2024-12-19T22:17:21.132Z | [ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO STEP 514 (remove_files) COMPLETE |
5848 | 2024-12-19T22:17:21.132Z | [ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-19T22:17:21.171Z | [ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5850 | 2024-12-19T22:17:21.171Z | [ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO STEP 515 (remove_files) COMPLETE |
5851 | 2024-12-19T22:17:21.171Z | [ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-19T22:17:21.191Z | [ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5853 | 2024-12-19T22:17:21.191Z | [ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO STEP 516 (remove_files) COMPLETE |
5854 | 2024-12-19T22:17:21.194Z | [ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-19T22:17:21.220Z | [ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5856 | 2024-12-19T22:17:21.220Z | [ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO STEP 517 (remove_files) COMPLETE |
5857 | 2024-12-19T22:17:21.220Z | [ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-19T22:17:21.257Z | [ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5859 | 2024-12-19T22:17:21.257Z | [ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.025 INFO STEP 518 (remove_files) COMPLETE |
5860 | 2024-12-19T22:17:21.260Z | [ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.025 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-19T22:17:21.310Z | [ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5862 | 2024-12-19T22:17:21.310Z | [ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.078 INFO STEP 519 (remove_files) COMPLETE |
5863 | 2024-12-19T22:17:21.313Z | [ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.078 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-19T22:17:21.375Z | [ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5865 | 2024-12-19T22:17:21.375Z | [ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO STEP 520 (remove_files) COMPLETE |
5866 | 2024-12-19T22:17:21.375Z | [ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-19T22:17:21.395Z | [ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5868 | 2024-12-19T22:17:21.395Z | [ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO STEP 521 (remove_files) COMPLETE |
5869 | 2024-12-19T22:17:21.395Z | [ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-19T22:17:21.425Z | [ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5871 | 2024-12-19T22:17:21.425Z | [ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO STEP 522 (remove_files) COMPLETE |
5872 | 2024-12-19T22:17:21.425Z | [ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-19T22:17:21.466Z | [ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5874 | 2024-12-19T22:17:21.466Z | [ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO STEP 523 (remove_files) COMPLETE |
5875 | 2024-12-19T22:17:21.466Z | [ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-19T22:17:21.593Z | [ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5877 | 2024-12-19T22:17:21.593Z | [ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO STEP 524 (remove_files) COMPLETE |
5878 | 2024-12-19T22:17:21.593Z | [ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-19T22:17:21.624Z | [ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5880 | 2024-12-19T22:17:21.625Z | [ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO STEP 525 (remove_files) COMPLETE |
5881 | 2024-12-19T22:17:21.625Z | [ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-19T22:17:21.648Z | [ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5883 | 2024-12-19T22:17:21.648Z | [ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO STEP 526 (remove_files) COMPLETE |
5884 | 2024-12-19T22:17:21.648Z | [ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-19T22:17:21.689Z | [ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5886 | 2024-12-19T22:17:21.689Z | [ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO STEP 527 (remove_files) COMPLETE |
5887 | 2024-12-19T22:17:21.689Z | [ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-19T22:17:21.709Z | [ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5889 | 2024-12-19T22:17:21.709Z | [ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO STEP 528 (remove_files) COMPLETE |
5890 | 2024-12-19T22:17:21.709Z | [ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-19T22:17:21.729Z | [ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5892 | 2024-12-19T22:17:21.729Z | [ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO STEP 529 (remove_files) COMPLETE |
5893 | 2024-12-19T22:17:21.733Z | [ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-19T22:17:21.772Z | [ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5895 | 2024-12-19T22:17:21.776Z | [ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO STEP 530 (remove_files) COMPLETE |
5896 | 2024-12-19T22:17:21.776Z | [ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-19T22:17:21.793Z | [ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5898 | 2024-12-19T22:17:21.796Z | [ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.559 INFO STEP 531 (remove_files) COMPLETE |
5899 | 2024-12-19T22:17:21.796Z | [ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.559 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-19T22:17:21.814Z | [ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5901 | 2024-12-19T22:17:21.818Z | [ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO STEP 532 (remove_files) COMPLETE |
5902 | 2024-12-19T22:17:21.818Z | [ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-19T22:17:21.835Z | [ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5904 | 2024-12-19T22:17:21.838Z | [ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.601 INFO STEP 533 (remove_files) COMPLETE |
5905 | 2024-12-19T22:17:21.838Z | [ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.601 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-19T22:17:21.856Z | [ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5907 | 2024-12-19T22:17:21.859Z | [ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO STEP 534 (remove_files) COMPLETE |
5908 | 2024-12-19T22:17:21.859Z | [ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-19T22:17:21.876Z | [ recovery-image] Dec 19 22:17:20.641 INFO O| Dec 19 22:17:20.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5910 | 2024-12-19T22:17:21.879Z | [ recovery-image] Dec 19 22:17:20.642 INFO O| Dec 19 22:17:20.642 INFO STEP 535 (remove_files) COMPLETE |
5911 | 2024-12-19T22:17:21.879Z | [ recovery-image] Dec 19 22:17:20.642 INFO O| Dec 19 22:17:20.642 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-19T22:17:21.897Z | [ recovery-image] Dec 19 22:17:20.662 INFO O| Dec 19 22:17:20.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5913 | 2024-12-19T22:17:21.900Z | [ recovery-image] Dec 19 22:17:20.663 INFO O| Dec 19 22:17:20.662 INFO STEP 536 (remove_files) COMPLETE |
5914 | 2024-12-19T22:17:21.900Z | [ recovery-image] Dec 19 22:17:20.663 INFO O| Dec 19 22:17:20.663 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-19T22:17:21.918Z | [ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5916 | 2024-12-19T22:17:21.921Z | [ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO STEP 537 (remove_files) COMPLETE |
5917 | 2024-12-19T22:17:21.921Z | [ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-19T22:17:21.939Z | [ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5919 | 2024-12-19T22:17:21.941Z | [ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO STEP 538 (remove_files) COMPLETE |
5920 | 2024-12-19T22:17:21.941Z | [ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-19T22:17:21.960Z | [ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5922 | 2024-12-19T22:17:21.963Z | [ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO STEP 539 (remove_files) COMPLETE |
5923 | 2024-12-19T22:17:21.963Z | [ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-19T22:17:21.984Z | [ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5925 | 2024-12-19T22:17:21.984Z | [ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO STEP 540 (remove_files) COMPLETE |
5926 | 2024-12-19T22:17:21.985Z | [ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-19T22:17:22.042Z | [ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5928 | 2024-12-19T22:17:22.042Z | [ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO STEP 541 (remove_files) COMPLETE |
5929 | 2024-12-19T22:17:22.042Z | [ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-19T22:17:22.063Z | [ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5931 | 2024-12-19T22:17:22.065Z | [ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO STEP 542 (remove_files) COMPLETE |
5932 | 2024-12-19T22:17:22.065Z | [ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-19T22:17:22.083Z | [ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5934 | 2024-12-19T22:17:22.083Z | [ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO STEP 543 (remove_files) COMPLETE |
5935 | 2024-12-19T22:17:22.083Z | [ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-19T22:17:22.103Z | [ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5937 | 2024-12-19T22:17:22.103Z | [ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO STEP 544 (remove_files) COMPLETE |
5938 | 2024-12-19T22:17:22.103Z | [ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-19T22:17:22.125Z | [ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5940 | 2024-12-19T22:17:22.125Z | [ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO STEP 545 (remove_files) COMPLETE |
5941 | 2024-12-19T22:17:22.125Z | [ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-19T22:17:22.212Z | [ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5943 | 2024-12-19T22:17:22.212Z | [ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.976 INFO STEP 546 (remove_files) COMPLETE |
5944 | 2024-12-19T22:17:22.212Z | [ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.976 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-19T22:17:22.236Z | [ recovery-image] Dec 19 22:17:21.000 INFO O| Dec 19 22:17:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5946 | 2024-12-19T22:17:22.239Z | [ recovery-image] Dec 19 22:17:21.003 INFO O| Dec 19 22:17:21.000 INFO STEP 547 (remove_files) COMPLETE |
5947 | 2024-12-19T22:17:22.239Z | [ recovery-image] Dec 19 22:17:21.003 INFO O| Dec 19 22:17:21.000 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-19T22:17:22.258Z | [ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5949 | 2024-12-19T22:17:22.262Z | [ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO STEP 548 (remove_files) COMPLETE |
5950 | 2024-12-19T22:17:22.262Z | [ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-19T22:17:22.278Z | [ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5952 | 2024-12-19T22:17:22.281Z | [ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO STEP 549 (remove_files) COMPLETE |
5953 | 2024-12-19T22:17:22.281Z | [ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-19T22:17:22.298Z | [ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5955 | 2024-12-19T22:17:22.301Z | [ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO STEP 550 (remove_files) COMPLETE |
5956 | 2024-12-19T22:17:22.301Z | [ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-19T22:17:22.317Z | [ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5958 | 2024-12-19T22:17:22.320Z | [ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO STEP 551 (remove_files) COMPLETE |
5959 | 2024-12-19T22:17:22.320Z | [ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-19T22:17:22.338Z | [ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5961 | 2024-12-19T22:17:22.338Z | [ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO STEP 552 (remove_files) COMPLETE |
5962 | 2024-12-19T22:17:22.338Z | [ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-19T22:17:22.360Z | [ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5964 | 2024-12-19T22:17:22.360Z | [ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.123 INFO STEP 553 (remove_files) COMPLETE |
5965 | 2024-12-19T22:17:22.364Z | [ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.123 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-19T22:17:22.383Z | [ recovery-image] Dec 19 22:17:21.146 INFO O| Dec 19 22:17:21.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5967 | 2024-12-19T22:17:22.386Z | [ recovery-image] Dec 19 22:17:21.147 INFO O| Dec 19 22:17:21.147 INFO STEP 554 (remove_files) COMPLETE |
5968 | 2024-12-19T22:17:22.386Z | [ recovery-image] Dec 19 22:17:21.147 INFO O| Dec 19 22:17:21.147 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-19T22:17:22.411Z | [ recovery-image] Dec 19 22:17:21.174 INFO O| Dec 19 22:17:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5970 | 2024-12-19T22:17:22.414Z | [ recovery-image] Dec 19 22:17:21.175 INFO O| Dec 19 22:17:21.175 INFO STEP 555 (remove_files) COMPLETE |
5971 | 2024-12-19T22:17:22.414Z | [ recovery-image] Dec 19 22:17:21.175 INFO O| Dec 19 22:17:21.175 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-19T22:17:22.446Z | [ recovery-image] Dec 19 22:17:21.209 INFO O| Dec 19 22:17:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5973 | 2024-12-19T22:17:22.449Z | [ recovery-image] Dec 19 22:17:21.210 INFO O| Dec 19 22:17:21.210 INFO STEP 556 (remove_files) COMPLETE |
5974 | 2024-12-19T22:17:22.449Z | [ recovery-image] Dec 19 22:17:21.210 INFO O| Dec 19 22:17:21.210 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-19T22:17:22.468Z | [ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5976 | 2024-12-19T22:17:22.471Z | [ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO STEP 557 (remove_files) COMPLETE |
5977 | 2024-12-19T22:17:22.472Z | [ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-19T22:17:22.489Z | [ recovery-image] Dec 19 22:17:21.251 INFO O| Dec 19 22:17:21.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5979 | 2024-12-19T22:17:22.492Z | [ recovery-image] Dec 19 22:17:21.252 INFO O| Dec 19 22:17:21.252 INFO STEP 558 (remove_files) COMPLETE |
5980 | 2024-12-19T22:17:22.492Z | [ recovery-image] Dec 19 22:17:21.252 INFO O| Dec 19 22:17:21.252 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-19T22:17:22.510Z | [ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5982 | 2024-12-19T22:17:22.512Z | [ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.273 INFO STEP 559 (remove_files) COMPLETE |
5983 | 2024-12-19T22:17:22.512Z | [ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.273 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-19T22:17:22.531Z | [ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5985 | 2024-12-19T22:17:22.534Z | [ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO STEP 560 (remove_files) COMPLETE |
5986 | 2024-12-19T22:17:22.534Z | [ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-19T22:17:22.553Z | [ host-image] Dec 19 22:17:21.315 INFO O| Dec 19 22:17:21.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5988 | 2024-12-19T22:17:22.555Z | [ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5989 | 2024-12-19T22:17:22.555Z | [ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO STEP 561 (remove_files) COMPLETE |
5990 | 2024-12-19T22:17:22.555Z | [ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-19T22:17:22.576Z | [ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5992 | 2024-12-19T22:17:22.579Z | [ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO STEP 562 (remove_files) COMPLETE |
5993 | 2024-12-19T22:17:22.579Z | [ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-19T22:17:22.613Z | [ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5995 | 2024-12-19T22:17:22.613Z | [ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO STEP 563 (remove_files) COMPLETE |
5996 | 2024-12-19T22:17:22.613Z | [ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-19T22:17:22.634Z | [ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5998 | 2024-12-19T22:17:22.634Z | [ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO STEP 564 (remove_files) COMPLETE |
5999 | 2024-12-19T22:17:22.634Z | [ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-19T22:17:22.655Z | [ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6001 | 2024-12-19T22:17:22.655Z | [ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO STEP 565 (remove_files) COMPLETE |
6002 | 2024-12-19T22:17:22.655Z | [ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-19T22:17:22.677Z | [ recovery-image] Dec 19 22:17:21.438 INFO O| Dec 19 22:17:21.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6004 | 2024-12-19T22:17:22.677Z | [ recovery-image] Dec 19 22:17:21.439 INFO O| Dec 19 22:17:21.439 INFO STEP 566 (remove_files) COMPLETE |
6005 | 2024-12-19T22:17:22.677Z | [ recovery-image] Dec 19 22:17:21.439 INFO O| Dec 19 22:17:21.439 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-19T22:17:22.699Z | [ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6007 | 2024-12-19T22:17:22.700Z | [ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO STEP 567 (remove_files) COMPLETE |
6008 | 2024-12-19T22:17:22.700Z | [ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-19T22:17:22.760Z | [ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6010 | 2024-12-19T22:17:22.763Z | [ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO STEP 568 (remove_files) COMPLETE |
6011 | 2024-12-19T22:17:22.763Z | [ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-19T22:17:22.783Z | [ recovery-image] Dec 19 22:17:21.544 INFO O| Dec 19 22:17:21.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6013 | 2024-12-19T22:17:22.787Z | [ recovery-image] Dec 19 22:17:21.544 INFO O| Dec 19 22:17:21.544 INFO STEP 569 (remove_files) COMPLETE |
6014 | 2024-12-19T22:17:22.787Z | [ recovery-image] Dec 19 22:17:21.545 INFO O| Dec 19 22:17:21.544 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-19T22:17:22.802Z | [ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6016 | 2024-12-19T22:17:22.805Z | [ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO STEP 570 (remove_files) COMPLETE |
6017 | 2024-12-19T22:17:22.805Z | [ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-19T22:17:22.842Z | [ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6019 | 2024-12-19T22:17:22.842Z | [ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO STEP 571 (remove_files) COMPLETE |
6020 | 2024-12-19T22:17:22.842Z | [ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-19T22:17:22.990Z | [ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6022 | 2024-12-19T22:17:22.990Z | [ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO STEP 572 (remove_files) COMPLETE |
6023 | 2024-12-19T22:17:22.990Z | [ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-19T22:17:23.021Z | [ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6025 | 2024-12-19T22:17:23.021Z | [ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO STEP 573 (remove_files) COMPLETE |
6026 | 2024-12-19T22:17:23.021Z | [ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-19T22:17:23.041Z | [ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6028 | 2024-12-19T22:17:23.041Z | [ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO STEP 574 (remove_files) COMPLETE |
6029 | 2024-12-19T22:17:23.041Z | [ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-19T22:17:23.061Z | [ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6031 | 2024-12-19T22:17:23.061Z | [ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO STEP 575 (remove_files) COMPLETE |
6032 | 2024-12-19T22:17:23.061Z | [ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-19T22:17:23.082Z | [ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6034 | 2024-12-19T22:17:23.082Z | [ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.843 INFO STEP 576 (remove_files) COMPLETE |
6035 | 2024-12-19T22:17:23.082Z | [ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.843 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-19T22:17:23.123Z | [ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6037 | 2024-12-19T22:17:23.123Z | [ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO STEP 577 (remove_files) COMPLETE |
6038 | 2024-12-19T22:17:23.123Z | [ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-19T22:17:23.142Z | [ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6040 | 2024-12-19T22:17:23.142Z | [ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO STEP 578 (remove_files) COMPLETE |
6041 | 2024-12-19T22:17:23.143Z | [ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-19T22:17:23.160Z | [ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6043 | 2024-12-19T22:17:23.160Z | [ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO STEP 579 (remove_files) COMPLETE |
6044 | 2024-12-19T22:17:23.160Z | [ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-19T22:17:23.178Z | [ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6046 | 2024-12-19T22:17:23.179Z | [ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO STEP 580 (remove_files) COMPLETE |
6047 | 2024-12-19T22:17:23.179Z | [ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-19T22:17:23.199Z | [ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6049 | 2024-12-19T22:17:23.199Z | [ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO STEP 581 (remove_files) COMPLETE |
6050 | 2024-12-19T22:17:23.199Z | [ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-19T22:17:23.220Z | [ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6052 | 2024-12-19T22:17:23.220Z | [ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO STEP 582 (remove_files) COMPLETE |
6053 | 2024-12-19T22:17:23.220Z | [ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-19T22:17:23.258Z | [ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6055 | 2024-12-19T22:17:23.258Z | [ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO STEP 583 (remove_files) COMPLETE |
6056 | 2024-12-19T22:17:23.261Z | [ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-19T22:17:23.284Z | [ recovery-image] Dec 19 22:17:22.043 INFO O| Dec 19 22:17:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6058 | 2024-12-19T22:17:23.286Z | [ recovery-image] Dec 19 22:17:22.043 INFO O| Dec 19 22:17:22.043 INFO STEP 584 (remove_files) COMPLETE |
6059 | 2024-12-19T22:17:23.286Z | [ recovery-image] Dec 19 22:17:22.044 INFO O| Dec 19 22:17:22.044 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-19T22:17:23.305Z | [ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6061 | 2024-12-19T22:17:23.306Z | [ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.065 INFO STEP 585 (remove_files) COMPLETE |
6062 | 2024-12-19T22:17:23.309Z | [ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.065 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-19T22:17:23.338Z | [ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6064 | 2024-12-19T22:17:23.338Z | [ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.097 INFO STEP 586 (remove_files) COMPLETE |
6065 | 2024-12-19T22:17:23.338Z | [ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.097 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-19T22:17:23.359Z | [ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6067 | 2024-12-19T22:17:23.359Z | [ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO STEP 587 (remove_files) COMPLETE |
6068 | 2024-12-19T22:17:23.359Z | [ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-19T22:17:23.400Z | [ recovery-image] Dec 19 22:17:22.159 INFO O| Dec 19 22:17:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6070 | 2024-12-19T22:17:23.403Z | [ recovery-image] Dec 19 22:17:22.160 INFO O| Dec 19 22:17:22.160 INFO STEP 588 (remove_files) COMPLETE |
6071 | 2024-12-19T22:17:23.403Z | [ recovery-image] Dec 19 22:17:22.160 INFO O| Dec 19 22:17:22.160 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-19T22:17:23.420Z | [ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6073 | 2024-12-19T22:17:23.420Z | [ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO STEP 589 (remove_files) COMPLETE |
6074 | 2024-12-19T22:17:23.420Z | [ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-19T22:17:23.459Z | [ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6076 | 2024-12-19T22:17:23.462Z | [ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO STEP 590 (remove_files) COMPLETE |
6077 | 2024-12-19T22:17:23.462Z | [ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-19T22:17:23.483Z | [ recovery-image] Dec 19 22:17:22.241 INFO O| Dec 19 22:17:22.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6079 | 2024-12-19T22:17:23.509Z | [ recovery-image] Dec 19 22:17:22.267 INFO O| Dec 19 22:17:22.267 INFO STEP 591 (remove_files) COMPLETE |
6080 | 2024-12-19T22:17:23.509Z | [ recovery-image] Dec 19 22:17:22.267 INFO O| Dec 19 22:17:22.267 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-19T22:17:23.540Z | [ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6082 | 2024-12-19T22:17:23.540Z | [ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO STEP 592 (remove_files) COMPLETE |
6083 | 2024-12-19T22:17:23.540Z | [ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-19T22:17:23.586Z | [ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6085 | 2024-12-19T22:17:23.586Z | [ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO STEP 593 (remove_files) COMPLETE |
6086 | 2024-12-19T22:17:23.586Z | [ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-19T22:17:23.637Z | [ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6088 | 2024-12-19T22:17:23.637Z | [ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO STEP 594 (remove_files) COMPLETE |
6089 | 2024-12-19T22:17:23.640Z | [ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-19T22:17:23.657Z | [ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6091 | 2024-12-19T22:17:23.657Z | [ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO STEP 595 (remove_files) COMPLETE |
6092 | 2024-12-19T22:17:23.657Z | [ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-19T22:17:23.727Z | [ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6094 | 2024-12-19T22:17:23.728Z | [ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO STEP 596 (remove_files) COMPLETE |
6095 | 2024-12-19T22:17:23.730Z | [ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-19T22:17:23.787Z | [ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6097 | 2024-12-19T22:17:23.790Z | [ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO STEP 597 (remove_files) COMPLETE |
6098 | 2024-12-19T22:17:23.790Z | [ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-19T22:17:23.826Z | [ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6100 | 2024-12-19T22:17:23.826Z | [ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO STEP 598 (remove_files) COMPLETE |
6101 | 2024-12-19T22:17:23.826Z | [ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-19T22:17:23.852Z | [ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6103 | 2024-12-19T22:17:23.852Z | [ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO STEP 599 (remove_files) COMPLETE |
6104 | 2024-12-19T22:17:23.852Z | [ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-19T22:17:23.881Z | [ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6106 | 2024-12-19T22:17:23.884Z | [ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.638 INFO STEP 600 (remove_files) COMPLETE |
6107 | 2024-12-19T22:17:23.884Z | [ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.638 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-19T22:17:23.904Z | [ recovery-image] Dec 19 22:17:22.660 INFO O| Dec 19 22:17:22.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6109 | 2024-12-19T22:17:23.907Z | [ recovery-image] Dec 19 22:17:22.661 INFO O| Dec 19 22:17:22.661 INFO STEP 601 (remove_files) COMPLETE |
6110 | 2024-12-19T22:17:23.907Z | [ recovery-image] Dec 19 22:17:22.661 INFO O| Dec 19 22:17:22.661 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-19T22:17:24.002Z | [ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6112 | 2024-12-19T22:17:24.005Z | [ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO STEP 602 (remove_files) COMPLETE |
6113 | 2024-12-19T22:17:24.005Z | [ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-19T22:17:24.021Z | [ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6115 | 2024-12-19T22:17:24.024Z | [ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO STEP 603 (remove_files) COMPLETE |
6116 | 2024-12-19T22:17:24.024Z | [ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-19T22:17:24.042Z | [ recovery-image] Dec 19 22:17:22.798 INFO O| Dec 19 22:17:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6118 | 2024-12-19T22:17:24.042Z | [ recovery-image] Dec 19 22:17:22.799 INFO O| Dec 19 22:17:22.798 INFO STEP 604 (remove_files) COMPLETE |
6119 | 2024-12-19T22:17:24.042Z | [ recovery-image] Dec 19 22:17:22.799 INFO O| Dec 19 22:17:22.799 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-19T22:17:24.078Z | [ recovery-image] Dec 19 22:17:22.833 INFO O| Dec 19 22:17:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6121 | 2024-12-19T22:17:24.078Z | [ recovery-image] Dec 19 22:17:22.834 INFO O| Dec 19 22:17:22.834 INFO STEP 605 (remove_files) COMPLETE |
6122 | 2024-12-19T22:17:24.078Z | [ recovery-image] Dec 19 22:17:22.834 INFO O| Dec 19 22:17:22.834 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-19T22:17:24.099Z | [ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6124 | 2024-12-19T22:17:24.099Z | [ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO STEP 606 (remove_files) COMPLETE |
6125 | 2024-12-19T22:17:24.099Z | [ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-19T22:17:24.135Z | [ recovery-image] Dec 19 22:17:22.890 INFO O| Dec 19 22:17:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6127 | 2024-12-19T22:17:24.135Z | [ recovery-image] Dec 19 22:17:22.890 INFO O| Dec 19 22:17:22.890 INFO STEP 607 (remove_files) COMPLETE |
6128 | 2024-12-19T22:17:24.137Z | [ recovery-image] Dec 19 22:17:22.891 INFO O| Dec 19 22:17:22.890 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-19T22:17:24.157Z | [ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6130 | 2024-12-19T22:17:24.157Z | [ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO STEP 608 (remove_files) COMPLETE |
6131 | 2024-12-19T22:17:24.158Z | [ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-19T22:17:24.178Z | [ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6133 | 2024-12-19T22:17:24.178Z | [ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO STEP 609 (remove_files) COMPLETE |
6134 | 2024-12-19T22:17:24.178Z | [ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-19T22:17:24.198Z | [ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6136 | 2024-12-19T22:17:24.201Z | [ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.954 INFO STEP 610 (remove_files) COMPLETE |
6137 | 2024-12-19T22:17:24.201Z | [ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.954 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-19T22:17:24.241Z | [ recovery-image] Dec 19 22:17:22.996 INFO O| Dec 19 22:17:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6139 | 2024-12-19T22:17:24.241Z | [ recovery-image] Dec 19 22:17:22.996 INFO O| Dec 19 22:17:22.996 INFO STEP 611 (remove_files) COMPLETE |
6140 | 2024-12-19T22:17:24.244Z | [ recovery-image] Dec 19 22:17:22.997 INFO O| Dec 19 22:17:22.996 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-19T22:17:24.263Z | [ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6142 | 2024-12-19T22:17:24.263Z | [ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.018 INFO STEP 612 (remove_files) COMPLETE |
6143 | 2024-12-19T22:17:24.263Z | [ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.018 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-19T22:17:24.283Z | [ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6145 | 2024-12-19T22:17:24.283Z | [ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO STEP 613 (remove_files) COMPLETE |
6146 | 2024-12-19T22:17:24.285Z | [ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-19T22:17:24.309Z | [ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6148 | 2024-12-19T22:17:24.309Z | [ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO STEP 614 (remove_files) COMPLETE |
6149 | 2024-12-19T22:17:24.312Z | [ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-19T22:17:24.330Z | [ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6151 | 2024-12-19T22:17:24.330Z | [ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO STEP 615 (remove_files) COMPLETE |
6152 | 2024-12-19T22:17:24.330Z | [ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-19T22:17:24.361Z | [ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6154 | 2024-12-19T22:17:24.361Z | [ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO STEP 616 (remove_files) COMPLETE |
6155 | 2024-12-19T22:17:24.361Z | [ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-19T22:17:24.382Z | [ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6157 | 2024-12-19T22:17:24.382Z | [ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO STEP 617 (remove_files) COMPLETE |
6158 | 2024-12-19T22:17:24.382Z | [ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-19T22:17:24.404Z | [ recovery-image] Dec 19 22:17:23.158 INFO O| Dec 19 22:17:23.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6160 | 2024-12-19T22:17:24.404Z | [ recovery-image] Dec 19 22:17:23.159 INFO O| Dec 19 22:17:23.159 INFO STEP 618 (remove_files) COMPLETE |
6161 | 2024-12-19T22:17:24.404Z | [ recovery-image] Dec 19 22:17:23.159 INFO O| Dec 19 22:17:23.159 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-19T22:17:24.444Z | [ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6163 | 2024-12-19T22:17:24.447Z | [ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO STEP 619 (remove_files) COMPLETE |
6164 | 2024-12-19T22:17:24.447Z | [ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-19T22:17:24.476Z | [ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6166 | 2024-12-19T22:17:24.476Z | [ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO STEP 620 (remove_files) COMPLETE |
6167 | 2024-12-19T22:17:24.476Z | [ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-19T22:17:24.514Z | [ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6169 | 2024-12-19T22:17:24.514Z | [ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO STEP 621 (remove_files) COMPLETE |
6170 | 2024-12-19T22:17:24.514Z | [ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-19T22:17:24.570Z | [ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6172 | 2024-12-19T22:17:24.570Z | [ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.324 INFO STEP 622 (remove_files) COMPLETE |
6173 | 2024-12-19T22:17:24.570Z | [ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.324 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-19T22:17:24.589Z | [ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6175 | 2024-12-19T22:17:24.589Z | [ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO STEP 623 (remove_files) COMPLETE |
6176 | 2024-12-19T22:17:24.589Z | [ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-19T22:17:24.610Z | [ recovery-image] Dec 19 22:17:23.363 INFO O| Dec 19 22:17:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6178 | 2024-12-19T22:17:24.610Z | [ recovery-image] Dec 19 22:17:23.364 INFO O| Dec 19 22:17:23.364 INFO STEP 624 (remove_files) COMPLETE |
6179 | 2024-12-19T22:17:24.610Z | [ recovery-image] Dec 19 22:17:23.364 INFO O| Dec 19 22:17:23.364 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-19T22:17:24.630Z | [ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6181 | 2024-12-19T22:17:24.630Z | [ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO STEP 625 (remove_files) COMPLETE |
6182 | 2024-12-19T22:17:24.630Z | [ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-19T22:17:24.651Z | [ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6184 | 2024-12-19T22:17:24.651Z | [ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO STEP 626 (remove_files) COMPLETE |
6185 | 2024-12-19T22:17:24.651Z | [ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-19T22:17:24.672Z | [ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6187 | 2024-12-19T22:17:24.673Z | [ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO STEP 627 (remove_files) COMPLETE |
6188 | 2024-12-19T22:17:24.673Z | [ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-19T22:17:24.691Z | [ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6190 | 2024-12-19T22:17:24.692Z | [ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO STEP 628 (remove_files) COMPLETE |
6191 | 2024-12-19T22:17:24.692Z | [ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-19T22:17:24.711Z | [ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6193 | 2024-12-19T22:17:24.711Z | [ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO STEP 629 (remove_files) COMPLETE |
6194 | 2024-12-19T22:17:24.711Z | [ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-19T22:17:24.730Z | [ recovery-image] Dec 19 22:17:23.483 INFO O| Dec 19 22:17:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6196 | 2024-12-19T22:17:24.730Z | [ recovery-image] Dec 19 22:17:23.483 INFO O| Dec 19 22:17:23.483 INFO STEP 630 (remove_files) COMPLETE |
6197 | 2024-12-19T22:17:24.730Z | [ recovery-image] Dec 19 22:17:23.484 INFO O| Dec 19 22:17:23.483 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-19T22:17:24.766Z | [ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6199 | 2024-12-19T22:17:24.766Z | [ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO STEP 631 (remove_files) COMPLETE |
6200 | 2024-12-19T22:17:24.766Z | [ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-19T22:17:24.845Z | [ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6202 | 2024-12-19T22:17:24.845Z | [ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO STEP 632 (remove_files) COMPLETE |
6203 | 2024-12-19T22:17:24.845Z | [ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-19T22:17:24.866Z | [ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6205 | 2024-12-19T22:17:24.867Z | [ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO STEP 633 (remove_files) COMPLETE |
6206 | 2024-12-19T22:17:24.867Z | [ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-19T22:17:24.909Z | [ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6208 | 2024-12-19T22:17:24.910Z | [ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO STEP 634 (remove_files) COMPLETE |
6209 | 2024-12-19T22:17:24.912Z | [ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-19T22:17:24.945Z | [ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6211 | 2024-12-19T22:17:24.946Z | [ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO STEP 635 (remove_files) COMPLETE |
6212 | 2024-12-19T22:17:24.948Z | [ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-19T22:17:24.968Z | [ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6214 | 2024-12-19T22:17:24.971Z | [ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO STEP 636 (remove_files) COMPLETE |
6215 | 2024-12-19T22:17:24.971Z | [ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-19T22:17:24.990Z | [ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6217 | 2024-12-19T22:17:24.993Z | [ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.742 INFO STEP 637 (remove_files) COMPLETE |
6218 | 2024-12-19T22:17:24.993Z | [ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.742 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-19T22:17:25.011Z | [ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6220 | 2024-12-19T22:17:25.011Z | [ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.763 INFO STEP 638 (remove_files) COMPLETE |
6221 | 2024-12-19T22:17:25.013Z | [ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.763 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-19T22:17:25.032Z | [ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6223 | 2024-12-19T22:17:25.032Z | [ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO STEP 639 (remove_files) COMPLETE |
6224 | 2024-12-19T22:17:25.032Z | [ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-19T22:17:25.059Z | [ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6226 | 2024-12-19T22:17:25.060Z | [ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO STEP 640 (remove_files) COMPLETE |
6227 | 2024-12-19T22:17:25.062Z | [ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-19T22:17:25.090Z | [ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6229 | 2024-12-19T22:17:25.090Z | [ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO STEP 641 (remove_files) COMPLETE |
6230 | 2024-12-19T22:17:25.090Z | [ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-19T22:17:25.110Z | [ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6232 | 2024-12-19T22:17:25.111Z | [ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO STEP 642 (remove_files) COMPLETE |
6233 | 2024-12-19T22:17:25.111Z | [ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-19T22:17:25.130Z | [ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6235 | 2024-12-19T22:17:25.130Z | [ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO STEP 643 (remove_files) COMPLETE |
6236 | 2024-12-19T22:17:25.130Z | [ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-19T22:17:25.151Z | [ recovery-image] Dec 19 22:17:23.902 INFO O| Dec 19 22:17:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6238 | 2024-12-19T22:17:25.165Z | [ recovery-image] Dec 19 22:17:23.916 INFO O| Dec 19 22:17:23.916 INFO STEP 644 (remove_files) COMPLETE |
6239 | 2024-12-19T22:17:25.165Z | [ recovery-image] Dec 19 22:17:23.916 INFO O| Dec 19 22:17:23.916 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-19T22:17:25.197Z | [ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6241 | 2024-12-19T22:17:25.197Z | [ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO STEP 645 (remove_files) COMPLETE |
6242 | 2024-12-19T22:17:25.197Z | [ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-19T22:17:25.234Z | [ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6244 | 2024-12-19T22:17:25.237Z | [ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO STEP 646 (remove_files) COMPLETE |
6245 | 2024-12-19T22:17:25.238Z | [ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-19T22:17:25.257Z | [ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6247 | 2024-12-19T22:17:25.257Z | [ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO STEP 647 (remove_files) COMPLETE |
6248 | 2024-12-19T22:17:25.257Z | [ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-19T22:17:25.278Z | [ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6250 | 2024-12-19T22:17:25.278Z | [ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO STEP 648 (remove_files) COMPLETE |
6251 | 2024-12-19T22:17:25.282Z | [ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-19T22:17:25.301Z | [ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6253 | 2024-12-19T22:17:25.305Z | [ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO STEP 649 (remove_files) COMPLETE |
6254 | 2024-12-19T22:17:25.305Z | [ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-19T22:17:25.323Z | [ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6256 | 2024-12-19T22:17:25.326Z | [ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO STEP 650 (remove_files) COMPLETE |
6257 | 2024-12-19T22:17:25.326Z | [ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-19T22:17:25.397Z | [ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6259 | 2024-12-19T22:17:25.397Z | [ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO STEP 651 (remove_files) COMPLETE |
6260 | 2024-12-19T22:17:25.400Z | [ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-19T22:17:25.418Z | [ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6262 | 2024-12-19T22:17:25.418Z | [ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO STEP 652 (remove_files) COMPLETE |
6263 | 2024-12-19T22:17:25.418Z | [ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-19T22:17:25.439Z | [ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6265 | 2024-12-19T22:17:25.439Z | [ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO STEP 653 (remove_files) COMPLETE |
6266 | 2024-12-19T22:17:25.439Z | [ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-19T22:17:25.479Z | [ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6268 | 2024-12-19T22:17:25.479Z | [ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO STEP 654 (remove_files) COMPLETE |
6269 | 2024-12-19T22:17:25.479Z | [ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-19T22:17:25.498Z | [ recovery-image] Dec 19 22:17:24.248 INFO O| Dec 19 22:17:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6271 | 2024-12-19T22:17:25.510Z | [ recovery-image] Dec 19 22:17:24.260 INFO O| Dec 19 22:17:24.260 INFO STEP 655 (remove_files) COMPLETE |
6272 | 2024-12-19T22:17:25.510Z | [ recovery-image] Dec 19 22:17:24.260 INFO O| Dec 19 22:17:24.260 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-19T22:17:25.531Z | [ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6274 | 2024-12-19T22:17:25.531Z | [ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO STEP 656 (remove_files) COMPLETE |
6275 | 2024-12-19T22:17:25.531Z | [ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-19T22:17:25.550Z | [ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6277 | 2024-12-19T22:17:25.550Z | [ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO STEP 657 (remove_files) COMPLETE |
6278 | 2024-12-19T22:17:25.550Z | [ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-19T22:17:25.611Z | [ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6280 | 2024-12-19T22:17:25.611Z | [ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO STEP 658 (remove_files) COMPLETE |
6281 | 2024-12-19T22:17:25.611Z | [ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-19T22:17:25.635Z | [ recovery-image] Dec 19 22:17:24.384 INFO O| Dec 19 22:17:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6283 | 2024-12-19T22:17:25.637Z | [ recovery-image] Dec 19 22:17:24.384 INFO O| Dec 19 22:17:24.384 INFO STEP 659 (remove_files) COMPLETE |
6284 | 2024-12-19T22:17:25.637Z | [ recovery-image] Dec 19 22:17:24.385 INFO O| Dec 19 22:17:24.384 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-19T22:17:25.656Z | [ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6286 | 2024-12-19T22:17:25.658Z | [ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO STEP 660 (remove_files) COMPLETE |
6287 | 2024-12-19T22:17:25.658Z | [ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-19T22:17:25.677Z | [ recovery-image] Dec 19 22:17:24.426 INFO O| Dec 19 22:17:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6289 | 2024-12-19T22:17:25.684Z | [ recovery-image] Dec 19 22:17:24.434 INFO O| Dec 19 22:17:24.434 INFO STEP 661 (remove_files) COMPLETE |
6290 | 2024-12-19T22:17:25.684Z | [ recovery-image] Dec 19 22:17:24.434 INFO O| Dec 19 22:17:24.434 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-19T22:17:25.706Z | [ recovery-image] Dec 19 22:17:24.455 INFO O| Dec 19 22:17:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6292 | 2024-12-19T22:17:25.709Z | [ recovery-image] Dec 19 22:17:24.455 INFO O| Dec 19 22:17:24.455 INFO STEP 662 (remove_files) COMPLETE |
6293 | 2024-12-19T22:17:25.709Z | [ recovery-image] Dec 19 22:17:24.456 INFO O| Dec 19 22:17:24.455 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-19T22:17:25.743Z | [ recovery-image] Dec 19 22:17:24.492 INFO O| Dec 19 22:17:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6295 | 2024-12-19T22:17:25.747Z | [ recovery-image] Dec 19 22:17:24.493 INFO O| Dec 19 22:17:24.492 INFO STEP 663 (remove_files) COMPLETE |
6296 | 2024-12-19T22:17:25.747Z | [ recovery-image] Dec 19 22:17:24.493 INFO O| Dec 19 22:17:24.493 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-19T22:17:25.773Z | [ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6298 | 2024-12-19T22:17:25.773Z | [ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO STEP 664 (remove_files) COMPLETE |
6299 | 2024-12-19T22:17:25.773Z | [ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-19T22:17:25.793Z | [ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6301 | 2024-12-19T22:17:25.793Z | [ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO STEP 665 (remove_files) COMPLETE |
6302 | 2024-12-19T22:17:25.793Z | [ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-19T22:17:25.815Z | [ recovery-image] Dec 19 22:17:24.563 INFO O| Dec 19 22:17:24.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6304 | 2024-12-19T22:17:25.815Z | [ recovery-image] Dec 19 22:17:24.563 INFO O| Dec 19 22:17:24.563 INFO STEP 666 (remove_files) COMPLETE |
6305 | 2024-12-19T22:17:25.817Z | [ recovery-image] Dec 19 22:17:24.564 INFO O| Dec 19 22:17:24.563 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-19T22:17:25.836Z | [ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6307 | 2024-12-19T22:17:25.839Z | [ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO STEP 667 (remove_files) COMPLETE |
6308 | 2024-12-19T22:17:25.839Z | [ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-19T22:17:25.863Z | [ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6310 | 2024-12-19T22:17:25.863Z | [ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO STEP 668 (remove_files) COMPLETE |
6311 | 2024-12-19T22:17:25.863Z | [ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-19T22:17:25.902Z | [ recovery-image] Dec 19 22:17:24.650 INFO O| Dec 19 22:17:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6313 | 2024-12-19T22:17:25.921Z | [ recovery-image] Dec 19 22:17:24.669 INFO O| Dec 19 22:17:24.669 INFO STEP 669 (remove_files) COMPLETE |
6314 | 2024-12-19T22:17:25.921Z | [ recovery-image] Dec 19 22:17:24.669 INFO O| Dec 19 22:17:24.669 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-19T22:17:25.955Z | [ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6316 | 2024-12-19T22:17:25.955Z | [ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO STEP 670 (remove_files) COMPLETE |
6317 | 2024-12-19T22:17:25.955Z | [ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-19T22:17:25.975Z | [ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6319 | 2024-12-19T22:17:25.975Z | [ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO STEP 671 (remove_files) COMPLETE |
6320 | 2024-12-19T22:17:25.975Z | [ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-19T22:17:26.008Z | [ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6322 | 2024-12-19T22:17:26.011Z | [ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO STEP 672 (remove_files) COMPLETE |
6323 | 2024-12-19T22:17:26.011Z | [ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-19T22:17:26.031Z | [ recovery-image] Dec 19 22:17:24.778 INFO O| Dec 19 22:17:24.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6325 | 2024-12-19T22:17:26.033Z | [ recovery-image] Dec 19 22:17:24.778 INFO O| Dec 19 22:17:24.778 INFO STEP 673 (remove_files) COMPLETE |
6326 | 2024-12-19T22:17:26.033Z | [ recovery-image] Dec 19 22:17:24.779 INFO O| Dec 19 22:17:24.779 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-19T22:17:26.071Z | [ recovery-image] Dec 19 22:17:24.818 INFO O| Dec 19 22:17:24.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6328 | 2024-12-19T22:17:26.073Z | [ recovery-image] Dec 19 22:17:24.819 INFO O| Dec 19 22:17:24.818 INFO STEP 674 (remove_files) COMPLETE |
6329 | 2024-12-19T22:17:26.074Z | [ recovery-image] Dec 19 22:17:24.819 INFO O| Dec 19 22:17:24.819 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-19T22:17:26.092Z | [ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6331 | 2024-12-19T22:17:26.095Z | [ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO STEP 675 (remove_files) COMPLETE |
6332 | 2024-12-19T22:17:26.095Z | [ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-19T22:17:26.111Z | [ recovery-image] Dec 19 22:17:24.859 INFO O| Dec 19 22:17:24.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6334 | 2024-12-19T22:17:26.114Z | [ recovery-image] Dec 19 22:17:24.859 INFO O| Dec 19 22:17:24.859 INFO STEP 676 (remove_files) COMPLETE |
6335 | 2024-12-19T22:17:26.114Z | [ recovery-image] Dec 19 22:17:24.860 INFO O| Dec 19 22:17:24.859 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-19T22:17:26.204Z | [ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6337 | 2024-12-19T22:17:26.204Z | [ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO STEP 677 (remove_files) COMPLETE |
6338 | 2024-12-19T22:17:26.204Z | [ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-19T22:17:26.262Z | [ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6340 | 2024-12-19T22:17:26.262Z | [ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.009 INFO STEP 678 (remove_files) COMPLETE |
6341 | 2024-12-19T22:17:26.262Z | [ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.009 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-19T22:17:26.322Z | [ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6343 | 2024-12-19T22:17:26.322Z | [ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO STEP 679 (remove_files) COMPLETE |
6344 | 2024-12-19T22:17:26.326Z | [ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-19T22:17:26.343Z | [ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6346 | 2024-12-19T22:17:26.343Z | [ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO STEP 680 (remove_files) COMPLETE |
6347 | 2024-12-19T22:17:26.343Z | [ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-19T22:17:26.371Z | [ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6349 | 2024-12-19T22:17:26.371Z | [ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO STEP 681 (remove_files) COMPLETE |
6350 | 2024-12-19T22:17:26.371Z | [ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-19T22:17:26.396Z | [ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6352 | 2024-12-19T22:17:26.396Z | [ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.143 INFO STEP 682 (remove_files) COMPLETE |
6353 | 2024-12-19T22:17:26.396Z | [ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.143 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-19T22:17:26.421Z | [ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6355 | 2024-12-19T22:17:26.421Z | [ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO STEP 683 (remove_files) COMPLETE |
6356 | 2024-12-19T22:17:26.421Z | [ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-19T22:17:26.445Z | [ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6358 | 2024-12-19T22:17:26.446Z | [ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO STEP 684 (remove_files) COMPLETE |
6359 | 2024-12-19T22:17:26.446Z | [ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-19T22:17:26.468Z | [ recovery-image] Dec 19 22:17:25.213 INFO O| Dec 19 22:17:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6361 | 2024-12-19T22:17:26.470Z | [ recovery-image] Dec 19 22:17:25.214 INFO O| Dec 19 22:17:25.214 INFO STEP 685 (remove_files) COMPLETE |
6362 | 2024-12-19T22:17:26.470Z | [ recovery-image] Dec 19 22:17:25.214 INFO O| Dec 19 22:17:25.214 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-19T22:17:26.530Z | [ recovery-image] Dec 19 22:17:25.275 INFO O| Dec 19 22:17:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6364 | 2024-12-19T22:17:26.530Z | [ recovery-image] Dec 19 22:17:25.276 INFO O| Dec 19 22:17:25.275 INFO STEP 686 (remove_files) COMPLETE |
6365 | 2024-12-19T22:17:26.530Z | [ recovery-image] Dec 19 22:17:25.276 INFO O| Dec 19 22:17:25.276 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-19T22:17:26.576Z | [ recovery-image] Dec 19 22:17:25.321 INFO O| Dec 19 22:17:25.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6367 | 2024-12-19T22:17:26.579Z | [ recovery-image] Dec 19 22:17:25.322 INFO O| Dec 19 22:17:25.322 INFO STEP 687 (remove_files) COMPLETE |
6368 | 2024-12-19T22:17:26.579Z | [ recovery-image] Dec 19 22:17:25.322 INFO O| Dec 19 22:17:25.322 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-19T22:17:26.610Z | [ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6370 | 2024-12-19T22:17:26.613Z | [ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO STEP 688 (remove_files) COMPLETE |
6371 | 2024-12-19T22:17:26.613Z | [ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-19T22:17:26.669Z | [ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6373 | 2024-12-19T22:17:26.669Z | [ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO STEP 689 (remove_files) COMPLETE |
6374 | 2024-12-19T22:17:26.671Z | [ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-19T22:17:26.704Z | [ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6376 | 2024-12-19T22:17:26.704Z | [ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO STEP 690 (remove_files) COMPLETE |
6377 | 2024-12-19T22:17:26.704Z | [ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-19T22:17:26.726Z | [ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6379 | 2024-12-19T22:17:26.726Z | [ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO STEP 691 (remove_files) COMPLETE |
6380 | 2024-12-19T22:17:26.729Z | [ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-19T22:17:26.788Z | [ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6382 | 2024-12-19T22:17:26.788Z | [ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO STEP 692 (remove_files) COMPLETE |
6383 | 2024-12-19T22:17:26.788Z | [ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-19T22:17:26.852Z | [ host-image] Dec 19 22:17:25.596 INFO O| Dec 19 22:17:25.596 INFO O| Planning: Solver setup ... Done |
6385 | 2024-12-19T22:17:26.860Z | [ host-image] Dec 19 22:17:25.604 INFO O| Dec 19 22:17:25.604 INFO O| Planning: Running solver ... Done |
6386 | 2024-12-19T22:17:26.877Z | [ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6387 | 2024-12-19T22:17:26.877Z | [ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO STEP 693 (remove_files) COMPLETE |
6388 | 2024-12-19T22:17:26.877Z | [ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-19T22:17:26.924Z | [ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6390 | 2024-12-19T22:17:26.924Z | [ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.668 INFO STEP 694 (remove_files) COMPLETE |
6391 | 2024-12-19T22:17:26.927Z | [ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.668 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-19T22:17:26.950Z | [ host-image] Dec 19 22:17:25.694 INFO O| Dec 19 22:17:25.694 INFO O| Planning: Finding local manifests ... Done |
6393 | 2024-12-19T22:17:26.952Z | [ host-image] Dec 19 22:17:25.696 INFO O| Dec 19 22:17:25.696 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6394 | 2024-12-19T22:17:26.967Z | [ recovery-image] Dec 19 22:17:25.710 INFO O| Dec 19 22:17:25.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6395 | 2024-12-19T22:17:26.970Z | [ recovery-image] Dec 19 22:17:25.711 INFO O| Dec 19 22:17:25.711 INFO STEP 695 (remove_files) COMPLETE |
6396 | 2024-12-19T22:17:26.970Z | [ recovery-image] Dec 19 22:17:25.711 INFO O| Dec 19 22:17:25.711 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-19T22:17:27.031Z | [ recovery-image] Dec 19 22:17:25.774 INFO O| Dec 19 22:17:25.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6398 | 2024-12-19T22:17:27.034Z | [ recovery-image] Dec 19 22:17:25.775 INFO O| Dec 19 22:17:25.775 INFO STEP 696 (remove_files) COMPLETE |
6399 | 2024-12-19T22:17:27.034Z | [ recovery-image] Dec 19 22:17:25.775 INFO O| Dec 19 22:17:25.775 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-19T22:17:27.053Z | [ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6401 | 2024-12-19T22:17:27.056Z | [ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO STEP 697 (remove_files) COMPLETE |
6402 | 2024-12-19T22:17:27.056Z | [ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-19T22:17:27.075Z | [ recovery-image] Dec 19 22:17:25.818 INFO O| Dec 19 22:17:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6404 | 2024-12-19T22:17:27.079Z | [ recovery-image] Dec 19 22:17:25.819 INFO O| Dec 19 22:17:25.818 INFO STEP 698 (remove_files) COMPLETE |
6405 | 2024-12-19T22:17:27.079Z | [ recovery-image] Dec 19 22:17:25.819 INFO O| Dec 19 22:17:25.819 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-19T22:17:27.107Z | [ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6407 | 2024-12-19T22:17:27.107Z | [ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO STEP 699 (remove_files) COMPLETE |
6408 | 2024-12-19T22:17:27.107Z | [ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-19T22:17:27.141Z | [ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6410 | 2024-12-19T22:17:27.141Z | [ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO STEP 700 (remove_files) COMPLETE |
6411 | 2024-12-19T22:17:27.141Z | [ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-19T22:17:27.163Z | [ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6413 | 2024-12-19T22:17:27.163Z | [ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO STEP 701 (remove_files) COMPLETE |
6414 | 2024-12-19T22:17:27.163Z | [ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-19T22:17:27.185Z | [ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6416 | 2024-12-19T22:17:27.185Z | [ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO STEP 702 (remove_files) COMPLETE |
6417 | 2024-12-19T22:17:27.185Z | [ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-19T22:17:27.208Z | [ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6419 | 2024-12-19T22:17:27.208Z | [ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO STEP 703 (remove_files) COMPLETE |
6420 | 2024-12-19T22:17:27.208Z | [ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-19T22:17:27.229Z | [ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6422 | 2024-12-19T22:17:27.229Z | [ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO STEP 704 (remove_files) COMPLETE |
6423 | 2024-12-19T22:17:27.232Z | [ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-19T22:17:27.251Z | [ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6425 | 2024-12-19T22:17:27.251Z | [ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO STEP 705 (remove_files) COMPLETE |
6426 | 2024-12-19T22:17:27.251Z | [ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-19T22:17:27.292Z | [ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6428 | 2024-12-19T22:17:27.292Z | [ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO STEP 706 (remove_files) COMPLETE |
6429 | 2024-12-19T22:17:27.294Z | [ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-19T22:17:27.314Z | [ recovery-image] Dec 19 22:17:26.056 INFO O| Dec 19 22:17:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6431 | 2024-12-19T22:17:27.314Z | [ recovery-image] Dec 19 22:17:26.057 INFO O| Dec 19 22:17:26.057 INFO STEP 707 (remove_files) COMPLETE |
6432 | 2024-12-19T22:17:27.314Z | [ recovery-image] Dec 19 22:17:26.057 INFO O| Dec 19 22:17:26.057 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-19T22:17:27.335Z | [ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6434 | 2024-12-19T22:17:27.335Z | [ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO STEP 708 (remove_files) COMPLETE |
6435 | 2024-12-19T22:17:27.335Z | [ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-19T22:17:27.358Z | [ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6437 | 2024-12-19T22:17:27.358Z | [ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.100 INFO STEP 709 (remove_files) COMPLETE |
6438 | 2024-12-19T22:17:27.358Z | [ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.100 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-19T22:17:27.380Z | [ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6440 | 2024-12-19T22:17:27.380Z | [ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO STEP 710 (remove_files) COMPLETE |
6441 | 2024-12-19T22:17:27.380Z | [ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-19T22:17:27.406Z | [ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6443 | 2024-12-19T22:17:27.406Z | [ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO STEP 711 (remove_files) COMPLETE |
6444 | 2024-12-19T22:17:27.406Z | [ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-19T22:17:27.443Z | [ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6446 | 2024-12-19T22:17:27.443Z | [ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO STEP 712 (remove_files) COMPLETE |
6447 | 2024-12-19T22:17:27.446Z | [ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-19T22:17:27.494Z | [ recovery-image] Dec 19 22:17:26.235 INFO O| Dec 19 22:17:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6449 | 2024-12-19T22:17:27.497Z | [ recovery-image] Dec 19 22:17:26.236 INFO O| Dec 19 22:17:26.236 INFO STEP 713 (remove_files) COMPLETE |
6450 | 2024-12-19T22:17:27.497Z | [ recovery-image] Dec 19 22:17:26.236 INFO O| Dec 19 22:17:26.236 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-19T22:17:27.517Z | [ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6452 | 2024-12-19T22:17:27.519Z | [ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO STEP 714 (remove_files) COMPLETE |
6453 | 2024-12-19T22:17:27.520Z | [ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-19T22:17:27.540Z | [ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6455 | 2024-12-19T22:17:27.540Z | [ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO STEP 715 (remove_files) COMPLETE |
6456 | 2024-12-19T22:17:27.545Z | [ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-19T22:17:27.561Z | [ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6458 | 2024-12-19T22:17:27.561Z | [ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO STEP 716 (remove_files) COMPLETE |
6459 | 2024-12-19T22:17:27.561Z | [ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-19T22:17:27.581Z | [ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6461 | 2024-12-19T22:17:27.581Z | [ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO STEP 717 (remove_files) COMPLETE |
6462 | 2024-12-19T22:17:27.584Z | [ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-19T22:17:27.601Z | [ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6464 | 2024-12-19T22:17:27.604Z | [ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO STEP 718 (remove_files) COMPLETE |
6465 | 2024-12-19T22:17:27.604Z | [ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-19T22:17:27.622Z | [ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6467 | 2024-12-19T22:17:27.622Z | [ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO STEP 719 (remove_files) COMPLETE |
6468 | 2024-12-19T22:17:27.626Z | [ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-19T22:17:27.645Z | [ recovery-image] Dec 19 22:17:26.386 INFO O| Dec 19 22:17:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6470 | 2024-12-19T22:17:27.649Z | [ recovery-image] Dec 19 22:17:26.386 INFO O| Dec 19 22:17:26.386 INFO STEP 720 (remove_files) COMPLETE |
6471 | 2024-12-19T22:17:27.649Z | [ recovery-image] Dec 19 22:17:26.387 INFO O| Dec 19 22:17:26.386 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-19T22:17:27.668Z | [ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6473 | 2024-12-19T22:17:27.670Z | [ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO STEP 721 (remove_files) COMPLETE |
6474 | 2024-12-19T22:17:27.670Z | [ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-19T22:17:27.689Z | [ recovery-image] Dec 19 22:17:26.430 INFO O| Dec 19 22:17:26.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6476 | 2024-12-19T22:17:27.692Z | [ recovery-image] Dec 19 22:17:26.430 INFO O| Dec 19 22:17:26.430 INFO STEP 722 (remove_files) COMPLETE |
6477 | 2024-12-19T22:17:27.692Z | [ recovery-image] Dec 19 22:17:26.431 INFO O| Dec 19 22:17:26.430 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-19T22:17:27.709Z | [ recovery-image] Dec 19 22:17:26.449 INFO O| Dec 19 22:17:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6479 | 2024-12-19T22:17:27.711Z | [ recovery-image] Dec 19 22:17:26.450 INFO O| Dec 19 22:17:26.449 INFO STEP 723 (remove_files) COMPLETE |
6480 | 2024-12-19T22:17:27.711Z | [ recovery-image] Dec 19 22:17:26.450 INFO O| Dec 19 22:17:26.450 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-19T22:17:27.728Z | [ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6482 | 2024-12-19T22:17:27.728Z | [ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO STEP 724 (remove_files) COMPLETE |
6483 | 2024-12-19T22:17:27.728Z | [ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-19T22:17:27.747Z | [ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6485 | 2024-12-19T22:17:27.747Z | [ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO STEP 725 (remove_files) COMPLETE |
6486 | 2024-12-19T22:17:27.747Z | [ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-19T22:17:27.778Z | [ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6488 | 2024-12-19T22:17:27.778Z | [ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO STEP 726 (remove_files) COMPLETE |
6489 | 2024-12-19T22:17:27.778Z | [ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-19T22:17:27.815Z | [ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6491 | 2024-12-19T22:17:27.815Z | [ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO STEP 727 (remove_files) COMPLETE |
6492 | 2024-12-19T22:17:27.817Z | [ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-19T22:17:27.869Z | [ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6494 | 2024-12-19T22:17:27.869Z | [ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO STEP 728 (remove_files) COMPLETE |
6495 | 2024-12-19T22:17:27.870Z | [ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-19T22:17:27.889Z | [ recovery-image] Dec 19 22:17:26.629 INFO O| Dec 19 22:17:26.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6497 | 2024-12-19T22:17:27.912Z | [ recovery-image] Dec 19 22:17:26.651 INFO O| Dec 19 22:17:26.651 INFO STEP 729 (remove_files) COMPLETE |
6498 | 2024-12-19T22:17:27.912Z | [ recovery-image] Dec 19 22:17:26.651 INFO O| Dec 19 22:17:26.651 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-19T22:17:27.942Z | [ recovery-image] Dec 19 22:17:26.682 INFO O| Dec 19 22:17:26.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6500 | 2024-12-19T22:17:27.966Z | [ recovery-image] Dec 19 22:17:26.705 INFO O| Dec 19 22:17:26.705 INFO STEP 730 (remove_files) COMPLETE |
6501 | 2024-12-19T22:17:27.966Z | [ recovery-image] Dec 19 22:17:26.705 INFO O| Dec 19 22:17:26.705 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-19T22:17:27.998Z | [ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6503 | 2024-12-19T22:17:28.000Z | [ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO STEP 731 (remove_files) COMPLETE |
6504 | 2024-12-19T22:17:28.000Z | [ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-19T22:17:28.018Z | [ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6506 | 2024-12-19T22:17:28.020Z | [ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO STEP 732 (remove_files) COMPLETE |
6507 | 2024-12-19T22:17:28.020Z | [ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-19T22:17:28.039Z | [ recovery-image] Dec 19 22:17:26.777 INFO O| Dec 19 22:17:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6509 | 2024-12-19T22:17:28.039Z | [ recovery-image] Dec 19 22:17:26.778 INFO O| Dec 19 22:17:26.778 INFO STEP 733 (remove_files) COMPLETE |
6510 | 2024-12-19T22:17:28.039Z | [ recovery-image] Dec 19 22:17:26.778 INFO O| Dec 19 22:17:26.778 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-19T22:17:28.058Z | [ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6512 | 2024-12-19T22:17:28.058Z | [ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO STEP 734 (remove_files) COMPLETE |
6513 | 2024-12-19T22:17:28.058Z | [ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-19T22:17:28.078Z | [ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6515 | 2024-12-19T22:17:28.078Z | [ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO STEP 735 (remove_files) COMPLETE |
6516 | 2024-12-19T22:17:28.078Z | [ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-19T22:17:28.179Z | [ recovery-image] Dec 19 22:17:26.908 INFO O| Dec 19 22:17:26.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6518 | 2024-12-19T22:17:28.182Z | [ recovery-image] Dec 19 22:17:26.908 INFO O| Dec 19 22:17:26.908 INFO STEP 736 (remove_files) COMPLETE |
6519 | 2024-12-19T22:17:28.182Z | [ recovery-image] Dec 19 22:17:26.909 INFO O| Dec 19 22:17:26.908 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-19T22:17:28.188Z | [ recovery-image] Dec 19 22:17:26.926 INFO O| Dec 19 22:17:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6521 | 2024-12-19T22:17:28.188Z | [ recovery-image] Dec 19 22:17:26.927 INFO O| Dec 19 22:17:26.926 INFO STEP 737 (remove_files) COMPLETE |
6522 | 2024-12-19T22:17:28.190Z | [ recovery-image] Dec 19 22:17:26.927 INFO O| Dec 19 22:17:26.927 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-19T22:17:28.205Z | [ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6524 | 2024-12-19T22:17:28.206Z | [ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO STEP 738 (remove_files) COMPLETE |
6525 | 2024-12-19T22:17:28.206Z | [ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-19T22:17:28.225Z | [ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6527 | 2024-12-19T22:17:28.225Z | [ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.964 INFO STEP 739 (remove_files) COMPLETE |
6528 | 2024-12-19T22:17:28.225Z | [ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.964 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-19T22:17:28.244Z | [ recovery-image] Dec 19 22:17:26.983 INFO O| Dec 19 22:17:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6530 | 2024-12-19T22:17:28.251Z | [ recovery-image] Dec 19 22:17:26.990 INFO O| Dec 19 22:17:26.990 INFO STEP 740 (remove_files) COMPLETE |
6531 | 2024-12-19T22:17:28.251Z | [ recovery-image] Dec 19 22:17:26.990 INFO O| Dec 19 22:17:26.990 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-19T22:17:28.295Z | [ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6533 | 2024-12-19T22:17:28.296Z | [ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.034 INFO STEP 741 (remove_files) COMPLETE |
6534 | 2024-12-19T22:17:28.299Z | [ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.034 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-19T22:17:28.314Z | [ recovery-image] Dec 19 22:17:27.051 INFO O| Dec 19 22:17:27.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6536 | 2024-12-19T22:17:28.314Z | [ recovery-image] Dec 19 22:17:27.052 INFO O| Dec 19 22:17:27.051 INFO STEP 742 (remove_files) COMPLETE |
6537 | 2024-12-19T22:17:28.314Z | [ recovery-image] Dec 19 22:17:27.052 INFO O| Dec 19 22:17:27.051 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-19T22:17:28.332Z | [ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6539 | 2024-12-19T22:17:28.332Z | [ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO STEP 743 (remove_files) COMPLETE |
6540 | 2024-12-19T22:17:28.333Z | [ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-19T22:17:28.352Z | [ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6542 | 2024-12-19T22:17:28.352Z | [ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO STEP 744 (remove_files) COMPLETE |
6543 | 2024-12-19T22:17:28.352Z | [ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-19T22:17:28.370Z | [ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6545 | 2024-12-19T22:17:28.371Z | [ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO STEP 745 (remove_files) COMPLETE |
6546 | 2024-12-19T22:17:28.371Z | [ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-19T22:17:28.390Z | [ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6548 | 2024-12-19T22:17:28.390Z | [ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO STEP 746 (remove_files) COMPLETE |
6549 | 2024-12-19T22:17:28.390Z | [ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-19T22:17:28.407Z | [ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6551 | 2024-12-19T22:17:28.407Z | [ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO STEP 747 (remove_files) COMPLETE |
6552 | 2024-12-19T22:17:28.407Z | [ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-19T22:17:28.448Z | [ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6554 | 2024-12-19T22:17:28.448Z | [ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO STEP 748 (remove_files) COMPLETE |
6555 | 2024-12-19T22:17:28.451Z | [ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-19T22:17:28.486Z | [ recovery-image] Dec 19 22:17:27.223 INFO O| Dec 19 22:17:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6557 | 2024-12-19T22:17:28.489Z | [ recovery-image] Dec 19 22:17:27.223 INFO O| Dec 19 22:17:27.223 INFO STEP 749 (remove_files) COMPLETE |
6558 | 2024-12-19T22:17:28.489Z | [ recovery-image] Dec 19 22:17:27.224 INFO O| Dec 19 22:17:27.223 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-19T22:17:28.521Z | [ host-image] Dec 19 22:17:27.258 INFO O| Dec 19 22:17:27.258 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6560 | 2024-12-19T22:17:28.534Z | [ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6561 | 2024-12-19T22:17:28.534Z | [ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO STEP 750 (remove_files) COMPLETE |
6562 | 2024-12-19T22:17:28.534Z | [ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-19T22:17:28.554Z | [ recovery-image] Dec 19 22:17:27.291 INFO O| Dec 19 22:17:27.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6564 | 2024-12-19T22:17:28.574Z | [ host-image] Dec 19 22:17:27.311 INFO O| Dec 19 22:17:27.311 INFO O| Planning: Package planning ... Done |
6565 | 2024-12-19T22:17:28.577Z | [ recovery-image] Dec 19 22:17:27.314 INFO O| Dec 19 22:17:27.314 INFO STEP 751 (remove_files) COMPLETE |
6566 | 2024-12-19T22:17:28.577Z | [ recovery-image] Dec 19 22:17:27.314 INFO O| Dec 19 22:17:27.314 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-19T22:17:28.612Z | [ host-image] Dec 19 22:17:27.348 INFO O| Dec 19 22:17:27.348 INFO O| Planning: Merging actions ... Done |
6568 | 2024-12-19T22:17:28.614Z | [ recovery-image] Dec 19 22:17:27.349 INFO O| Dec 19 22:17:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6569 | 2024-12-19T22:17:28.614Z | [ recovery-image] Dec 19 22:17:27.350 INFO O| Dec 19 22:17:27.350 INFO STEP 752 (remove_files) COMPLETE |
6570 | 2024-12-19T22:17:28.614Z | [ recovery-image] Dec 19 22:17:27.350 INFO O| Dec 19 22:17:27.350 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-19T22:17:28.633Z | [ recovery-image] Dec 19 22:17:27.369 INFO O| Dec 19 22:17:27.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6572 | 2024-12-19T22:17:28.633Z | [ recovery-image] Dec 19 22:17:27.369 INFO O| Dec 19 22:17:27.369 INFO STEP 753 (remove_files) COMPLETE |
6573 | 2024-12-19T22:17:28.633Z | [ recovery-image] Dec 19 22:17:27.370 INFO O| Dec 19 22:17:27.369 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-19T22:17:28.652Z | [ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6575 | 2024-12-19T22:17:28.652Z | [ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO STEP 754 (remove_files) COMPLETE |
6576 | 2024-12-19T22:17:28.652Z | [ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-19T22:17:28.682Z | [ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6578 | 2024-12-19T22:17:28.682Z | [ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.419 INFO STEP 755 (remove_files) COMPLETE |
6579 | 2024-12-19T22:17:28.682Z | [ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.419 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-19T22:17:28.705Z | [ recovery-image] Dec 19 22:17:27.442 INFO O| Dec 19 22:17:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6581 | 2024-12-19T22:17:28.730Z | [ recovery-image] Dec 19 22:17:27.466 INFO O| Dec 19 22:17:27.466 INFO STEP 756 (remove_files) COMPLETE |
6582 | 2024-12-19T22:17:28.730Z | [ recovery-image] Dec 19 22:17:27.466 INFO O| Dec 19 22:17:27.466 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-19T22:17:28.773Z | [ host-image] Dec 19 22:17:27.509 INFO O| Dec 19 22:17:27.509 INFO O| Planning: Checking for conflicting actions ... Done |
6584 | 2024-12-19T22:17:28.780Z | [ host-image] Dec 19 22:17:27.516 INFO O| Dec 19 22:17:27.516 INFO O| Planning: Consolidating action changes ... Done |
6585 | 2024-12-19T22:17:28.803Z | [ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6586 | 2024-12-19T22:17:28.803Z | [ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO STEP 757 (remove_files) COMPLETE |
6587 | 2024-12-19T22:17:28.805Z | [ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-19T22:17:28.822Z | [ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6589 | 2024-12-19T22:17:28.822Z | [ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.558 INFO STEP 758 (remove_files) COMPLETE |
6590 | 2024-12-19T22:17:28.822Z | [ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.558 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-19T22:17:28.864Z | [ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6592 | 2024-12-19T22:17:28.864Z | [ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO STEP 759 (remove_files) COMPLETE |
6593 | 2024-12-19T22:17:28.867Z | [ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-19T22:17:28.883Z | [ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6595 | 2024-12-19T22:17:28.883Z | [ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.619 INFO STEP 760 (remove_files) COMPLETE |
6596 | 2024-12-19T22:17:28.883Z | [ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.619 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-19T22:17:28.902Z | [ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6598 | 2024-12-19T22:17:28.902Z | [ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO STEP 761 (remove_files) COMPLETE |
6599 | 2024-12-19T22:17:28.902Z | [ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-19T22:17:28.921Z | [ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6601 | 2024-12-19T22:17:28.922Z | [ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO STEP 762 (remove_files) COMPLETE |
6602 | 2024-12-19T22:17:28.922Z | [ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-19T22:17:28.938Z | [ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6604 | 2024-12-19T22:17:28.938Z | [ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO STEP 763 (remove_files) COMPLETE |
6605 | 2024-12-19T22:17:28.941Z | [ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-19T22:17:28.956Z | [ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6607 | 2024-12-19T22:17:28.956Z | [ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO STEP 764 (remove_files) COMPLETE |
6608 | 2024-12-19T22:17:28.956Z | [ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-19T22:17:28.995Z | [ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6610 | 2024-12-19T22:17:28.995Z | [ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.730 INFO STEP 765 (remove_files) COMPLETE |
6611 | 2024-12-19T22:17:28.995Z | [ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.730 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-19T22:17:29.037Z | [ recovery-image] Dec 19 22:17:27.771 INFO O| Dec 19 22:17:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6613 | 2024-12-19T22:17:29.037Z | [ recovery-image] Dec 19 22:17:27.772 INFO O| Dec 19 22:17:27.772 INFO STEP 766 (remove_files) COMPLETE |
6614 | 2024-12-19T22:17:29.037Z | [ recovery-image] Dec 19 22:17:27.772 INFO O| Dec 19 22:17:27.772 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-19T22:17:29.054Z | [ recovery-image] Dec 19 22:17:27.789 INFO O| Dec 19 22:17:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6616 | 2024-12-19T22:17:29.071Z | [ recovery-image] Dec 19 22:17:27.806 INFO O| Dec 19 22:17:27.806 INFO STEP 767 (remove_files) COMPLETE |
6617 | 2024-12-19T22:17:29.072Z | [ recovery-image] Dec 19 22:17:27.806 INFO O| Dec 19 22:17:27.806 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-19T22:17:29.103Z | [ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6619 | 2024-12-19T22:17:29.103Z | [ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO STEP 768 (remove_files) COMPLETE |
6620 | 2024-12-19T22:17:29.103Z | [ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-19T22:17:29.145Z | [ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6622 | 2024-12-19T22:17:29.145Z | [ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO STEP 769 (remove_files) COMPLETE |
6623 | 2024-12-19T22:17:29.145Z | [ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-19T22:17:29.195Z | [ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6625 | 2024-12-19T22:17:29.196Z | [ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO STEP 770 (remove_files) COMPLETE |
6626 | 2024-12-19T22:17:29.198Z | [ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-19T22:17:29.203Z | [ host-image] Dec 19 22:17:27.937 INFO O| Dec 19 22:17:27.937 INFO O| Planning: Evaluating mediators ... Done |
6628 | 2024-12-19T22:17:29.208Z | [ host-image] Dec 19 22:17:27.943 INFO O| Dec 19 22:17:27.943 INFO O| Planning: Planning completed in 6.63 seconds |
6629 | 2024-12-19T22:17:29.211Z | [ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Packages to install: 6 |
6630 | 2024-12-19T22:17:29.211Z | [ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Mediators to change: 1 |
6631 | 2024-12-19T22:17:29.214Z | [ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Services to change: 1 |
6632 | 2024-12-19T22:17:29.245Z | [ host-image] Dec 19 22:17:27.969 INFO O| Dec 19 22:17:27.969 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6633 | 2024-12-19T22:17:29.248Z | [ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6634 | 2024-12-19T22:17:29.248Z | [ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO STEP 771 (remove_files) COMPLETE |
6635 | 2024-12-19T22:17:29.248Z | [ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-19T22:17:29.263Z | [ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6637 | 2024-12-19T22:17:29.337Z | [ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.998 INFO STEP 772 (remove_files) COMPLETE |
6638 | 2024-12-19T22:17:29.337Z | [ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.998 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-19T22:17:29.365Z | [ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6640 | 2024-12-19T22:17:29.365Z | [ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO STEP 773 (remove_files) COMPLETE |
6641 | 2024-12-19T22:17:29.365Z | [ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-19T22:17:29.384Z | [ recovery-image] Dec 19 22:17:28.117 INFO O| Dec 19 22:17:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6643 | 2024-12-19T22:17:29.384Z | [ recovery-image] Dec 19 22:17:28.118 INFO O| Dec 19 22:17:28.117 INFO STEP 774 (remove_files) COMPLETE |
6644 | 2024-12-19T22:17:29.384Z | [ recovery-image] Dec 19 22:17:28.118 INFO O| Dec 19 22:17:28.118 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-19T22:17:29.405Z | [ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6646 | 2024-12-19T22:17:29.405Z | [ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO STEP 775 (remove_files) COMPLETE |
6647 | 2024-12-19T22:17:29.406Z | [ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-19T22:17:29.430Z | [ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6649 | 2024-12-19T22:17:29.430Z | [ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO STEP 776 (remove_files) COMPLETE |
6650 | 2024-12-19T22:17:29.433Z | [ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-19T22:17:29.485Z | [ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6652 | 2024-12-19T22:17:29.485Z | [ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO STEP 777 (remove_files) COMPLETE |
6653 | 2024-12-19T22:17:29.488Z | [ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-19T22:17:29.505Z | [ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6655 | 2024-12-19T22:17:29.505Z | [ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO STEP 778 (remove_files) COMPLETE |
6656 | 2024-12-19T22:17:29.506Z | [ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-19T22:17:29.593Z | [ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6658 | 2024-12-19T22:17:29.593Z | [ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO STEP 779 (remove_files) COMPLETE |
6659 | 2024-12-19T22:17:29.593Z | [ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-19T22:17:29.615Z | [ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6661 | 2024-12-19T22:17:29.615Z | [ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO STEP 780 (remove_files) COMPLETE |
6662 | 2024-12-19T22:17:29.615Z | [ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-19T22:17:29.635Z | [ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6664 | 2024-12-19T22:17:29.636Z | [ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO STEP 781 (remove_files) COMPLETE |
6665 | 2024-12-19T22:17:29.636Z | [ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-19T22:17:29.654Z | [ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6667 | 2024-12-19T22:17:29.654Z | [ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO STEP 782 (remove_files) COMPLETE |
6668 | 2024-12-19T22:17:29.654Z | [ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-19T22:17:29.690Z | [ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6670 | 2024-12-19T22:17:29.692Z | [ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO STEP 783 (remove_files) COMPLETE |
6671 | 2024-12-19T22:17:29.692Z | [ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-19T22:17:29.709Z | [ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6673 | 2024-12-19T22:17:29.712Z | [ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.442 INFO STEP 784 (remove_files) COMPLETE |
6674 | 2024-12-19T22:17:29.712Z | [ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.442 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-19T22:17:29.728Z | [ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6676 | 2024-12-19T22:17:29.730Z | [ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO STEP 785 (remove_files) COMPLETE |
6677 | 2024-12-19T22:17:29.730Z | [ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-19T22:17:29.746Z | [ recovery-image] Dec 19 22:17:28.478 INFO O| Dec 19 22:17:28.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6679 | 2024-12-19T22:17:29.749Z | [ recovery-image] Dec 19 22:17:28.478 INFO O| Dec 19 22:17:28.478 INFO STEP 786 (remove_files) COMPLETE |
6680 | 2024-12-19T22:17:29.749Z | [ recovery-image] Dec 19 22:17:28.479 INFO O| Dec 19 22:17:28.479 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-19T22:17:29.766Z | [ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6682 | 2024-12-19T22:17:29.770Z | [ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO STEP 787 (remove_files) COMPLETE |
6683 | 2024-12-19T22:17:29.770Z | [ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-19T22:17:29.786Z | [ recovery-image] Dec 19 22:17:28.517 INFO O| Dec 19 22:17:28.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6685 | 2024-12-19T22:17:29.788Z | [ recovery-image] Dec 19 22:17:28.518 INFO O| Dec 19 22:17:28.518 INFO STEP 788 (remove_files) COMPLETE |
6686 | 2024-12-19T22:17:29.788Z | [ recovery-image] Dec 19 22:17:28.518 INFO O| Dec 19 22:17:28.518 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-19T22:17:29.806Z | [ recovery-image] Dec 19 22:17:28.537 INFO O| Dec 19 22:17:28.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6688 | 2024-12-19T22:17:29.808Z | [ recovery-image] Dec 19 22:17:28.538 INFO O| Dec 19 22:17:28.538 INFO STEP 789 (remove_files) COMPLETE |
6689 | 2024-12-19T22:17:29.808Z | [ recovery-image] Dec 19 22:17:28.538 INFO O| Dec 19 22:17:28.538 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-19T22:17:29.826Z | [ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6691 | 2024-12-19T22:17:29.829Z | [ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO STEP 790 (remove_files) COMPLETE |
6692 | 2024-12-19T22:17:29.829Z | [ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-19T22:17:29.860Z | [ recovery-image] Dec 19 22:17:28.591 INFO O| Dec 19 22:17:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6694 | 2024-12-19T22:17:29.864Z | [ recovery-image] Dec 19 22:17:28.591 INFO O| Dec 19 22:17:28.591 INFO STEP 791 (remove_files) COMPLETE |
6695 | 2024-12-19T22:17:29.864Z | [ recovery-image] Dec 19 22:17:28.592 INFO O| Dec 19 22:17:28.591 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-19T22:17:29.881Z | [ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6697 | 2024-12-19T22:17:29.884Z | [ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.613 INFO STEP 792 (remove_files) COMPLETE |
6698 | 2024-12-19T22:17:29.884Z | [ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.613 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-19T22:17:29.902Z | [ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6700 | 2024-12-19T22:17:29.905Z | [ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO STEP 793 (remove_files) COMPLETE |
6701 | 2024-12-19T22:17:29.905Z | [ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-19T22:17:29.923Z | [ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6703 | 2024-12-19T22:17:29.926Z | [ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO STEP 794 (remove_files) COMPLETE |
6704 | 2024-12-19T22:17:29.926Z | [ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-19T22:17:29.944Z | [ recovery-image] Dec 19 22:17:28.675 INFO O| Dec 19 22:17:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6706 | 2024-12-19T22:17:29.946Z | [ recovery-image] Dec 19 22:17:28.676 INFO O| Dec 19 22:17:28.675 INFO STEP 795 (remove_files) COMPLETE |
6707 | 2024-12-19T22:17:29.963Z | [ recovery-image] Dec 19 22:17:28.694 INFO O| Dec 19 22:17:28.676 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-19T22:17:29.995Z | [ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6709 | 2024-12-19T22:17:29.995Z | [ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO STEP 796 (remove_files) COMPLETE |
6710 | 2024-12-19T22:17:29.995Z | [ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-19T22:17:30.016Z | [ recovery-image] Dec 19 22:17:28.746 INFO O| Dec 19 22:17:28.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6712 | 2024-12-19T22:17:30.016Z | [ recovery-image] Dec 19 22:17:28.746 INFO O| Dec 19 22:17:28.746 INFO STEP 797 (remove_files) COMPLETE |
6713 | 2024-12-19T22:17:30.016Z | [ recovery-image] Dec 19 22:17:28.747 INFO O| Dec 19 22:17:28.746 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-19T22:17:30.038Z | [ recovery-image] Dec 19 22:17:28.768 INFO O| Dec 19 22:17:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6715 | 2024-12-19T22:17:30.038Z | [ recovery-image] Dec 19 22:17:28.768 INFO O| Dec 19 22:17:28.768 INFO STEP 798 (remove_files) COMPLETE |
6716 | 2024-12-19T22:17:30.041Z | [ recovery-image] Dec 19 22:17:28.769 INFO O| Dec 19 22:17:28.768 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-19T22:17:30.069Z | [ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6718 | 2024-12-19T22:17:30.069Z | [ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO STEP 799 (remove_files) COMPLETE |
6719 | 2024-12-19T22:17:30.069Z | [ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-19T22:17:30.096Z | [ recovery-image] Dec 19 22:17:28.825 INFO O| Dec 19 22:17:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6721 | 2024-12-19T22:17:30.096Z | [ recovery-image] Dec 19 22:17:28.826 INFO O| Dec 19 22:17:28.826 INFO STEP 800 (remove_files) COMPLETE |
6722 | 2024-12-19T22:17:30.096Z | [ recovery-image] Dec 19 22:17:28.826 INFO O| Dec 19 22:17:28.826 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-19T22:17:30.122Z | [ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6724 | 2024-12-19T22:17:30.122Z | [ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO STEP 801 (remove_files) COMPLETE |
6725 | 2024-12-19T22:17:30.125Z | [ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-19T22:17:30.148Z | [ recovery-image] Dec 19 22:17:28.878 INFO O| Dec 19 22:17:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6727 | 2024-12-19T22:17:30.152Z | [ recovery-image] Dec 19 22:17:28.879 INFO O| Dec 19 22:17:28.878 INFO STEP 802 (remove_files) COMPLETE |
6728 | 2024-12-19T22:17:30.152Z | [ recovery-image] Dec 19 22:17:28.879 INFO O| Dec 19 22:17:28.879 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-19T22:17:30.172Z | [ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6730 | 2024-12-19T22:17:30.173Z | [ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO STEP 803 (remove_files) COMPLETE |
6731 | 2024-12-19T22:17:30.173Z | [ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-19T22:17:30.195Z | [ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6733 | 2024-12-19T22:17:30.195Z | [ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO STEP 804 (remove_files) COMPLETE |
6734 | 2024-12-19T22:17:30.195Z | [ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-19T22:17:30.229Z | [ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6736 | 2024-12-19T22:17:30.229Z | [ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO STEP 805 (remove_files) COMPLETE |
6737 | 2024-12-19T22:17:30.229Z | [ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-19T22:17:30.251Z | [ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6739 | 2024-12-19T22:17:30.251Z | [ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.981 INFO STEP 806 (remove_files) COMPLETE |
6740 | 2024-12-19T22:17:30.251Z | [ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.981 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-19T22:17:30.273Z | [ recovery-image] Dec 19 22:17:29.002 INFO O| Dec 19 22:17:29.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6742 | 2024-12-19T22:17:30.273Z | [ recovery-image] Dec 19 22:17:29.003 INFO O| Dec 19 22:17:29.002 INFO STEP 807 (remove_files) COMPLETE |
6743 | 2024-12-19T22:17:30.273Z | [ recovery-image] Dec 19 22:17:29.003 INFO O| Dec 19 22:17:29.003 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-19T22:17:30.293Z | [ recovery-image] Dec 19 22:17:29.022 INFO O| Dec 19 22:17:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6745 | 2024-12-19T22:17:30.293Z | [ recovery-image] Dec 19 22:17:29.023 INFO O| Dec 19 22:17:29.023 INFO STEP 808 (remove_files) COMPLETE |
6746 | 2024-12-19T22:17:30.295Z | [ recovery-image] Dec 19 22:17:29.023 INFO O| Dec 19 22:17:29.023 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-19T22:17:30.312Z | [ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6748 | 2024-12-19T22:17:30.312Z | [ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO STEP 809 (remove_files) COMPLETE |
6749 | 2024-12-19T22:17:30.312Z | [ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-19T22:17:30.329Z | [ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6751 | 2024-12-19T22:17:30.332Z | [ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO STEP 810 (remove_files) COMPLETE |
6752 | 2024-12-19T22:17:30.332Z | [ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-19T22:17:30.346Z | [ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6754 | 2024-12-19T22:17:30.347Z | [ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO STEP 811 (remove_files) COMPLETE |
6755 | 2024-12-19T22:17:30.350Z | [ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-19T22:17:30.365Z | [ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6757 | 2024-12-19T22:17:30.365Z | [ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO STEP 812 (remove_files) COMPLETE |
6758 | 2024-12-19T22:17:30.365Z | [ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-19T22:17:30.382Z | [ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6760 | 2024-12-19T22:17:30.382Z | [ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.112 INFO STEP 813 (remove_files) COMPLETE |
6761 | 2024-12-19T22:17:30.382Z | [ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.112 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-19T22:17:30.403Z | [ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6763 | 2024-12-19T22:17:30.403Z | [ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO STEP 814 (remove_files) COMPLETE |
6764 | 2024-12-19T22:17:30.405Z | [ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-19T22:17:30.467Z | [ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6766 | 2024-12-19T22:17:30.467Z | [ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO STEP 815 (remove_files) COMPLETE |
6767 | 2024-12-19T22:17:30.468Z | [ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-19T22:17:30.506Z | [ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6769 | 2024-12-19T22:17:30.506Z | [ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO STEP 816 (remove_files) COMPLETE |
6770 | 2024-12-19T22:17:30.507Z | [ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-19T22:17:30.528Z | [ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6772 | 2024-12-19T22:17:30.528Z | [ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO STEP 817 (remove_files) COMPLETE |
6773 | 2024-12-19T22:17:30.528Z | [ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-19T22:17:30.548Z | [ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6775 | 2024-12-19T22:17:30.548Z | [ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO STEP 818 (remove_files) COMPLETE |
6776 | 2024-12-19T22:17:30.548Z | [ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-19T22:17:30.569Z | [ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6778 | 2024-12-19T22:17:30.569Z | [ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO STEP 819 (remove_files) COMPLETE |
6779 | 2024-12-19T22:17:30.572Z | [ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-19T22:17:30.618Z | [ recovery-image] Dec 19 22:17:29.315 INFO O| Dec 19 22:17:29.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6781 | 2024-12-19T22:17:30.638Z | [ recovery-image] Dec 19 22:17:29.354 INFO O| Dec 19 22:17:29.346 INFO STEP 820 (remove_files) COMPLETE |
6782 | 2024-12-19T22:17:30.638Z | [ recovery-image] Dec 19 22:17:29.354 INFO O| Dec 19 22:17:29.347 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-19T22:17:30.641Z | [ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6784 | 2024-12-19T22:17:30.641Z | [ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO STEP 821 (remove_files) COMPLETE |
6785 | 2024-12-19T22:17:30.641Z | [ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-19T22:17:30.657Z | [ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6787 | 2024-12-19T22:17:30.657Z | [ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO STEP 822 (remove_files) COMPLETE |
6788 | 2024-12-19T22:17:30.657Z | [ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-19T22:17:30.674Z | [ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6790 | 2024-12-19T22:17:30.674Z | [ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO STEP 823 (remove_files) COMPLETE |
6791 | 2024-12-19T22:17:30.674Z | [ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-19T22:17:30.736Z | [ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6793 | 2024-12-19T22:17:30.736Z | [ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO STEP 824 (remove_files) COMPLETE |
6794 | 2024-12-19T22:17:30.740Z | [ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-19T22:17:30.756Z | [ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6796 | 2024-12-19T22:17:30.756Z | [ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO STEP 825 (remove_files) COMPLETE |
6797 | 2024-12-19T22:17:30.756Z | [ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-19T22:17:30.792Z | [ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6799 | 2024-12-19T22:17:30.793Z | [ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO STEP 826 (remove_files) COMPLETE |
6800 | 2024-12-19T22:17:30.793Z | [ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-19T22:17:30.824Z | [ recovery-image] Dec 19 22:17:29.544 INFO O| Dec 19 22:17:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6802 | 2024-12-19T22:17:30.824Z | [ recovery-image] Dec 19 22:17:29.545 INFO O| Dec 19 22:17:29.544 INFO STEP 827 (remove_files) COMPLETE |
6803 | 2024-12-19T22:17:30.824Z | [ recovery-image] Dec 19 22:17:29.545 INFO O| Dec 19 22:17:29.544 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-19T22:17:30.833Z | [ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6805 | 2024-12-19T22:17:30.833Z | [ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.561 INFO STEP 828 (remove_files) COMPLETE |
6806 | 2024-12-19T22:17:30.833Z | [ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.561 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-19T22:17:30.853Z | [ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6808 | 2024-12-19T22:17:30.853Z | [ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.580 INFO STEP 829 (remove_files) COMPLETE |
6809 | 2024-12-19T22:17:30.853Z | [ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.580 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-19T22:17:30.889Z | [ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6811 | 2024-12-19T22:17:30.892Z | [ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO STEP 830 (remove_files) COMPLETE |
6812 | 2024-12-19T22:17:30.892Z | [ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-19T22:17:30.909Z | [ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6814 | 2024-12-19T22:17:30.909Z | [ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO STEP 831 (remove_files) COMPLETE |
6815 | 2024-12-19T22:17:30.912Z | [ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-19T22:17:30.940Z | [ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6817 | 2024-12-19T22:17:30.940Z | [ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO STEP 832 (remove_files) COMPLETE |
6818 | 2024-12-19T22:17:30.940Z | [ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-19T22:17:30.961Z | [ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6820 | 2024-12-19T22:17:30.961Z | [ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO STEP 833 (remove_files) COMPLETE |
6821 | 2024-12-19T22:17:30.964Z | [ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-19T22:17:30.988Z | [ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6823 | 2024-12-19T22:17:30.991Z | [ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO STEP 834 (remove_files) COMPLETE |
6824 | 2024-12-19T22:17:30.991Z | [ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-19T22:17:31.031Z | [ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6826 | 2024-12-19T22:17:31.031Z | [ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO STEP 835 (remove_files) COMPLETE |
6827 | 2024-12-19T22:17:31.031Z | [ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-19T22:17:31.071Z | [ recovery-image] Dec 19 22:17:29.797 INFO O| Dec 19 22:17:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6829 | 2024-12-19T22:17:31.071Z | [ recovery-image] Dec 19 22:17:29.797 INFO O| Dec 19 22:17:29.797 INFO STEP 836 (remove_files) COMPLETE |
6830 | 2024-12-19T22:17:31.071Z | [ recovery-image] Dec 19 22:17:29.798 INFO O| Dec 19 22:17:29.797 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-19T22:17:31.091Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6832 | 2024-12-19T22:17:31.235Z | [ recovery-image] Dec 19 22:17:29.960 INFO O| Dec 19 22:17:29.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6833 | 2024-12-19T22:17:31.239Z | [ recovery-image] Dec 19 22:17:29.960 INFO O| Dec 19 22:17:29.960 INFO STEP 837 (remove_files) COMPLETE |
6834 | 2024-12-19T22:17:31.239Z | [ recovery-image] Dec 19 22:17:29.961 INFO O| Dec 19 22:17:29.961 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-19T22:17:31.245Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6836 | 2024-12-19T22:17:31.267Z | [ recovery-image] Dec 19 22:17:29.992 INFO O| Dec 19 22:17:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6837 | 2024-12-19T22:17:31.267Z | [ recovery-image] Dec 19 22:17:29.992 INFO O| Dec 19 22:17:29.992 INFO STEP 838 (remove_files) COMPLETE |
6838 | 2024-12-19T22:17:31.274Z | [ recovery-image] Dec 19 22:17:29.993 INFO O| Dec 19 22:17:29.993 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-12-19T22:17:31.287Z | [ recovery-image] Dec 19 22:17:30.012 INFO O| Dec 19 22:17:30.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6840 | 2024-12-19T22:17:31.290Z | [ recovery-image] Dec 19 22:17:30.013 INFO O| Dec 19 22:17:30.013 INFO STEP 839 (remove_files) COMPLETE |
6841 | 2024-12-19T22:17:31.290Z | [ recovery-image] Dec 19 22:17:30.013 INFO O| Dec 19 22:17:30.013 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-12-19T22:17:31.306Z | [ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6843 | 2024-12-19T22:17:31.306Z | [ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO STEP 840 (remove_files) COMPLETE |
6844 | 2024-12-19T22:17:31.309Z | [ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-12-19T22:17:31.323Z | [ recovery-image] Dec 19 22:17:30.048 INFO O| Dec 19 22:17:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6846 | 2024-12-19T22:17:31.326Z | [ recovery-image] Dec 19 22:17:30.049 INFO O| Dec 19 22:17:30.048 INFO STEP 841 (remove_files) COMPLETE |
6847 | 2024-12-19T22:17:31.326Z | [ recovery-image] Dec 19 22:17:30.049 INFO O| Dec 19 22:17:30.049 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-12-19T22:17:31.343Z | [ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6849 | 2024-12-19T22:17:31.343Z | [ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO STEP 842 (remove_files) COMPLETE |
6850 | 2024-12-19T22:17:31.343Z | [ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-12-19T22:17:31.362Z | [ recovery-image] Dec 19 22:17:30.087 INFO O| Dec 19 22:17:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6852 | 2024-12-19T22:17:31.362Z | [ recovery-image] Dec 19 22:17:30.088 INFO O| Dec 19 22:17:30.087 INFO STEP 843 (remove_files) COMPLETE |
6853 | 2024-12-19T22:17:31.362Z | [ recovery-image] Dec 19 22:17:30.088 INFO O| Dec 19 22:17:30.088 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-12-19T22:17:31.382Z | [ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6855 | 2024-12-19T22:17:31.382Z | [ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO STEP 844 (remove_files) COMPLETE |
6856 | 2024-12-19T22:17:31.382Z | [ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-12-19T22:17:31.477Z | [ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6858 | 2024-12-19T22:17:31.477Z | [ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO STEP 845 (remove_files) COMPLETE |
6859 | 2024-12-19T22:17:31.477Z | [ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-12-19T22:17:31.499Z | [ recovery-image] Dec 19 22:17:30.223 INFO O| Dec 19 22:17:30.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6861 | 2024-12-19T22:17:31.499Z | [ recovery-image] Dec 19 22:17:30.223 INFO O| Dec 19 22:17:30.223 INFO STEP 846 (remove_files) COMPLETE |
6862 | 2024-12-19T22:17:31.499Z | [ recovery-image] Dec 19 22:17:30.224 INFO O| Dec 19 22:17:30.223 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-12-19T22:17:31.522Z | [ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6864 | 2024-12-19T22:17:31.522Z | [ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO STEP 847 (remove_files) COMPLETE |
6865 | 2024-12-19T22:17:31.522Z | [ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-12-19T22:17:31.544Z | [ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6867 | 2024-12-19T22:17:31.544Z | [ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO STEP 848 (remove_files) COMPLETE |
6868 | 2024-12-19T22:17:31.544Z | [ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-12-19T22:17:31.568Z | [ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6870 | 2024-12-19T22:17:31.568Z | [ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO STEP 849 (remove_files) COMPLETE |
6871 | 2024-12-19T22:17:31.568Z | [ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-19T22:17:31.589Z | [ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6873 | 2024-12-19T22:17:31.589Z | [ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO STEP 850 (remove_files) COMPLETE |
6874 | 2024-12-19T22:17:31.589Z | [ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-19T22:17:31.611Z | [ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6876 | 2024-12-19T22:17:31.611Z | [ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO STEP 851 (remove_files) COMPLETE |
6877 | 2024-12-19T22:17:31.611Z | [ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-19T22:17:31.633Z | [ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6879 | 2024-12-19T22:17:31.634Z | [ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO STEP 852 (remove_files) COMPLETE |
6880 | 2024-12-19T22:17:31.636Z | [ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-19T22:17:31.668Z | [ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6882 | 2024-12-19T22:17:31.669Z | [ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO STEP 853 (remove_files) COMPLETE |
6883 | 2024-12-19T22:17:31.669Z | [ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-19T22:17:31.692Z | [ recovery-image] Dec 19 22:17:30.415 INFO O| Dec 19 22:17:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6885 | 2024-12-19T22:17:31.692Z | [ recovery-image] Dec 19 22:17:30.416 INFO O| Dec 19 22:17:30.415 INFO STEP 854 (remove_files) COMPLETE |
6886 | 2024-12-19T22:17:31.695Z | [ recovery-image] Dec 19 22:17:30.416 INFO O| Dec 19 22:17:30.416 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-19T22:17:31.714Z | [ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6888 | 2024-12-19T22:17:31.714Z | [ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO STEP 855 (remove_files) COMPLETE |
6889 | 2024-12-19T22:17:31.714Z | [ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-19T22:17:31.733Z | [ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6891 | 2024-12-19T22:17:31.733Z | [ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO STEP 856 (remove_files) COMPLETE |
6892 | 2024-12-19T22:17:31.733Z | [ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-19T22:17:31.754Z | [ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6894 | 2024-12-19T22:17:31.754Z | [ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO STEP 857 (remove_files) COMPLETE |
6895 | 2024-12-19T22:17:31.754Z | [ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-19T22:17:31.776Z | [ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6897 | 2024-12-19T22:17:31.776Z | [ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO STEP 858 (remove_files) COMPLETE |
6898 | 2024-12-19T22:17:31.776Z | [ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-19T22:17:31.798Z | [ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6900 | 2024-12-19T22:17:31.798Z | [ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO STEP 859 (remove_files) COMPLETE |
6901 | 2024-12-19T22:17:31.800Z | [ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-19T22:17:31.819Z | [ recovery-image] Dec 19 22:17:30.543 INFO O| Dec 19 22:17:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6903 | 2024-12-19T22:17:31.875Z | [ recovery-image] Dec 19 22:17:30.598 INFO O| Dec 19 22:17:30.598 INFO STEP 860 (remove_files) COMPLETE |
6904 | 2024-12-19T22:17:31.875Z | [ recovery-image] Dec 19 22:17:30.598 INFO O| Dec 19 22:17:30.598 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-19T22:17:31.933Z | [ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6906 | 2024-12-19T22:17:31.935Z | [ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO STEP 861 (remove_files) COMPLETE |
6907 | 2024-12-19T22:17:31.935Z | [ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-19T22:17:31.954Z | [ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6909 | 2024-12-19T22:17:31.954Z | [ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO STEP 862 (remove_files) COMPLETE |
6910 | 2024-12-19T22:17:31.954Z | [ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-19T22:17:31.979Z | [ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6912 | 2024-12-19T22:17:31.979Z | [ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.702 INFO STEP 863 (remove_files) COMPLETE |
6913 | 2024-12-19T22:17:31.979Z | [ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.702 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-19T22:17:32.004Z | [ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6915 | 2024-12-19T22:17:32.004Z | [ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO STEP 864 (remove_files) COMPLETE |
6916 | 2024-12-19T22:17:32.004Z | [ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-19T22:17:32.046Z | [ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6918 | 2024-12-19T22:17:32.046Z | [ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO STEP 865 (remove_files) COMPLETE |
6919 | 2024-12-19T22:17:32.048Z | [ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-19T22:17:32.068Z | [ recovery-image] Dec 19 22:17:30.789 INFO O| Dec 19 22:17:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6921 | 2024-12-19T22:17:32.071Z | [ recovery-image] Dec 19 22:17:30.790 INFO O| Dec 19 22:17:30.789 INFO STEP 866 (remove_files) COMPLETE |
6922 | 2024-12-19T22:17:32.071Z | [ recovery-image] Dec 19 22:17:30.790 INFO O| Dec 19 22:17:30.790 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-19T22:17:32.090Z | [ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6924 | 2024-12-19T22:17:32.093Z | [ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO STEP 867 (remove_files) COMPLETE |
6925 | 2024-12-19T22:17:32.093Z | [ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-19T22:17:32.109Z | [ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6927 | 2024-12-19T22:17:32.109Z | [ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO STEP 868 (remove_files) COMPLETE |
6928 | 2024-12-19T22:17:32.109Z | [ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-19T22:17:32.170Z | [ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6930 | 2024-12-19T22:17:32.170Z | [ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO STEP 869 (remove_files) COMPLETE |
6931 | 2024-12-19T22:17:32.170Z | [ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-19T22:17:32.192Z | [ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6933 | 2024-12-19T22:17:32.192Z | [ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO STEP 870 (remove_files) COMPLETE |
6934 | 2024-12-19T22:17:32.192Z | [ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-19T22:17:32.217Z | [ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6936 | 2024-12-19T22:17:32.217Z | [ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO STEP 871 (remove_files) COMPLETE |
6937 | 2024-12-19T22:17:32.220Z | [ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-19T22:17:32.241Z | [ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6939 | 2024-12-19T22:17:32.241Z | [ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO STEP 872 (remove_files) COMPLETE |
6940 | 2024-12-19T22:17:32.241Z | [ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-19T22:17:32.263Z | [ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6942 | 2024-12-19T22:17:32.263Z | [ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO STEP 873 (remove_files) COMPLETE |
6943 | 2024-12-19T22:17:32.263Z | [ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-19T22:17:32.300Z | [ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6945 | 2024-12-19T22:17:32.300Z | [ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO STEP 874 (remove_files) COMPLETE |
6946 | 2024-12-19T22:17:32.300Z | [ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-19T22:17:32.321Z | [ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6948 | 2024-12-19T22:17:32.321Z | [ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO STEP 875 (remove_files) COMPLETE |
6949 | 2024-12-19T22:17:32.324Z | [ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-19T22:17:32.344Z | [ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6951 | 2024-12-19T22:17:32.344Z | [ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO STEP 876 (remove_files) COMPLETE |
6952 | 2024-12-19T22:17:32.344Z | [ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-19T22:17:32.367Z | [ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6954 | 2024-12-19T22:17:32.367Z | [ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO STEP 877 (remove_files) COMPLETE |
6955 | 2024-12-19T22:17:32.367Z | [ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-19T22:17:32.392Z | [ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6957 | 2024-12-19T22:17:32.392Z | [ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.113 INFO STEP 878 (remove_files) COMPLETE |
6958 | 2024-12-19T22:17:32.395Z | [ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.113 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-19T22:17:32.425Z | [ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6960 | 2024-12-19T22:17:32.425Z | [ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.146 INFO STEP 879 (remove_files) COMPLETE |
6961 | 2024-12-19T22:17:32.425Z | [ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.146 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-19T22:17:32.447Z | [ recovery-image] Dec 19 22:17:31.167 INFO O| Dec 19 22:17:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6963 | 2024-12-19T22:17:32.447Z | [ recovery-image] Dec 19 22:17:31.168 INFO O| Dec 19 22:17:31.168 INFO STEP 880 (remove_files) COMPLETE |
6964 | 2024-12-19T22:17:32.447Z | [ recovery-image] Dec 19 22:17:31.168 INFO O| Dec 19 22:17:31.168 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-19T22:17:32.484Z | [ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6966 | 2024-12-19T22:17:32.485Z | [ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO STEP 881 (remove_files) COMPLETE |
6967 | 2024-12-19T22:17:32.485Z | [ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-19T22:17:32.507Z | [ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6969 | 2024-12-19T22:17:32.507Z | [ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO STEP 882 (remove_files) COMPLETE |
6970 | 2024-12-19T22:17:32.507Z | [ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-19T22:17:32.545Z | [ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6972 | 2024-12-19T22:17:32.545Z | [ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.265 INFO STEP 883 (remove_files) COMPLETE |
6973 | 2024-12-19T22:17:32.545Z | [ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.265 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-19T22:17:32.565Z | [ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6975 | 2024-12-19T22:17:32.565Z | [ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO STEP 884 (remove_files) COMPLETE |
6976 | 2024-12-19T22:17:32.565Z | [ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-19T22:17:32.585Z | [ recovery-image] Dec 19 22:17:31.305 INFO O| Dec 19 22:17:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6978 | 2024-12-19T22:17:32.585Z | [ recovery-image] Dec 19 22:17:31.305 INFO O| Dec 19 22:17:31.305 INFO STEP 885 (remove_files) COMPLETE |
6979 | 2024-12-19T22:17:32.585Z | [ recovery-image] Dec 19 22:17:31.306 INFO O| Dec 19 22:17:31.305 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-19T22:17:32.608Z | [ recovery-image] Dec 19 22:17:31.327 INFO O| Dec 19 22:17:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6981 | 2024-12-19T22:17:32.608Z | [ recovery-image] Dec 19 22:17:31.328 INFO O| Dec 19 22:17:31.328 INFO STEP 886 (remove_files) COMPLETE |
6982 | 2024-12-19T22:17:32.610Z | [ recovery-image] Dec 19 22:17:31.328 INFO O| Dec 19 22:17:31.328 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-19T22:17:32.629Z | [ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6984 | 2024-12-19T22:17:32.629Z | [ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO STEP 887 (remove_files) COMPLETE |
6985 | 2024-12-19T22:17:32.629Z | [ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-19T22:17:32.646Z | [ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6987 | 2024-12-19T22:17:32.646Z | [ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.366 INFO STEP 888 (remove_files) COMPLETE |
6988 | 2024-12-19T22:17:32.647Z | [ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.366 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-19T22:17:32.664Z | [ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6990 | 2024-12-19T22:17:32.664Z | [ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.384 INFO STEP 889 (remove_files) COMPLETE |
6991 | 2024-12-19T22:17:32.664Z | [ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.384 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-19T22:17:32.683Z | [ recovery-image] Dec 19 22:17:31.402 INFO O| Dec 19 22:17:31.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6993 | 2024-12-19T22:17:32.684Z | [ recovery-image] Dec 19 22:17:31.402 INFO O| Dec 19 22:17:31.402 INFO STEP 890 (remove_files) COMPLETE |
6994 | 2024-12-19T22:17:32.684Z | [ recovery-image] Dec 19 22:17:31.403 INFO O| Dec 19 22:17:31.402 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-19T22:17:32.702Z | [ recovery-image] Dec 19 22:17:31.421 INFO O| Dec 19 22:17:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6996 | 2024-12-19T22:17:32.704Z | [ recovery-image] Dec 19 22:17:31.422 INFO O| Dec 19 22:17:31.421 INFO STEP 891 (remove_files) COMPLETE |
6997 | 2024-12-19T22:17:32.705Z | [ recovery-image] Dec 19 22:17:31.422 INFO O| Dec 19 22:17:31.422 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-19T22:17:32.720Z | [ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6999 | 2024-12-19T22:17:32.720Z | [ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO STEP 892 (remove_files) COMPLETE |
7000 | 2024-12-19T22:17:32.720Z | [ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-19T22:17:32.747Z | [ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7002 | 2024-12-19T22:17:32.747Z | [ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO STEP 893 (remove_files) COMPLETE |
7003 | 2024-12-19T22:17:32.747Z | [ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-19T22:17:32.812Z | [ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7005 | 2024-12-19T22:17:32.812Z | [ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO STEP 894 (remove_files) COMPLETE |
7006 | 2024-12-19T22:17:32.812Z | [ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-19T22:17:32.872Z | [ recovery-image] Dec 19 22:17:31.590 INFO O| Dec 19 22:17:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7008 | 2024-12-19T22:17:32.872Z | [ recovery-image] Dec 19 22:17:31.591 INFO O| Dec 19 22:17:31.590 INFO STEP 895 (remove_files) COMPLETE |
7009 | 2024-12-19T22:17:32.875Z | [ recovery-image] Dec 19 22:17:31.591 INFO O| Dec 19 22:17:31.591 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-19T22:17:32.893Z | [ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7011 | 2024-12-19T22:17:32.893Z | [ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO STEP 896 (remove_files) COMPLETE |
7012 | 2024-12-19T22:17:32.896Z | [ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-19T22:17:32.912Z | [ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7014 | 2024-12-19T22:17:32.912Z | [ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.631 INFO STEP 897 (remove_files) COMPLETE |
7015 | 2024-12-19T22:17:32.915Z | [ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.631 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-19T22:17:32.931Z | [ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7017 | 2024-12-19T22:17:32.931Z | [ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO STEP 898 (remove_files) COMPLETE |
7018 | 2024-12-19T22:17:32.934Z | [ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-19T22:17:32.952Z | [ recovery-image] Dec 19 22:17:31.670 INFO O| Dec 19 22:17:31.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7020 | 2024-12-19T22:17:32.954Z | [ recovery-image] Dec 19 22:17:31.671 INFO O| Dec 19 22:17:31.670 INFO STEP 899 (remove_files) COMPLETE |
7021 | 2024-12-19T22:17:32.955Z | [ recovery-image] Dec 19 22:17:31.671 INFO O| Dec 19 22:17:31.671 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-19T22:17:32.975Z | [ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7023 | 2024-12-19T22:17:32.977Z | [ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO STEP 900 (remove_files) COMPLETE |
7024 | 2024-12-19T22:17:32.977Z | [ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-19T22:17:33.082Z | [ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7026 | 2024-12-19T22:17:33.082Z | [ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO STEP 901 (remove_files) COMPLETE |
7027 | 2024-12-19T22:17:33.086Z | [ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-19T22:17:33.104Z | [ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7029 | 2024-12-19T22:17:33.104Z | [ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO STEP 902 (remove_files) COMPLETE |
7030 | 2024-12-19T22:17:33.108Z | [ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-19T22:17:33.127Z | [ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7032 | 2024-12-19T22:17:33.127Z | [ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO STEP 903 (remove_files) COMPLETE |
7033 | 2024-12-19T22:17:33.127Z | [ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-19T22:17:33.169Z | [ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7035 | 2024-12-19T22:17:33.170Z | [ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO STEP 904 (remove_files) COMPLETE |
7036 | 2024-12-19T22:17:33.172Z | [ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-19T22:17:33.191Z | [ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7038 | 2024-12-19T22:17:33.191Z | [ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.909 INFO STEP 905 (remove_files) COMPLETE |
7039 | 2024-12-19T22:17:33.191Z | [ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.909 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-19T22:17:33.213Z | [ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7041 | 2024-12-19T22:17:33.213Z | [ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO STEP 906 (remove_files) COMPLETE |
7042 | 2024-12-19T22:17:33.213Z | [ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-19T22:17:33.233Z | [ recovery-image] Dec 19 22:17:31.950 INFO O| Dec 19 22:17:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7044 | 2024-12-19T22:17:33.236Z | [ recovery-image] Dec 19 22:17:31.951 INFO O| Dec 19 22:17:31.951 INFO STEP 907 (remove_files) COMPLETE |
7045 | 2024-12-19T22:17:33.236Z | [ recovery-image] Dec 19 22:17:31.951 INFO O| Dec 19 22:17:31.951 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-19T22:17:33.306Z | [ recovery-image] Dec 19 22:17:32.023 INFO O| Dec 19 22:17:32.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7047 | 2024-12-19T22:17:33.309Z | [ recovery-image] Dec 19 22:17:32.023 INFO O| Dec 19 22:17:32.023 INFO STEP 908 (remove_files) COMPLETE |
7048 | 2024-12-19T22:17:33.309Z | [ recovery-image] Dec 19 22:17:32.024 INFO O| Dec 19 22:17:32.023 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-19T22:17:33.350Z | [ recovery-image] Dec 19 22:17:32.066 INFO O| Dec 19 22:17:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7050 | 2024-12-19T22:17:33.353Z | [ recovery-image] Dec 19 22:17:32.067 INFO O| Dec 19 22:17:32.067 INFO STEP 909 (remove_files) COMPLETE |
7051 | 2024-12-19T22:17:33.353Z | [ recovery-image] Dec 19 22:17:32.067 INFO O| Dec 19 22:17:32.067 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-19T22:17:33.404Z | [ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7053 | 2024-12-19T22:17:33.404Z | [ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO STEP 910 (remove_files) COMPLETE |
7054 | 2024-12-19T22:17:33.404Z | [ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-19T22:17:33.445Z | [ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7056 | 2024-12-19T22:17:33.445Z | [ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO STEP 911 (remove_files) COMPLETE |
7057 | 2024-12-19T22:17:33.448Z | [ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-19T22:17:33.469Z | [ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7059 | 2024-12-19T22:17:33.469Z | [ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO STEP 912 (remove_files) COMPLETE |
7060 | 2024-12-19T22:17:33.469Z | [ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-19T22:17:33.513Z | [ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7062 | 2024-12-19T22:17:33.516Z | [ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.230 INFO STEP 913 (remove_files) COMPLETE |
7063 | 2024-12-19T22:17:33.516Z | [ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.230 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-19T22:17:33.536Z | [ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7065 | 2024-12-19T22:17:33.539Z | [ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO STEP 914 (remove_files) COMPLETE |
7066 | 2024-12-19T22:17:33.539Z | [ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-19T22:17:33.572Z | [ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7068 | 2024-12-19T22:17:33.572Z | [ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO STEP 915 (remove_files) COMPLETE |
7069 | 2024-12-19T22:17:33.572Z | [ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-19T22:17:33.594Z | [ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7071 | 2024-12-19T22:17:33.594Z | [ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO STEP 916 (remove_files) COMPLETE |
7072 | 2024-12-19T22:17:33.594Z | [ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-19T22:17:33.614Z | [ recovery-image] Dec 19 22:17:32.329 INFO O| Dec 19 22:17:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7074 | 2024-12-19T22:17:33.614Z | [ recovery-image] Dec 19 22:17:32.330 INFO O| Dec 19 22:17:32.330 INFO STEP 917 (remove_files) COMPLETE |
7075 | 2024-12-19T22:17:33.617Z | [ recovery-image] Dec 19 22:17:32.330 INFO O| Dec 19 22:17:32.330 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-19T22:17:33.637Z | [ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7077 | 2024-12-19T22:17:33.637Z | [ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO STEP 918 (remove_files) COMPLETE |
7078 | 2024-12-19T22:17:33.637Z | [ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-19T22:17:33.653Z | [ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7080 | 2024-12-19T22:17:33.653Z | [ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.368 INFO STEP 919 (remove_files) COMPLETE |
7081 | 2024-12-19T22:17:33.653Z | [ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.368 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-19T22:17:33.675Z | [ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7083 | 2024-12-19T22:17:33.677Z | [ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO STEP 920 (remove_files) COMPLETE |
7084 | 2024-12-19T22:17:33.677Z | [ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-19T22:17:33.692Z | [ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7086 | 2024-12-19T22:17:33.692Z | [ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO STEP 921 (remove_files) COMPLETE |
7087 | 2024-12-19T22:17:33.692Z | [ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-19T22:17:33.756Z | [ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7089 | 2024-12-19T22:17:33.756Z | [ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.470 INFO STEP 922 (remove_files) COMPLETE |
7090 | 2024-12-19T22:17:33.756Z | [ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.470 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-19T22:17:33.804Z | [ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7092 | 2024-12-19T22:17:33.809Z | [ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO STEP 923 (remove_files) COMPLETE |
7093 | 2024-12-19T22:17:33.809Z | [ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-19T22:17:33.825Z | [ recovery-image] Dec 19 22:17:32.540 INFO O| Dec 19 22:17:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7095 | 2024-12-19T22:17:33.828Z | [ recovery-image] Dec 19 22:17:32.540 INFO O| Dec 19 22:17:32.540 INFO STEP 924 (remove_files) COMPLETE |
7096 | 2024-12-19T22:17:33.828Z | [ recovery-image] Dec 19 22:17:32.541 INFO O| Dec 19 22:17:32.540 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-19T22:17:33.858Z | [ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7098 | 2024-12-19T22:17:33.859Z | [ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO STEP 925 (remove_files) COMPLETE |
7099 | 2024-12-19T22:17:33.861Z | [ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-19T22:17:33.894Z | [ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7101 | 2024-12-19T22:17:33.894Z | [ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO STEP 926 (remove_files) COMPLETE |
7102 | 2024-12-19T22:17:33.894Z | [ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-19T22:17:33.973Z | [ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7104 | 2024-12-19T22:17:33.973Z | [ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO STEP 927 (remove_files) COMPLETE |
7105 | 2024-12-19T22:17:33.973Z | [ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-19T22:17:34.039Z | [ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7107 | 2024-12-19T22:17:34.039Z | [ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO STEP 928 (remove_files) COMPLETE |
7108 | 2024-12-19T22:17:34.039Z | [ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-19T22:17:34.053Z | [ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7110 | 2024-12-19T22:17:34.053Z | [ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO STEP 929 (remove_files) COMPLETE |
7111 | 2024-12-19T22:17:34.053Z | [ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-19T22:17:34.080Z | [ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7113 | 2024-12-19T22:17:34.080Z | [ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO STEP 930 (remove_files) COMPLETE |
7114 | 2024-12-19T22:17:34.080Z | [ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-19T22:17:34.095Z | [ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7116 | 2024-12-19T22:17:34.096Z | [ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO STEP 931 (remove_files) COMPLETE |
7117 | 2024-12-19T22:17:34.096Z | [ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-19T22:17:34.113Z | [ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7119 | 2024-12-19T22:17:34.113Z | [ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.826 INFO STEP 932 (remove_files) COMPLETE |
7120 | 2024-12-19T22:17:34.113Z | [ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.826 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-19T22:17:34.132Z | [ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7122 | 2024-12-19T22:17:34.132Z | [ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO STEP 933 (remove_files) COMPLETE |
7123 | 2024-12-19T22:17:34.132Z | [ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-19T22:17:34.151Z | [ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7125 | 2024-12-19T22:17:34.151Z | [ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO STEP 934 (remove_files) COMPLETE |
7126 | 2024-12-19T22:17:34.151Z | [ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-19T22:17:34.169Z | [ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7128 | 2024-12-19T22:17:34.169Z | [ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO STEP 935 (remove_files) COMPLETE |
7129 | 2024-12-19T22:17:34.171Z | [ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-19T22:17:34.188Z | [ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7131 | 2024-12-19T22:17:34.188Z | [ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO STEP 936 (remove_files) COMPLETE |
7132 | 2024-12-19T22:17:34.188Z | [ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-19T22:17:34.208Z | [ recovery-image] Dec 19 22:17:32.921 INFO O| Dec 19 22:17:32.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7134 | 2024-12-19T22:17:34.211Z | [ recovery-image] Dec 19 22:17:32.922 INFO O| Dec 19 22:17:32.921 INFO STEP 937 (remove_files) COMPLETE |
7135 | 2024-12-19T22:17:34.211Z | [ recovery-image] Dec 19 22:17:32.922 INFO O| Dec 19 22:17:32.922 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-19T22:17:34.229Z | [ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7137 | 2024-12-19T22:17:34.229Z | [ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO STEP 938 (remove_files) COMPLETE |
7138 | 2024-12-19T22:17:34.232Z | [ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-19T22:17:34.248Z | [ recovery-image] Dec 19 22:17:32.961 INFO O| Dec 19 22:17:32.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7140 | 2024-12-19T22:17:34.248Z | [ recovery-image] Dec 19 22:17:32.961 INFO O| Dec 19 22:17:32.961 INFO STEP 939 (remove_files) COMPLETE |
7141 | 2024-12-19T22:17:34.251Z | [ recovery-image] Dec 19 22:17:32.962 INFO O| Dec 19 22:17:32.961 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-19T22:17:34.266Z | [ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7143 | 2024-12-19T22:17:34.268Z | [ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO STEP 940 (remove_files) COMPLETE |
7144 | 2024-12-19T22:17:34.268Z | [ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-19T22:17:34.284Z | [ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7146 | 2024-12-19T22:17:34.284Z | [ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.997 INFO STEP 941 (remove_files) COMPLETE |
7147 | 2024-12-19T22:17:34.284Z | [ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.997 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-19T22:17:34.305Z | [ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7149 | 2024-12-19T22:17:34.308Z | [ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.018 INFO STEP 942 (remove_files) COMPLETE |
7150 | 2024-12-19T22:17:34.308Z | [ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.018 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-19T22:17:34.323Z | [ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7152 | 2024-12-19T22:17:34.326Z | [ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO STEP 943 (remove_files) COMPLETE |
7153 | 2024-12-19T22:17:34.326Z | [ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-19T22:17:34.343Z | [ recovery-image] Dec 19 22:17:33.055 INFO O| Dec 19 22:17:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7155 | 2024-12-19T22:17:34.349Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7156 | 2024-12-19T22:17:34.380Z | [ recovery-image] Dec 19 22:17:33.092 INFO O| Dec 19 22:17:33.092 INFO STEP 944 (remove_files) COMPLETE |
7157 | 2024-12-19T22:17:34.383Z | [ recovery-image] Dec 19 22:17:33.092 INFO O| Dec 19 22:17:33.092 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-19T22:17:34.383Z | [ host-image] Dec 19 22:17:33.094 INFO O| Dec 19 22:17:33.094 INFO O| Download: 252/1140 items 1.8/8.4MB 21% complete (454k/s) |
7159 | 2024-12-19T22:17:34.423Z | [ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7160 | 2024-12-19T22:17:34.423Z | [ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO STEP 945 (remove_files) COMPLETE |
7161 | 2024-12-19T22:17:34.423Z | [ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-19T22:17:34.440Z | [ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7163 | 2024-12-19T22:17:34.440Z | [ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO STEP 946 (remove_files) COMPLETE |
7164 | 2024-12-19T22:17:34.444Z | [ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-19T22:17:34.495Z | [ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7166 | 2024-12-19T22:17:34.495Z | [ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO STEP 947 (remove_files) COMPLETE |
7167 | 2024-12-19T22:17:34.495Z | [ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-19T22:17:34.535Z | [ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7169 | 2024-12-19T22:17:34.535Z | [ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO STEP 948 (remove_files) COMPLETE |
7170 | 2024-12-19T22:17:34.535Z | [ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-19T22:17:34.551Z | [ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7172 | 2024-12-19T22:17:34.551Z | [ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO STEP 949 (remove_files) COMPLETE |
7173 | 2024-12-19T22:17:34.551Z | [ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-19T22:17:34.569Z | [ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7175 | 2024-12-19T22:17:34.569Z | [ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO STEP 950 (remove_files) COMPLETE |
7176 | 2024-12-19T22:17:34.569Z | [ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-19T22:17:34.595Z | [ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7178 | 2024-12-19T22:17:34.595Z | [ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO STEP 951 (remove_files) COMPLETE |
7179 | 2024-12-19T22:17:34.597Z | [ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-19T22:17:34.622Z | [ recovery-image] Dec 19 22:17:33.333 INFO O| Dec 19 22:17:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7181 | 2024-12-19T22:17:34.622Z | [ recovery-image] Dec 19 22:17:33.333 INFO O| Dec 19 22:17:33.333 INFO STEP 952 (remove_files) COMPLETE |
7182 | 2024-12-19T22:17:34.625Z | [ recovery-image] Dec 19 22:17:33.334 INFO O| Dec 19 22:17:33.333 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-19T22:17:34.643Z | [ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7184 | 2024-12-19T22:17:34.643Z | [ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO STEP 953 (remove_files) COMPLETE |
7185 | 2024-12-19T22:17:34.643Z | [ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-19T22:17:34.664Z | [ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7187 | 2024-12-19T22:17:34.664Z | [ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO STEP 954 (remove_files) COMPLETE |
7188 | 2024-12-19T22:17:34.667Z | [ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-19T22:17:34.684Z | [ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7190 | 2024-12-19T22:17:34.684Z | [ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO STEP 955 (remove_files) COMPLETE |
7191 | 2024-12-19T22:17:34.684Z | [ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-19T22:17:34.704Z | [ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7193 | 2024-12-19T22:17:34.704Z | [ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO STEP 956 (remove_files) COMPLETE |
7194 | 2024-12-19T22:17:34.704Z | [ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-19T22:17:34.724Z | [ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7196 | 2024-12-19T22:17:34.724Z | [ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO STEP 957 (remove_files) COMPLETE |
7197 | 2024-12-19T22:17:34.724Z | [ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-19T22:17:34.744Z | [ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7199 | 2024-12-19T22:17:34.747Z | [ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO STEP 958 (remove_files) COMPLETE |
7200 | 2024-12-19T22:17:34.747Z | [ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-19T22:17:34.765Z | [ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7202 | 2024-12-19T22:17:34.765Z | [ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO STEP 959 (remove_files) COMPLETE |
7203 | 2024-12-19T22:17:34.765Z | [ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-19T22:17:34.864Z | [ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7205 | 2024-12-19T22:17:34.864Z | [ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO STEP 960 (remove_files) COMPLETE |
7206 | 2024-12-19T22:17:34.864Z | [ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-19T22:17:34.884Z | [ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7208 | 2024-12-19T22:17:34.885Z | [ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO STEP 961 (remove_files) COMPLETE |
7209 | 2024-12-19T22:17:34.888Z | [ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-19T22:17:34.904Z | [ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7211 | 2024-12-19T22:17:34.904Z | [ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO STEP 962 (remove_files) COMPLETE |
7212 | 2024-12-19T22:17:34.904Z | [ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-19T22:17:34.924Z | [ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7214 | 2024-12-19T22:17:34.924Z | [ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO STEP 963 (remove_files) COMPLETE |
7215 | 2024-12-19T22:17:34.924Z | [ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-19T22:17:34.942Z | [ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7217 | 2024-12-19T22:17:34.942Z | [ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO STEP 964 (remove_files) COMPLETE |
7218 | 2024-12-19T22:17:34.942Z | [ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-19T22:17:35.031Z | [ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7220 | 2024-12-19T22:17:35.032Z | [ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO STEP 965 (remove_files) COMPLETE |
7221 | 2024-12-19T22:17:35.032Z | [ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-19T22:17:35.055Z | [ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7223 | 2024-12-19T22:17:35.055Z | [ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO STEP 966 (remove_files) COMPLETE |
7224 | 2024-12-19T22:17:35.057Z | [ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-19T22:17:35.078Z | [ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7226 | 2024-12-19T22:17:35.078Z | [ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO STEP 967 (remove_files) COMPLETE |
7227 | 2024-12-19T22:17:35.080Z | [ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-19T22:17:35.098Z | [ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7229 | 2024-12-19T22:17:35.098Z | [ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO STEP 968 (remove_files) COMPLETE |
7230 | 2024-12-19T22:17:35.098Z | [ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-19T22:17:35.117Z | [ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7232 | 2024-12-19T22:17:35.117Z | [ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.827 INFO STEP 969 (remove_files) COMPLETE |
7233 | 2024-12-19T22:17:35.117Z | [ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.827 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-19T22:17:35.138Z | [ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7235 | 2024-12-19T22:17:35.138Z | [ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO STEP 970 (remove_files) COMPLETE |
7236 | 2024-12-19T22:17:35.138Z | [ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-19T22:17:35.158Z | [ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7238 | 2024-12-19T22:17:35.158Z | [ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO STEP 971 (remove_files) COMPLETE |
7239 | 2024-12-19T22:17:35.158Z | [ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-19T22:17:35.178Z | [ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7241 | 2024-12-19T22:17:35.178Z | [ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.887 INFO STEP 972 (remove_files) COMPLETE |
7242 | 2024-12-19T22:17:35.178Z | [ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.887 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-19T22:17:35.287Z | [ recovery-image] Dec 19 22:17:33.995 INFO O| Dec 19 22:17:33.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7244 | 2024-12-19T22:17:35.289Z | [ recovery-image] Dec 19 22:17:33.996 INFO O| Dec 19 22:17:33.995 INFO STEP 973 (remove_files) COMPLETE |
7245 | 2024-12-19T22:17:35.289Z | [ recovery-image] Dec 19 22:17:33.996 INFO O| Dec 19 22:17:33.996 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-19T22:17:35.327Z | [ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7247 | 2024-12-19T22:17:35.330Z | [ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO STEP 974 (remove_files) COMPLETE |
7248 | 2024-12-19T22:17:35.330Z | [ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-19T22:17:35.351Z | [ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7250 | 2024-12-19T22:17:35.351Z | [ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO STEP 975 (remove_files) COMPLETE |
7251 | 2024-12-19T22:17:35.351Z | [ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-19T22:17:35.373Z | [ recovery-image] Dec 19 22:17:34.080 INFO O| Dec 19 22:17:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7253 | 2024-12-19T22:17:35.373Z | [ recovery-image] Dec 19 22:17:34.080 INFO O| Dec 19 22:17:34.080 INFO STEP 976 (remove_files) COMPLETE |
7254 | 2024-12-19T22:17:35.376Z | [ recovery-image] Dec 19 22:17:34.081 INFO O| Dec 19 22:17:34.080 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-19T22:17:35.395Z | [ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7256 | 2024-12-19T22:17:35.395Z | [ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO STEP 977 (remove_files) COMPLETE |
7257 | 2024-12-19T22:17:35.395Z | [ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-19T22:17:35.416Z | [ recovery-image] Dec 19 22:17:34.124 INFO O| Dec 19 22:17:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7259 | 2024-12-19T22:17:35.416Z | [ recovery-image] Dec 19 22:17:34.125 INFO O| Dec 19 22:17:34.125 INFO STEP 978 (remove_files) COMPLETE |
7260 | 2024-12-19T22:17:35.417Z | [ recovery-image] Dec 19 22:17:34.125 INFO O| Dec 19 22:17:34.125 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-19T22:17:35.442Z | [ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7262 | 2024-12-19T22:17:35.442Z | [ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO STEP 979 (remove_files) COMPLETE |
7263 | 2024-12-19T22:17:35.442Z | [ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-19T22:17:35.466Z | [ recovery-image] Dec 19 22:17:34.174 INFO O| Dec 19 22:17:34.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7265 | 2024-12-19T22:17:35.470Z | [ recovery-image] Dec 19 22:17:34.175 INFO O| Dec 19 22:17:34.174 INFO STEP 980 (remove_files) COMPLETE |
7266 | 2024-12-19T22:17:35.470Z | [ recovery-image] Dec 19 22:17:34.175 INFO O| Dec 19 22:17:34.175 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-19T22:17:35.488Z | [ recovery-image] Dec 19 22:17:34.196 INFO O| Dec 19 22:17:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7268 | 2024-12-19T22:17:35.491Z | [ recovery-image] Dec 19 22:17:34.196 INFO O| Dec 19 22:17:34.196 INFO STEP 981 (remove_files) COMPLETE |
7269 | 2024-12-19T22:17:35.491Z | [ recovery-image] Dec 19 22:17:34.197 INFO O| Dec 19 22:17:34.197 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-19T22:17:35.514Z | [ recovery-image] Dec 19 22:17:34.221 INFO O| Dec 19 22:17:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7271 | 2024-12-19T22:17:35.516Z | [ recovery-image] Dec 19 22:17:34.222 INFO O| Dec 19 22:17:34.221 INFO STEP 982 (remove_files) COMPLETE |
7272 | 2024-12-19T22:17:35.516Z | [ recovery-image] Dec 19 22:17:34.222 INFO O| Dec 19 22:17:34.222 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-19T22:17:35.558Z | [ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7274 | 2024-12-19T22:17:35.558Z | [ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO STEP 983 (remove_files) COMPLETE |
7275 | 2024-12-19T22:17:35.561Z | [ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-19T22:17:35.581Z | [ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7277 | 2024-12-19T22:17:35.581Z | [ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO STEP 984 (remove_files) COMPLETE |
7278 | 2024-12-19T22:17:35.584Z | [ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-19T22:17:35.600Z | [ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7280 | 2024-12-19T22:17:35.600Z | [ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO STEP 985 (remove_files) COMPLETE |
7281 | 2024-12-19T22:17:35.600Z | [ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-19T22:17:35.619Z | [ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7283 | 2024-12-19T22:17:35.621Z | [ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO STEP 986 (remove_files) COMPLETE |
7284 | 2024-12-19T22:17:35.621Z | [ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-19T22:17:35.640Z | [ recovery-image] Dec 19 22:17:34.347 INFO O| Dec 19 22:17:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7286 | 2024-12-19T22:17:35.643Z | [ recovery-image] Dec 19 22:17:34.347 INFO O| Dec 19 22:17:34.347 INFO STEP 987 (remove_files) COMPLETE |
7287 | 2024-12-19T22:17:35.643Z | [ recovery-image] Dec 19 22:17:34.348 INFO O| Dec 19 22:17:34.347 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-19T22:17:35.661Z | [ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7289 | 2024-12-19T22:17:35.664Z | [ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.368 INFO STEP 988 (remove_files) COMPLETE |
7290 | 2024-12-19T22:17:35.664Z | [ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.368 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-19T22:17:35.681Z | [ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7292 | 2024-12-19T22:17:35.683Z | [ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO STEP 989 (remove_files) COMPLETE |
7293 | 2024-12-19T22:17:35.684Z | [ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-19T22:17:35.704Z | [ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7295 | 2024-12-19T22:17:35.707Z | [ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO STEP 990 (remove_files) COMPLETE |
7296 | 2024-12-19T22:17:35.707Z | [ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-19T22:17:35.726Z | [ recovery-image] Dec 19 22:17:34.432 INFO O| Dec 19 22:17:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7298 | 2024-12-19T22:17:35.726Z | [ recovery-image] Dec 19 22:17:34.433 INFO O| Dec 19 22:17:34.433 INFO STEP 991 (remove_files) COMPLETE |
7299 | 2024-12-19T22:17:35.728Z | [ recovery-image] Dec 19 22:17:34.433 INFO O| Dec 19 22:17:34.433 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-19T22:17:35.749Z | [ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7301 | 2024-12-19T22:17:35.751Z | [ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO STEP 992 (remove_files) COMPLETE |
7302 | 2024-12-19T22:17:35.751Z | [ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-19T22:17:35.770Z | [ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7304 | 2024-12-19T22:17:35.773Z | [ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO STEP 993 (remove_files) COMPLETE |
7305 | 2024-12-19T22:17:35.773Z | [ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-19T22:17:35.795Z | [ recovery-image] Dec 19 22:17:34.501 INFO O| Dec 19 22:17:34.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7307 | 2024-12-19T22:17:35.797Z | [ recovery-image] Dec 19 22:17:34.501 INFO O| Dec 19 22:17:34.501 INFO STEP 994 (remove_files) COMPLETE |
7308 | 2024-12-19T22:17:35.797Z | [ recovery-image] Dec 19 22:17:34.502 INFO O| Dec 19 22:17:34.502 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-19T22:17:35.818Z | [ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7310 | 2024-12-19T22:17:35.821Z | [ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO STEP 995 (remove_files) COMPLETE |
7311 | 2024-12-19T22:17:35.821Z | [ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-19T22:17:35.839Z | [ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7313 | 2024-12-19T22:17:35.841Z | [ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO STEP 996 (remove_files) COMPLETE |
7314 | 2024-12-19T22:17:35.841Z | [ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-19T22:17:35.860Z | [ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7316 | 2024-12-19T22:17:35.862Z | [ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO STEP 997 (remove_files) COMPLETE |
7317 | 2024-12-19T22:17:35.862Z | [ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-19T22:17:35.881Z | [ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7319 | 2024-12-19T22:17:35.881Z | [ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO STEP 998 (remove_files) COMPLETE |
7320 | 2024-12-19T22:17:35.884Z | [ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-19T22:17:35.901Z | [ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7322 | 2024-12-19T22:17:35.903Z | [ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.607 INFO STEP 999 (remove_files) COMPLETE |
7323 | 2024-12-19T22:17:35.903Z | [ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.607 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-19T22:17:35.919Z | [ recovery-image] Dec 19 22:17:34.625 INFO O| Dec 19 22:17:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7325 | 2024-12-19T22:17:35.922Z | [ recovery-image] Dec 19 22:17:34.626 INFO O| Dec 19 22:17:34.625 INFO STEP 1000 (remove_files) COMPLETE |
7326 | 2024-12-19T22:17:35.922Z | [ recovery-image] Dec 19 22:17:34.626 INFO O| Dec 19 22:17:34.626 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-19T22:17:35.937Z | [ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7328 | 2024-12-19T22:17:35.940Z | [ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO STEP 1001 (remove_files) COMPLETE |
7329 | 2024-12-19T22:17:35.940Z | [ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-19T22:17:35.955Z | [ recovery-image] Dec 19 22:17:34.661 INFO O| Dec 19 22:17:34.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7331 | 2024-12-19T22:17:35.958Z | [ recovery-image] Dec 19 22:17:34.661 INFO O| Dec 19 22:17:34.661 INFO STEP 1002 (remove_files) COMPLETE |
7332 | 2024-12-19T22:17:35.958Z | [ recovery-image] Dec 19 22:17:34.662 INFO O| Dec 19 22:17:34.662 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-19T22:17:35.978Z | [ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7334 | 2024-12-19T22:17:35.978Z | [ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO STEP 1003 (remove_files) COMPLETE |
7335 | 2024-12-19T22:17:35.978Z | [ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-19T22:17:35.998Z | [ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7337 | 2024-12-19T22:17:35.998Z | [ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO STEP 1004 (remove_files) COMPLETE |
7338 | 2024-12-19T22:17:35.998Z | [ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-19T22:17:36.018Z | [ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7340 | 2024-12-19T22:17:36.018Z | [ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO STEP 1005 (remove_files) COMPLETE |
7341 | 2024-12-19T22:17:36.018Z | [ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-19T22:17:36.102Z | [ recovery-image] Dec 19 22:17:34.807 INFO O| Dec 19 22:17:34.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7343 | 2024-12-19T22:17:36.102Z | [ recovery-image] Dec 19 22:17:34.808 INFO O| Dec 19 22:17:34.808 INFO STEP 1006 (remove_files) COMPLETE |
7344 | 2024-12-19T22:17:36.102Z | [ recovery-image] Dec 19 22:17:34.808 INFO O| Dec 19 22:17:34.808 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-19T22:17:36.196Z | [ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7346 | 2024-12-19T22:17:36.196Z | [ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO STEP 1007 (remove_files) COMPLETE |
7347 | 2024-12-19T22:17:36.196Z | [ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-19T22:17:36.206Z | [ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7349 | 2024-12-19T22:17:36.206Z | [ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO STEP 1008 (remove_files) COMPLETE |
7350 | 2024-12-19T22:17:36.210Z | [ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-19T22:17:36.225Z | [ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7352 | 2024-12-19T22:17:36.225Z | [ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO STEP 1009 (remove_files) COMPLETE |
7353 | 2024-12-19T22:17:36.225Z | [ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-19T22:17:36.244Z | [ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7355 | 2024-12-19T22:17:36.244Z | [ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO STEP 1010 (remove_files) COMPLETE |
7356 | 2024-12-19T22:17:36.244Z | [ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-19T22:17:36.267Z | [ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7358 | 2024-12-19T22:17:36.267Z | [ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO STEP 1011 (remove_files) COMPLETE |
7359 | 2024-12-19T22:17:36.267Z | [ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-19T22:17:36.302Z | [ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7361 | 2024-12-19T22:17:36.302Z | [ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.007 INFO STEP 1012 (remove_files) COMPLETE |
7362 | 2024-12-19T22:17:36.305Z | [ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.007 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-19T22:17:36.324Z | [ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7364 | 2024-12-19T22:17:36.329Z | [ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO STEP 1013 (remove_files) COMPLETE |
7365 | 2024-12-19T22:17:36.329Z | [ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-19T22:17:36.345Z | [ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7367 | 2024-12-19T22:17:36.345Z | [ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO STEP 1014 (remove_files) COMPLETE |
7368 | 2024-12-19T22:17:36.345Z | [ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-19T22:17:36.417Z | [ recovery-image] Dec 19 22:17:35.078 INFO O| Dec 19 22:17:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7370 | 2024-12-19T22:17:36.417Z | [ recovery-image] Dec 19 22:17:35.079 INFO O| Dec 19 22:17:35.078 INFO STEP 1015 (remove_files) COMPLETE |
7371 | 2024-12-19T22:17:36.480Z | [ recovery-image] Dec 19 22:17:35.079 INFO O| Dec 19 22:17:35.079 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-19T22:17:36.480Z | [ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7373 | 2024-12-19T22:17:36.481Z | [ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO STEP 1016 (remove_files) COMPLETE |
7374 | 2024-12-19T22:17:36.481Z | [ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-19T22:17:36.534Z | [ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7376 | 2024-12-19T22:17:36.534Z | [ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO STEP 1017 (remove_files) COMPLETE |
7377 | 2024-12-19T22:17:36.535Z | [ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-19T22:17:36.535Z | [ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7379 | 2024-12-19T22:17:36.535Z | [ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO STEP 1018 (remove_files) COMPLETE |
7380 | 2024-12-19T22:17:36.535Z | [ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-19T22:17:36.600Z | [ recovery-image] Dec 19 22:17:35.211 INFO O| Dec 19 22:17:35.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7382 | 2024-12-19T22:17:36.601Z | [ recovery-image] Dec 19 22:17:35.212 INFO O| Dec 19 22:17:35.211 INFO STEP 1019 (remove_files) COMPLETE |
7383 | 2024-12-19T22:17:36.601Z | [ recovery-image] Dec 19 22:17:35.212 INFO O| Dec 19 22:17:35.212 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-19T22:17:36.618Z | [ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7385 | 2024-12-19T22:17:36.618Z | [ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.305 INFO STEP 1020 (remove_files) COMPLETE |
7386 | 2024-12-19T22:17:36.618Z | [ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.305 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-19T22:17:36.646Z | [ recovery-image] Dec 19 22:17:35.326 INFO O| Dec 19 22:17:35.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7388 | 2024-12-19T22:17:36.646Z | [ recovery-image] Dec 19 22:17:35.327 INFO O| Dec 19 22:17:35.327 INFO STEP 1021 (remove_files) COMPLETE |
7389 | 2024-12-19T22:17:36.646Z | [ recovery-image] Dec 19 22:17:35.327 INFO O| Dec 19 22:17:35.327 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-19T22:17:36.662Z | [ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7391 | 2024-12-19T22:17:36.663Z | [ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO STEP 1022 (remove_files) COMPLETE |
7392 | 2024-12-19T22:17:36.663Z | [ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-19T22:17:36.690Z | [ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7394 | 2024-12-19T22:17:36.690Z | [ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO STEP 1023 (remove_files) COMPLETE |
7395 | 2024-12-19T22:17:36.690Z | [ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-19T22:17:36.709Z | [ recovery-image] Dec 19 22:17:35.389 INFO O| Dec 19 22:17:35.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7397 | 2024-12-19T22:17:36.709Z | [ recovery-image] Dec 19 22:17:35.389 INFO O| Dec 19 22:17:35.389 INFO STEP 1024 (remove_files) COMPLETE |
7398 | 2024-12-19T22:17:36.709Z | [ recovery-image] Dec 19 22:17:35.390 INFO O| Dec 19 22:17:35.389 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-19T22:17:36.730Z | [ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7400 | 2024-12-19T22:17:36.730Z | [ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO STEP 1025 (remove_files) COMPLETE |
7401 | 2024-12-19T22:17:36.730Z | [ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-19T22:17:36.742Z | [ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7403 | 2024-12-19T22:17:36.742Z | [ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO STEP 1026 (remove_files) COMPLETE |
7404 | 2024-12-19T22:17:36.742Z | [ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-19T22:17:36.767Z | [ recovery-image] Dec 19 22:17:35.462 INFO O| Dec 19 22:17:35.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7406 | 2024-12-19T22:17:36.768Z | [ recovery-image] Dec 19 22:17:35.463 INFO O| Dec 19 22:17:35.463 INFO STEP 1027 (remove_files) COMPLETE |
7407 | 2024-12-19T22:17:36.768Z | [ recovery-image] Dec 19 22:17:35.463 INFO O| Dec 19 22:17:35.463 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-19T22:17:36.784Z | [ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7409 | 2024-12-19T22:17:36.784Z | [ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO STEP 1028 (remove_files) COMPLETE |
7410 | 2024-12-19T22:17:36.784Z | [ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-19T22:17:36.815Z | [ recovery-image] Dec 19 22:17:35.504 INFO O| Dec 19 22:17:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7412 | 2024-12-19T22:17:36.819Z | [ recovery-image] Dec 19 22:17:35.504 INFO O| Dec 19 22:17:35.504 INFO STEP 1029 (remove_files) COMPLETE |
7413 | 2024-12-19T22:17:36.819Z | [ recovery-image] Dec 19 22:17:35.505 INFO O| Dec 19 22:17:35.504 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-19T22:17:36.834Z | [ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7415 | 2024-12-19T22:17:36.834Z | [ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO STEP 1030 (remove_files) COMPLETE |
7416 | 2024-12-19T22:17:36.851Z | [ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-19T22:17:36.860Z | [ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7418 | 2024-12-19T22:17:36.860Z | [ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.544 INFO STEP 1031 (remove_files) COMPLETE |
7419 | 2024-12-19T22:17:36.860Z | [ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.544 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-19T22:17:36.877Z | [ recovery-image] Dec 19 22:17:35.576 INFO O| Dec 19 22:17:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7421 | 2024-12-19T22:17:36.878Z | [ recovery-image] Dec 19 22:17:35.577 INFO O| Dec 19 22:17:35.577 INFO STEP 1032 (remove_files) COMPLETE |
7422 | 2024-12-19T22:17:36.878Z | [ recovery-image] Dec 19 22:17:35.577 INFO O| Dec 19 22:17:35.577 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-19T22:17:36.930Z | [ recovery-image] Dec 19 22:17:35.597 INFO O| Dec 19 22:17:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7424 | 2024-12-19T22:17:36.930Z | [ recovery-image] Dec 19 22:17:35.598 INFO O| Dec 19 22:17:35.598 INFO STEP 1033 (remove_files) COMPLETE |
7425 | 2024-12-19T22:17:36.930Z | [ recovery-image] Dec 19 22:17:35.598 INFO O| Dec 19 22:17:35.598 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-19T22:17:36.948Z | [ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7427 | 2024-12-19T22:17:36.948Z | [ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO STEP 1034 (remove_files) COMPLETE |
7428 | 2024-12-19T22:17:36.948Z | [ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-19T22:17:36.963Z | [ recovery-image] Dec 19 22:17:35.639 INFO O| Dec 19 22:17:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7430 | 2024-12-19T22:17:36.963Z | [ recovery-image] Dec 19 22:17:35.641 INFO O| Dec 19 22:17:35.641 INFO STEP 1035 (remove_files) COMPLETE |
7431 | 2024-12-19T22:17:36.963Z | [ recovery-image] Dec 19 22:17:35.641 INFO O| Dec 19 22:17:35.641 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-19T22:17:36.995Z | [ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7433 | 2024-12-19T22:17:36.995Z | [ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO STEP 1036 (remove_files) COMPLETE |
7434 | 2024-12-19T22:17:36.995Z | [ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-19T22:17:37.006Z | [ recovery-image] Dec 19 22:17:35.685 INFO O| Dec 19 22:17:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7436 | 2024-12-19T22:17:37.006Z | [ recovery-image] Dec 19 22:17:35.686 INFO O| Dec 19 22:17:35.685 INFO STEP 1037 (remove_files) COMPLETE |
7437 | 2024-12-19T22:17:37.006Z | [ recovery-image] Dec 19 22:17:35.686 INFO O| Dec 19 22:17:35.686 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-19T22:17:37.017Z | [ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7439 | 2024-12-19T22:17:37.017Z | [ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO STEP 1038 (remove_files) COMPLETE |
7440 | 2024-12-19T22:17:37.017Z | [ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-19T22:17:37.082Z | [ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7442 | 2024-12-19T22:17:37.082Z | [ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO STEP 1039 (remove_files) COMPLETE |
7443 | 2024-12-19T22:17:37.090Z | [ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-19T22:17:37.115Z | [ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7445 | 2024-12-19T22:17:37.115Z | [ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO STEP 1040 (remove_files) COMPLETE |
7446 | 2024-12-19T22:17:37.115Z | [ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-19T22:17:37.152Z | [ recovery-image] Dec 19 22:17:35.841 INFO O| Dec 19 22:17:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7448 | 2024-12-19T22:17:37.152Z | [ recovery-image] Dec 19 22:17:35.841 INFO O| Dec 19 22:17:35.841 INFO STEP 1041 (remove_files) COMPLETE |
7449 | 2024-12-19T22:17:37.163Z | [ recovery-image] Dec 19 22:17:35.842 INFO O| Dec 19 22:17:35.841 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-19T22:17:37.172Z | [ recovery-image] Dec 19 22:17:35.863 INFO O| Dec 19 22:17:35.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7451 | 2024-12-19T22:17:37.172Z | [ recovery-image] Dec 19 22:17:35.863 INFO O| Dec 19 22:17:35.863 INFO STEP 1042 (remove_files) COMPLETE |
7452 | 2024-12-19T22:17:37.172Z | [ recovery-image] Dec 19 22:17:35.864 INFO O| Dec 19 22:17:35.863 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-19T22:17:37.192Z | [ recovery-image] Dec 19 22:17:35.883 INFO O| Dec 19 22:17:35.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7454 | 2024-12-19T22:17:37.192Z | [ recovery-image] Dec 19 22:17:35.884 INFO O| Dec 19 22:17:35.883 INFO STEP 1043 (remove_files) COMPLETE |
7455 | 2024-12-19T22:17:37.192Z | [ recovery-image] Dec 19 22:17:35.884 INFO O| Dec 19 22:17:35.884 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-19T22:17:37.208Z | [ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7457 | 2024-12-19T22:17:37.209Z | [ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO STEP 1044 (remove_files) COMPLETE |
7458 | 2024-12-19T22:17:37.209Z | [ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-19T22:17:37.230Z | [ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7460 | 2024-12-19T22:17:37.230Z | [ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO STEP 1045 (remove_files) COMPLETE |
7461 | 2024-12-19T22:17:37.243Z | [ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-19T22:17:37.261Z | [ recovery-image] Dec 19 22:17:35.953 INFO O| Dec 19 22:17:35.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7463 | 2024-12-19T22:17:37.273Z | [ recovery-image] Dec 19 22:17:35.954 INFO O| Dec 19 22:17:35.954 INFO STEP 1046 (remove_files) COMPLETE |
7464 | 2024-12-19T22:17:37.274Z | [ recovery-image] Dec 19 22:17:35.954 INFO O| Dec 19 22:17:35.954 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-19T22:17:37.299Z | [ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7466 | 2024-12-19T22:17:37.311Z | [ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO STEP 1047 (remove_files) COMPLETE |
7467 | 2024-12-19T22:17:37.311Z | [ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-19T22:17:37.364Z | [ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7469 | 2024-12-19T22:17:37.364Z | [ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO STEP 1048 (remove_files) COMPLETE |
7470 | 2024-12-19T22:17:37.365Z | [ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-19T22:17:37.384Z | [ recovery-image] Dec 19 22:17:36.083 INFO O| Dec 19 22:17:36.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7472 | 2024-12-19T22:17:37.385Z | [ recovery-image] Dec 19 22:17:36.084 INFO O| Dec 19 22:17:36.083 INFO STEP 1049 (remove_files) COMPLETE |
7473 | 2024-12-19T22:17:37.385Z | [ recovery-image] Dec 19 22:17:36.084 INFO O| Dec 19 22:17:36.083 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-19T22:17:37.409Z | [ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7475 | 2024-12-19T22:17:37.409Z | [ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.107 INFO STEP 1050 (remove_files) COMPLETE |
7476 | 2024-12-19T22:17:37.409Z | [ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.107 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-19T22:17:37.436Z | [ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7478 | 2024-12-19T22:17:37.436Z | [ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO STEP 1051 (remove_files) COMPLETE |
7479 | 2024-12-19T22:17:37.437Z | [ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-19T22:17:37.466Z | [ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7481 | 2024-12-19T22:17:37.466Z | [ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.154 INFO STEP 1052 (remove_files) COMPLETE |
7482 | 2024-12-19T22:17:37.466Z | [ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.154 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-19T22:17:37.510Z | [ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7484 | 2024-12-19T22:17:37.510Z | [ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO STEP 1053 (remove_files) COMPLETE |
7485 | 2024-12-19T22:17:37.526Z | [ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-19T22:17:37.555Z | [ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7487 | 2024-12-19T22:17:37.555Z | [ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO STEP 1054 (remove_files) COMPLETE |
7488 | 2024-12-19T22:17:37.556Z | [ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-19T22:17:37.571Z | [ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7490 | 2024-12-19T22:17:37.571Z | [ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO STEP 1055 (remove_files) COMPLETE |
7491 | 2024-12-19T22:17:37.571Z | [ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-19T22:17:37.600Z | [ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7493 | 2024-12-19T22:17:37.600Z | [ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO STEP 1056 (remove_files) COMPLETE |
7494 | 2024-12-19T22:17:37.600Z | [ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-19T22:17:37.622Z | [ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7496 | 2024-12-19T22:17:37.622Z | [ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO STEP 1057 (remove_files) COMPLETE |
7497 | 2024-12-19T22:17:37.626Z | [ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-19T22:17:37.626Z | [ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7499 | 2024-12-19T22:17:37.626Z | [ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO STEP 1058 (remove_files) COMPLETE |
7500 | 2024-12-19T22:17:37.626Z | [ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-12-19T22:17:37.643Z | [ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7502 | 2024-12-19T22:17:37.643Z | [ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO STEP 1059 (remove_files) COMPLETE |
7503 | 2024-12-19T22:17:37.643Z | [ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-12-19T22:17:37.661Z | [ recovery-image] Dec 19 22:17:36.360 INFO O| Dec 19 22:17:36.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7505 | 2024-12-19T22:17:37.686Z | [ recovery-image] Dec 19 22:17:36.384 INFO O| Dec 19 22:17:36.384 INFO STEP 1060 (remove_files) COMPLETE |
7506 | 2024-12-19T22:17:37.687Z | [ recovery-image] Dec 19 22:17:36.384 INFO O| Dec 19 22:17:36.384 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-12-19T22:17:37.718Z | [ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7508 | 2024-12-19T22:17:37.718Z | [ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.416 INFO STEP 1061 (remove_files) COMPLETE |
7509 | 2024-12-19T22:17:37.718Z | [ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.416 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-12-19T22:17:37.740Z | [ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7511 | 2024-12-19T22:17:37.740Z | [ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO STEP 1062 (remove_files) COMPLETE |
7512 | 2024-12-19T22:17:37.740Z | [ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-12-19T22:17:37.761Z | [ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7514 | 2024-12-19T22:17:37.761Z | [ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO STEP 1063 (remove_files) COMPLETE |
7515 | 2024-12-19T22:17:37.765Z | [ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-12-19T22:17:37.783Z | [ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7517 | 2024-12-19T22:17:37.783Z | [ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO STEP 1064 (remove_files) COMPLETE |
7518 | 2024-12-19T22:17:37.783Z | [ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-19T22:17:37.814Z | [ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7520 | 2024-12-19T22:17:37.814Z | [ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO STEP 1065 (remove_files) COMPLETE |
7521 | 2024-12-19T22:17:37.817Z | [ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-19T22:17:37.834Z | [ recovery-image] Dec 19 22:17:36.531 INFO O| Dec 19 22:17:36.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7523 | 2024-12-19T22:17:37.834Z | [ recovery-image] Dec 19 22:17:36.532 INFO O| Dec 19 22:17:36.532 INFO STEP 1066 (remove_files) COMPLETE |
7524 | 2024-12-19T22:17:37.834Z | [ recovery-image] Dec 19 22:17:36.532 INFO O| Dec 19 22:17:36.532 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-19T22:17:37.855Z | [ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7526 | 2024-12-19T22:17:37.855Z | [ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO STEP 1067 (remove_files) COMPLETE |
7527 | 2024-12-19T22:17:37.855Z | [ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-19T22:17:37.876Z | [ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7529 | 2024-12-19T22:17:37.876Z | [ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO STEP 1068 (remove_files) COMPLETE |
7530 | 2024-12-19T22:17:37.877Z | [ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-19T22:17:37.898Z | [ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7532 | 2024-12-19T22:17:37.898Z | [ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO STEP 1069 (remove_files) COMPLETE |
7533 | 2024-12-19T22:17:37.898Z | [ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-19T22:17:37.918Z | [ recovery-image] Dec 19 22:17:36.615 INFO O| Dec 19 22:17:36.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7535 | 2024-12-19T22:17:37.918Z | [ recovery-image] Dec 19 22:17:36.615 INFO O| Dec 19 22:17:36.615 INFO STEP 1070 (remove_files) COMPLETE |
7536 | 2024-12-19T22:17:37.920Z | [ recovery-image] Dec 19 22:17:36.616 INFO O| Dec 19 22:17:36.615 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-12-19T22:17:37.939Z | [ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7538 | 2024-12-19T22:17:37.941Z | [ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO STEP 1071 (remove_files) COMPLETE |
7539 | 2024-12-19T22:17:37.941Z | [ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-12-19T22:17:37.958Z | [ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7541 | 2024-12-19T22:17:37.958Z | [ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO STEP 1072 (remove_files) COMPLETE |
7542 | 2024-12-19T22:17:37.958Z | [ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-19T22:17:37.977Z | [ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7544 | 2024-12-19T22:17:37.977Z | [ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO STEP 1073 (remove_files) COMPLETE |
7545 | 2024-12-19T22:17:37.977Z | [ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-19T22:17:37.997Z | [ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7547 | 2024-12-19T22:17:37.998Z | [ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO STEP 1074 (remove_files) COMPLETE |
7548 | 2024-12-19T22:17:38.003Z | [ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-19T22:17:38.015Z | [ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7550 | 2024-12-19T22:17:38.018Z | [ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO STEP 1075 (remove_files) COMPLETE |
7551 | 2024-12-19T22:17:38.018Z | [ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-19T22:17:38.034Z | [ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7553 | 2024-12-19T22:17:38.034Z | [ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO STEP 1076 (remove_files) COMPLETE |
7554 | 2024-12-19T22:17:38.034Z | [ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-19T22:17:38.052Z | [ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7556 | 2024-12-19T22:17:38.052Z | [ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO STEP 1077 (remove_files) COMPLETE |
7557 | 2024-12-19T22:17:38.052Z | [ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-19T22:17:38.081Z | [ recovery-image] Dec 19 22:17:36.776 INFO O| Dec 19 22:17:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7559 | 2024-12-19T22:17:38.085Z | [ recovery-image] Dec 19 22:17:36.777 INFO O| Dec 19 22:17:36.777 INFO STEP 1078 (remove_files) COMPLETE |
7560 | 2024-12-19T22:17:38.085Z | [ recovery-image] Dec 19 22:17:36.777 INFO O| Dec 19 22:17:36.777 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-19T22:17:38.109Z | [ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7562 | 2024-12-19T22:17:38.114Z | [ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO STEP 1079 (remove_files) COMPLETE |
7563 | 2024-12-19T22:17:38.115Z | [ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-19T22:17:38.130Z | [ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7565 | 2024-12-19T22:17:38.138Z | [ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO STEP 1080 (remove_files) COMPLETE |
7566 | 2024-12-19T22:17:38.138Z | [ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-19T22:17:38.150Z | [ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7568 | 2024-12-19T22:17:38.150Z | [ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO STEP 1081 (remove_files) COMPLETE |
7569 | 2024-12-19T22:17:38.150Z | [ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-19T22:17:38.170Z | [ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7571 | 2024-12-19T22:17:38.170Z | [ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.864 INFO STEP 1082 (remove_files) COMPLETE |
7572 | 2024-12-19T22:17:38.177Z | [ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.864 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-19T22:17:38.214Z | [ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7574 | 2024-12-19T22:17:38.215Z | [ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO STEP 1083 (remove_files) COMPLETE |
7575 | 2024-12-19T22:17:38.215Z | [ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-19T22:17:38.235Z | [ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7577 | 2024-12-19T22:17:38.235Z | [ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO STEP 1084 (remove_files) COMPLETE |
7578 | 2024-12-19T22:17:38.235Z | [ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-19T22:17:38.258Z | [ recovery-image] Dec 19 22:17:36.954 INFO O| Dec 19 22:17:36.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7580 | 2024-12-19T22:17:38.259Z | [ recovery-image] Dec 19 22:17:36.955 INFO O| Dec 19 22:17:36.955 INFO STEP 1085 (remove_files) COMPLETE |
7581 | 2024-12-19T22:17:38.259Z | [ recovery-image] Dec 19 22:17:36.955 INFO O| Dec 19 22:17:36.955 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-19T22:17:38.285Z | [ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7583 | 2024-12-19T22:17:38.285Z | [ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO STEP 1086 (remove_files) COMPLETE |
7584 | 2024-12-19T22:17:38.285Z | [ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-19T22:17:38.309Z | [ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7586 | 2024-12-19T22:17:38.309Z | [ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO STEP 1087 (remove_files) COMPLETE |
7587 | 2024-12-19T22:17:38.309Z | [ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-19T22:17:38.332Z | [ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7589 | 2024-12-19T22:17:38.332Z | [ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.028 INFO STEP 1088 (remove_files) COMPLETE |
7590 | 2024-12-19T22:17:38.332Z | [ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.028 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-19T22:17:38.392Z | [ recovery-image] Dec 19 22:17:37.086 INFO O| Dec 19 22:17:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7592 | 2024-12-19T22:17:38.392Z | [ recovery-image] Dec 19 22:17:37.086 INFO O| Dec 19 22:17:37.086 INFO STEP 1089 (remove_files) COMPLETE |
7593 | 2024-12-19T22:17:38.393Z | [ recovery-image] Dec 19 22:17:37.087 INFO O| Dec 19 22:17:37.086 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-19T22:17:38.415Z | [ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7595 | 2024-12-19T22:17:38.415Z | [ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO STEP 1090 (remove_files) COMPLETE |
7596 | 2024-12-19T22:17:38.415Z | [ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-19T22:17:38.441Z | [ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7598 | 2024-12-19T22:17:38.442Z | [ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO STEP 1091 (remove_files) COMPLETE |
7599 | 2024-12-19T22:17:38.442Z | [ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-19T22:17:38.464Z | [ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7601 | 2024-12-19T22:17:38.464Z | [ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO STEP 1092 (remove_files) COMPLETE |
7602 | 2024-12-19T22:17:38.465Z | [ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-19T22:17:38.521Z | [ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7604 | 2024-12-19T22:17:38.521Z | [ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO STEP 1093 (remove_files) COMPLETE |
7605 | 2024-12-19T22:17:38.521Z | [ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-19T22:17:38.542Z | [ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7607 | 2024-12-19T22:17:38.542Z | [ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.237 INFO STEP 1094 (remove_files) COMPLETE |
7608 | 2024-12-19T22:17:38.542Z | [ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.237 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-19T22:17:38.564Z | [ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7610 | 2024-12-19T22:17:38.564Z | [ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO STEP 1095 (remove_files) COMPLETE |
7611 | 2024-12-19T22:17:38.564Z | [ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-19T22:17:38.585Z | [ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7613 | 2024-12-19T22:17:38.586Z | [ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO STEP 1096 (remove_files) COMPLETE |
7614 | 2024-12-19T22:17:38.586Z | [ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-19T22:17:38.607Z | [ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7616 | 2024-12-19T22:17:38.607Z | [ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO STEP 1097 (remove_files) COMPLETE |
7617 | 2024-12-19T22:17:38.607Z | [ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-19T22:17:38.628Z | [ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7619 | 2024-12-19T22:17:38.628Z | [ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO STEP 1098 (remove_files) COMPLETE |
7620 | 2024-12-19T22:17:38.628Z | [ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-19T22:17:38.649Z | [ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7622 | 2024-12-19T22:17:38.649Z | [ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.344 INFO STEP 1099 (remove_files) COMPLETE |
7623 | 2024-12-19T22:17:38.652Z | [ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.344 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-19T22:17:38.670Z | [ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7625 | 2024-12-19T22:17:38.670Z | [ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO STEP 1100 (remove_files) COMPLETE |
7626 | 2024-12-19T22:17:38.670Z | [ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-19T22:17:38.693Z | [ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7628 | 2024-12-19T22:17:38.693Z | [ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO STEP 1101 (remove_files) COMPLETE |
7629 | 2024-12-19T22:17:38.693Z | [ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-19T22:17:38.714Z | [ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7631 | 2024-12-19T22:17:38.714Z | [ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO STEP 1102 (remove_files) COMPLETE |
7632 | 2024-12-19T22:17:38.714Z | [ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-19T22:17:38.759Z | [ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7634 | 2024-12-19T22:17:38.759Z | [ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO STEP 1103 (remove_files) COMPLETE |
7635 | 2024-12-19T22:17:38.759Z | [ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-19T22:17:38.791Z | [ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7637 | 2024-12-19T22:17:38.791Z | [ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO STEP 1104 (remove_files) COMPLETE |
7638 | 2024-12-19T22:17:38.794Z | [ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-19T22:17:38.815Z | [ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7640 | 2024-12-19T22:17:38.815Z | [ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO STEP 1105 (remove_files) COMPLETE |
7641 | 2024-12-19T22:17:38.815Z | [ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-19T22:17:38.831Z | [ recovery-image] Dec 19 22:17:37.524 INFO O| Dec 19 22:17:37.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7643 | 2024-12-19T22:17:38.831Z | [ recovery-image] Dec 19 22:17:37.525 INFO O| Dec 19 22:17:37.525 INFO STEP 1106 (remove_files) COMPLETE |
7644 | 2024-12-19T22:17:38.831Z | [ recovery-image] Dec 19 22:17:37.525 INFO O| Dec 19 22:17:37.525 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-19T22:17:38.851Z | [ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7646 | 2024-12-19T22:17:38.851Z | [ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.545 INFO STEP 1107 (remove_files) COMPLETE |
7647 | 2024-12-19T22:17:38.851Z | [ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.545 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-19T22:17:38.873Z | [ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7649 | 2024-12-19T22:17:38.873Z | [ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO STEP 1108 (remove_files) COMPLETE |
7650 | 2024-12-19T22:17:38.874Z | [ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-19T22:17:38.892Z | [ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7652 | 2024-12-19T22:17:38.892Z | [ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.586 INFO STEP 1109 (remove_files) COMPLETE |
7653 | 2024-12-19T22:17:38.892Z | [ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.586 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-19T22:17:38.912Z | [ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7655 | 2024-12-19T22:17:38.913Z | [ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO STEP 1110 (remove_files) COMPLETE |
7656 | 2024-12-19T22:17:38.913Z | [ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-19T22:17:38.933Z | [ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7658 | 2024-12-19T22:17:38.933Z | [ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO STEP 1111 (remove_files) COMPLETE |
7659 | 2024-12-19T22:17:38.935Z | [ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-19T22:17:38.953Z | [ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7661 | 2024-12-19T22:17:38.953Z | [ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.646 INFO STEP 1112 (remove_files) COMPLETE |
7662 | 2024-12-19T22:17:38.953Z | [ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.646 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-19T22:17:38.994Z | [ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7664 | 2024-12-19T22:17:38.994Z | [ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO STEP 1113 (remove_files) COMPLETE |
7665 | 2024-12-19T22:17:38.996Z | [ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-19T22:17:39.029Z | [ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7667 | 2024-12-19T22:17:39.029Z | [ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO STEP 1114 (remove_files) COMPLETE |
7668 | 2024-12-19T22:17:39.029Z | [ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-19T22:17:39.050Z | [ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7670 | 2024-12-19T22:17:39.050Z | [ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO STEP 1115 (remove_files) COMPLETE |
7671 | 2024-12-19T22:17:39.050Z | [ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-19T22:17:39.070Z | [ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7673 | 2024-12-19T22:17:39.070Z | [ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO STEP 1116 (remove_files) COMPLETE |
7674 | 2024-12-19T22:17:39.070Z | [ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-19T22:17:39.091Z | [ recovery-image] Dec 19 22:17:37.783 INFO O| Dec 19 22:17:37.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7676 | 2024-12-19T22:17:39.091Z | [ recovery-image] Dec 19 22:17:37.784 INFO O| Dec 19 22:17:37.784 INFO STEP 1117 (remove_files) COMPLETE |
7677 | 2024-12-19T22:17:39.093Z | [ recovery-image] Dec 19 22:17:37.784 INFO O| Dec 19 22:17:37.784 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-19T22:17:39.111Z | [ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7679 | 2024-12-19T22:17:39.111Z | [ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO STEP 1118 (remove_files) COMPLETE |
7680 | 2024-12-19T22:17:39.111Z | [ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-19T22:17:39.131Z | [ recovery-image] Dec 19 22:17:37.823 INFO O| Dec 19 22:17:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7682 | 2024-12-19T22:17:39.131Z | [ recovery-image] Dec 19 22:17:37.824 INFO O| Dec 19 22:17:37.823 INFO STEP 1119 (remove_files) COMPLETE |
7683 | 2024-12-19T22:17:39.131Z | [ recovery-image] Dec 19 22:17:37.824 INFO O| Dec 19 22:17:37.824 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-19T22:17:39.152Z | [ recovery-image] Dec 19 22:17:37.843 INFO O| Dec 19 22:17:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7685 | 2024-12-19T22:17:39.152Z | [ recovery-image] Dec 19 22:17:37.844 INFO O| Dec 19 22:17:37.843 INFO STEP 1120 (remove_files) COMPLETE |
7686 | 2024-12-19T22:17:39.152Z | [ recovery-image] Dec 19 22:17:37.844 INFO O| Dec 19 22:17:37.843 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-19T22:17:39.171Z | [ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7688 | 2024-12-19T22:17:39.171Z | [ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.863 INFO STEP 1121 (remove_files) COMPLETE |
7689 | 2024-12-19T22:17:39.172Z | [ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.863 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-19T22:17:39.192Z | [ recovery-image] Dec 19 22:17:37.884 INFO O| Dec 19 22:17:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7691 | 2024-12-19T22:17:39.192Z | [ recovery-image] Dec 19 22:17:37.885 INFO O| Dec 19 22:17:37.885 INFO STEP 1122 (remove_files) COMPLETE |
7692 | 2024-12-19T22:17:39.192Z | [ recovery-image] Dec 19 22:17:37.885 INFO O| Dec 19 22:17:37.885 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-19T22:17:39.215Z | [ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7694 | 2024-12-19T22:17:39.215Z | [ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO STEP 1123 (remove_files) COMPLETE |
7695 | 2024-12-19T22:17:39.215Z | [ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-19T22:17:39.251Z | [ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7697 | 2024-12-19T22:17:39.251Z | [ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO STEP 1124 (remove_files) COMPLETE |
7698 | 2024-12-19T22:17:39.251Z | [ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-19T22:17:39.272Z | [ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7700 | 2024-12-19T22:17:39.272Z | [ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO STEP 1125 (remove_files) COMPLETE |
7701 | 2024-12-19T22:17:39.273Z | [ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-19T22:17:39.293Z | [ recovery-image] Dec 19 22:17:37.984 INFO O| Dec 19 22:17:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7703 | 2024-12-19T22:17:39.293Z | [ recovery-image] Dec 19 22:17:37.985 INFO O| Dec 19 22:17:37.984 INFO STEP 1126 (remove_files) COMPLETE |
7704 | 2024-12-19T22:17:39.293Z | [ recovery-image] Dec 19 22:17:37.985 INFO O| Dec 19 22:17:37.984 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-19T22:17:39.313Z | [ recovery-image] Dec 19 22:17:38.004 INFO O| Dec 19 22:17:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7706 | 2024-12-19T22:17:39.313Z | [ recovery-image] Dec 19 22:17:38.005 INFO O| Dec 19 22:17:38.005 INFO STEP 1127 (remove_files) COMPLETE |
7707 | 2024-12-19T22:17:39.313Z | [ recovery-image] Dec 19 22:17:38.005 INFO O| Dec 19 22:17:38.005 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-19T22:17:39.332Z | [ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7709 | 2024-12-19T22:17:39.332Z | [ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO STEP 1128 (remove_files) COMPLETE |
7710 | 2024-12-19T22:17:39.334Z | [ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-19T22:17:39.351Z | [ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7712 | 2024-12-19T22:17:39.351Z | [ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO STEP 1129 (remove_files) COMPLETE |
7713 | 2024-12-19T22:17:39.351Z | [ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-19T22:17:39.369Z | [ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7715 | 2024-12-19T22:17:39.370Z | [ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO STEP 1130 (remove_files) COMPLETE |
7716 | 2024-12-19T22:17:39.370Z | [ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-19T22:17:39.392Z | [ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7718 | 2024-12-19T22:17:39.394Z | [ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO STEP 1131 (remove_files) COMPLETE |
7719 | 2024-12-19T22:17:39.395Z | [ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-19T22:17:39.426Z | [ host-image] Dec 19 22:17:38.115 INFO O| Dec 19 22:17:38.115 INFO O| Download: 1052/1140 items 3.5/8.4MB 41% complete (406k/s) |
7721 | 2024-12-19T22:17:39.429Z | [ recovery-image] Dec 19 22:17:38.118 INFO O| Dec 19 22:17:38.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7722 | 2024-12-19T22:17:39.429Z | [ recovery-image] Dec 19 22:17:38.119 INFO O| Dec 19 22:17:38.119 INFO STEP 1132 (remove_files) COMPLETE |
7723 | 2024-12-19T22:17:39.429Z | [ recovery-image] Dec 19 22:17:38.119 INFO O| Dec 19 22:17:38.119 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-19T22:17:39.462Z | [ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7725 | 2024-12-19T22:17:39.463Z | [ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO STEP 1133 (remove_files) COMPLETE |
7726 | 2024-12-19T22:17:39.463Z | [ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-19T22:17:39.483Z | [ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7728 | 2024-12-19T22:17:39.483Z | [ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.174 INFO STEP 1134 (remove_files) COMPLETE |
7729 | 2024-12-19T22:17:39.483Z | [ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.174 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-19T22:17:39.542Z | [ recovery-image] Dec 19 22:17:38.231 INFO O| Dec 19 22:17:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7731 | 2024-12-19T22:17:39.543Z | [ recovery-image] Dec 19 22:17:38.231 INFO O| Dec 19 22:17:38.231 INFO STEP 1135 (remove_files) COMPLETE |
7732 | 2024-12-19T22:17:39.547Z | [ recovery-image] Dec 19 22:17:38.232 INFO O| Dec 19 22:17:38.231 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-19T22:17:39.566Z | [ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7734 | 2024-12-19T22:17:39.566Z | [ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO STEP 1136 (remove_files) COMPLETE |
7735 | 2024-12-19T22:17:39.567Z | [ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-19T22:17:39.589Z | [ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7737 | 2024-12-19T22:17:39.590Z | [ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO STEP 1137 (remove_files) COMPLETE |
7738 | 2024-12-19T22:17:39.590Z | [ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-19T22:17:39.615Z | [ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7740 | 2024-12-19T22:17:39.615Z | [ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO STEP 1138 (remove_files) COMPLETE |
7741 | 2024-12-19T22:17:39.615Z | [ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-19T22:17:39.630Z | [ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7743 | 2024-12-19T22:17:39.630Z | [ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO STEP 1139 (remove_files) COMPLETE |
7744 | 2024-12-19T22:17:39.630Z | [ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-19T22:17:39.652Z | [ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7746 | 2024-12-19T22:17:39.652Z | [ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO STEP 1140 (remove_files) COMPLETE |
7747 | 2024-12-19T22:17:39.652Z | [ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-19T22:17:39.674Z | [ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7749 | 2024-12-19T22:17:39.674Z | [ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO STEP 1141 (remove_files) COMPLETE |
7750 | 2024-12-19T22:17:39.674Z | [ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-19T22:17:39.694Z | [ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7752 | 2024-12-19T22:17:39.694Z | [ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO STEP 1142 (remove_files) COMPLETE |
7753 | 2024-12-19T22:17:39.698Z | [ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-19T22:17:39.732Z | [ recovery-image] Dec 19 22:17:38.418 INFO O| Dec 19 22:17:38.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7755 | 2024-12-19T22:17:39.732Z | [ recovery-image] Dec 19 22:17:38.419 INFO O| Dec 19 22:17:38.418 INFO STEP 1143 (remove_files) COMPLETE |
7756 | 2024-12-19T22:17:39.738Z | [ recovery-image] Dec 19 22:17:38.419 INFO O| Dec 19 22:17:38.418 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-19T22:17:39.755Z | [ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7758 | 2024-12-19T22:17:39.756Z | [ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO STEP 1144 (remove_files) COMPLETE |
7759 | 2024-12-19T22:17:39.756Z | [ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-19T22:17:39.774Z | [ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7761 | 2024-12-19T22:17:39.774Z | [ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.459 INFO STEP 1145 (remove_files) COMPLETE |
7762 | 2024-12-19T22:17:39.778Z | [ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.459 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-19T22:17:39.792Z | [ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7764 | 2024-12-19T22:17:39.792Z | [ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO STEP 1146 (remove_files) COMPLETE |
7765 | 2024-12-19T22:17:39.792Z | [ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-19T22:17:39.825Z | [ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7767 | 2024-12-19T22:17:39.825Z | [ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO STEP 1147 (remove_files) COMPLETE |
7768 | 2024-12-19T22:17:39.825Z | [ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-19T22:17:39.870Z | [ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7770 | 2024-12-19T22:17:39.870Z | [ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO STEP 1148 (remove_files) COMPLETE |
7771 | 2024-12-19T22:17:39.873Z | [ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-19T22:17:39.892Z | [ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7773 | 2024-12-19T22:17:39.895Z | [ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO STEP 1149 (remove_files) COMPLETE |
7774 | 2024-12-19T22:17:39.895Z | [ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-19T22:17:39.915Z | [ recovery-image] Dec 19 22:17:38.603 INFO O| Dec 19 22:17:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7776 | 2024-12-19T22:17:39.951Z | [ recovery-image] Dec 19 22:17:38.637 INFO O| Dec 19 22:17:38.637 INFO STEP 1150 (remove_files) COMPLETE |
7777 | 2024-12-19T22:17:39.952Z | [ recovery-image] Dec 19 22:17:38.637 INFO O| Dec 19 22:17:38.637 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-19T22:17:39.997Z | [ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7779 | 2024-12-19T22:17:39.997Z | [ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO STEP 1151 (remove_files) COMPLETE |
7780 | 2024-12-19T22:17:40.003Z | [ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-19T22:17:40.018Z | [ recovery-image] Dec 19 22:17:38.706 INFO O| Dec 19 22:17:38.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7782 | 2024-12-19T22:17:40.023Z | [ recovery-image] Dec 19 22:17:38.706 INFO O| Dec 19 22:17:38.706 INFO STEP 1152 (remove_files) COMPLETE |
7783 | 2024-12-19T22:17:40.023Z | [ recovery-image] Dec 19 22:17:38.707 INFO O| Dec 19 22:17:38.706 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-19T22:17:40.040Z | [ recovery-image] Dec 19 22:17:38.727 INFO O| Dec 19 22:17:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7785 | 2024-12-19T22:17:40.040Z | [ recovery-image] Dec 19 22:17:38.727 INFO O| Dec 19 22:17:38.727 INFO STEP 1153 (remove_files) COMPLETE |
7786 | 2024-12-19T22:17:40.044Z | [ recovery-image] Dec 19 22:17:38.728 INFO O| Dec 19 22:17:38.728 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-19T22:17:40.065Z | [ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7788 | 2024-12-19T22:17:40.065Z | [ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO STEP 1154 (remove_files) COMPLETE |
7789 | 2024-12-19T22:17:40.065Z | [ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-19T22:17:40.130Z | [ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7791 | 2024-12-19T22:17:40.130Z | [ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO STEP 1155 (remove_files) COMPLETE |
7792 | 2024-12-19T22:17:40.135Z | [ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-19T22:17:40.184Z | [ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7794 | 2024-12-19T22:17:40.185Z | [ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO STEP 1156 (remove_files) COMPLETE |
7795 | 2024-12-19T22:17:40.189Z | [ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-19T22:17:40.279Z | [ recovery-image] Dec 19 22:17:38.966 INFO O| Dec 19 22:17:38.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7797 | 2024-12-19T22:17:40.279Z | [ recovery-image] Dec 19 22:17:38.966 INFO O| Dec 19 22:17:38.966 INFO STEP 1157 (remove_files) COMPLETE |
7798 | 2024-12-19T22:17:40.279Z | [ recovery-image] Dec 19 22:17:38.967 INFO O| Dec 19 22:17:38.966 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-19T22:17:40.303Z | [ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7800 | 2024-12-19T22:17:40.303Z | [ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO STEP 1158 (remove_files) COMPLETE |
7801 | 2024-12-19T22:17:40.303Z | [ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-19T22:17:40.327Z | [ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7803 | 2024-12-19T22:17:40.327Z | [ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO STEP 1159 (remove_files) COMPLETE |
7804 | 2024-12-19T22:17:40.327Z | [ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-19T22:17:40.356Z | [ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7806 | 2024-12-19T22:17:40.358Z | [ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO STEP 1160 (remove_files) COMPLETE |
7807 | 2024-12-19T22:17:40.358Z | [ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-19T22:17:40.361Z | [ host-image] Dec 19 22:17:39.048 INFO O| Dec 19 22:17:39.048 INFO O| Download: Completed 8.42 MB in 11.08 seconds (777k/s) |
7809 | 2024-12-19T22:17:40.378Z | [ recovery-image] Dec 19 22:17:39.065 INFO O| Dec 19 22:17:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7810 | 2024-12-19T22:17:40.381Z | [ recovery-image] Dec 19 22:17:39.066 INFO O| Dec 19 22:17:39.065 INFO STEP 1161 (remove_files) COMPLETE |
7811 | 2024-12-19T22:17:40.381Z | [ recovery-image] Dec 19 22:17:39.066 INFO O| Dec 19 22:17:39.066 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-19T22:17:40.440Z | [ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7813 | 2024-12-19T22:17:40.441Z | [ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO STEP 1162 (remove_files) COMPLETE |
7814 | 2024-12-19T22:17:40.441Z | [ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-19T22:17:40.473Z | [ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7816 | 2024-12-19T22:17:40.473Z | [ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO STEP 1163 (remove_files) COMPLETE |
7817 | 2024-12-19T22:17:40.473Z | [ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-19T22:17:40.516Z | [ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7819 | 2024-12-19T22:17:40.516Z | [ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO STEP 1164 (remove_files) COMPLETE |
7820 | 2024-12-19T22:17:40.516Z | [ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-19T22:17:40.579Z | [ host-image] Dec 19 22:17:39.265 INFO O| Dec 19 22:17:39.265 INFO O| Actions: 1/1361 actions (Installing new actions) |
7822 | 2024-12-19T22:17:40.594Z | [ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7823 | 2024-12-19T22:17:40.596Z | [ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO STEP 1165 (remove_files) COMPLETE |
7824 | 2024-12-19T22:17:40.596Z | [ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-19T22:17:40.696Z | [ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7826 | 2024-12-19T22:17:40.696Z | [ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO STEP 1166 (remove_files) COMPLETE |
7827 | 2024-12-19T22:17:40.697Z | [ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-19T22:17:40.717Z | [ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7829 | 2024-12-19T22:17:40.717Z | [ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO STEP 1167 (remove_files) COMPLETE |
7830 | 2024-12-19T22:17:40.717Z | [ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-19T22:17:40.760Z | [ recovery-image] Dec 19 22:17:39.445 INFO O| Dec 19 22:17:39.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7832 | 2024-12-19T22:17:40.763Z | [ recovery-image] Dec 19 22:17:39.446 INFO O| Dec 19 22:17:39.446 INFO STEP 1168 (remove_files) COMPLETE |
7833 | 2024-12-19T22:17:40.763Z | [ recovery-image] Dec 19 22:17:39.446 INFO O| Dec 19 22:17:39.446 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-19T22:17:40.782Z | [ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7835 | 2024-12-19T22:17:40.782Z | [ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO STEP 1169 (remove_files) COMPLETE |
7836 | 2024-12-19T22:17:40.782Z | [ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-19T22:17:40.802Z | [ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7838 | 2024-12-19T22:17:40.802Z | [ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO STEP 1170 (remove_files) COMPLETE |
7839 | 2024-12-19T22:17:40.802Z | [ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-19T22:17:40.823Z | [ recovery-image] Dec 19 22:17:39.508 INFO O| Dec 19 22:17:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7841 | 2024-12-19T22:17:40.823Z | [ recovery-image] Dec 19 22:17:39.509 INFO O| Dec 19 22:17:39.509 INFO STEP 1171 (remove_files) COMPLETE |
7842 | 2024-12-19T22:17:40.826Z | [ recovery-image] Dec 19 22:17:39.509 INFO O| Dec 19 22:17:39.509 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-19T22:17:40.843Z | [ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7844 | 2024-12-19T22:17:40.843Z | [ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO STEP 1172 (remove_files) COMPLETE |
7845 | 2024-12-19T22:17:40.844Z | [ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-19T22:17:40.864Z | [ recovery-image] Dec 19 22:17:39.549 INFO O| Dec 19 22:17:39.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7847 | 2024-12-19T22:17:40.864Z | [ recovery-image] Dec 19 22:17:39.549 INFO O| Dec 19 22:17:39.549 INFO STEP 1173 (remove_files) COMPLETE |
7848 | 2024-12-19T22:17:40.867Z | [ recovery-image] Dec 19 22:17:39.550 INFO O| Dec 19 22:17:39.549 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-19T22:17:40.899Z | [ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7850 | 2024-12-19T22:17:40.900Z | [ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO STEP 1174 (remove_files) COMPLETE |
7851 | 2024-12-19T22:17:40.900Z | [ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-19T22:17:40.964Z | [ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7853 | 2024-12-19T22:17:40.964Z | [ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO STEP 1175 (remove_files) COMPLETE |
7854 | 2024-12-19T22:17:40.964Z | [ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-19T22:17:40.984Z | [ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7856 | 2024-12-19T22:17:40.984Z | [ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO STEP 1176 (remove_files) COMPLETE |
7857 | 2024-12-19T22:17:40.984Z | [ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-19T22:17:41.018Z | [ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7859 | 2024-12-19T22:17:41.021Z | [ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.703 INFO STEP 1177 (remove_files) COMPLETE |
7860 | 2024-12-19T22:17:41.021Z | [ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.703 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-19T22:17:41.064Z | [ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7862 | 2024-12-19T22:17:41.066Z | [ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO STEP 1178 (remove_files) COMPLETE |
7863 | 2024-12-19T22:17:41.066Z | [ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-19T22:17:41.085Z | [ recovery-image] Dec 19 22:17:39.769 INFO O| Dec 19 22:17:39.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7865 | 2024-12-19T22:17:41.089Z | [ recovery-image] Dec 19 22:17:39.770 INFO O| Dec 19 22:17:39.769 INFO STEP 1179 (remove_files) COMPLETE |
7866 | 2024-12-19T22:17:41.089Z | [ recovery-image] Dec 19 22:17:39.770 INFO O| Dec 19 22:17:39.770 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-19T22:17:41.105Z | [ recovery-image] Dec 19 22:17:39.789 INFO O| Dec 19 22:17:39.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7868 | 2024-12-19T22:17:41.108Z | [ recovery-image] Dec 19 22:17:39.790 INFO O| Dec 19 22:17:39.789 INFO STEP 1180 (remove_files) COMPLETE |
7869 | 2024-12-19T22:17:41.108Z | [ recovery-image] Dec 19 22:17:39.790 INFO O| Dec 19 22:17:39.790 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-19T22:17:41.127Z | [ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7871 | 2024-12-19T22:17:41.131Z | [ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO STEP 1181 (remove_files) COMPLETE |
7872 | 2024-12-19T22:17:41.131Z | [ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-19T22:17:41.146Z | [ recovery-image] Dec 19 22:17:39.830 INFO O| Dec 19 22:17:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7874 | 2024-12-19T22:17:41.149Z | [ recovery-image] Dec 19 22:17:39.830 INFO O| Dec 19 22:17:39.830 INFO STEP 1182 (remove_files) COMPLETE |
7875 | 2024-12-19T22:17:41.149Z | [ recovery-image] Dec 19 22:17:39.831 INFO O| Dec 19 22:17:39.831 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-19T22:17:41.167Z | [ recovery-image] Dec 19 22:17:39.850 INFO O| Dec 19 22:17:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7877 | 2024-12-19T22:17:41.170Z | [ recovery-image] Dec 19 22:17:39.851 INFO O| Dec 19 22:17:39.851 INFO STEP 1183 (remove_files) COMPLETE |
7878 | 2024-12-19T22:17:41.170Z | [ recovery-image] Dec 19 22:17:39.851 INFO O| Dec 19 22:17:39.851 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-19T22:17:41.199Z | [ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7880 | 2024-12-19T22:17:41.199Z | [ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO STEP 1184 (remove_files) COMPLETE |
7881 | 2024-12-19T22:17:41.199Z | [ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-19T22:17:41.260Z | [ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7883 | 2024-12-19T22:17:41.260Z | [ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.943 INFO STEP 1185 (remove_files) COMPLETE |
7884 | 2024-12-19T22:17:41.260Z | [ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.943 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-19T22:17:41.308Z | [ recovery-image] Dec 19 22:17:39.991 INFO O| Dec 19 22:17:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7886 | 2024-12-19T22:17:41.311Z | [ recovery-image] Dec 19 22:17:39.991 INFO O| Dec 19 22:17:39.991 INFO STEP 1186 (remove_files) COMPLETE |
7887 | 2024-12-19T22:17:41.311Z | [ recovery-image] Dec 19 22:17:39.992 INFO O| Dec 19 22:17:39.991 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-19T22:17:41.329Z | [ recovery-image] Dec 19 22:17:40.012 INFO O| Dec 19 22:17:40.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7889 | 2024-12-19T22:17:41.332Z | [ recovery-image] Dec 19 22:17:40.012 INFO O| Dec 19 22:17:40.012 INFO STEP 1187 (remove_files) COMPLETE |
7890 | 2024-12-19T22:17:41.332Z | [ recovery-image] Dec 19 22:17:40.013 INFO O| Dec 19 22:17:40.013 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-19T22:17:41.341Z | [ host-image] Dec 19 22:17:40.024 INFO O| Dec 19 22:17:40.024 INFO O| Actions: Completed 1361 actions in 0.76 seconds. |
7892 | 2024-12-19T22:17:41.350Z | [ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7893 | 2024-12-19T22:17:41.352Z | [ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.033 INFO STEP 1188 (remove_files) COMPLETE |
7894 | 2024-12-19T22:17:41.352Z | [ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.033 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-19T22:17:41.378Z | [ recovery-image] Dec 19 22:17:40.060 INFO O| Dec 19 22:17:40.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7896 | 2024-12-19T22:17:41.380Z | [ recovery-image] Dec 19 22:17:40.061 INFO O| Dec 19 22:17:40.060 INFO STEP 1189 (remove_files) COMPLETE |
7897 | 2024-12-19T22:17:41.380Z | [ recovery-image] Dec 19 22:17:40.061 INFO O| Dec 19 22:17:40.061 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-19T22:17:41.414Z | [ recovery-image] Dec 19 22:17:40.096 INFO O| Dec 19 22:17:40.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7899 | 2024-12-19T22:17:41.417Z | [ recovery-image] Dec 19 22:17:40.097 INFO O| Dec 19 22:17:40.097 INFO STEP 1190 (remove_files) COMPLETE |
7900 | 2024-12-19T22:17:41.417Z | [ recovery-image] Dec 19 22:17:40.097 INFO O| Dec 19 22:17:40.097 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-19T22:17:41.435Z | [ recovery-image] Dec 19 22:17:40.117 INFO O| Dec 19 22:17:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7902 | 2024-12-19T22:17:41.437Z | [ recovery-image] Dec 19 22:17:40.117 INFO O| Dec 19 22:17:40.117 INFO STEP 1191 (remove_files) COMPLETE |
7903 | 2024-12-19T22:17:41.437Z | [ recovery-image] Dec 19 22:17:40.118 INFO O| Dec 19 22:17:40.118 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-19T22:17:41.455Z | [ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7905 | 2024-12-19T22:17:41.455Z | [ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.138 INFO STEP 1192 (remove_files) COMPLETE |
7906 | 2024-12-19T22:17:41.455Z | [ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.138 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-19T22:17:41.490Z | [ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7908 | 2024-12-19T22:17:41.490Z | [ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO STEP 1193 (remove_files) COMPLETE |
7909 | 2024-12-19T22:17:41.493Z | [ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-19T22:17:41.516Z | [ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7911 | 2024-12-19T22:17:41.516Z | [ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO STEP 1194 (remove_files) COMPLETE |
7912 | 2024-12-19T22:17:41.516Z | [ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-19T22:17:41.552Z | [ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7914 | 2024-12-19T22:17:41.552Z | [ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO STEP 1195 (remove_files) COMPLETE |
7915 | 2024-12-19T22:17:41.552Z | [ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-19T22:17:41.574Z | [ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7917 | 2024-12-19T22:17:41.574Z | [ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO STEP 1196 (remove_files) COMPLETE |
7918 | 2024-12-19T22:17:41.574Z | [ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-19T22:17:41.593Z | [ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7920 | 2024-12-19T22:17:41.593Z | [ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO STEP 1197 (remove_files) COMPLETE |
7921 | 2024-12-19T22:17:41.593Z | [ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-19T22:17:41.612Z | [ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7923 | 2024-12-19T22:17:41.613Z | [ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO STEP 1198 (remove_files) COMPLETE |
7924 | 2024-12-19T22:17:41.613Z | [ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-19T22:17:41.632Z | [ recovery-image] Dec 19 22:17:40.313 INFO O| Dec 19 22:17:40.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7926 | 2024-12-19T22:17:41.632Z | [ recovery-image] Dec 19 22:17:40.314 INFO O| Dec 19 22:17:40.314 INFO STEP 1199 (remove_files) COMPLETE |
7927 | 2024-12-19T22:17:41.632Z | [ recovery-image] Dec 19 22:17:40.314 INFO O| Dec 19 22:17:40.314 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-19T22:17:41.651Z | [ recovery-image] Dec 19 22:17:40.332 INFO O| Dec 19 22:17:40.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7929 | 2024-12-19T22:17:41.651Z | [ recovery-image] Dec 19 22:17:40.333 INFO O| Dec 19 22:17:40.333 INFO STEP 1200 (remove_files) COMPLETE |
7930 | 2024-12-19T22:17:41.651Z | [ recovery-image] Dec 19 22:17:40.333 INFO O| Dec 19 22:17:40.333 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-19T22:17:41.670Z | [ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7932 | 2024-12-19T22:17:41.670Z | [ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO STEP 1201 (remove_files) COMPLETE |
7933 | 2024-12-19T22:17:41.670Z | [ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-19T22:17:41.690Z | [ recovery-image] Dec 19 22:17:40.371 INFO O| Dec 19 22:17:40.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7935 | 2024-12-19T22:17:41.690Z | [ recovery-image] Dec 19 22:17:40.372 INFO O| Dec 19 22:17:40.371 INFO STEP 1202 (remove_files) COMPLETE |
7936 | 2024-12-19T22:17:41.693Z | [ recovery-image] Dec 19 22:17:40.372 INFO O| Dec 19 22:17:40.372 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-19T22:17:41.711Z | [ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7938 | 2024-12-19T22:17:41.711Z | [ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO STEP 1203 (remove_files) COMPLETE |
7939 | 2024-12-19T22:17:41.711Z | [ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-19T22:17:41.732Z | [ recovery-image] Dec 19 22:17:40.413 INFO O| Dec 19 22:17:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7941 | 2024-12-19T22:17:41.735Z | [ recovery-image] Dec 19 22:17:40.414 INFO O| Dec 19 22:17:40.413 INFO STEP 1204 (remove_files) COMPLETE |
7942 | 2024-12-19T22:17:41.735Z | [ recovery-image] Dec 19 22:17:40.414 INFO O| Dec 19 22:17:40.414 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-19T22:17:41.746Z | [ host-image] Dec 19 22:17:40.427 INFO O| Dec 19 22:17:40.427 INFO O| Done |
7944 | 2024-12-19T22:17:41.746Z | [ host-image] Dec 19 22:17:40.427 INFO O| Dec 19 22:17:40.427 INFO O| Done |
7945 | 2024-12-19T22:17:41.764Z | [ recovery-image] Dec 19 22:17:40.434 INFO O| Dec 19 22:17:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7946 | 2024-12-19T22:17:41.764Z | [ recovery-image] Dec 19 22:17:40.435 INFO O| Dec 19 22:17:40.435 INFO STEP 1205 (remove_files) COMPLETE |
7947 | 2024-12-19T22:17:41.767Z | [ recovery-image] Dec 19 22:17:40.435 INFO O| Dec 19 22:17:40.435 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7948 | 2024-12-19T22:17:41.785Z | [ recovery-image] Dec 19 22:17:40.466 INFO O| Dec 19 22:17:40.466 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7949 | 2024-12-19T22:17:41.787Z | [ recovery-image] Dec 19 22:17:40.466 INFO O| Dec 19 22:17:40.466 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7950 | 2024-12-19T22:17:43.046Z | [ host-image] Dec 19 22:17:41.719 INFO O| Dec 19 22:17:41.719 INFO O| Done |
7951 | 2024-12-19T22:17:43.689Z | [ recovery-image] Dec 19 22:17:42.361 INFO O| Dec 19 22:17:42.361 INFO STEP 1206 (pack_tar) COMPLETE |
7952 | 2024-12-19T22:17:43.689Z | [ recovery-image] Dec 19 22:17:42.362 INFO O| Dec 19 22:17:42.361 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7953 | 2024-12-19T22:17:43.691Z | [ recovery-image] Dec 19 22:17:42.362 INFO O| Dec 19 22:17:42.361 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7954 | 2024-12-19T22:17:44.176Z | [ recovery-image] Dec 19 22:17:42.847 INFO O| Dec 19 22:17:42.847 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7955 | 2024-12-19T22:17:44.312Z | [ recovery-image] Dec 19 22:17:42.982 INFO O| Dec 19 22:17:42.982 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7956 | 2024-12-19T22:17:44.322Z | [ recovery-image] Dec 19 22:17:42.993 INFO image builder template: zfs-recovery... |
7957 | 2024-12-19T22:17:44.322Z | [ recovery-image] Dec 19 22:17:42.993 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
7958 | 2024-12-19T22:17:44.383Z | [ recovery-image] Dec 19 22:17:43.053 INFO O| Dec 19 22:17:43.053 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7959 | 2024-12-19T22:17:44.393Z | [ recovery-image] Dec 19 22:17:43.062 INFO O| Dec 19 22:17:43.062 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7960 | 2024-12-19T22:17:44.503Z | [ recovery-image] Dec 19 22:17:43.173 INFO O| Dec 19 22:17:43.173 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7961 | 2024-12-19T22:17:44.579Z | [ recovery-image] Dec 19 22:17:43.248 INFO O| Dec 19 22:17:43.248 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7962 | 2024-12-19T22:17:44.580Z | [ recovery-image] Dec 19 22:17:43.249 INFO O| Dec 19 22:17:43.249 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7963 | 2024-12-19T22:17:44.588Z | [ recovery-image] Dec 19 22:17:43.257 INFO O| Dec 19 22:17:43.257 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7964 | 2024-12-19T22:17:44.708Z | [ recovery-image] Dec 19 22:17:43.376 INFO O| Dec 19 22:17:43.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7965 | 2024-12-19T22:17:44.793Z | [ recovery-image] Dec 19 22:17:43.461 INFO O| Dec 19 22:17:43.461 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7966 | 2024-12-19T22:17:44.853Z | [ recovery-image] Dec 19 22:17:43.520 INFO O| Dec 19 22:17:43.520 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7967 | 2024-12-19T22:17:44.862Z | [ recovery-image] Dec 19 22:17:43.530 INFO O| Dec 19 22:17:43.530 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7968 | 2024-12-19T22:17:44.910Z | [ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO no lofi found |
7969 | 2024-12-19T22:17:44.910Z | [ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7970 | 2024-12-19T22:17:44.910Z | [ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7971 | 2024-12-19T22:17:45.977Z | [ host-image] Dec 19 22:17:44.640 INFO O| Dec 19 22:17:44.640 INFO O| Done |
7972 | 2024-12-19T22:17:46.022Z | [ host-image] Dec 19 22:17:44.685 INFO O| Dec 19 22:17:44.685 INFO O| Done |
7973 | 2024-12-19T22:17:46.024Z | [ host-image] Dec 19 22:17:44.685 INFO O| Dec 19 22:17:44.685 INFO O| Done |
7974 | 2024-12-19T22:17:46.108Z | [ host-image] Dec 19 22:17:44.771 INFO O| Dec 19 22:17:44.771 INFO O| Done |
7975 | 2024-12-19T22:17:46.301Z | [ host-image] Dec 19 22:17:44.963 INFO O| Dec 19 22:17:44.963 INFO STEP 13 (pkg_install) COMPLETE |
7976 | 2024-12-19T22:17:46.301Z | [ host-image] Dec 19 22:17:44.963 INFO O| Dec 19 22:17:44.963 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7977 | 2024-12-19T22:17:46.323Z | [ host-image] Dec 19 22:17:44.985 INFO O| Dec 19 22:17:44.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7978 | 2024-12-19T22:17:47.354Z | [ recovery-image] Dec 19 22:17:46.011 INFO O| Dec 19 22:17:46.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7979 | 2024-12-19T22:17:47.354Z | [ recovery-image] Dec 19 22:17:46.011 INFO O| Dec 19 22:17:46.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7980 | 2024-12-19T22:17:47.356Z | [ recovery-image] Dec 19 22:17:46.012 INFO O| Dec 19 22:17:46.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7981 | 2024-12-19T22:17:47.497Z | [ host-image] Dec 19 22:17:46.152 INFO O| Dec 19 22:17:46.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7982 | 2024-12-19T22:17:47.572Z | [ recovery-image] Dec 19 22:17:46.228 INFO O| Dec 19 22:17:46.228 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7983 | 2024-12-19T22:17:47.572Z | [ recovery-image] Dec 19 22:17:46.228 INFO O| Dec 19 22:17:46.228 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7984 | 2024-12-19T22:17:47.601Z | [ recovery-image] Dec 19 22:17:46.257 INFO O| Dec 19 22:17:46.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7985 | 2024-12-19T22:17:47.723Z | [ recovery-image] Dec 19 22:17:46.379 INFO O| Dec 19 22:17:46.379 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7986 | 2024-12-19T22:17:47.788Z | [ recovery-image] Dec 19 22:17:46.444 INFO O| Dec 19 22:17:46.444 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7987 | 2024-12-19T22:17:47.818Z | [ recovery-image] Dec 19 22:17:46.473 INFO O| Dec 19 22:17:46.473 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7988 | 2024-12-19T22:17:47.839Z | [ recovery-image] Dec 19 22:17:46.494 INFO O| Dec 19 22:17:46.494 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7989 | 2024-12-19T22:17:47.937Z | [ recovery-image] Dec 19 22:17:46.591 INFO O| Dec 19 22:17:46.591 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7990 | 2024-12-19T22:17:47.937Z | [ recovery-image] Dec 19 22:17:46.592 INFO O| Dec 19 22:17:46.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7991 | 2024-12-19T22:17:47.940Z | [ recovery-image] Dec 19 22:17:46.592 INFO O| Dec 19 22:17:46.592 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7992 | 2024-12-19T22:17:47.985Z | [ recovery-image] Dec 19 22:17:46.640 INFO O| Dec 19 22:17:46.640 INFO boot environment UUID: 9dfeac66-35ed-4af1-af96-2c5d14b8bb16 |
7993 | 2024-12-19T22:17:47.985Z | [ recovery-image] Dec 19 22:17:46.640 INFO O| Dec 19 22:17:46.640 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9dfeac66-35ed-4af1-af96-2c5d14b8bb16 |
7994 | 2024-12-19T22:17:48.052Z | [ recovery-image] Dec 19 22:17:46.706 INFO O| Dec 19 22:17:46.706 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7995 | 2024-12-19T22:17:48.127Z | [ recovery-image] Dec 19 22:17:46.781 INFO O| Dec 19 22:17:46.781 INFO STEP 0 (create_be) COMPLETE |
7996 | 2024-12-19T22:17:48.127Z | [ recovery-image] Dec 19 22:17:46.781 INFO O| Dec 19 22:17:46.781 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7997 | 2024-12-19T22:17:48.234Z | [ recovery-image] Dec 19 22:17:46.888 INFO O| Dec 19 22:17:46.888 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"] |
7998 | 2024-12-19T22:17:52.612Z | [ host-image] Dec 19 22:17:51.247 INFO O| Dec 19 22:17:51.247 INFO O| Planning: Solver setup ... Done |
7999 | 2024-12-19T22:17:52.621Z | [ host-image] Dec 19 22:17:51.256 INFO O| Dec 19 22:17:51.256 INFO O| Planning: Running solver ... Done |
8000 | 2024-12-19T22:17:52.786Z | [ host-image] Dec 19 22:17:51.420 INFO O| Dec 19 22:17:51.420 INFO O| Planning: Finding local manifests ... Done |
8001 | 2024-12-19T22:17:52.790Z | [ host-image] Dec 19 22:17:51.422 INFO O| Dec 19 22:17:51.421 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8002 | 2024-12-19T22:17:53.072Z | [ host-image] Dec 19 22:17:51.705 INFO O| Dec 19 22:17:51.705 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8003 | 2024-12-19T22:17:53.139Z | [ host-image] Dec 19 22:17:51.771 INFO O| Dec 19 22:17:51.771 INFO O| Planning: Package planning ... Done |
8004 | 2024-12-19T22:17:53.143Z | [ host-image] Dec 19 22:17:51.772 INFO O| Dec 19 22:17:51.772 INFO O| Planning: Merging actions ... Done |
8005 | 2024-12-19T22:17:53.279Z | [ host-image] Dec 19 22:17:51.912 INFO O| Dec 19 22:17:51.912 INFO O| Planning: Checking for conflicting actions ... Done |
8006 | 2024-12-19T22:17:53.282Z | [ host-image] Dec 19 22:17:51.912 INFO O| Dec 19 22:17:51.912 INFO O| Planning: Consolidating action changes ... Done |
8007 | 2024-12-19T22:17:53.777Z | [ host-image] Dec 19 22:17:52.408 INFO O| Dec 19 22:17:52.408 INFO O| Planning: Evaluating mediators ... Done |
8008 | 2024-12-19T22:17:53.780Z | [ host-image] Dec 19 22:17:52.409 INFO O| Dec 19 22:17:52.409 INFO O| Planning: Planning completed in 6.26 seconds |
8009 | 2024-12-19T22:17:53.799Z | [ host-image] Dec 19 22:17:52.429 INFO O| Dec 19 22:17:52.429 INFO O| Packages to install: 1 |
8010 | 2024-12-19T22:17:53.824Z | [ host-image] Dec 19 22:17:52.454 INFO O| Dec 19 22:17:52.454 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8011 | 2024-12-19T22:17:54.593Z | [ host-image] Dec 19 22:17:53.219 INFO O| Dec 19 22:17:53.219 INFO O| Download: Completed 9.99 MB in 0.77 seconds (13.1M/s) |
8012 | 2024-12-19T22:17:55.317Z | [ recovery-image] Dec 19 22:17:53.941 INFO O| Dec 19 22:17:53.941 INFO STEP 1 (unpack_tar) COMPLETE |
8013 | 2024-12-19T22:17:55.317Z | [ recovery-image] Dec 19 22:17:53.941 INFO O| Dec 19 22:17:53.941 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8014 | 2024-12-19T22:17:55.339Z | [ recovery-image] Dec 19 22:17:53.963 INFO O| Dec 19 22:17:53.962 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8015 | 2024-12-19T22:17:55.513Z | [ host-image] Dec 19 22:17:54.136 INFO O| Dec 19 22:17:54.135 INFO O| Actions: 1/22 actions (Installing new actions) |
8016 | 2024-12-19T22:17:55.630Z | [ recovery-image] Dec 19 22:17:54.253 INFO O| Dec 19 22:17:54.252 INFO STEP 2 (devfsadm) COMPLETE |
8017 | 2024-12-19T22:17:55.630Z | [ recovery-image] Dec 19 22:17:54.253 INFO O| Dec 19 22:17:54.252 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8018 | 2024-12-19T22:17:55.650Z | [ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8019 | 2024-12-19T22:17:55.650Z | [ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8020 | 2024-12-19T22:17:55.650Z | [ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO STEP 3 (ensure_dir) COMPLETE |
8021 | 2024-12-19T22:17:55.653Z | [ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8022 | 2024-12-19T22:17:55.669Z | [ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8023 | 2024-12-19T22:17:55.669Z | [ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO STEP 4 (ensure_dir) COMPLETE |
8024 | 2024-12-19T22:17:55.669Z | [ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8025 | 2024-12-19T22:17:55.688Z | [ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8026 | 2024-12-19T22:17:55.688Z | [ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO STEP 5 (ensure_dir) COMPLETE |
8027 | 2024-12-19T22:17:55.692Z | [ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8028 | 2024-12-19T22:17:55.708Z | [ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8029 | 2024-12-19T22:17:55.711Z | [ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8030 | 2024-12-19T22:17:55.711Z | [ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO STEP 6 (ensure_dir) COMPLETE |
8031 | 2024-12-19T22:17:55.712Z | [ recovery-image] Dec 19 22:17:54.331 INFO O| Dec 19 22:17:54.330 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8032 | 2024-12-19T22:17:55.728Z | [ recovery-image] Dec 19 22:17:54.350 INFO O| Dec 19 22:17:54.350 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8033 | 2024-12-19T22:17:55.731Z | [ recovery-image] Dec 19 22:17:54.350 INFO O| Dec 19 22:17:54.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8034 | 2024-12-19T22:17:55.731Z | [ recovery-image] Dec 19 22:17:54.351 INFO O| Dec 19 22:17:54.350 INFO STEP 7 (ensure_dir) COMPLETE |
8035 | 2024-12-19T22:17:55.731Z | [ recovery-image] Dec 19 22:17:54.351 INFO O| Dec 19 22:17:54.351 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8036 | 2024-12-19T22:17:55.747Z | [ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8037 | 2024-12-19T22:17:55.749Z | [ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO STEP 8 (remove_files) COMPLETE |
8038 | 2024-12-19T22:17:55.749Z | [ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8039 | 2024-12-19T22:17:55.858Z | [ recovery-image] Dec 19 22:17:54.479 INFO O| Dec 19 22:17:54.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8040 | 2024-12-19T22:17:55.861Z | [ recovery-image] Dec 19 22:17:54.481 INFO O| Dec 19 22:17:54.481 INFO STEP 9 (remove_files) COMPLETE |
8041 | 2024-12-19T22:17:55.861Z | [ recovery-image] Dec 19 22:17:54.481 INFO O| Dec 19 22:17:54.481 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8042 | 2024-12-19T22:17:55.926Z | [ recovery-image] Dec 19 22:17:54.547 INFO O| Dec 19 22:17:54.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8043 | 2024-12-19T22:17:55.929Z | [ recovery-image] Dec 19 22:17:54.549 INFO O| Dec 19 22:17:54.548 INFO STEP 10 (remove_files) COMPLETE |
8044 | 2024-12-19T22:17:55.929Z | [ recovery-image] Dec 19 22:17:54.549 INFO O| Dec 19 22:17:54.549 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8045 | 2024-12-19T22:17:56.068Z | [ host-image] Dec 19 22:17:54.689 INFO O| Dec 19 22:17:54.689 INFO O| Actions: Completed 22 actions in 0.55 seconds. |
8046 | 2024-12-19T22:17:56.071Z | [ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8047 | 2024-12-19T22:17:56.071Z | [ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO STEP 11 (remove_files) COMPLETE |
8048 | 2024-12-19T22:17:56.071Z | [ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8049 | 2024-12-19T22:17:56.092Z | [ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8050 | 2024-12-19T22:17:56.092Z | [ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO STEP 12 (remove_files) COMPLETE |
8051 | 2024-12-19T22:17:56.092Z | [ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8052 | 2024-12-19T22:17:56.112Z | [ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8053 | 2024-12-19T22:17:56.112Z | [ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8054 | 2024-12-19T22:17:56.112Z | [ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO STEP 13 (ensure_dir) COMPLETE |
8055 | 2024-12-19T22:17:56.112Z | [ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2024-12-19T22:17:56.181Z | [ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8057 | 2024-12-19T22:17:56.185Z | [ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8058 | 2024-12-19T22:17:56.185Z | [ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8059 | 2024-12-19T22:17:56.185Z | [ recovery-image] Dec 19 22:17:54.802 INFO O| Dec 19 22:17:54.802 INFO STEP 14 (ensure_dir) COMPLETE |
8060 | 2024-12-19T22:17:56.186Z | [ recovery-image] Dec 19 22:17:54.802 INFO O| Dec 19 22:17:54.802 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-19T22:17:56.205Z | [ recovery-image] Dec 19 22:17:54.825 INFO O| Dec 19 22:17:54.825 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8062 | 2024-12-19T22:17:56.208Z | [ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8063 | 2024-12-19T22:17:56.208Z | [ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8064 | 2024-12-19T22:17:56.208Z | [ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO STEP 15 (ensure_dir) COMPLETE |
8065 | 2024-12-19T22:17:56.208Z | [ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8066 | 2024-12-19T22:17:56.238Z | [ recovery-image] Dec 19 22:17:54.856 INFO O| Dec 19 22:17:54.856 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8067 | 2024-12-19T22:17:56.238Z | [ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8068 | 2024-12-19T22:17:56.240Z | [ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.857 INFO STEP 16 (ensure_dir) COMPLETE |
8069 | 2024-12-19T22:17:56.240Z | [ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.857 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8070 | 2024-12-19T22:17:56.259Z | [ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8071 | 2024-12-19T22:17:56.259Z | [ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8072 | 2024-12-19T22:17:56.259Z | [ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO STEP 17 (ensure_dir) COMPLETE |
8073 | 2024-12-19T22:17:56.262Z | [ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8074 | 2024-12-19T22:17:56.301Z | [ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8075 | 2024-12-19T22:17:56.301Z | [ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8076 | 2024-12-19T22:17:56.301Z | [ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO ok! |
8077 | 2024-12-19T22:17:56.304Z | [ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO STEP 18 (ensure_symlink) COMPLETE |
8078 | 2024-12-19T22:17:56.304Z | [ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8079 | 2024-12-19T22:17:56.353Z | [ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8080 | 2024-12-19T22:17:56.355Z | [ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8081 | 2024-12-19T22:17:56.355Z | [ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO ok! |
8082 | 2024-12-19T22:17:56.355Z | [ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO STEP 19 (ensure_file) COMPLETE |
8083 | 2024-12-19T22:17:56.355Z | [ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8084 | 2024-12-19T22:17:56.374Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8085 | 2024-12-19T22:17:56.374Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8086 | 2024-12-19T22:17:56.377Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8087 | 2024-12-19T22:17:56.377Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO ok! |
8088 | 2024-12-19T22:17:56.377Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO STEP 20 (ensure_symlink) COMPLETE |
8089 | 2024-12-19T22:17:56.377Z | [ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8090 | 2024-12-19T22:17:56.411Z | [ recovery-image] Dec 19 22:17:55.030 INFO O| Dec 19 22:17:55.030 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8091 | 2024-12-19T22:17:56.411Z | [ recovery-image] Dec 19 22:17:55.030 INFO O| Dec 19 22:17:55.030 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8092 | 2024-12-19T22:17:56.415Z | [ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8093 | 2024-12-19T22:17:56.415Z | [ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO ok! |
8094 | 2024-12-19T22:17:56.415Z | [ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO STEP 21 (ensure_symlink) COMPLETE |
8095 | 2024-12-19T22:17:56.415Z | [ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8096 | 2024-12-19T22:17:56.433Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8097 | 2024-12-19T22:17:56.434Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8098 | 2024-12-19T22:17:56.434Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8099 | 2024-12-19T22:17:56.436Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO ok! |
8100 | 2024-12-19T22:17:56.437Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO STEP 22 (ensure_symlink) COMPLETE |
8101 | 2024-12-19T22:17:56.437Z | [ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8102 | 2024-12-19T22:17:56.460Z | [ recovery-image] Dec 19 22:17:55.079 INFO O| Dec 19 22:17:55.079 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8103 | 2024-12-19T22:17:56.461Z | [ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.079 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8104 | 2024-12-19T22:17:56.463Z | [ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8105 | 2024-12-19T22:17:56.463Z | [ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO ok! |
8106 | 2024-12-19T22:17:56.463Z | [ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO STEP 23 (ensure_symlink) COMPLETE |
8107 | 2024-12-19T22:17:56.463Z | [ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8108 | 2024-12-19T22:17:56.484Z | [ recovery-image] Dec 19 22:17:55.102 INFO O| Dec 19 22:17:55.102 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8109 | 2024-12-19T22:17:56.488Z | [ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.102 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 ... |
8110 | 2024-12-19T22:17:56.488Z | [ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8111 | 2024-12-19T22:17:56.488Z | [ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO ok! |
8112 | 2024-12-19T22:17:56.488Z | [ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO STEP 24 (ensure_file) COMPLETE |
8113 | 2024-12-19T22:17:56.488Z | [ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8114 | 2024-12-19T22:17:56.507Z | [ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.125 INFO updating shadow file |
8115 | 2024-12-19T22:17:56.511Z | [ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8116 | 2024-12-19T22:17:56.511Z | [ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8117 | 2024-12-19T22:17:56.511Z | [ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO STEP 25 (shadow) COMPLETE |
8118 | 2024-12-19T22:17:56.511Z | [ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8119 | 2024-12-19T22:17:56.528Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.146 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8120 | 2024-12-19T22:17:56.529Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8121 | 2024-12-19T22:17:56.532Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8122 | 2024-12-19T22:17:56.532Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO ok! |
8123 | 2024-12-19T22:17:56.532Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO STEP 26 (ensure_file) COMPLETE |
8124 | 2024-12-19T22:17:56.532Z | [ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8125 | 2024-12-19T22:17:56.561Z | [ recovery-image] Dec 19 22:17:55.179 INFO O| Dec 19 22:17:55.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8126 | 2024-12-19T22:17:56.561Z | [ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.179 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8127 | 2024-12-19T22:17:56.564Z | [ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8128 | 2024-12-19T22:17:56.564Z | [ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO ok! |
8129 | 2024-12-19T22:17:56.564Z | [ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO STEP 27 (ensure_file) COMPLETE |
8130 | 2024-12-19T22:17:56.564Z | [ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8131 | 2024-12-19T22:17:56.585Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8132 | 2024-12-19T22:17:56.585Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8133 | 2024-12-19T22:17:56.585Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8134 | 2024-12-19T22:17:56.585Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8135 | 2024-12-19T22:17:56.589Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO ok! |
8136 | 2024-12-19T22:17:56.589Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO STEP 28 (ensure_file) COMPLETE |
8137 | 2024-12-19T22:17:56.589Z | [ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2024-12-19T22:17:56.608Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.226 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8139 | 2024-12-19T22:17:56.608Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8140 | 2024-12-19T22:17:56.608Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8141 | 2024-12-19T22:17:56.608Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO ok! |
8142 | 2024-12-19T22:17:56.612Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO STEP 29 (ensure_file) COMPLETE |
8143 | 2024-12-19T22:17:56.612Z | [ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8144 | 2024-12-19T22:17:56.632Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8145 | 2024-12-19T22:17:56.632Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8146 | 2024-12-19T22:17:56.635Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8147 | 2024-12-19T22:17:56.635Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO ok! |
8148 | 2024-12-19T22:17:56.635Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO STEP 30 (ensure_file) COMPLETE |
8149 | 2024-12-19T22:17:56.635Z | [ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8150 | 2024-12-19T22:17:56.653Z | [ recovery-image] Dec 19 22:17:55.271 INFO O| Dec 19 22:17:55.271 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8151 | 2024-12-19T22:17:56.654Z | [ recovery-image] Dec 19 22:17:55.271 INFO O| Dec 19 22:17:55.271 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8152 | 2024-12-19T22:17:56.654Z | [ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8153 | 2024-12-19T22:17:56.658Z | [ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8154 | 2024-12-19T22:17:56.658Z | [ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO ok! |
8155 | 2024-12-19T22:17:56.658Z | [ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO STEP 31 (ensure_file) COMPLETE |
8156 | 2024-12-19T22:17:56.659Z | [ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8157 | 2024-12-19T22:17:56.676Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8158 | 2024-12-19T22:17:56.676Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8159 | 2024-12-19T22:17:56.676Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8160 | 2024-12-19T22:17:56.676Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO ok! |
8161 | 2024-12-19T22:17:56.679Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO STEP 32 (ensure_file) COMPLETE |
8162 | 2024-12-19T22:17:56.679Z | [ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8163 | 2024-12-19T22:17:56.700Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.317 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8164 | 2024-12-19T22:17:56.700Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8165 | 2024-12-19T22:17:56.700Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8166 | 2024-12-19T22:17:56.700Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO ok! |
8167 | 2024-12-19T22:17:56.702Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO STEP 33 (ensure_file) COMPLETE |
8168 | 2024-12-19T22:17:56.702Z | [ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8169 | 2024-12-19T22:17:56.725Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8170 | 2024-12-19T22:17:56.725Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.342 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8171 | 2024-12-19T22:17:56.725Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8172 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8173 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8174 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8175 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO ok! |
8176 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO STEP 34 (ensure_file) COMPLETE |
8177 | 2024-12-19T22:17:56.727Z | [ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8178 | 2024-12-19T22:17:56.750Z | [ recovery-image] Dec 19 22:17:55.367 INFO O| Dec 19 22:17:55.367 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8179 | 2024-12-19T22:17:56.750Z | [ recovery-image] Dec 19 22:17:55.367 INFO O| Dec 19 22:17:55.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8180 | 2024-12-19T22:17:56.752Z | [ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8181 | 2024-12-19T22:17:56.752Z | [ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.368 INFO STEP 35 (ensure_dir) COMPLETE |
8182 | 2024-12-19T22:17:56.752Z | [ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.368 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8183 | 2024-12-19T22:17:56.790Z | [ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 |
8184 | 2024-12-19T22:17:56.790Z | [ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 ... |
8185 | 2024-12-19T22:17:56.793Z | [ host-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 INFO O| Done |
8186 | 2024-12-19T22:17:56.793Z | [ host-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 INFO O| Done |
8187 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 |
8188 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 |
8189 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 |
8190 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.408 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 |
8191 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO ok! |
8192 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO STEP 36 (ensure_file) COMPLETE |
8193 | 2024-12-19T22:17:56.793Z | [ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8194 | 2024-12-19T22:17:56.816Z | [ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8195 | 2024-12-19T22:17:56.816Z | [ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
8196 | 2024-12-19T22:17:56.816Z | [ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8197 | 2024-12-19T22:17:56.819Z | [ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO ok! |
8198 | 2024-12-19T22:17:56.819Z | [ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO STEP 37 (ensure_symlink) COMPLETE |
8199 | 2024-12-19T22:17:56.819Z | [ recovery-image] Dec 19 22:17:55.434 INFO O| Dec 19 22:17:55.433 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8200 | 2024-12-19T22:17:56.874Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8201 | 2024-12-19T22:17:56.874Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8202 | 2024-12-19T22:17:56.874Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8203 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8204 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8205 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8206 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO ok! |
8207 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO STEP 38 (ensure_file) COMPLETE |
8208 | 2024-12-19T22:17:56.876Z | [ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8209 | 2024-12-19T22:17:56.915Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.531 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8210 | 2024-12-19T22:17:56.915Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 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 ... |
8211 | 2024-12-19T22:17:56.915Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 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 |
8212 | 2024-12-19T22:17:56.917Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8213 | 2024-12-19T22:17:56.917Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO ok! |
8214 | 2024-12-19T22:17:56.918Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO STEP 39 (ensure_file) COMPLETE |
8215 | 2024-12-19T22:17:56.918Z | [ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8216 | 2024-12-19T22:17:56.953Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8217 | 2024-12-19T22:17:56.953Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8218 | 2024-12-19T22:17:56.953Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8219 | 2024-12-19T22:17:56.953Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO ok! |
8220 | 2024-12-19T22:17:56.955Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO STEP 40 (ensure_file) COMPLETE |
8221 | 2024-12-19T22:17:56.956Z | [ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8222 | 2024-12-19T22:17:56.976Z | [ recovery-image] Dec 19 22:17:55.592 INFO O| Dec 19 22:17:55.592 INFO updating shadow file |
8223 | 2024-12-19T22:17:56.978Z | [ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8224 | 2024-12-19T22:17:56.978Z | [ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO STEP 41 (shadow) COMPLETE |
8225 | 2024-12-19T22:17:56.978Z | [ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8226 | 2024-12-19T22:17:56.997Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8227 | 2024-12-19T22:17:56.997Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8228 | 2024-12-19T22:17:57.000Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8229 | 2024-12-19T22:17:57.000Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8230 | 2024-12-19T22:17:57.000Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO ok! |
8231 | 2024-12-19T22:17:57.000Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO STEP 42 (ensure_file) COMPLETE |
8232 | 2024-12-19T22:17:57.000Z | [ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8233 | 2024-12-19T22:17:57.019Z | [ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8234 | 2024-12-19T22:17:57.019Z | [ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO STEP 43 (ensure_dir) COMPLETE |
8235 | 2024-12-19T22:17:57.019Z | [ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8236 | 2024-12-19T22:17:57.046Z | [ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8237 | 2024-12-19T22:17:57.046Z | [ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8238 | 2024-12-19T22:17:57.049Z | [ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO STEP 44 (ensure_dir) COMPLETE |
8239 | 2024-12-19T22:17:57.049Z | [ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8240 | 2024-12-19T22:17:57.083Z | [ recovery-image] Dec 19 22:17:55.699 INFO O| Dec 19 22:17:55.699 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8241 | 2024-12-19T22:17:57.086Z | [ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8242 | 2024-12-19T22:17:57.086Z | [ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.700 INFO STEP 45 (ensure_dir) COMPLETE |
8243 | 2024-12-19T22:17:57.086Z | [ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.700 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8244 | 2024-12-19T22:17:57.105Z | [ recovery-image] Dec 19 22:17:55.721 INFO O| Dec 19 22:17:55.721 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8245 | 2024-12-19T22:17:57.105Z | [ recovery-image] Dec 19 22:17:55.721 INFO O| Dec 19 22:17:55.721 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8246 | 2024-12-19T22:17:57.170Z | [ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8247 | 2024-12-19T22:17:57.170Z | [ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO ok! |
8248 | 2024-12-19T22:17:57.170Z | [ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO STEP 46 (ensure_file) COMPLETE |
8249 | 2024-12-19T22:17:57.173Z | [ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8250 | 2024-12-19T22:17:57.193Z | [ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8251 | 2024-12-19T22:17:57.193Z | [ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8252 | 2024-12-19T22:17:57.193Z | [ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO STEP 47 (ensure_dir) COMPLETE |
8253 | 2024-12-19T22:17:57.196Z | [ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8254 | 2024-12-19T22:17:57.215Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8255 | 2024-12-19T22:17:57.215Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8256 | 2024-12-19T22:17:57.215Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8257 | 2024-12-19T22:17:57.218Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO ok! |
8258 | 2024-12-19T22:17:57.218Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO STEP 48 (ensure_file) COMPLETE |
8259 | 2024-12-19T22:17:57.218Z | [ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8260 | 2024-12-19T22:17:57.238Z | [ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8261 | 2024-12-19T22:17:57.238Z | [ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8262 | 2024-12-19T22:17:57.238Z | [ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO STEP 49 (ensure_dir) COMPLETE |
8263 | 2024-12-19T22:17:57.241Z | [ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8264 | 2024-12-19T22:17:57.262Z | [ recovery-image] Dec 19 22:17:55.877 INFO O| Dec 19 22:17:55.877 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8265 | 2024-12-19T22:17:57.262Z | [ recovery-image] Dec 19 22:17:55.878 INFO O| Dec 19 22:17:55.877 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8266 | 2024-12-19T22:17:57.290Z | [ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8267 | 2024-12-19T22:17:57.290Z | [ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO ok! |
8268 | 2024-12-19T22:17:57.290Z | [ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO STEP 50 (ensure_file) COMPLETE |
8269 | 2024-12-19T22:17:57.290Z | [ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8270 | 2024-12-19T22:17:57.314Z | [ recovery-image] Dec 19 22:17:55.929 INFO O| Dec 19 22:17:55.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8271 | 2024-12-19T22:17:57.314Z | [ recovery-image] Dec 19 22:17:55.929 INFO O| Dec 19 22:17:55.929 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8272 | 2024-12-19T22:17:57.841Z | [ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8273 | 2024-12-19T22:17:57.841Z | [ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO ok! |
8274 | 2024-12-19T22:17:57.841Z | [ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO STEP 51 (ensure_file) COMPLETE |
8275 | 2024-12-19T22:17:57.841Z | [ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-19T22:17:57.863Z | [ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8277 | 2024-12-19T22:17:57.863Z | [ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8278 | 2024-12-19T22:17:57.867Z | [ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO STEP 52 (ensure_dir) COMPLETE |
8279 | 2024-12-19T22:17:57.867Z | [ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8280 | 2024-12-19T22:17:57.884Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8281 | 2024-12-19T22:17:57.884Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO copying /tmp/.tmplpZFK3/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 ... |
8282 | 2024-12-19T22:17:57.884Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 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 |
8283 | 2024-12-19T22:17:57.887Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO ok! |
8284 | 2024-12-19T22:17:57.887Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO STEP 53 (ensure_file) COMPLETE |
8285 | 2024-12-19T22:17:57.887Z | [ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8286 | 2024-12-19T22:17:58.074Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8287 | 2024-12-19T22:17:58.074Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO copying /tmp/.tmplpZFK3/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 ... |
8288 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 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 |
8289 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO ok! |
8290 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO STEP 54 (ensure_file) COMPLETE |
8291 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8292 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8293 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8294 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO STEP 55 (ensure_dir) COMPLETE |
8295 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.557 INFO O| Dec 19 22:17:56.556 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8296 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.577 INFO O| Dec 19 22:17:56.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8297 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.577 INFO O| Dec 19 22:17:56.577 INFO copying /tmp/.tmplpZFK3/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 ... |
8298 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8299 | 2024-12-19T22:17:58.079Z | [ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO ok! |
8300 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO STEP 56 (ensure_file) COMPLETE |
8301 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8303 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO copying /tmp/.tmplpZFK3/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 ... |
8304 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 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 |
8305 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO ok! |
8306 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO STEP 57 (ensure_file) COMPLETE |
8307 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8309 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8310 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO STEP 58 (ensure_dir) COMPLETE |
8311 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8313 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO copying /tmp/.tmplpZFK3/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 ... |
8314 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8315 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO ok! |
8316 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO STEP 59 (ensure_file) COMPLETE |
8317 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-19T22:17:58.080Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8319 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.665 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8320 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8321 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO ok! |
8322 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO STEP 60 (ensure_file) COMPLETE |
8323 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8324 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.686 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8325 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.687 INFO STEP 61 (ensure_dir) COMPLETE |
8326 | 2024-12-19T22:17:58.081Z | [ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.687 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8327 | 2024-12-19T22:17:58.115Z | [ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8328 | 2024-12-19T22:17:58.115Z | [ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO STEP 62 (ensure_dir) COMPLETE |
8329 | 2024-12-19T22:17:58.119Z | [ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-19T22:17:58.153Z | [ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8331 | 2024-12-19T22:17:58.154Z | [ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO STEP 63 (ensure_dir) COMPLETE |
8332 | 2024-12-19T22:17:58.156Z | [ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8333 | 2024-12-19T22:17:58.193Z | [ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8334 | 2024-12-19T22:17:58.193Z | [ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO STEP 64 (ensure_dir) COMPLETE |
8335 | 2024-12-19T22:17:58.193Z | [ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-19T22:17:58.225Z | [ host-image] Dec 19 22:17:56.837 INFO O| Dec 19 22:17:56.837 INFO O| Done |
8337 | 2024-12-19T22:17:58.231Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8338 | 2024-12-19T22:17:58.232Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8339 | 2024-12-19T22:17:58.234Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8340 | 2024-12-19T22:17:58.234Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO ok! |
8341 | 2024-12-19T22:17:58.234Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO STEP 65 (ensure_file) COMPLETE |
8342 | 2024-12-19T22:17:58.235Z | [ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8343 | 2024-12-19T22:17:58.291Z | [ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8344 | 2024-12-19T22:17:58.293Z | [ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO STEP 66 (remove_files) COMPLETE |
8345 | 2024-12-19T22:17:58.293Z | [ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8346 | 2024-12-19T22:17:58.313Z | [ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8347 | 2024-12-19T22:17:58.313Z | [ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO STEP 67 (remove_files) COMPLETE |
8348 | 2024-12-19T22:17:58.313Z | [ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8349 | 2024-12-19T22:17:58.334Z | [ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8350 | 2024-12-19T22:17:58.334Z | [ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO STEP 68 (remove_files) COMPLETE |
8351 | 2024-12-19T22:17:58.336Z | [ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8352 | 2024-12-19T22:17:58.353Z | [ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8353 | 2024-12-19T22:17:58.357Z | [ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO STEP 69 (remove_files) COMPLETE |
8354 | 2024-12-19T22:17:58.357Z | [ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8355 | 2024-12-19T22:17:58.373Z | [ recovery-image] Dec 19 22:17:56.983 INFO O| Dec 19 22:17:56.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8356 | 2024-12-19T22:17:58.373Z | [ recovery-image] Dec 19 22:17:56.983 INFO O| Dec 19 22:17:56.983 INFO STEP 70 (remove_files) COMPLETE |
8357 | 2024-12-19T22:17:58.373Z | [ recovery-image] Dec 19 22:17:56.984 INFO O| Dec 19 22:17:56.983 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8358 | 2024-12-19T22:17:58.404Z | [ recovery-image] Dec 19 22:17:57.013 INFO O| Dec 19 22:17:57.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8359 | 2024-12-19T22:17:58.404Z | [ recovery-image] Dec 19 22:17:57.014 INFO O| Dec 19 22:17:57.014 INFO STEP 71 (remove_files) COMPLETE |
8360 | 2024-12-19T22:17:58.404Z | [ recovery-image] Dec 19 22:17:57.014 INFO O| Dec 19 22:17:57.014 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8361 | 2024-12-19T22:17:58.467Z | [ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8362 | 2024-12-19T22:17:58.471Z | [ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO STEP 72 (remove_files) COMPLETE |
8363 | 2024-12-19T22:17:58.471Z | [ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8364 | 2024-12-19T22:17:58.492Z | [ recovery-image] Dec 19 22:17:57.101 INFO O| Dec 19 22:17:57.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8365 | 2024-12-19T22:17:58.492Z | [ recovery-image] Dec 19 22:17:57.102 INFO O| Dec 19 22:17:57.101 INFO STEP 73 (remove_files) COMPLETE |
8366 | 2024-12-19T22:17:58.492Z | [ recovery-image] Dec 19 22:17:57.102 INFO O| Dec 19 22:17:57.102 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8367 | 2024-12-19T22:17:58.513Z | [ recovery-image] Dec 19 22:17:57.123 INFO O| Dec 19 22:17:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8368 | 2024-12-19T22:17:58.513Z | [ recovery-image] Dec 19 22:17:57.124 INFO O| Dec 19 22:17:57.124 INFO STEP 74 (remove_files) COMPLETE |
8369 | 2024-12-19T22:17:58.517Z | [ recovery-image] Dec 19 22:17:57.124 INFO O| Dec 19 22:17:57.124 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8370 | 2024-12-19T22:17:58.544Z | [ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8371 | 2024-12-19T22:17:58.544Z | [ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO STEP 75 (remove_files) COMPLETE |
8372 | 2024-12-19T22:17:58.547Z | [ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8373 | 2024-12-19T22:17:58.581Z | [ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8374 | 2024-12-19T22:17:58.581Z | [ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO STEP 76 (remove_files) COMPLETE |
8375 | 2024-12-19T22:17:58.584Z | [ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-19T22:17:58.623Z | [ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8377 | 2024-12-19T22:17:58.623Z | [ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO STEP 77 (remove_files) COMPLETE |
8378 | 2024-12-19T22:17:58.626Z | [ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-19T22:17:58.644Z | [ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8380 | 2024-12-19T22:17:58.644Z | [ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.253 INFO STEP 78 (remove_files) COMPLETE |
8381 | 2024-12-19T22:17:58.644Z | [ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.253 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-19T22:17:58.662Z | [ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8383 | 2024-12-19T22:17:58.662Z | [ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO STEP 79 (remove_files) COMPLETE |
8384 | 2024-12-19T22:17:58.662Z | [ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-19T22:17:58.682Z | [ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8386 | 2024-12-19T22:17:58.682Z | [ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO STEP 80 (remove_files) COMPLETE |
8387 | 2024-12-19T22:17:58.682Z | [ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-19T22:17:58.702Z | [ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8389 | 2024-12-19T22:17:58.703Z | [ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO STEP 81 (remove_files) COMPLETE |
8390 | 2024-12-19T22:17:58.703Z | [ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-19T22:17:58.730Z | [ recovery-image] Dec 19 22:17:57.339 INFO O| Dec 19 22:17:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8392 | 2024-12-19T22:17:58.732Z | [ recovery-image] Dec 19 22:17:57.340 INFO O| Dec 19 22:17:57.340 INFO STEP 82 (remove_files) COMPLETE |
8393 | 2024-12-19T22:17:58.732Z | [ recovery-image] Dec 19 22:17:57.340 INFO O| Dec 19 22:17:57.340 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-19T22:17:58.750Z | [ recovery-image] Dec 19 22:17:57.359 INFO O| Dec 19 22:17:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8395 | 2024-12-19T22:17:58.750Z | [ recovery-image] Dec 19 22:17:57.359 INFO O| Dec 19 22:17:57.359 INFO STEP 83 (remove_files) COMPLETE |
8396 | 2024-12-19T22:17:58.753Z | [ recovery-image] Dec 19 22:17:57.360 INFO O| Dec 19 22:17:57.359 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-19T22:17:58.770Z | [ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8398 | 2024-12-19T22:17:58.774Z | [ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO STEP 84 (remove_files) COMPLETE |
8399 | 2024-12-19T22:17:58.774Z | [ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-19T22:17:58.794Z | [ recovery-image] Dec 19 22:17:57.402 INFO O| Dec 19 22:17:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8401 | 2024-12-19T22:17:58.794Z | [ recovery-image] Dec 19 22:17:57.403 INFO O| Dec 19 22:17:57.403 INFO STEP 85 (remove_files) COMPLETE |
8402 | 2024-12-19T22:17:58.796Z | [ recovery-image] Dec 19 22:17:57.403 INFO O| Dec 19 22:17:57.403 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-19T22:17:58.816Z | [ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8404 | 2024-12-19T22:17:58.819Z | [ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO STEP 86 (remove_files) COMPLETE |
8405 | 2024-12-19T22:17:58.819Z | [ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-19T22:17:58.839Z | [ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8407 | 2024-12-19T22:17:58.842Z | [ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.448 INFO STEP 87 (remove_files) COMPLETE |
8408 | 2024-12-19T22:17:58.842Z | [ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.448 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-19T22:17:58.868Z | [ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8410 | 2024-12-19T22:17:58.869Z | [ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO STEP 88 (remove_files) COMPLETE |
8411 | 2024-12-19T22:17:58.871Z | [ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-19T22:17:58.900Z | [ recovery-image] Dec 19 22:17:57.508 INFO O| Dec 19 22:17:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8413 | 2024-12-19T22:17:58.902Z | [ recovery-image] Dec 19 22:17:57.509 INFO O| Dec 19 22:17:57.509 INFO STEP 89 (remove_files) COMPLETE |
8414 | 2024-12-19T22:17:58.902Z | [ recovery-image] Dec 19 22:17:57.509 INFO O| Dec 19 22:17:57.509 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-19T22:17:58.921Z | [ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8416 | 2024-12-19T22:17:58.921Z | [ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO STEP 90 (remove_files) COMPLETE |
8417 | 2024-12-19T22:17:58.922Z | [ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-19T22:17:58.957Z | [ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8419 | 2024-12-19T22:17:58.957Z | [ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO STEP 91 (remove_files) COMPLETE |
8420 | 2024-12-19T22:17:58.957Z | [ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-19T22:17:58.996Z | [ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8422 | 2024-12-19T22:17:58.996Z | [ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO STEP 92 (remove_files) COMPLETE |
8423 | 2024-12-19T22:17:58.996Z | [ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-19T22:17:59.018Z | [ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8425 | 2024-12-19T22:17:59.018Z | [ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO STEP 93 (remove_files) COMPLETE |
8426 | 2024-12-19T22:17:59.018Z | [ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-19T22:17:59.095Z | [ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8428 | 2024-12-19T22:17:59.095Z | [ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.703 INFO STEP 94 (remove_files) COMPLETE |
8429 | 2024-12-19T22:17:59.095Z | [ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.703 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8430 | 2024-12-19T22:17:59.127Z | [ recovery-image] Dec 19 22:17:57.735 INFO O| Dec 19 22:17:57.735 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8431 | 2024-12-19T22:17:59.130Z | [ recovery-image] Dec 19 22:17:57.735 INFO O| Dec 19 22:17:57.735 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8432 | 2024-12-19T22:18:01.027Z | [ host-image] Dec 19 22:17:59.626 INFO O| Dec 19 22:17:59.626 INFO O| Done |
8433 | 2024-12-19T22:18:01.077Z | [ host-image] Dec 19 22:17:59.676 INFO O| Dec 19 22:17:59.676 INFO O| Done |
8434 | 2024-12-19T22:18:01.077Z | [ host-image] Dec 19 22:17:59.676 INFO O| Dec 19 22:17:59.676 INFO O| Done |
8435 | 2024-12-19T22:18:01.094Z | [ host-image] Dec 19 22:17:59.693 INFO O| Dec 19 22:17:59.693 INFO O| Done |
8436 | 2024-12-19T22:18:01.287Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 14 (pkg_install) COMPLETE |
8437 | 2024-12-19T22:18:01.287Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8438 | 2024-12-19T22:18:01.287Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "mfg" is not enabled |
8439 | 2024-12-19T22:18:01.288Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8440 | 2024-12-19T22:18:01.288Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "compliance" is not enabled |
8441 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8442 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "stress" is not enabled |
8443 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8444 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "nfs" is not enabled |
8445 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8446 | 2024-12-19T22:18:01.290Z | [ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8447 | 2024-12-19T22:18:01.437Z | [ host-image] Dec 19 22:18:00.034 INFO O| Dec 19 22:18:00.034 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8448 | 2024-12-19T22:18:01.574Z | [ host-image] Dec 19 22:18:00.172 INFO O| Dec 19 22:18:00.172 INFO completed processing gimlet/ramdisk-01-os |
8449 | 2024-12-19T22:18:01.577Z | [ host-image] Dec 19 22:18:00.175 INFO omicron1 baseline generation... |
8450 | 2024-12-19T22:18:01.580Z | [ host-image] Dec 19 22:18:00.175 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8451 | 2024-12-19T22:18:02.661Z | [ host-image] Dec 19 22:18:01.253 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8452 | 2024-12-19T22:18:14.652Z | [ recovery-image] Dec 19 22:18:13.194 INFO O| Dec 19 22:18:13.194 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 |
8453 | 2024-12-19T22:18:14.655Z | [ recovery-image] Dec 19 22:18:13.194 INFO O| Dec 19 22:18:13.194 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8454 | 2024-12-19T22:18:14.671Z | [ recovery-image] Dec 19 22:18:13.213 INFO O| Dec 19 22:18:13.213 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8455 | 2024-12-19T22:18:14.859Z | [ recovery-image] Dec 19 22:18:13.401 INFO O| Dec 19 22:18:13.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8456 | 2024-12-19T22:18:14.862Z | [ recovery-image] Dec 19 22:18:13.401 INFO O| Dec 19 22:18:13.400 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 ... |
8457 | 2024-12-19T22:18:14.863Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8458 | 2024-12-19T22:18:14.863Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO ok! |
8459 | 2024-12-19T22:18:14.863Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8460 | 2024-12-19T22:18:14.863Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO STEP 95 (seed_smf) COMPLETE |
8461 | 2024-12-19T22:18:14.866Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO steps complete; finalising image! |
8462 | 2024-12-19T22:18:14.866Z | [ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8463 | 2024-12-19T22:18:14.933Z | [ recovery-image] Dec 19 22:18:13.473 INFO O| Dec 19 22:18:13.473 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 22:18:13 2024) |
8464 | 2024-12-19T22:18:15.144Z | [ recovery-image] Dec 19 22:18:13.684 INFO O| Dec 19 22:18:13.684 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Thu Dec 19 22:18:13 2024) |
8465 | 2024-12-19T22:18:15.403Z | [ recovery-image] Dec 19 22:18:13.941 INFO O| Dec 19 22:18:13.941 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8466 | 2024-12-19T22:18:15.403Z | [ recovery-image] Dec 19 22:18:13.941 INFO O| Dec 19 22:18:13.941 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8467 | 2024-12-19T22:18:16.023Z | [ recovery-image] Dec 19 22:18:14.558 INFO O| Dec 19 22:18:14.558 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 |
8468 | 2024-12-19T22:18:16.023Z | [ recovery-image] Dec 19 22:18:14.559 INFO O| Dec 19 22:18:14.558 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8469 | 2024-12-19T22:18:21.571Z | [ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8470 | 2024-12-19T22:18:21.571Z | [ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8471 | 2024-12-19T22:18:21.574Z | [ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8472 | 2024-12-19T22:18:21.574Z | [ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO completed processing gimlet/zfs-recovery |
8473 | 2024-12-19T22:18:21.574Z | [ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8474 | 2024-12-19T22:18:22.459Z | [ recovery-image] Dec 19 22:18:20.967 INFO O| Dec 19 22:18:20.967 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8475 | 2024-12-19T22:18:22.606Z | [ recovery-image] Dec 19 22:18:21.115 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8476 | 2024-12-19T22:18:22.609Z | [ recovery-image] Dec 19 22:18:21.116 INFO expanded image name: "recovery 6c76593/${os_short_commit} 2024-12-19 21:48" -> "recovery 6c76593/37a4469 2024-12-19 21:48" |
8477 | 2024-12-19T22:18:22.609Z | [ recovery-image] Dec 19 22:18:21.116 INFO output artefacts stored in: "/work/os-recovery" |
8478 | 2024-12-19T22:18:22.609Z | [ recovery-image] Dec 19 22:18:21.116 INFO collecting git info from project "bootserver"... |
8479 | 2024-12-19T22:18:22.653Z | [ recovery-image] Dec 19 22:18:21.161 INFO collecting git info from project "image-builder"... |
8480 | 2024-12-19T22:18:22.664Z | [ recovery-image] Dec 19 22:18:21.172 INFO collecting git info from project "pilot"... |
8481 | 2024-12-19T22:18:22.690Z | [ recovery-image] Dec 19 22:18:21.198 INFO collecting git info from project "amd-firmware"... |
8482 | 2024-12-19T22:18:23.001Z | [ recovery-image] Dec 19 22:18:21.507 INFO collecting git info from project "pinprick"... |
8483 | 2024-12-19T22:18:23.011Z | [ recovery-image] Dec 19 22:18:21.518 INFO collecting git info from project "phbl"... |
8484 | 2024-12-19T22:18:23.023Z | [ recovery-image] Dec 19 22:18:21.530 INFO collecting git info from project "amd-host-image-builder"... |
8485 | 2024-12-19T22:18:23.248Z | [ recovery-image] Dec 19 22:18:21.753 INFO collecting git info from project "chelsio-t6-roms"... |
8486 | 2024-12-19T22:18:23.283Z | [ recovery-image] Dec 19 22:18:21.789 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8487 | 2024-12-19T22:18:24.604Z | [ recovery-image] Dec 19 22:18:23.104 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8488 | 2024-12-19T22:18:25.362Z | [ recovery-image] Dec 19 22:18:23.859 INFO creating Oxide boot image... |
8489 | 2024-12-19T22:18:25.362Z | [ recovery-image] Dec 19 22:18:23.859 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6c76593/37a4469 2024-12-19 21:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8490 | 2024-12-19T22:19:33.409Z | [ recovery-image] Dec 19 22:19:31.618 INFO O| ok, image written! |
8491 | 2024-12-19T22:19:33.409Z | [ recovery-image] Dec 19 22:19:31.618 INFO O| ok, boot_image_csum file written! |
8492 | 2024-12-19T22:19:33.415Z | [ recovery-image] Dec 19 22:19:31.625 INFO creating boot archive (CPIO)... |
8493 | 2024-12-19T22:19:33.418Z | [ recovery-image] Dec 19 22:19:31.625 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 |
8494 | 2024-12-19T22:19:33.439Z | [ recovery-image] Dec 19 22:19:31.648 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8495 | 2024-12-19T22:19:33.439Z | [ recovery-image] Dec 19 22:19:31.648 INFO E| + outfile=/work/os-recovery/cpio |
8496 | 2024-12-19T22:19:33.442Z | [ recovery-image] Dec 19 22:19:31.648 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8497 | 2024-12-19T22:19:33.444Z | [ recovery-image] Dec 19 22:19:31.652 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8498 | 2024-12-19T22:19:33.444Z | [ recovery-image] Dec 19 22:19:31.652 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8499 | 2024-12-19T22:19:33.486Z | [ recovery-image] Dec 19 22:19:31.695 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8500 | 2024-12-19T22:19:33.486Z | [ recovery-image] Dec 19 22:19:31.695 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8501 | 2024-12-19T22:19:33.497Z | [ recovery-image] Dec 19 22:19:31.706 INFO creating compressed cpio/unix for nanobl-rs... |
8502 | 2024-12-19T22:19:33.497Z | [ recovery-image] Dec 19 22:19:31.706 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 |
8503 | 2024-12-19T22:19:33.924Z | [ recovery-image] Dec 19 22:19:32.131 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8504 | 2024-12-19T22:19:40.678Z | [ recovery-image] Dec 19 22:19:38.856 INFO creating reset image... |
8505 | 2024-12-19T22:19:40.681Z | [ recovery-image] Dec 19 22:19:38.856 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8506 | 2024-12-19T22:19:41.163Z | [ recovery-image] Dec 19 22:19:39.339 INFO E| Updating crates.io index |
8507 | 2024-12-19T22:19:41.347Z | [ recovery-image] Dec 19 22:19:39.522 INFO E| Downloading crates ... |
8508 | 2024-12-19T22:19:41.808Z | [ recovery-image] Dec 19 22:19:39.981 INFO E| Downloaded shared_child v1.0.1 |
8509 | 2024-12-19T22:19:41.811Z | [ recovery-image] Dec 19 22:19:39.985 INFO E| Downloaded duct v0.13.7 |
8510 | 2024-12-19T22:19:41.814Z | [ recovery-image] Dec 19 22:19:39.988 INFO E| Downloaded clap v4.5.17 |
8511 | 2024-12-19T22:19:41.840Z | [ recovery-image] Dec 19 22:19:40.014 INFO E| Downloaded clap_derive v4.5.13 |
8512 | 2024-12-19T22:19:41.844Z | [ recovery-image] Dec 19 22:19:40.018 INFO E| Downloaded os_pipe v1.2.1 |
8513 | 2024-12-19T22:19:41.892Z | [ recovery-image] Dec 19 22:19:40.065 INFO E| Downloaded syn v2.0.77 |
8514 | 2024-12-19T22:19:41.906Z | [ recovery-image] Dec 19 22:19:40.079 INFO E| Downloaded clap_builder v4.5.17 |
8515 | 2024-12-19T22:19:41.947Z | [ recovery-image] Dec 19 22:19:40.120 INFO E| Downloaded libc v0.2.158 |
8516 | 2024-12-19T22:19:42.115Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling proc-macro2 v1.0.86 |
8517 | 2024-12-19T22:19:42.115Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling unicode-ident v1.0.13 |
8518 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling libc v0.2.158 |
8519 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling utf8parse v0.2.2 |
8520 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling colorchoice v1.0.2 |
8521 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling anstyle-query v1.1.1 |
8522 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling anstyle v1.0.8 |
8523 | 2024-12-19T22:19:42.119Z | [ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8524 | 2024-12-19T22:19:42.963Z | [ recovery-image] Dec 19 22:19:41.131 INFO E| Compiling heck v0.5.0 |
8525 | 2024-12-19T22:19:42.965Z | [ recovery-image] Dec 19 22:19:41.132 INFO E| Compiling clap_lex v0.7.2 |
8526 | 2024-12-19T22:19:42.965Z | [ recovery-image] Dec 19 22:19:41.132 INFO E| Compiling strsim v0.11.1 |
8527 | 2024-12-19T22:19:43.360Z | [ recovery-image] Dec 19 22:19:41.527 INFO E| Compiling anstyle-parse v0.2.5 |
8528 | 2024-12-19T22:19:43.426Z | [ recovery-image] Dec 19 22:19:41.593 INFO E| Compiling once_cell v1.19.0 |
8529 | 2024-12-19T22:19:43.800Z | [ recovery-image] Dec 19 22:19:41.963 INFO E| Compiling anstream v0.6.15 |
8530 | 2024-12-19T22:19:44.577Z | [ recovery-image] Dec 19 22:19:42.738 INFO E| Compiling clap_builder v4.5.17 |
8531 | 2024-12-19T22:19:44.844Z | [ recovery-image] Dec 19 22:19:43.004 INFO E| Compiling quote v1.0.37 |
8532 | 2024-12-19T22:19:45.446Z | [ recovery-image] Dec 19 22:19:43.604 INFO E| Compiling syn v2.0.77 |
8533 | 2024-12-19T22:19:45.614Z | [ recovery-image] Dec 19 22:19:43.772 INFO E| Compiling os_pipe v1.2.1 |
8534 | 2024-12-19T22:19:45.614Z | [ recovery-image] Dec 19 22:19:43.772 INFO E| Compiling shared_child v1.0.1 |
8535 | 2024-12-19T22:19:45.885Z | [ recovery-image] Dec 19 22:19:44.042 INFO E| Compiling duct v0.13.7 |
8536 | 2024-12-19T22:19:49.328Z | [ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8537 | 2024-12-19T22:19:49.328Z | [ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8538 | 2024-12-19T22:19:49.330Z | [ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8539 | 2024-12-19T22:19:49.330Z | [ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8540 | 2024-12-19T22:19:49.330Z | [ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8541 | 2024-12-19T22:19:49.330Z | [ host-image] Dec 19 22:19:47.471 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8542 | 2024-12-19T22:19:49.340Z | [ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8543 | 2024-12-19T22:19:49.340Z | [ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8544 | 2024-12-19T22:19:49.340Z | [ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8545 | 2024-12-19T22:19:49.343Z | [ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8546 | 2024-12-19T22:19:49.343Z | [ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8547 | 2024-12-19T22:19:49.343Z | [ host-image] Dec 19 22:19:47.474 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8548 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.475 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8549 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.476 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8550 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.476 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8551 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.477 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8552 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8553 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8554 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8555 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8556 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8557 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8558 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8559 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8560 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8561 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8562 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8563 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8564 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8565 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8566 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8567 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8568 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8569 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.481 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8570 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.482 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8571 | 2024-12-19T22:19:49.344Z | [ host-image] Dec 19 22:19:47.482 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8572 | 2024-12-19T22:19:49.353Z | [ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8573 | 2024-12-19T22:19:49.353Z | [ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8574 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8575 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.496 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8576 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.496 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8577 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.497 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8578 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.497 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8579 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.498 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8580 | 2024-12-19T22:19:49.357Z | [ host-image] Dec 19 22:19:47.499 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8581 | 2024-12-19T22:19:49.359Z | [ host-image] Dec 19 22:19:47.499 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8582 | 2024-12-19T22:19:49.378Z | [ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8583 | 2024-12-19T22:19:49.379Z | [ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8584 | 2024-12-19T22:19:49.381Z | [ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8585 | 2024-12-19T22:19:49.381Z | [ host-image] Dec 19 22:19:47.521 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8586 | 2024-12-19T22:19:49.381Z | [ host-image] Dec 19 22:19:47.522 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8587 | 2024-12-19T22:19:49.381Z | [ host-image] Dec 19 22:19:47.522 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8588 | 2024-12-19T22:19:49.445Z | [ host-image] Dec 19 22:19:47.586 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8589 | 2024-12-19T22:19:49.448Z | [ host-image] Dec 19 22:19:47.588 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8590 | 2024-12-19T22:19:49.448Z | [ host-image] Dec 19 22:19:47.588 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8591 | 2024-12-19T22:19:49.448Z | [ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8592 | 2024-12-19T22:19:49.448Z | [ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8593 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8594 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8595 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8596 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8597 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8598 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8599 | 2024-12-19T22:19:49.450Z | [ host-image] Dec 19 22:19:47.591 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8600 | 2024-12-19T22:19:49.457Z | [ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8601 | 2024-12-19T22:19:49.457Z | [ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8602 | 2024-12-19T22:19:49.460Z | [ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8603 | 2024-12-19T22:19:49.460Z | [ host-image] Dec 19 22:19:47.599 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8604 | 2024-12-19T22:19:49.460Z | [ host-image] Dec 19 22:19:47.599 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8605 | 2024-12-19T22:19:49.533Z | [ host-image] Dec 19 22:19:47.674 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8606 | 2024-12-19T22:19:49.536Z | [ host-image] Dec 19 22:19:47.674 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8607 | 2024-12-19T22:19:49.538Z | [ host-image] Dec 19 22:19:47.677 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8608 | 2024-12-19T22:19:49.538Z | [ host-image] Dec 19 22:19:47.678 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8609 | 2024-12-19T22:19:49.539Z | [ host-image] Dec 19 22:19:47.678 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8610 | 2024-12-19T22:19:49.539Z | [ host-image] Dec 19 22:19:47.679 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8611 | 2024-12-19T22:19:49.543Z | [ host-image] Dec 19 22:19:47.680 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8612 | 2024-12-19T22:19:49.543Z | [ host-image] Dec 19 22:19:47.680 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8613 | 2024-12-19T22:19:49.543Z | [ host-image] Dec 19 22:19:47.681 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8614 | 2024-12-19T22:19:49.546Z | [ host-image] Dec 19 22:19:47.686 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8615 | 2024-12-19T22:19:49.548Z | [ host-image] Dec 19 22:19:47.687 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8616 | 2024-12-19T22:19:49.548Z | [ host-image] Dec 19 22:19:47.688 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8617 | 2024-12-19T22:19:49.548Z | [ host-image] Dec 19 22:19:47.688 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8618 | 2024-12-19T22:19:49.548Z | [ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8619 | 2024-12-19T22:19:49.548Z | [ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8620 | 2024-12-19T22:19:49.551Z | [ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8621 | 2024-12-19T22:19:49.551Z | [ host-image] Dec 19 22:19:47.690 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8622 | 2024-12-19T22:19:49.562Z | [ host-image] Dec 19 22:19:47.703 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8623 | 2024-12-19T22:19:49.562Z | [ host-image] Dec 19 22:19:47.703 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8624 | 2024-12-19T22:19:49.565Z | [ host-image] Dec 19 22:19:47.706 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8625 | 2024-12-19T22:19:49.568Z | [ host-image] Dec 19 22:19:47.708 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8626 | 2024-12-19T22:19:49.568Z | [ host-image] Dec 19 22:19:47.709 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8627 | 2024-12-19T22:19:49.570Z | [ host-image] Dec 19 22:19:47.709 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8628 | 2024-12-19T22:19:49.570Z | [ host-image] Dec 19 22:19:47.710 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8629 | 2024-12-19T22:19:49.570Z | [ host-image] Dec 19 22:19:47.710 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8630 | 2024-12-19T22:19:49.596Z | [ host-image] Dec 19 22:19:47.736 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8631 | 2024-12-19T22:19:49.596Z | [ host-image] Dec 19 22:19:47.736 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8632 | 2024-12-19T22:19:49.599Z | [ host-image] Dec 19 22:19:47.737 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8633 | 2024-12-19T22:19:49.599Z | [ host-image] Dec 19 22:19:47.739 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8634 | 2024-12-19T22:19:49.599Z | [ host-image] Dec 19 22:19:47.739 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8635 | 2024-12-19T22:19:49.655Z | [ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8636 | 2024-12-19T22:19:49.655Z | [ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8637 | 2024-12-19T22:19:49.658Z | [ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8638 | 2024-12-19T22:19:49.658Z | [ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8639 | 2024-12-19T22:19:49.658Z | [ host-image] Dec 19 22:19:47.795 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8640 | 2024-12-19T22:19:49.722Z | [ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8641 | 2024-12-19T22:19:49.724Z | [ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8642 | 2024-12-19T22:19:49.724Z | [ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8643 | 2024-12-19T22:19:49.724Z | [ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8644 | 2024-12-19T22:19:49.724Z | [ host-image] Dec 19 22:19:47.864 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8645 | 2024-12-19T22:19:49.724Z | [ host-image] Dec 19 22:19:47.864 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8646 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.865 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8647 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8648 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8649 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8650 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8651 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8652 | 2024-12-19T22:19:49.727Z | [ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8653 | 2024-12-19T22:19:49.731Z | [ host-image] Dec 19 22:19:47.872 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8654 | 2024-12-19T22:19:49.734Z | [ host-image] Dec 19 22:19:47.872 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8655 | 2024-12-19T22:19:49.736Z | [ host-image] Dec 19 22:19:47.874 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8656 | 2024-12-19T22:19:49.736Z | [ host-image] Dec 19 22:19:47.874 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8657 | 2024-12-19T22:19:49.736Z | [ host-image] Dec 19 22:19:47.875 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8658 | 2024-12-19T22:19:49.736Z | [ host-image] Dec 19 22:19:47.875 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8659 | 2024-12-19T22:19:49.737Z | [ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8660 | 2024-12-19T22:19:49.737Z | [ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8661 | 2024-12-19T22:19:49.737Z | [ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8662 | 2024-12-19T22:19:49.737Z | [ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8663 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8664 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8665 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8666 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8667 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8668 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8669 | 2024-12-19T22:19:49.740Z | [ host-image] Dec 19 22:19:47.879 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8670 | 2024-12-19T22:19:49.743Z | [ host-image] Dec 19 22:19:47.881 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8671 | 2024-12-19T22:19:49.743Z | [ host-image] Dec 19 22:19:47.881 INFO O| tempdir @ "/tmp/.tmpRUfsGF/tmp" |
8672 | 2024-12-19T22:19:49.743Z | [ host-image] Dec 19 22:19:47.881 INFO O| image root @ "/tmp/.tmpRUfsGF/tmp/root" |
8673 | 2024-12-19T22:19:49.743Z | [ host-image] Dec 19 22:19:47.881 INFO O| creating image... |
8674 | 2024-12-19T22:19:50.872Z | [ host-image] Dec 19 22:19:49.007 INFO O| copying publishers... |
8675 | 2024-12-19T22:19:55.117Z | [ recovery-image] Dec 19 22:19:53.235 INFO E| Compiling clap_derive v4.5.13 |
8676 | 2024-12-19T22:19:59.910Z | [ recovery-image] Dec 19 22:19:58.007 INFO E| Compiling clap v4.5.17 |
8677 | 2024-12-19T22:20:00.023Z | [ recovery-image] Dec 19 22:19:58.120 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8678 | 2024-12-19T22:20:02.534Z | [ recovery-image] Dec 19 22:20:00.619 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.62s |
8679 | 2024-12-19T22:20:02.548Z | [ recovery-image] Dec 19 22:20:00.634 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8680 | 2024-12-19T22:20:02.854Z | [ recovery-image] Dec 19 22:20:00.939 INFO E| Updating crates.io index |
8681 | 2024-12-19T22:20:03.076Z | [ recovery-image] Dec 19 22:20:01.160 INFO E| Downloading crates ... |
8682 | 2024-12-19T22:20:03.164Z | [ recovery-image] Dec 19 22:20:01.248 INFO E| Downloaded bitstruct_derive v0.1.0 |
8683 | 2024-12-19T22:20:03.167Z | [ recovery-image] Dec 19 22:20:01.249 INFO E| Downloaded bitstruct v0.1.1 |
8684 | 2024-12-19T22:20:03.169Z | [ recovery-image] Dec 19 22:20:01.251 INFO E| Downloaded seq-macro v0.3.5 |
8685 | 2024-12-19T22:20:03.172Z | [ recovery-image] Dec 19 22:20:01.254 INFO E| Downloaded bit_field v0.10.2 |
8686 | 2024-12-19T22:20:03.174Z | [ recovery-image] Dec 19 22:20:01.257 INFO E| Downloaded cpio_reader v0.1.1 |
8687 | 2024-12-19T22:20:03.192Z | [ recovery-image] Dec 19 22:20:01.275 INFO E| Downloaded raw-cpuid v10.7.0 |
8688 | 2024-12-19T22:20:03.197Z | [ recovery-image] Dec 19 22:20:01.280 INFO E| Downloaded syn v2.0.85 |
8689 | 2024-12-19T22:20:03.432Z | [ recovery-image] Dec 19 22:20:01.514 INFO E| Downloaded x86 v0.52.0 |
8690 | 2024-12-19T22:20:03.521Z | [ recovery-image] Dec 19 22:20:01.603 INFO E| Updating crates.io index |
8691 | 2024-12-19T22:20:03.681Z | [ recovery-image] Dec 19 22:20:01.762 INFO E| Downloading crates ... |
8692 | 2024-12-19T22:20:03.861Z | [ recovery-image] Dec 19 22:20:01.941 INFO E| Downloaded hashbrown v0.15.0 |
8693 | 2024-12-19T22:20:03.897Z | [ recovery-image] Dec 19 22:20:01.977 INFO E| Downloaded compiler_builtins v0.1.134 |
8694 | 2024-12-19T22:20:04.082Z | [ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling compiler_builtins v0.1.134 |
8695 | 2024-12-19T22:20:04.082Z | [ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8696 | 2024-12-19T22:20:04.083Z | [ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling proc-macro2 v1.0.89 |
8697 | 2024-12-19T22:20:04.086Z | [ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling unicode-ident v1.0.13 |
8698 | 2024-12-19T22:20:04.086Z | [ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling syn v1.0.109 |
8699 | 2024-12-19T22:20:04.087Z | [ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling x86 v0.52.0 |
8700 | 2024-12-19T22:20:04.087Z | [ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8701 | 2024-12-19T22:20:04.087Z | [ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling seq-macro v0.3.5 |
8702 | 2024-12-19T22:20:13.391Z | [ host-image] Dec 19 22:20:11.431 INFO O| adding properties... |
8703 | 2024-12-19T22:20:15.741Z | [ host-image] Dec 19 22:20:13.771 INFO O| installing packages... |
8704 | 2024-12-19T22:20:39.096Z | [ recovery-image] Dec 19 22:20:37.028 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8705 | 2024-12-19T22:20:42.276Z | [ recovery-image] Dec 19 22:20:40.194 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8706 | 2024-12-19T22:20:44.827Z | [ recovery-image] Dec 19 22:20:42.734 INFO E| Compiling quote v1.0.37 |
8707 | 2024-12-19T22:20:45.300Z | [ recovery-image] Dec 19 22:20:43.205 INFO E| Compiling syn v2.0.85 |
8708 | 2024-12-19T22:20:50.345Z | [ recovery-image] Dec 19 22:20:48.229 INFO E| Compiling bitflags v1.3.2 |
8709 | 2024-12-19T22:20:50.349Z | [ recovery-image] Dec 19 22:20:48.229 INFO E| Compiling plain v0.2.3 |
8710 | 2024-12-19T22:20:50.458Z | [ recovery-image] Dec 19 22:20:48.341 INFO E| Compiling raw-cpuid v10.7.0 |
8711 | 2024-12-19T22:20:50.475Z | [ recovery-image] Dec 19 22:20:48.357 INFO E| Compiling adler2 v2.0.0 |
8712 | 2024-12-19T22:20:50.780Z | [ recovery-image] Dec 19 22:20:48.662 INFO E| Compiling bit_field v0.10.2 |
8713 | 2024-12-19T22:20:50.808Z | [ recovery-image] Dec 19 22:20:48.690 INFO E| Compiling log v0.4.22 |
8714 | 2024-12-19T22:20:51.108Z | [ recovery-image] Dec 19 22:20:48.989 INFO E| Compiling miniz_oxide v0.8.0 |
8715 | 2024-12-19T22:20:51.111Z | [ host-image] Dec 19 22:20:48.990 INFO O| seeding SMF database... |
8716 | 2024-12-19T22:20:51.222Z | [ recovery-image] Dec 19 22:20:49.102 INFO E| Compiling cpio_reader v0.1.1 |
8717 | 2024-12-19T22:20:51.323Z | [ recovery-image] Dec 19 22:20:49.202 INFO E| Compiling static_assertions v1.1.0 |
8718 | 2024-12-19T22:20:52.565Z | [ recovery-image] Dec 19 22:20:50.439 INFO E| Compiling scroll_derive v0.12.0 |
8719 | 2024-12-19T22:20:55.216Z | [ recovery-image] Dec 19 22:20:53.079 INFO E| Compiling scroll v0.12.0 |
8720 | 2024-12-19T22:20:55.963Z | [ recovery-image] Dec 19 22:20:53.824 INFO E| Compiling goblin v0.8.2 |
8721 | 2024-12-19T22:20:59.074Z | [ recovery-image] Dec 19 22:20:56.921 INFO E| Compiling bitstruct_derive v0.1.0 |
8722 | 2024-12-19T22:21:01.297Z | [ recovery-image] Dec 19 22:20:59.134 INFO E| Compiling bitstruct v0.1.1 |
8723 | 2024-12-19T22:21:06.532Z | [ recovery-image] Dec 19 22:21:04.348 INFO E| Finished `release` profile [optimized] target(s) in 1m 03s |
8724 | 2024-12-19T22:21:06.564Z | [ recovery-image] Dec 19 22:21:04.379 INFO building host image... |
8725 | 2024-12-19T22:21:06.567Z | [ recovery-image] Dec 19 22:21:04.380 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") |
8726 | 2024-12-19T22:21:07.512Z | [ recovery-image] Dec 19 22:21:05.323 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8727 | 2024-12-19T22:21:07.701Z | [ host-image] Dec 19 22:21:05.512 INFO O| configuring SMF profile... |
8728 | 2024-12-19T22:21:07.705Z | [ host-image] Dec 19 22:21:05.512 INFO O| modifying shadow(5)... |
8729 | 2024-12-19T22:21:07.705Z | [ host-image] Dec 19 22:21:05.512 INFO O| loading user and group database... |
8730 | 2024-12-19T22:21:07.705Z | [ host-image] Dec 19 22:21:05.512 INFO O| assessing packaged files... |
8731 | 2024-12-19T22:21:10.038Z | [ recovery-image] Dec 19 22:21:07.838 INFO image complete! materials are in "/work/os-recovery" |
8732 | 2024-12-19T22:21:10.043Z | [ recovery-image] |
8733 | 2024-12-19T22:21:10.043Z | [ recovery-image] real 10:22.749469653 |
8734 | 2024-12-19T22:21:10.046Z | [ recovery-image] user 6:28.425724532 |
8735 | 2024-12-19T22:21:10.046Z | [ recovery-image] sys 1:06.687942469 |
8736 | 2024-12-19T22:21:10.046Z | [ recovery-image] trap 0.335584551 |
8737 | 2024-12-19T22:21:10.046Z | [ recovery-image] tflt 0.467209268 |
8738 | 2024-12-19T22:21:10.046Z | [ recovery-image] dflt 3.489552629 |
8739 | 2024-12-19T22:21:10.046Z | [ recovery-image] kflt 0.043275745 |
8740 | 2024-12-19T22:21:10.046Z | [ recovery-image] lock 14:27.818714785 |
8741 | 2024-12-19T22:21:10.046Z | [ recovery-image] slp 1:04:34.959019407 |
8742 | 2024-12-19T22:21:10.046Z | [ recovery-image] lat 4:39.267853392 |
8743 | 2024-12-19T22:21:10.046Z | [ recovery-image] stop 9.686059740 |
8744 | 2024-12-19T22:21:10.046Z | Dec 19 22:21:07.845 INFO [recovery-image] process exited with exit status: 0 (622.772888973s) |
8745 | 2024-12-19T22:21:12.816Z | [ host-image] Dec 19 22:21:10.604 INFO O| creating archive... |
8746 | 2024-12-19T22:21:12.894Z | [ host-image] Dec 19 22:21:10.683 INFO O| missing from packaging: |
8747 | 2024-12-19T22:21:12.894Z | [ host-image] Dec 19 22:21:10.683 INFO O| "etc/.pwd.lock" |
8748 | 2024-12-19T22:21:12.898Z | [ host-image] Dec 19 22:21:10.683 INFO O| "etc/bash" |
8749 | 2024-12-19T22:21:12.904Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/generic.xml" |
8750 | 2024-12-19T22:21:12.904Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/inetd_services.xml" |
8751 | 2024-12-19T22:21:12.904Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/name_service.xml" |
8752 | 2024-12-19T22:21:12.904Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/platform.xml" |
8753 | 2024-12-19T22:21:12.904Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8754 | 2024-12-19T22:21:12.906Z | [ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/repository.db" |
8755 | 2024-12-19T22:21:12.920Z | [ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share" |
8756 | 2024-12-19T22:21:12.920Z | [ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share/man" |
8757 | 2024-12-19T22:21:12.931Z | [ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share/man/man1" |
8758 | 2024-12-19T22:21:12.935Z | [ host-image] Dec 19 22:21:10.723 INFO O| finishing archive... |
8759 | 2024-12-19T22:21:16.683Z | [ host-image] Dec 19 22:21:14.456 INFO O| creating gzonly manifest... |
8760 | 2024-12-19T22:21:16.695Z | [ host-image] Dec 19 22:21:14.468 INFO O| ok |
8761 | 2024-12-19T22:21:16.860Z | [ host-image] Dec 19 22:21:14.631 INFO image builder template: ramdisk-02-trim... |
8762 | 2024-12-19T22:21:16.860Z | [ host-image] Dec 19 22:21:14.631 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8763 | 2024-12-19T22:21:16.900Z | [ host-image] Dec 19 22:21:14.671 INFO O| Dec 19 22:21:14.671 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8764 | 2024-12-19T22:21:16.922Z | [ host-image] Dec 19 22:21:14.693 INFO O| Dec 19 22:21:14.692 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8765 | 2024-12-19T22:21:17.078Z | [ host-image] Dec 19 22:21:14.848 INFO O| Dec 19 22:21:14.848 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8766 | 2024-12-19T22:21:17.164Z | [ host-image] Dec 19 22:21:14.935 INFO O| Dec 19 22:21:14.935 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8767 | 2024-12-19T22:21:17.165Z | [ host-image] Dec 19 22:21:14.935 INFO O| Dec 19 22:21:14.935 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8768 | 2024-12-19T22:21:17.175Z | [ host-image] Dec 19 22:21:14.945 INFO O| Dec 19 22:21:14.945 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8769 | 2024-12-19T22:21:17.183Z | [ host-image] Dec 19 22:21:14.953 INFO O| Dec 19 22:21:14.953 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8770 | 2024-12-19T22:21:17.192Z | [ host-image] Dec 19 22:21:14.962 INFO O| Dec 19 22:21:14.962 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8771 | 2024-12-19T22:21:17.638Z | [ host-image] Dec 19 22:21:15.407 INFO O| Dec 19 22:21:15.406 INFO rolled back to input snapshot; work may begin |
8772 | 2024-12-19T22:21:17.638Z | [ host-image] Dec 19 22:21:15.407 INFO O| Dec 19 22:21:15.407 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8773 | 2024-12-19T22:21:17.647Z | [ host-image] Dec 19 22:21:15.416 INFO O| Dec 19 22:21:15.416 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8774 | 2024-12-19T22:21:17.667Z | [ host-image] Dec 19 22:21:15.435 INFO O| Dec 19 22:21:15.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8775 | 2024-12-19T22:21:17.776Z | [ host-image] Dec 19 22:21:15.544 INFO O| Dec 19 22:21:15.544 INFO STEP 0 (remove_files) COMPLETE |
8776 | 2024-12-19T22:21:17.776Z | [ host-image] Dec 19 22:21:15.544 INFO O| Dec 19 22:21:15.544 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8777 | 2024-12-19T22:21:17.798Z | [ host-image] Dec 19 22:21:15.566 INFO O| Dec 19 22:21:15.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8778 | 2024-12-19T22:21:17.800Z | [ host-image] Dec 19 22:21:15.568 INFO O| Dec 19 22:21:15.568 INFO STEP 1 (remove_files) COMPLETE |
8779 | 2024-12-19T22:21:17.803Z | [ host-image] Dec 19 22:21:15.569 INFO O| Dec 19 22:21:15.568 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-12-19T22:21:17.822Z | [ host-image] Dec 19 22:21:15.590 INFO O| Dec 19 22:21:15.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8781 | 2024-12-19T22:21:17.845Z | [ host-image] Dec 19 22:21:15.612 INFO O| Dec 19 22:21:15.612 INFO STEP 2 (remove_files) COMPLETE |
8782 | 2024-12-19T22:21:17.845Z | [ host-image] Dec 19 22:21:15.612 INFO O| Dec 19 22:21:15.612 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8783 | 2024-12-19T22:21:17.865Z | [ host-image] Dec 19 22:21:15.632 INFO O| Dec 19 22:21:15.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8784 | 2024-12-19T22:21:17.867Z | [ host-image] Dec 19 22:21:15.635 INFO O| Dec 19 22:21:15.635 INFO STEP 3 (remove_files) COMPLETE |
8785 | 2024-12-19T22:21:17.869Z | [ host-image] Dec 19 22:21:15.635 INFO O| Dec 19 22:21:15.635 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8786 | 2024-12-19T22:21:17.899Z | [ host-image] Dec 19 22:21:15.667 INFO O| Dec 19 22:21:15.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8787 | 2024-12-19T22:21:17.905Z | [ host-image] Dec 19 22:21:15.672 INFO O| Dec 19 22:21:15.672 INFO STEP 4 (remove_files) COMPLETE |
8788 | 2024-12-19T22:21:17.905Z | [ host-image] Dec 19 22:21:15.673 INFO O| Dec 19 22:21:15.672 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-12-19T22:21:17.941Z | [ host-image] Dec 19 22:21:15.708 INFO O| Dec 19 22:21:15.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8790 | 2024-12-19T22:21:17.944Z | [ host-image] Dec 19 22:21:15.711 INFO O| Dec 19 22:21:15.711 INFO STEP 5 (remove_files) COMPLETE |
8791 | 2024-12-19T22:21:17.947Z | [ host-image] Dec 19 22:21:15.711 INFO O| Dec 19 22:21:15.711 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8792 | 2024-12-19T22:21:17.962Z | [ host-image] Dec 19 22:21:15.729 INFO O| Dec 19 22:21:15.729 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8793 | 2024-12-19T22:21:17.978Z | [ host-image] Dec 19 22:21:15.745 INFO O| Dec 19 22:21:15.745 INFO STEP 6 (remove_files) COMPLETE |
8794 | 2024-12-19T22:21:17.978Z | [ host-image] Dec 19 22:21:15.745 INFO O| Dec 19 22:21:15.745 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-12-19T22:21:17.998Z | [ host-image] Dec 19 22:21:15.765 INFO O| Dec 19 22:21:15.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8796 | 2024-12-19T22:21:18.019Z | [ host-image] Dec 19 22:21:15.785 INFO O| Dec 19 22:21:15.785 INFO STEP 7 (remove_files) COMPLETE |
8797 | 2024-12-19T22:21:18.019Z | [ host-image] Dec 19 22:21:15.785 INFO O| Dec 19 22:21:15.785 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8798 | 2024-12-19T22:21:18.050Z | [ host-image] Dec 19 22:21:15.816 INFO O| Dec 19 22:21:15.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8799 | 2024-12-19T22:21:18.170Z | [ host-image] Dec 19 22:21:15.936 INFO O| Dec 19 22:21:15.936 INFO STEP 8 (remove_files) COMPLETE |
8800 | 2024-12-19T22:21:18.171Z | [ host-image] Dec 19 22:21:15.936 INFO O| Dec 19 22:21:15.936 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-12-19T22:21:18.242Z | [ host-image] Dec 19 22:21:16.008 INFO O| Dec 19 22:21:16.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8802 | 2024-12-19T22:21:18.401Z | [ host-image] Dec 19 22:21:16.166 INFO O| Dec 19 22:21:16.166 INFO STEP 9 (remove_files) COMPLETE |
8803 | 2024-12-19T22:21:18.401Z | [ host-image] Dec 19 22:21:16.166 INFO O| Dec 19 22:21:16.166 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-12-19T22:21:18.422Z | [ host-image] Dec 19 22:21:16.187 INFO O| Dec 19 22:21:16.186 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8805 | 2024-12-19T22:21:18.428Z | [ host-image] Dec 19 22:21:16.193 INFO O| Dec 19 22:21:16.193 INFO STEP 10 (remove_files) COMPLETE |
8806 | 2024-12-19T22:21:18.431Z | [ host-image] Dec 19 22:21:16.194 INFO O| Dec 19 22:21:16.194 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-19T22:21:18.450Z | [ host-image] Dec 19 22:21:16.214 INFO O| Dec 19 22:21:16.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8808 | 2024-12-19T22:21:18.453Z | [ host-image] Dec 19 22:21:16.216 INFO O| Dec 19 22:21:16.216 INFO STEP 11 (remove_files) COMPLETE |
8809 | 2024-12-19T22:21:18.453Z | [ host-image] Dec 19 22:21:16.216 INFO O| Dec 19 22:21:16.216 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-19T22:21:18.471Z | [ host-image] Dec 19 22:21:16.236 INFO O| Dec 19 22:21:16.236 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8811 | 2024-12-19T22:21:18.473Z | [ host-image] Dec 19 22:21:16.239 INFO O| Dec 19 22:21:16.238 INFO STEP 12 (remove_files) COMPLETE |
8812 | 2024-12-19T22:21:18.475Z | [ host-image] Dec 19 22:21:16.239 INFO O| Dec 19 22:21:16.239 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-19T22:21:18.514Z | [ host-image] Dec 19 22:21:16.279 INFO O| Dec 19 22:21:16.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8814 | 2024-12-19T22:21:18.533Z | [ host-image] Dec 19 22:21:16.297 INFO O| Dec 19 22:21:16.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8815 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8816 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8817 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8818 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8819 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8820 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8821 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8822 | 2024-12-19T22:21:18.535Z | [ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8823 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8824 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8825 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.301 INFO O| Dec 19 22:21:16.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8826 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.301 INFO O| Dec 19 22:21:16.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8827 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.302 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8828 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.302 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8829 | 2024-12-19T22:21:18.538Z | [ host-image] Dec 19 22:21:16.303 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8830 | 2024-12-19T22:21:19.065Z | [ host-image] Dec 19 22:21:16.827 INFO O| Dec 19 22:21:16.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8831 | 2024-12-19T22:21:19.094Z | [ host-image] Dec 19 22:21:16.857 INFO O| Dec 19 22:21:16.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8832 | 2024-12-19T22:21:19.097Z | [ host-image] Dec 19 22:21:16.857 INFO O| Dec 19 22:21:16.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8833 | 2024-12-19T22:21:19.100Z | [ host-image] Dec 19 22:21:16.861 INFO O| Dec 19 22:21:16.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8834 | 2024-12-19T22:21:19.164Z | [ host-image] Dec 19 22:21:16.926 INFO O| Dec 19 22:21:16.926 INFO STEP 13 (remove_files) COMPLETE |
8835 | 2024-12-19T22:21:19.164Z | [ host-image] Dec 19 22:21:16.926 INFO O| Dec 19 22:21:16.926 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-12-19T22:21:19.183Z | [ host-image] Dec 19 22:21:16.945 INFO O| Dec 19 22:21:16.945 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8837 | 2024-12-19T22:21:19.187Z | [ host-image] Dec 19 22:21:16.947 INFO O| Dec 19 22:21:16.947 INFO STEP 14 (remove_files) COMPLETE |
8838 | 2024-12-19T22:21:19.187Z | [ host-image] Dec 19 22:21:16.947 INFO O| Dec 19 22:21:16.947 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-12-19T22:21:19.204Z | [ host-image] Dec 19 22:21:16.966 INFO O| Dec 19 22:21:16.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8840 | 2024-12-19T22:21:19.214Z | [ host-image] Dec 19 22:21:16.976 INFO O| Dec 19 22:21:16.976 INFO STEP 15 (remove_files) COMPLETE |
8841 | 2024-12-19T22:21:19.214Z | [ host-image] Dec 19 22:21:16.976 INFO O| Dec 19 22:21:16.976 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-12-19T22:21:19.249Z | [ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8843 | 2024-12-19T22:21:19.252Z | [ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.011 INFO STEP 16 (remove_files) COMPLETE |
8844 | 2024-12-19T22:21:19.252Z | [ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.011 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-12-19T22:21:19.282Z | [ host-image] Dec 19 22:21:17.044 INFO O| Dec 19 22:21:17.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8846 | 2024-12-19T22:21:19.285Z | [ host-image] Dec 19 22:21:17.046 INFO O| Dec 19 22:21:17.046 INFO STEP 17 (remove_files) COMPLETE |
8847 | 2024-12-19T22:21:19.285Z | [ host-image] Dec 19 22:21:17.046 INFO O| Dec 19 22:21:17.046 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-12-19T22:21:19.304Z | [ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8849 | 2024-12-19T22:21:19.305Z | [ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.066 INFO STEP 18 (remove_files) COMPLETE |
8850 | 2024-12-19T22:21:19.305Z | [ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.066 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-19T22:21:19.323Z | [ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8852 | 2024-12-19T22:21:19.323Z | [ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO STEP 19 (remove_files) COMPLETE |
8853 | 2024-12-19T22:21:19.323Z | [ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-19T22:21:19.345Z | [ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8855 | 2024-12-19T22:21:19.345Z | [ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO STEP 20 (remove_files) COMPLETE |
8856 | 2024-12-19T22:21:19.345Z | [ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-19T22:21:19.385Z | [ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8858 | 2024-12-19T22:21:19.385Z | [ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO STEP 21 (remove_files) COMPLETE |
8859 | 2024-12-19T22:21:19.386Z | [ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-19T22:21:19.403Z | [ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8861 | 2024-12-19T22:21:19.403Z | [ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO STEP 22 (remove_files) COMPLETE |
8862 | 2024-12-19T22:21:19.403Z | [ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-19T22:21:19.421Z | [ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8864 | 2024-12-19T22:21:19.421Z | [ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO STEP 23 (remove_files) COMPLETE |
8865 | 2024-12-19T22:21:19.421Z | [ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-19T22:21:19.456Z | [ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8867 | 2024-12-19T22:21:19.456Z | [ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO STEP 24 (remove_files) COMPLETE |
8868 | 2024-12-19T22:21:19.459Z | [ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-19T22:21:19.477Z | [ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8870 | 2024-12-19T22:21:19.477Z | [ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO STEP 25 (remove_files) COMPLETE |
8871 | 2024-12-19T22:21:19.477Z | [ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-19T22:21:19.498Z | [ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8873 | 2024-12-19T22:21:19.498Z | [ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO STEP 26 (remove_files) COMPLETE |
8874 | 2024-12-19T22:21:19.498Z | [ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-19T22:21:19.519Z | [ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8876 | 2024-12-19T22:21:19.519Z | [ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO STEP 27 (remove_files) COMPLETE |
8877 | 2024-12-19T22:21:19.519Z | [ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-19T22:21:19.541Z | [ host-image] Dec 19 22:21:17.300 INFO O| Dec 19 22:21:17.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8879 | 2024-12-19T22:21:19.543Z | [ host-image] Dec 19 22:21:17.300 INFO O| Dec 19 22:21:17.300 INFO STEP 28 (remove_files) COMPLETE |
8880 | 2024-12-19T22:21:19.543Z | [ host-image] Dec 19 22:21:17.301 INFO O| Dec 19 22:21:17.301 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-19T22:21:19.562Z | [ host-image] Dec 19 22:21:17.321 INFO O| Dec 19 22:21:17.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8882 | 2024-12-19T22:21:19.562Z | [ host-image] Dec 19 22:21:17.321 INFO O| Dec 19 22:21:17.321 INFO STEP 29 (remove_files) COMPLETE |
8883 | 2024-12-19T22:21:19.564Z | [ host-image] Dec 19 22:21:17.322 INFO O| Dec 19 22:21:17.322 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-19T22:21:19.582Z | [ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8885 | 2024-12-19T22:21:19.586Z | [ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO STEP 30 (remove_files) COMPLETE |
8886 | 2024-12-19T22:21:19.586Z | [ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-19T22:21:19.602Z | [ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8888 | 2024-12-19T22:21:19.602Z | [ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO STEP 31 (remove_files) COMPLETE |
8889 | 2024-12-19T22:21:19.605Z | [ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-19T22:21:19.635Z | [ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8891 | 2024-12-19T22:21:19.636Z | [ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO STEP 32 (remove_files) COMPLETE |
8892 | 2024-12-19T22:21:19.638Z | [ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-19T22:21:19.655Z | [ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8894 | 2024-12-19T22:21:19.655Z | [ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO STEP 33 (remove_files) COMPLETE |
8895 | 2024-12-19T22:21:19.655Z | [ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-19T22:21:19.675Z | [ host-image] Dec 19 22:21:17.434 INFO O| Dec 19 22:21:17.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8897 | 2024-12-19T22:21:19.675Z | [ host-image] Dec 19 22:21:17.435 INFO O| Dec 19 22:21:17.434 INFO STEP 34 (remove_files) COMPLETE |
8898 | 2024-12-19T22:21:19.675Z | [ host-image] Dec 19 22:21:17.435 INFO O| Dec 19 22:21:17.435 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-19T22:21:19.694Z | [ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8900 | 2024-12-19T22:21:19.694Z | [ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO STEP 35 (remove_files) COMPLETE |
8901 | 2024-12-19T22:21:19.697Z | [ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-19T22:21:19.713Z | [ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8903 | 2024-12-19T22:21:19.713Z | [ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO STEP 36 (remove_files) COMPLETE |
8904 | 2024-12-19T22:21:19.713Z | [ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-19T22:21:19.768Z | [ host-image] Dec 19 22:21:17.527 INFO O| Dec 19 22:21:17.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8906 | 2024-12-19T22:21:19.768Z | [ host-image] Dec 19 22:21:17.528 INFO O| Dec 19 22:21:17.528 INFO STEP 37 (remove_files) COMPLETE |
8907 | 2024-12-19T22:21:19.768Z | [ host-image] Dec 19 22:21:17.528 INFO O| Dec 19 22:21:17.528 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-19T22:21:19.786Z | [ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8909 | 2024-12-19T22:21:19.787Z | [ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO STEP 38 (remove_files) COMPLETE |
8910 | 2024-12-19T22:21:19.787Z | [ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-19T22:21:19.804Z | [ host-image] Dec 19 22:21:17.563 INFO O| Dec 19 22:21:17.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8912 | 2024-12-19T22:21:19.804Z | [ host-image] Dec 19 22:21:17.563 INFO O| Dec 19 22:21:17.563 INFO STEP 39 (remove_files) COMPLETE |
8913 | 2024-12-19T22:21:19.808Z | [ host-image] Dec 19 22:21:17.564 INFO O| Dec 19 22:21:17.563 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-19T22:21:19.819Z | [ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8915 | 2024-12-19T22:21:19.820Z | [ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO STEP 40 (remove_files) COMPLETE |
8916 | 2024-12-19T22:21:19.820Z | [ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-19T22:21:19.835Z | [ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8918 | 2024-12-19T22:21:19.835Z | [ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.595 INFO STEP 41 (remove_files) COMPLETE |
8919 | 2024-12-19T22:21:19.835Z | [ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.595 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-19T22:21:19.851Z | [ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8921 | 2024-12-19T22:21:19.851Z | [ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO STEP 42 (remove_files) COMPLETE |
8922 | 2024-12-19T22:21:19.851Z | [ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-19T22:21:19.868Z | [ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8924 | 2024-12-19T22:21:19.868Z | [ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO STEP 43 (remove_files) COMPLETE |
8925 | 2024-12-19T22:21:19.871Z | [ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-19T22:21:19.887Z | [ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8927 | 2024-12-19T22:21:19.887Z | [ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO STEP 44 (remove_files) COMPLETE |
8928 | 2024-12-19T22:21:19.887Z | [ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-19T22:21:19.910Z | [ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8930 | 2024-12-19T22:21:19.911Z | [ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO STEP 45 (remove_files) COMPLETE |
8931 | 2024-12-19T22:21:19.911Z | [ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-19T22:21:19.924Z | [ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8933 | 2024-12-19T22:21:19.924Z | [ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO STEP 46 (remove_files) COMPLETE |
8934 | 2024-12-19T22:21:19.924Z | [ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-19T22:21:19.944Z | [ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8936 | 2024-12-19T22:21:19.944Z | [ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO STEP 47 (remove_files) COMPLETE |
8937 | 2024-12-19T22:21:19.947Z | [ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-19T22:21:19.960Z | [ host-image] Dec 19 22:21:17.718 INFO O| Dec 19 22:21:17.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8939 | 2024-12-19T22:21:19.960Z | [ host-image] Dec 19 22:21:17.719 INFO O| Dec 19 22:21:17.719 INFO STEP 48 (remove_files) COMPLETE |
8940 | 2024-12-19T22:21:19.967Z | [ host-image] Dec 19 22:21:17.719 INFO O| Dec 19 22:21:17.719 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-19T22:21:19.979Z | [ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8942 | 2024-12-19T22:21:19.979Z | [ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO STEP 49 (remove_files) COMPLETE |
8943 | 2024-12-19T22:21:19.982Z | [ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-19T22:21:20.012Z | [ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8945 | 2024-12-19T22:21:20.013Z | [ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO STEP 50 (remove_files) COMPLETE |
8946 | 2024-12-19T22:21:20.013Z | [ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-19T22:21:20.112Z | [ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8948 | 2024-12-19T22:21:20.113Z | [ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO STEP 51 (remove_files) COMPLETE |
8949 | 2024-12-19T22:21:20.143Z | [ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-19T22:21:20.143Z | [ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8951 | 2024-12-19T22:21:20.143Z | [ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO STEP 52 (remove_files) COMPLETE |
8952 | 2024-12-19T22:21:20.144Z | [ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-19T22:21:20.144Z | [ host-image] Dec 19 22:21:17.857 INFO O| Dec 19 22:21:17.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8954 | 2024-12-19T22:21:20.144Z | [ host-image] Dec 19 22:21:17.858 INFO O| Dec 19 22:21:17.858 INFO STEP 53 (remove_files) COMPLETE |
8955 | 2024-12-19T22:21:20.144Z | [ host-image] Dec 19 22:21:17.858 INFO O| Dec 19 22:21:17.858 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-19T22:21:20.145Z | [ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8957 | 2024-12-19T22:21:20.145Z | [ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO STEP 54 (remove_files) COMPLETE |
8958 | 2024-12-19T22:21:20.145Z | [ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-19T22:21:20.174Z | [ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8960 | 2024-12-19T22:21:20.174Z | [ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO STEP 55 (remove_files) COMPLETE |
8961 | 2024-12-19T22:21:20.174Z | [ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-19T22:21:20.201Z | [ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8963 | 2024-12-19T22:21:20.201Z | [ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO STEP 56 (remove_files) COMPLETE |
8964 | 2024-12-19T22:21:20.202Z | [ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-19T22:21:20.202Z | [ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8966 | 2024-12-19T22:21:20.202Z | [ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO STEP 57 (remove_files) COMPLETE |
8967 | 2024-12-19T22:21:20.202Z | [ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-19T22:21:20.222Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8969 | 2024-12-19T22:21:20.222Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8970 | 2024-12-19T22:21:20.246Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8971 | 2024-12-19T22:21:20.246Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8972 | 2024-12-19T22:21:20.246Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8973 | 2024-12-19T22:21:20.246Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8974 | 2024-12-19T22:21:20.247Z | [ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO ok! |
8975 | 2024-12-19T22:21:20.247Z | [ host-image] Dec 19 22:21:17.969 INFO O| Dec 19 22:21:17.968 INFO STEP 58 (ensure_file) COMPLETE |
8976 | 2024-12-19T22:21:20.247Z | [ host-image] Dec 19 22:21:17.969 INFO O| Dec 19 22:21:17.969 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-19T22:21:20.299Z | [ host-image] Dec 19 22:21:18.030 INFO O| Dec 19 22:21:18.030 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8978 | 2024-12-19T22:21:20.299Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.030 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8979 | 2024-12-19T22:21:20.345Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8980 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8981 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8982 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8983 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO ok! |
8984 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO STEP 59 (ensure_file) COMPLETE |
8985 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8987 | 2024-12-19T22:21:20.346Z | [ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8988 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8989 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO ok! |
8990 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO STEP 60 (ensure_file) COMPLETE |
8991 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.052 INFO O| Dec 19 22:21:18.051 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.070 INFO O| Dec 19 22:21:18.070 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8993 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8994 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8995 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO ok! |
8996 | 2024-12-19T22:21:20.347Z | [ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO STEP 61 (ensure_file) COMPLETE |
8997 | 2024-12-19T22:21:20.348Z | [ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-19T22:21:20.389Z | [ host-image] Dec 19 22:21:18.090 INFO O| Dec 19 22:21:18.090 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8999 | 2024-12-19T22:21:20.389Z | [ host-image] Dec 19 22:21:18.090 INFO O| Dec 19 22:21:18.090 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9000 | 2024-12-19T22:21:20.389Z | [ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9001 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9002 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO ok! |
9003 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO STEP 62 (ensure_file) COMPLETE |
9004 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9005 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9006 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9007 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9008 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9009 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO ok! |
9010 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO STEP 63 (ensure_file) COMPLETE |
9011 | 2024-12-19T22:21:20.390Z | [ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2024-12-19T22:21:20.431Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9013 | 2024-12-19T22:21:20.432Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9014 | 2024-12-19T22:21:20.432Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9015 | 2024-12-19T22:21:20.432Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO ok! |
9016 | 2024-12-19T22:21:20.432Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO STEP 64 (assemble_files) COMPLETE |
9017 | 2024-12-19T22:21:20.432Z | [ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2024-12-19T22:21:20.466Z | [ host-image] Dec 19 22:21:18.170 INFO O| Dec 19 22:21:18.170 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9019 | 2024-12-19T22:21:20.466Z | [ host-image] Dec 19 22:21:18.170 INFO O| Dec 19 22:21:18.170 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9020 | 2024-12-19T22:21:20.466Z | [ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.170 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9021 | 2024-12-19T22:21:20.468Z | [ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9022 | 2024-12-19T22:21:20.468Z | [ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO ok! |
9023 | 2024-12-19T22:21:20.468Z | [ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO STEP 65 (ensure_file) COMPLETE |
9024 | 2024-12-19T22:21:20.468Z | [ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2024-12-19T22:21:20.499Z | [ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9026 | 2024-12-19T22:21:20.500Z | [ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9027 | 2024-12-19T22:21:20.500Z | [ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9028 | 2024-12-19T22:21:20.500Z | [ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO STEP 66 (ensure_dir) COMPLETE |
9029 | 2024-12-19T22:21:20.500Z | [ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9030 | 2024-12-19T22:21:20.530Z | [ host-image] Dec 19 22:21:18.263 INFO O| Dec 19 22:21:18.263 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9031 | 2024-12-19T22:21:20.531Z | [ host-image] Dec 19 22:21:18.263 INFO O| Dec 19 22:21:18.263 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 ... |
9032 | 2024-12-19T22:21:20.548Z | [ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 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 |
9033 | 2024-12-19T22:21:20.548Z | [ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9034 | 2024-12-19T22:21:20.548Z | [ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO ok! |
9035 | 2024-12-19T22:21:20.548Z | [ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO STEP 67 (ensure_file) COMPLETE |
9036 | 2024-12-19T22:21:20.548Z | [ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9037 | 2024-12-19T22:21:20.585Z | [ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9038 | 2024-12-19T22:21:20.585Z | [ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 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 ... |
9039 | 2024-12-19T22:21:20.585Z | [ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 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 |
9040 | 2024-12-19T22:21:20.591Z | [ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9041 | 2024-12-19T22:21:20.591Z | [ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO ok! |
9042 | 2024-12-19T22:21:20.591Z | [ host-image] Dec 19 22:21:18.336 INFO O| Dec 19 22:21:18.335 INFO STEP 68 (ensure_file) COMPLETE |
9043 | 2024-12-19T22:21:20.592Z | [ host-image] Dec 19 22:21:18.336 INFO O| Dec 19 22:21:18.335 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9044 | 2024-12-19T22:21:20.612Z | [ host-image] Dec 19 22:21:18.364 INFO O| Dec 19 22:21:18.364 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9045 | 2024-12-19T22:21:20.612Z | [ host-image] Dec 19 22:21:18.364 INFO O| Dec 19 22:21:18.364 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9046 | 2024-12-19T22:21:24.495Z | [ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO STEP 69 (pack_tar) COMPLETE |
9047 | 2024-12-19T22:21:24.495Z | [ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9048 | 2024-12-19T22:21:24.497Z | [ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9049 | 2024-12-19T22:21:24.945Z | [ host-image] Dec 19 22:21:22.683 INFO O| Dec 19 22:21:22.683 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9050 | 2024-12-19T22:21:25.078Z | [ host-image] Dec 19 22:21:22.815 INFO O| Dec 19 22:21:22.815 INFO completed processing gimlet/ramdisk-02-trim |
9051 | 2024-12-19T22:21:25.081Z | [ host-image] Dec 19 22:21:22.818 INFO image builder template: zfs... |
9052 | 2024-12-19T22:21:25.081Z | [ host-image] Dec 19 22:21:22.818 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9053 | 2024-12-19T22:21:25.105Z | [ host-image] Dec 19 22:21:22.842 INFO O| Dec 19 22:21:22.841 INFO skip include "stress" because feature "stress" is not enabled |
9054 | 2024-12-19T22:21:25.179Z | [ host-image] Dec 19 22:21:22.916 INFO O| Dec 19 22:21:22.916 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9055 | 2024-12-19T22:21:25.207Z | [ host-image] Dec 19 22:21:22.943 INFO O| Dec 19 22:21:22.943 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9056 | 2024-12-19T22:21:25.356Z | [ host-image] Dec 19 22:21:23.092 INFO O| Dec 19 22:21:23.092 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9057 | 2024-12-19T22:21:25.441Z | [ host-image] Dec 19 22:21:23.177 INFO O| Dec 19 22:21:23.177 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9058 | 2024-12-19T22:21:25.441Z | [ host-image] Dec 19 22:21:23.177 INFO O| Dec 19 22:21:23.177 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9059 | 2024-12-19T22:21:25.450Z | [ host-image] Dec 19 22:21:23.185 INFO O| Dec 19 22:21:23.185 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9060 | 2024-12-19T22:21:25.538Z | [ host-image] Dec 19 22:21:23.273 INFO O| Dec 19 22:21:23.273 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9061 | 2024-12-19T22:21:25.659Z | [ host-image] Dec 19 22:21:23.394 INFO O| Dec 19 22:21:23.394 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9062 | 2024-12-19T22:21:25.700Z | [ host-image] Dec 19 22:21:23.434 INFO O| Dec 19 22:21:23.434 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9063 | 2024-12-19T22:21:25.710Z | [ host-image] Dec 19 22:21:23.444 INFO O| Dec 19 22:21:23.444 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9064 | 2024-12-19T22:21:25.713Z | [ host-image] Dec 19 22:21:23.444 INFO O| Dec 19 22:21:23.444 INFO no lofi found |
9065 | 2024-12-19T22:21:25.713Z | [ host-image] Dec 19 22:21:23.445 INFO O| Dec 19 22:21:23.445 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9066 | 2024-12-19T22:21:25.713Z | [ host-image] Dec 19 22:21:23.445 INFO O| Dec 19 22:21:23.445 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9067 | 2024-12-19T22:21:27.283Z | [ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9068 | 2024-12-19T22:21:27.283Z | [ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9069 | 2024-12-19T22:21:27.286Z | [ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.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"] |
9070 | 2024-12-19T22:21:27.611Z | [ host-image] Dec 19 22:21:25.338 INFO O| Dec 19 22:21:25.338 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9071 | 2024-12-19T22:21:27.611Z | [ host-image] Dec 19 22:21:25.338 INFO O| Dec 19 22:21:25.338 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9072 | 2024-12-19T22:21:27.648Z | [ host-image] Dec 19 22:21:25.374 INFO O| Dec 19 22:21:25.374 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9073 | 2024-12-19T22:21:27.768Z | [ host-image] Dec 19 22:21:25.494 INFO O| Dec 19 22:21:25.493 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9074 | 2024-12-19T22:21:27.828Z | [ host-image] Dec 19 22:21:25.553 INFO O| Dec 19 22:21:25.553 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9075 | 2024-12-19T22:21:27.856Z | [ host-image] Dec 19 22:21:25.582 INFO O| Dec 19 22:21:25.581 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9076 | 2024-12-19T22:21:27.880Z | [ host-image] Dec 19 22:21:25.605 INFO O| Dec 19 22:21:25.605 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9077 | 2024-12-19T22:21:27.973Z | [ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9078 | 2024-12-19T22:21:27.976Z | [ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9079 | 2024-12-19T22:21:27.976Z | [ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9080 | 2024-12-19T22:21:27.991Z | [ host-image] Dec 19 22:21:25.716 INFO O| Dec 19 22:21:25.716 INFO boot environment UUID: e8f91005-4bef-47a0-9477-24e72eb2f414 |
9081 | 2024-12-19T22:21:27.991Z | [ host-image] Dec 19 22:21:25.716 INFO O| Dec 19 22:21:25.716 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e8f91005-4bef-47a0-9477-24e72eb2f414 |
9082 | 2024-12-19T22:21:28.030Z | [ host-image] Dec 19 22:21:25.754 INFO O| Dec 19 22:21:25.754 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9083 | 2024-12-19T22:21:28.065Z | [ host-image] Dec 19 22:21:25.789 INFO O| Dec 19 22:21:25.789 INFO STEP 0 (create_be) COMPLETE |
9084 | 2024-12-19T22:21:28.065Z | [ host-image] Dec 19 22:21:25.789 INFO O| Dec 19 22:21:25.789 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9085 | 2024-12-19T22:21:28.096Z | [ host-image] Dec 19 22:21:25.820 INFO O| Dec 19 22:21:25.820 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9086 | 2024-12-19T22:21:51.830Z | [ host-image] Dec 19 22:21:49.454 INFO O| Dec 19 22:21:49.454 INFO STEP 1 (unpack_tar) COMPLETE |
9087 | 2024-12-19T22:21:51.830Z | [ host-image] Dec 19 22:21:49.454 INFO O| Dec 19 22:21:49.454 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9088 | 2024-12-19T22:21:51.849Z | [ host-image] Dec 19 22:21:49.472 INFO O| Dec 19 22:21:49.472 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9089 | 2024-12-19T22:21:52.543Z | [ host-image] Dec 19 22:21:50.164 INFO O| Dec 19 22:21:50.163 INFO STEP 2 (devfsadm) COMPLETE |
9090 | 2024-12-19T22:21:52.543Z | [ host-image] Dec 19 22:21:50.164 INFO O| Dec 19 22:21:50.164 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9091 | 2024-12-19T22:21:52.564Z | [ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9092 | 2024-12-19T22:21:52.567Z | [ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9093 | 2024-12-19T22:21:52.567Z | [ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO STEP 3 (ensure_dir) COMPLETE |
9094 | 2024-12-19T22:21:52.567Z | [ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9095 | 2024-12-19T22:21:52.585Z | [ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9096 | 2024-12-19T22:21:52.585Z | [ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO STEP 4 (ensure_dir) COMPLETE |
9097 | 2024-12-19T22:21:52.585Z | [ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9098 | 2024-12-19T22:21:52.601Z | [ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9099 | 2024-12-19T22:21:52.601Z | [ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO STEP 5 (ensure_dir) COMPLETE |
9100 | 2024-12-19T22:21:52.604Z | [ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9101 | 2024-12-19T22:21:52.616Z | [ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9102 | 2024-12-19T22:21:52.616Z | [ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9103 | 2024-12-19T22:21:52.616Z | [ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO STEP 6 (ensure_dir) COMPLETE |
9104 | 2024-12-19T22:21:52.619Z | [ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9105 | 2024-12-19T22:21:52.637Z | [ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9106 | 2024-12-19T22:21:52.637Z | [ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9107 | 2024-12-19T22:21:52.639Z | [ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO STEP 7 (ensure_dir) COMPLETE |
9108 | 2024-12-19T22:21:52.639Z | [ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-19T22:21:52.656Z | [ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9110 | 2024-12-19T22:21:52.659Z | [ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.277 INFO STEP 8 (remove_files) COMPLETE |
9111 | 2024-12-19T22:21:52.659Z | [ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.277 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2024-12-19T22:21:52.677Z | [ host-image] Dec 19 22:21:50.297 INFO O| Dec 19 22:21:50.297 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9113 | 2024-12-19T22:21:52.679Z | [ host-image] Dec 19 22:21:50.298 INFO O| Dec 19 22:21:50.298 INFO STEP 9 (remove_files) COMPLETE |
9114 | 2024-12-19T22:21:52.680Z | [ host-image] Dec 19 22:21:50.298 INFO O| Dec 19 22:21:50.298 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9115 | 2024-12-19T22:21:52.696Z | [ host-image] Dec 19 22:21:50.316 INFO O| Dec 19 22:21:50.316 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9116 | 2024-12-19T22:21:52.699Z | [ host-image] Dec 19 22:21:50.318 INFO O| Dec 19 22:21:50.317 INFO STEP 10 (remove_files) COMPLETE |
9117 | 2024-12-19T22:21:52.699Z | [ host-image] Dec 19 22:21:50.318 INFO O| Dec 19 22:21:50.317 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2024-12-19T22:21:52.718Z | [ host-image] Dec 19 22:21:50.338 INFO O| Dec 19 22:21:50.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9119 | 2024-12-19T22:21:52.721Z | [ host-image] Dec 19 22:21:50.338 INFO O| Dec 19 22:21:50.338 INFO STEP 11 (remove_files) COMPLETE |
9120 | 2024-12-19T22:21:52.721Z | [ host-image] Dec 19 22:21:50.339 INFO O| Dec 19 22:21:50.338 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9121 | 2024-12-19T22:21:52.739Z | [ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9122 | 2024-12-19T22:21:52.741Z | [ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO STEP 12 (remove_files) COMPLETE |
9123 | 2024-12-19T22:21:52.741Z | [ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9124 | 2024-12-19T22:21:52.759Z | [ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.378 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9125 | 2024-12-19T22:21:52.761Z | [ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9126 | 2024-12-19T22:21:52.761Z | [ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO STEP 13 (ensure_dir) COMPLETE |
9127 | 2024-12-19T22:21:52.761Z | [ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9128 | 2024-12-19T22:21:52.782Z | [ host-image] Dec 19 22:21:50.398 INFO O| Dec 19 22:21:50.398 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9129 | 2024-12-19T22:21:52.783Z | [ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9130 | 2024-12-19T22:21:52.785Z | [ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9131 | 2024-12-19T22:21:52.785Z | [ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO STEP 14 (ensure_dir) COMPLETE |
9132 | 2024-12-19T22:21:52.785Z | [ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9133 | 2024-12-19T22:21:52.797Z | [ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9134 | 2024-12-19T22:21:52.801Z | [ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9135 | 2024-12-19T22:21:52.801Z | [ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9136 | 2024-12-19T22:21:52.801Z | [ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO STEP 15 (ensure_dir) COMPLETE |
9137 | 2024-12-19T22:21:52.801Z | [ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9138 | 2024-12-19T22:21:52.815Z | [ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9139 | 2024-12-19T22:21:52.818Z | [ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9140 | 2024-12-19T22:21:52.818Z | [ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO STEP 16 (ensure_dir) COMPLETE |
9141 | 2024-12-19T22:21:52.818Z | [ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9142 | 2024-12-19T22:21:52.832Z | [ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9143 | 2024-12-19T22:21:52.832Z | [ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9144 | 2024-12-19T22:21:52.833Z | [ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO STEP 17 (ensure_dir) COMPLETE |
9145 | 2024-12-19T22:21:52.833Z | [ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9146 | 2024-12-19T22:21:52.850Z | [ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9147 | 2024-12-19T22:21:52.850Z | [ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9148 | 2024-12-19T22:21:52.852Z | [ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO ok! |
9149 | 2024-12-19T22:21:52.852Z | [ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO STEP 18 (ensure_symlink) COMPLETE |
9150 | 2024-12-19T22:21:52.852Z | [ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9151 | 2024-12-19T22:21:52.868Z | [ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9152 | 2024-12-19T22:21:52.868Z | [ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9153 | 2024-12-19T22:21:52.868Z | [ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO ok! |
9154 | 2024-12-19T22:21:52.871Z | [ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO STEP 19 (ensure_file) COMPLETE |
9155 | 2024-12-19T22:21:52.871Z | [ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9156 | 2024-12-19T22:21:52.886Z | [ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9157 | 2024-12-19T22:21:52.886Z | [ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9158 | 2024-12-19T22:21:52.889Z | [ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9159 | 2024-12-19T22:21:52.889Z | [ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO ok! |
9160 | 2024-12-19T22:21:52.889Z | [ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO STEP 20 (ensure_symlink) COMPLETE |
9161 | 2024-12-19T22:21:52.889Z | [ host-image] Dec 19 22:21:50.506 INFO O| Dec 19 22:21:50.505 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9162 | 2024-12-19T22:21:52.904Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9163 | 2024-12-19T22:21:52.904Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9164 | 2024-12-19T22:21:52.904Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9165 | 2024-12-19T22:21:52.906Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO ok! |
9166 | 2024-12-19T22:21:52.906Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO STEP 21 (ensure_symlink) COMPLETE |
9167 | 2024-12-19T22:21:52.906Z | [ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9168 | 2024-12-19T22:21:52.923Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9169 | 2024-12-19T22:21:52.923Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9170 | 2024-12-19T22:21:52.923Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9171 | 2024-12-19T22:21:52.927Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO ok! |
9172 | 2024-12-19T22:21:52.927Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO STEP 22 (ensure_symlink) COMPLETE |
9173 | 2024-12-19T22:21:52.927Z | [ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9174 | 2024-12-19T22:21:52.941Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9175 | 2024-12-19T22:21:52.942Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9176 | 2024-12-19T22:21:52.942Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9177 | 2024-12-19T22:21:52.944Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO ok! |
9178 | 2024-12-19T22:21:52.944Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO STEP 23 (ensure_symlink) COMPLETE |
9179 | 2024-12-19T22:21:52.944Z | [ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9180 | 2024-12-19T22:21:52.961Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.580 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9181 | 2024-12-19T22:21:52.964Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9182 | 2024-12-19T22:21:52.964Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9183 | 2024-12-19T22:21:52.964Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO ok! |
9184 | 2024-12-19T22:21:52.964Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO STEP 24 (ensure_file) COMPLETE |
9185 | 2024-12-19T22:21:52.964Z | [ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9186 | 2024-12-19T22:21:52.981Z | [ host-image] Dec 19 22:21:50.600 INFO O| Dec 19 22:21:50.600 INFO updating shadow file |
9187 | 2024-12-19T22:21:52.984Z | [ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9188 | 2024-12-19T22:21:52.984Z | [ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9189 | 2024-12-19T22:21:52.984Z | [ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO STEP 25 (shadow) COMPLETE |
9190 | 2024-12-19T22:21:52.984Z | [ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9191 | 2024-12-19T22:21:53.000Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9192 | 2024-12-19T22:21:53.000Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9193 | 2024-12-19T22:21:53.002Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9194 | 2024-12-19T22:21:53.002Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO ok! |
9195 | 2024-12-19T22:21:53.002Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO STEP 26 (ensure_file) COMPLETE |
9196 | 2024-12-19T22:21:53.002Z | [ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9197 | 2024-12-19T22:21:53.019Z | [ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9198 | 2024-12-19T22:21:53.020Z | [ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9199 | 2024-12-19T22:21:53.020Z | [ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9200 | 2024-12-19T22:21:53.022Z | [ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO ok! |
9201 | 2024-12-19T22:21:53.022Z | [ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO STEP 27 (ensure_file) COMPLETE |
9202 | 2024-12-19T22:21:53.022Z | [ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9203 | 2024-12-19T22:21:53.038Z | [ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9204 | 2024-12-19T22:21:53.038Z | [ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9205 | 2024-12-19T22:21:53.041Z | [ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9206 | 2024-12-19T22:21:53.041Z | [ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9207 | 2024-12-19T22:21:53.041Z | [ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO ok! |
9208 | 2024-12-19T22:21:53.041Z | [ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO STEP 28 (ensure_file) COMPLETE |
9209 | 2024-12-19T22:21:53.041Z | [ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9210 | 2024-12-19T22:21:53.058Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9211 | 2024-12-19T22:21:53.058Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9212 | 2024-12-19T22:21:53.058Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9213 | 2024-12-19T22:21:53.061Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO ok! |
9214 | 2024-12-19T22:21:53.061Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO STEP 29 (ensure_file) COMPLETE |
9215 | 2024-12-19T22:21:53.061Z | [ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9216 | 2024-12-19T22:21:53.075Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9217 | 2024-12-19T22:21:53.076Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9218 | 2024-12-19T22:21:53.078Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9219 | 2024-12-19T22:21:53.078Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO ok! |
9220 | 2024-12-19T22:21:53.078Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO STEP 30 (ensure_file) COMPLETE |
9221 | 2024-12-19T22:21:53.079Z | [ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9222 | 2024-12-19T22:21:53.095Z | [ host-image] Dec 19 22:21:50.713 INFO O| Dec 19 22:21:50.713 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9223 | 2024-12-19T22:21:53.095Z | [ host-image] Dec 19 22:21:50.713 INFO O| Dec 19 22:21:50.713 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9224 | 2024-12-19T22:21:53.095Z | [ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9225 | 2024-12-19T22:21:53.098Z | [ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9226 | 2024-12-19T22:21:53.098Z | [ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO ok! |
9227 | 2024-12-19T22:21:53.098Z | [ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO STEP 31 (ensure_file) COMPLETE |
9228 | 2024-12-19T22:21:53.098Z | [ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9229 | 2024-12-19T22:21:53.112Z | [ host-image] Dec 19 22:21:50.730 INFO O| Dec 19 22:21:50.730 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9230 | 2024-12-19T22:21:53.112Z | [ host-image] Dec 19 22:21:50.730 INFO O| Dec 19 22:21:50.730 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9231 | 2024-12-19T22:21:53.115Z | [ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9232 | 2024-12-19T22:21:53.115Z | [ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO ok! |
9233 | 2024-12-19T22:21:53.115Z | [ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO STEP 32 (ensure_file) COMPLETE |
9234 | 2024-12-19T22:21:53.115Z | [ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9235 | 2024-12-19T22:21:53.126Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9236 | 2024-12-19T22:21:53.126Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9237 | 2024-12-19T22:21:53.128Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9238 | 2024-12-19T22:21:53.128Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO ok! |
9239 | 2024-12-19T22:21:53.128Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO STEP 33 (ensure_file) COMPLETE |
9240 | 2024-12-19T22:21:53.128Z | [ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9241 | 2024-12-19T22:21:53.145Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9242 | 2024-12-19T22:21:53.145Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9243 | 2024-12-19T22:21:53.147Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9244 | 2024-12-19T22:21:53.147Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9245 | 2024-12-19T22:21:53.147Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9246 | 2024-12-19T22:21:53.147Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9247 | 2024-12-19T22:21:53.148Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO ok! |
9248 | 2024-12-19T22:21:53.148Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO STEP 34 (ensure_file) COMPLETE |
9249 | 2024-12-19T22:21:53.148Z | [ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9250 | 2024-12-19T22:21:53.165Z | [ host-image] Dec 19 22:21:50.783 INFO O| Dec 19 22:21:50.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9251 | 2024-12-19T22:21:53.165Z | [ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9252 | 2024-12-19T22:21:53.168Z | [ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9253 | 2024-12-19T22:21:53.168Z | [ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO STEP 35 (ensure_dir) COMPLETE |
9254 | 2024-12-19T22:21:53.168Z | [ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9255 | 2024-12-19T22:21:53.185Z | [ host-image] Dec 19 22:21:50.803 INFO O| Dec 19 22:21:50.803 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 |
9256 | 2024-12-19T22:21:53.188Z | [ host-image] Dec 19 22:21:50.803 INFO O| Dec 19 22:21:50.803 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 ... |
9257 | 2024-12-19T22:21:53.188Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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 |
9258 | 2024-12-19T22:21:53.188Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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 |
9259 | 2024-12-19T22:21:53.188Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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 |
9260 | 2024-12-19T22:21:53.189Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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 |
9261 | 2024-12-19T22:21:53.189Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO ok! |
9262 | 2024-12-19T22:21:53.189Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO STEP 36 (ensure_file) COMPLETE |
9263 | 2024-12-19T22:21:53.189Z | [ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9264 | 2024-12-19T22:21:53.205Z | [ host-image] Dec 19 22:21:50.823 INFO O| Dec 19 22:21:50.823 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9265 | 2024-12-19T22:21:53.206Z | [ host-image] Dec 19 22:21:50.823 INFO O| Dec 19 22:21:50.823 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 ... |
9266 | 2024-12-19T22:21:53.208Z | [ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9267 | 2024-12-19T22:21:53.208Z | [ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO ok! |
9268 | 2024-12-19T22:21:53.208Z | [ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO STEP 37 (ensure_symlink) COMPLETE |
9269 | 2024-12-19T22:21:53.208Z | [ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9270 | 2024-12-19T22:21:53.226Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9271 | 2024-12-19T22:21:53.226Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9272 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9273 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9274 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9275 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9276 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO ok! |
9277 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO STEP 38 (ensure_file) COMPLETE |
9278 | 2024-12-19T22:21:53.229Z | [ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9279 | 2024-12-19T22:21:53.244Z | [ host-image] Dec 19 22:21:50.862 INFO O| Dec 19 22:21:50.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9280 | 2024-12-19T22:21:53.245Z | [ host-image] Dec 19 22:21:50.862 INFO O| Dec 19 22:21:50.862 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 ... |
9281 | 2024-12-19T22:21:53.248Z | [ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.862 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 |
9282 | 2024-12-19T22:21:53.248Z | [ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9283 | 2024-12-19T22:21:53.248Z | [ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO ok! |
9284 | 2024-12-19T22:21:53.248Z | [ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO STEP 39 (ensure_file) COMPLETE |
9285 | 2024-12-19T22:21:53.248Z | [ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9286 | 2024-12-19T22:21:53.258Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9287 | 2024-12-19T22:21:53.261Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9288 | 2024-12-19T22:21:53.261Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9289 | 2024-12-19T22:21:53.261Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO ok! |
9290 | 2024-12-19T22:21:53.261Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO STEP 40 (ensure_file) COMPLETE |
9291 | 2024-12-19T22:21:53.262Z | [ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9292 | 2024-12-19T22:21:53.277Z | [ host-image] Dec 19 22:21:50.894 INFO O| Dec 19 22:21:50.894 INFO updating shadow file |
9293 | 2024-12-19T22:21:53.279Z | [ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9294 | 2024-12-19T22:21:53.279Z | [ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.895 INFO STEP 41 (shadow) COMPLETE |
9295 | 2024-12-19T22:21:53.279Z | [ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.895 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9296 | 2024-12-19T22:21:53.291Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9297 | 2024-12-19T22:21:53.291Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9298 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9299 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9300 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO ok! |
9301 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 42 (ensure_file) COMPLETE |
9302 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9303 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO skip step because feature "mfg" is not enabled |
9304 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9305 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO skip step because feature "mfg" is not enabled |
9306 | 2024-12-19T22:21:53.295Z | [ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9307 | 2024-12-19T22:21:53.310Z | [ host-image] Dec 19 22:21:50.928 INFO O| Dec 19 22:21:50.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9308 | 2024-12-19T22:21:53.310Z | [ host-image] Dec 19 22:21:50.928 INFO O| Dec 19 22:21:50.928 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9309 | 2024-12-19T22:21:54.136Z | [ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9310 | 2024-12-19T22:21:54.136Z | [ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9311 | 2024-12-19T22:21:54.136Z | [ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO ok! |
9312 | 2024-12-19T22:21:54.139Z | [ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO STEP 45 (ensure_file) COMPLETE |
9313 | 2024-12-19T22:21:54.139Z | [ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9314 | 2024-12-19T22:21:54.155Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9315 | 2024-12-19T22:21:54.155Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9316 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9317 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9318 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9319 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9320 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.769 INFO ok! |
9321 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.770 INFO STEP 46 (ensure_file) COMPLETE |
9322 | 2024-12-19T22:21:54.158Z | [ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.770 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9323 | 2024-12-19T22:21:54.169Z | [ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9324 | 2024-12-19T22:21:54.170Z | [ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 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 ... |
9325 | 2024-12-19T22:21:54.173Z | [ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 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 |
9326 | 2024-12-19T22:21:54.173Z | [ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9327 | 2024-12-19T22:21:54.173Z | [ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO ok! |
9328 | 2024-12-19T22:21:54.173Z | [ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO STEP 47 (ensure_file) COMPLETE |
9329 | 2024-12-19T22:21:54.173Z | [ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9330 | 2024-12-19T22:21:54.187Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9331 | 2024-12-19T22:21:54.187Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9332 | 2024-12-19T22:21:54.190Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9333 | 2024-12-19T22:21:54.190Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9334 | 2024-12-19T22:21:54.190Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9335 | 2024-12-19T22:21:54.190Z | [ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9336 | 2024-12-19T22:21:54.190Z | [ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.801 INFO ok! |
9337 | 2024-12-19T22:21:54.191Z | [ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.802 INFO STEP 48 (ensure_file) COMPLETE |
9338 | 2024-12-19T22:21:54.191Z | [ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.802 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9339 | 2024-12-19T22:21:54.207Z | [ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9340 | 2024-12-19T22:21:54.208Z | [ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 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 ... |
9341 | 2024-12-19T22:21:54.211Z | [ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 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 |
9342 | 2024-12-19T22:21:54.211Z | [ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9343 | 2024-12-19T22:21:54.211Z | [ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO ok! |
9344 | 2024-12-19T22:21:54.211Z | [ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO STEP 49 (ensure_file) COMPLETE |
9345 | 2024-12-19T22:21:54.211Z | [ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9346 | 2024-12-19T22:21:54.228Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9347 | 2024-12-19T22:21:54.228Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9348 | 2024-12-19T22:21:54.228Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9349 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9350 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9351 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9352 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO ok! |
9353 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.842 INFO O| Dec 19 22:21:51.841 INFO STEP 50 (ensure_file) COMPLETE |
9354 | 2024-12-19T22:21:54.231Z | [ host-image] Dec 19 22:21:51.842 INFO O| Dec 19 22:21:51.842 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9355 | 2024-12-19T22:21:54.247Z | [ host-image] Dec 19 22:21:51.860 INFO O| Dec 19 22:21:51.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9356 | 2024-12-19T22:21:54.247Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.860 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 ... |
9357 | 2024-12-19T22:21:54.249Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 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 |
9358 | 2024-12-19T22:21:54.249Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9359 | 2024-12-19T22:21:54.249Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO ok! |
9360 | 2024-12-19T22:21:54.249Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO STEP 51 (ensure_file) COMPLETE |
9361 | 2024-12-19T22:21:54.249Z | [ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9362 | 2024-12-19T22:21:54.265Z | [ host-image] Dec 19 22:21:51.878 INFO O| Dec 19 22:21:51.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9363 | 2024-12-19T22:21:54.265Z | [ host-image] Dec 19 22:21:51.878 INFO O| Dec 19 22:21:51.878 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 ... |
9364 | 2024-12-19T22:21:54.268Z | [ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 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 |
9365 | 2024-12-19T22:21:54.268Z | [ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9366 | 2024-12-19T22:21:54.268Z | [ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO ok! |
9367 | 2024-12-19T22:21:54.268Z | [ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO STEP 52 (ensure_file) COMPLETE |
9368 | 2024-12-19T22:21:54.268Z | [ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9369 | 2024-12-19T22:21:54.284Z | [ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9370 | 2024-12-19T22:21:54.284Z | [ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 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 ... |
9371 | 2024-12-19T22:21:54.288Z | [ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 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 |
9372 | 2024-12-19T22:21:54.288Z | [ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9373 | 2024-12-19T22:21:54.288Z | [ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO ok! |
9374 | 2024-12-19T22:21:54.289Z | [ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO STEP 53 (ensure_file) COMPLETE |
9375 | 2024-12-19T22:21:54.289Z | [ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9376 | 2024-12-19T22:21:54.303Z | [ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9377 | 2024-12-19T22:21:54.303Z | [ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO STEP 54 (ensure_dir) COMPLETE |
9378 | 2024-12-19T22:21:54.305Z | [ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2024-12-19T22:21:54.319Z | [ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9380 | 2024-12-19T22:21:54.319Z | [ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9381 | 2024-12-19T22:21:54.319Z | [ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO STEP 55 (ensure_dir) COMPLETE |
9382 | 2024-12-19T22:21:54.319Z | [ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-12-19T22:21:54.332Z | [ host-image] Dec 19 22:21:51.945 INFO O| Dec 19 22:21:51.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9384 | 2024-12-19T22:21:54.332Z | [ host-image] Dec 19 22:21:51.945 INFO O| Dec 19 22:21:51.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9385 | 2024-12-19T22:21:54.332Z | [ host-image] Dec 19 22:21:51.946 INFO O| Dec 19 22:21:51.945 INFO STEP 56 (ensure_dir) COMPLETE |
9386 | 2024-12-19T22:21:54.335Z | [ host-image] Dec 19 22:21:51.946 INFO O| Dec 19 22:21:51.946 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-12-19T22:21:54.356Z | [ host-image] Dec 19 22:21:51.969 INFO O| Dec 19 22:21:51.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9388 | 2024-12-19T22:21:54.356Z | [ host-image] Dec 19 22:21:51.969 INFO O| Dec 19 22:21:51.969 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9389 | 2024-12-19T22:21:54.382Z | [ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9390 | 2024-12-19T22:21:54.382Z | [ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO ok! |
9391 | 2024-12-19T22:21:54.382Z | [ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO STEP 57 (ensure_file) COMPLETE |
9392 | 2024-12-19T22:21:54.382Z | [ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-12-19T22:21:54.405Z | [ host-image] Dec 19 22:21:52.017 INFO O| Dec 19 22:21:52.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9394 | 2024-12-19T22:21:54.405Z | [ host-image] Dec 19 22:21:52.017 INFO O| Dec 19 22:21:52.017 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9395 | 2024-12-19T22:21:55.839Z | [ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9396 | 2024-12-19T22:21:55.839Z | [ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO ok! |
9397 | 2024-12-19T22:21:55.839Z | [ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO STEP 58 (ensure_file) COMPLETE |
9398 | 2024-12-19T22:21:55.842Z | [ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-12-19T22:21:55.854Z | [ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9400 | 2024-12-19T22:21:55.857Z | [ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9401 | 2024-12-19T22:21:55.857Z | [ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO STEP 59 (ensure_dir) COMPLETE |
9402 | 2024-12-19T22:21:55.857Z | [ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9403 | 2024-12-19T22:21:55.874Z | [ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9404 | 2024-12-19T22:21:55.874Z | [ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO copying /tmp/.tmplpZFK3/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 ... |
9405 | 2024-12-19T22:21:55.876Z | [ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9406 | 2024-12-19T22:21:55.876Z | [ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.480 INFO ok! |
9407 | 2024-12-19T22:21:55.876Z | [ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.480 INFO STEP 60 (ensure_file) COMPLETE |
9408 | 2024-12-19T22:21:55.876Z | [ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.481 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9409 | 2024-12-19T22:21:55.892Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9410 | 2024-12-19T22:21:55.895Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO copying /tmp/.tmplpZFK3/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 ... |
9411 | 2024-12-19T22:21:55.895Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9412 | 2024-12-19T22:21:55.895Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO ok! |
9413 | 2024-12-19T22:21:55.895Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO STEP 61 (ensure_file) COMPLETE |
9414 | 2024-12-19T22:21:55.895Z | [ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-12-19T22:21:55.911Z | [ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9416 | 2024-12-19T22:21:55.911Z | [ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9417 | 2024-12-19T22:21:55.911Z | [ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO STEP 62 (ensure_dir) COMPLETE |
9418 | 2024-12-19T22:21:55.914Z | [ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9419 | 2024-12-19T22:21:55.929Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9420 | 2024-12-19T22:21:55.929Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO copying /tmp/.tmplpZFK3/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 ... |
9421 | 2024-12-19T22:21:55.931Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9422 | 2024-12-19T22:21:55.931Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO ok! |
9423 | 2024-12-19T22:21:55.931Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO STEP 63 (ensure_file) COMPLETE |
9424 | 2024-12-19T22:21:55.931Z | [ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9425 | 2024-12-19T22:21:55.949Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9426 | 2024-12-19T22:21:55.949Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO copying /tmp/.tmplpZFK3/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 ... |
9427 | 2024-12-19T22:21:55.951Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9428 | 2024-12-19T22:21:55.951Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO ok! |
9429 | 2024-12-19T22:21:55.951Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO STEP 64 (ensure_file) COMPLETE |
9430 | 2024-12-19T22:21:55.951Z | [ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9431 | 2024-12-19T22:21:55.969Z | [ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9432 | 2024-12-19T22:21:55.969Z | [ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9433 | 2024-12-19T22:21:55.971Z | [ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO STEP 65 (ensure_dir) COMPLETE |
9434 | 2024-12-19T22:21:55.971Z | [ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9435 | 2024-12-19T22:21:55.983Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9436 | 2024-12-19T22:21:55.983Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO copying /tmp/.tmplpZFK3/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 ... |
9437 | 2024-12-19T22:21:55.985Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9438 | 2024-12-19T22:21:55.985Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO ok! |
9439 | 2024-12-19T22:21:55.985Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO STEP 66 (ensure_file) COMPLETE |
9440 | 2024-12-19T22:21:55.985Z | [ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9441 | 2024-12-19T22:21:55.999Z | [ host-image] Dec 19 22:21:53.605 INFO O| Dec 19 22:21:53.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9442 | 2024-12-19T22:21:56.003Z | [ host-image] Dec 19 22:21:53.605 INFO O| Dec 19 22:21:53.605 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9443 | 2024-12-19T22:21:56.003Z | [ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9444 | 2024-12-19T22:21:56.003Z | [ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO ok! |
9445 | 2024-12-19T22:21:56.003Z | [ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO STEP 67 (ensure_file) COMPLETE |
9446 | 2024-12-19T22:21:56.003Z | [ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-19T22:21:56.013Z | [ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9448 | 2024-12-19T22:21:56.013Z | [ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9449 | 2024-12-19T22:21:56.013Z | [ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO STEP 68 (ensure_dir) COMPLETE |
9450 | 2024-12-19T22:21:56.015Z | [ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-12-19T22:21:56.031Z | [ host-image] Dec 19 22:21:53.637 INFO O| Dec 19 22:21:53.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9452 | 2024-12-19T22:21:56.033Z | [ host-image] Dec 19 22:21:53.637 INFO O| Dec 19 22:21:53.637 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9453 | 2024-12-19T22:21:57.411Z | [ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9454 | 2024-12-19T22:21:57.411Z | [ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO ok! |
9455 | 2024-12-19T22:21:57.411Z | [ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO STEP 69 (ensure_file) COMPLETE |
9456 | 2024-12-19T22:21:57.414Z | [ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-12-19T22:21:57.430Z | [ host-image] Dec 19 22:21:55.030 INFO O| Dec 19 22:21:55.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9458 | 2024-12-19T22:21:57.430Z | [ host-image] Dec 19 22:21:55.030 INFO O| Dec 19 22:21:55.030 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9459 | 2024-12-19T22:21:59.397Z | [ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9460 | 2024-12-19T22:21:59.397Z | [ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO ok! |
9461 | 2024-12-19T22:21:59.397Z | [ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO STEP 70 (ensure_file) COMPLETE |
9462 | 2024-12-19T22:21:59.400Z | [ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-19T22:21:59.415Z | [ host-image] Dec 19 22:21:57.006 INFO O| Dec 19 22:21:57.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9464 | 2024-12-19T22:21:59.415Z | [ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9465 | 2024-12-19T22:21:59.418Z | [ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO STEP 71 (ensure_dir) COMPLETE |
9466 | 2024-12-19T22:21:59.418Z | [ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-12-19T22:21:59.433Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9468 | 2024-12-19T22:21:59.433Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO copying /tmp/.tmplpZFK3/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 ... |
9469 | 2024-12-19T22:21:59.436Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9470 | 2024-12-19T22:21:59.436Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO ok! |
9471 | 2024-12-19T22:21:59.436Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO STEP 72 (ensure_file) COMPLETE |
9472 | 2024-12-19T22:21:59.436Z | [ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-19T22:21:59.450Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9474 | 2024-12-19T22:21:59.450Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO copying /tmp/.tmplpZFK3/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 ... |
9475 | 2024-12-19T22:21:59.452Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9476 | 2024-12-19T22:21:59.452Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO ok! |
9477 | 2024-12-19T22:21:59.452Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO STEP 73 (ensure_file) COMPLETE |
9478 | 2024-12-19T22:21:59.452Z | [ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-19T22:21:59.468Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9480 | 2024-12-19T22:21:59.471Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9481 | 2024-12-19T22:21:59.471Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9482 | 2024-12-19T22:21:59.471Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO ok! |
9483 | 2024-12-19T22:21:59.471Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO STEP 74 (ensure_file) COMPLETE |
9484 | 2024-12-19T22:21:59.471Z | [ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-19T22:21:59.484Z | [ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9486 | 2024-12-19T22:21:59.484Z | [ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9487 | 2024-12-19T22:21:59.486Z | [ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9488 | 2024-12-19T22:21:59.486Z | [ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO ok! |
9489 | 2024-12-19T22:21:59.486Z | [ host-image] Dec 19 22:21:57.076 INFO O| Dec 19 22:21:57.075 INFO STEP 75 (ensure_file) COMPLETE |
9490 | 2024-12-19T22:21:59.486Z | [ host-image] Dec 19 22:21:57.076 INFO O| Dec 19 22:21:57.075 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-19T22:21:59.501Z | [ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9492 | 2024-12-19T22:21:59.504Z | [ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9493 | 2024-12-19T22:21:59.504Z | [ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO STEP 76 (ensure_dir) COMPLETE |
9494 | 2024-12-19T22:21:59.504Z | [ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-12-19T22:21:59.516Z | [ host-image] Dec 19 22:21:57.108 INFO O| Dec 19 22:21:57.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9496 | 2024-12-19T22:21:59.516Z | [ host-image] Dec 19 22:21:57.108 INFO O| Dec 19 22:21:57.108 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9497 | 2024-12-19T22:21:59.521Z | [ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9498 | 2024-12-19T22:21:59.521Z | [ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO ok! |
9499 | 2024-12-19T22:21:59.524Z | [ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO STEP 77 (ensure_file) COMPLETE |
9500 | 2024-12-19T22:21:59.524Z | [ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-12-19T22:21:59.538Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9502 | 2024-12-19T22:21:59.538Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9503 | 2024-12-19T22:21:59.542Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9504 | 2024-12-19T22:21:59.542Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO ok! |
9505 | 2024-12-19T22:21:59.542Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO STEP 78 (ensure_file) COMPLETE |
9506 | 2024-12-19T22:21:59.542Z | [ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-19T22:21:59.557Z | [ host-image] Dec 19 22:21:57.149 INFO O| Dec 19 22:21:57.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9508 | 2024-12-19T22:21:59.557Z | [ host-image] Dec 19 22:21:57.149 INFO O| Dec 19 22:21:57.149 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9509 | 2024-12-19T22:22:01.094Z | [ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9510 | 2024-12-19T22:22:01.094Z | [ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO ok! |
9511 | 2024-12-19T22:22:01.094Z | [ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO STEP 79 (ensure_file) COMPLETE |
9512 | 2024-12-19T22:22:01.097Z | [ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-19T22:22:01.113Z | [ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9514 | 2024-12-19T22:22:01.113Z | [ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9515 | 2024-12-19T22:22:01.124Z | [ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO STEP 80 (ensure_dir) COMPLETE |
9516 | 2024-12-19T22:22:01.124Z | [ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-12-19T22:22:01.132Z | [ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9518 | 2024-12-19T22:22:01.132Z | [ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9519 | 2024-12-19T22:22:01.132Z | [ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO STEP 81 (ensure_dir) COMPLETE |
9520 | 2024-12-19T22:22:01.132Z | [ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-12-19T22:22:01.150Z | [ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9522 | 2024-12-19T22:22:01.150Z | [ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9523 | 2024-12-19T22:22:01.150Z | [ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO STEP 82 (ensure_dir) COMPLETE |
9524 | 2024-12-19T22:22:01.150Z | [ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-12-19T22:22:01.167Z | [ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9526 | 2024-12-19T22:22:01.169Z | [ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9527 | 2024-12-19T22:22:01.169Z | [ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO STEP 83 (ensure_dir) COMPLETE |
9528 | 2024-12-19T22:22:01.170Z | [ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-19T22:22:01.185Z | [ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9530 | 2024-12-19T22:22:01.188Z | [ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9531 | 2024-12-19T22:22:01.188Z | [ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO STEP 84 (ensure_dir) COMPLETE |
9532 | 2024-12-19T22:22:01.188Z | [ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-12-19T22:22:01.202Z | [ host-image] Dec 19 22:21:58.786 INFO O| Dec 19 22:21:58.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9534 | 2024-12-19T22:22:01.202Z | [ host-image] Dec 19 22:21:58.786 INFO O| Dec 19 22:21:58.786 INFO copying /tmp/.tmplpZFK3/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 ... |
9535 | 2024-12-19T22:22:01.209Z | [ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9536 | 2024-12-19T22:22:01.209Z | [ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO ok! |
9537 | 2024-12-19T22:22:01.209Z | [ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO STEP 85 (ensure_file) COMPLETE |
9538 | 2024-12-19T22:22:01.209Z | [ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-19T22:22:01.229Z | [ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9540 | 2024-12-19T22:22:01.229Z | [ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9541 | 2024-12-19T22:22:01.231Z | [ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO STEP 86 (ensure_dir) COMPLETE |
9542 | 2024-12-19T22:22:01.232Z | [ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-12-19T22:22:01.247Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9544 | 2024-12-19T22:22:01.247Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9545 | 2024-12-19T22:22:01.250Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9546 | 2024-12-19T22:22:01.250Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO ok! |
9547 | 2024-12-19T22:22:01.250Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO STEP 87 (ensure_file) COMPLETE |
9548 | 2024-12-19T22:22:01.250Z | [ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-12-19T22:22:01.266Z | [ host-image] Dec 19 22:21:58.850 INFO O| Dec 19 22:21:58.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9550 | 2024-12-19T22:22:01.266Z | [ host-image] Dec 19 22:21:58.850 INFO O| Dec 19 22:21:58.850 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9551 | 2024-12-19T22:22:01.827Z | [ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9552 | 2024-12-19T22:22:01.828Z | [ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO ok! |
9553 | 2024-12-19T22:22:01.828Z | [ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO STEP 88 (ensure_file) COMPLETE |
9554 | 2024-12-19T22:22:01.828Z | [ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-19T22:22:01.848Z | [ host-image] Dec 19 22:21:59.429 INFO O| Dec 19 22:21:59.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9556 | 2024-12-19T22:22:01.848Z | [ host-image] Dec 19 22:21:59.429 INFO O| Dec 19 22:21:59.429 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9557 | 2024-12-19T22:22:02.510Z | [ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9558 | 2024-12-19T22:22:02.510Z | [ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO ok! |
9559 | 2024-12-19T22:22:02.513Z | [ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO STEP 89 (ensure_file) COMPLETE |
9560 | 2024-12-19T22:22:02.513Z | [ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-19T22:22:02.524Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9562 | 2024-12-19T22:22:02.527Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9563 | 2024-12-19T22:22:02.527Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9564 | 2024-12-19T22:22:02.527Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO ok! |
9565 | 2024-12-19T22:22:02.527Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO STEP 90 (ensure_file) COMPLETE |
9566 | 2024-12-19T22:22:02.527Z | [ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-19T22:22:02.544Z | [ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9568 | 2024-12-19T22:22:02.544Z | [ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9569 | 2024-12-19T22:22:02.544Z | [ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO STEP 91 (ensure_dir) COMPLETE |
9570 | 2024-12-19T22:22:02.548Z | [ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-19T22:22:02.561Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9572 | 2024-12-19T22:22:02.561Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO copying /tmp/.tmplpZFK3/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 ... |
9573 | 2024-12-19T22:22:02.561Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9574 | 2024-12-19T22:22:02.561Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO ok! |
9575 | 2024-12-19T22:22:02.564Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO STEP 92 (ensure_file) COMPLETE |
9576 | 2024-12-19T22:22:02.564Z | [ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-19T22:22:02.579Z | [ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9578 | 2024-12-19T22:22:02.579Z | [ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO copying /tmp/.tmplpZFK3/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 ... |
9579 | 2024-12-19T22:22:02.581Z | [ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9580 | 2024-12-19T22:22:02.581Z | [ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO ok! |
9581 | 2024-12-19T22:22:02.581Z | [ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO STEP 93 (ensure_file) COMPLETE |
9582 | 2024-12-19T22:22:02.581Z | [ host-image] Dec 19 22:22:00.158 INFO O| Dec 19 22:22:00.157 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-19T22:22:02.595Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9584 | 2024-12-19T22:22:02.595Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO copying /tmp/.tmplpZFK3/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 ... |
9585 | 2024-12-19T22:22:02.595Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9586 | 2024-12-19T22:22:02.595Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO ok! |
9587 | 2024-12-19T22:22:02.598Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO STEP 94 (ensure_file) COMPLETE |
9588 | 2024-12-19T22:22:02.598Z | [ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-19T22:22:02.612Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9590 | 2024-12-19T22:22:02.612Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO copying /tmp/.tmplpZFK3/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 ... |
9591 | 2024-12-19T22:22:02.615Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9592 | 2024-12-19T22:22:02.615Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO ok! |
9593 | 2024-12-19T22:22:02.615Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO STEP 95 (ensure_file) COMPLETE |
9594 | 2024-12-19T22:22:02.615Z | [ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-12-19T22:22:02.626Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9596 | 2024-12-19T22:22:02.626Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO copying /tmp/.tmplpZFK3/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 ... |
9597 | 2024-12-19T22:22:02.629Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9598 | 2024-12-19T22:22:02.629Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO ok! |
9599 | 2024-12-19T22:22:02.629Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO STEP 96 (ensure_file) COMPLETE |
9600 | 2024-12-19T22:22:02.629Z | [ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2024-12-19T22:22:02.642Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9602 | 2024-12-19T22:22:02.642Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9603 | 2024-12-19T22:22:02.644Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9604 | 2024-12-19T22:22:02.645Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO ok! |
9605 | 2024-12-19T22:22:02.645Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO STEP 97 (ensure_file) COMPLETE |
9606 | 2024-12-19T22:22:02.645Z | [ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2024-12-19T22:22:02.659Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9608 | 2024-12-19T22:22:02.659Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO copying /tmp/.tmplpZFK3/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 ... |
9609 | 2024-12-19T22:22:02.663Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9610 | 2024-12-19T22:22:02.663Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO ok! |
9611 | 2024-12-19T22:22:02.663Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO STEP 98 (ensure_file) COMPLETE |
9612 | 2024-12-19T22:22:02.663Z | [ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-19T22:22:02.674Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9614 | 2024-12-19T22:22:02.674Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO copying /tmp/.tmplpZFK3/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 ... |
9615 | 2024-12-19T22:22:02.676Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9616 | 2024-12-19T22:22:02.676Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO ok! |
9617 | 2024-12-19T22:22:02.676Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO STEP 99 (ensure_file) COMPLETE |
9618 | 2024-12-19T22:22:02.676Z | [ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-19T22:22:02.692Z | [ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9620 | 2024-12-19T22:22:02.692Z | [ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO copying /tmp/.tmplpZFK3/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 ... |
9621 | 2024-12-19T22:22:02.696Z | [ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9622 | 2024-12-19T22:22:02.696Z | [ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.270 INFO ok! |
9623 | 2024-12-19T22:22:02.696Z | [ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.271 INFO STEP 100 (ensure_file) COMPLETE |
9624 | 2024-12-19T22:22:02.696Z | [ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.271 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-19T22:22:02.708Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9626 | 2024-12-19T22:22:02.708Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9627 | 2024-12-19T22:22:02.711Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9628 | 2024-12-19T22:22:02.711Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO ok! |
9629 | 2024-12-19T22:22:02.711Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO STEP 101 (ensure_file) COMPLETE |
9630 | 2024-12-19T22:22:02.711Z | [ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-19T22:22:02.721Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9632 | 2024-12-19T22:22:02.721Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO copying /tmp/.tmplpZFK3/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 ... |
9633 | 2024-12-19T22:22:02.724Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9634 | 2024-12-19T22:22:02.724Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO ok! |
9635 | 2024-12-19T22:22:02.724Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO STEP 102 (ensure_file) COMPLETE |
9636 | 2024-12-19T22:22:02.724Z | [ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-19T22:22:02.739Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9638 | 2024-12-19T22:22:02.739Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO copying /tmp/.tmplpZFK3/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 ... |
9639 | 2024-12-19T22:22:02.742Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9640 | 2024-12-19T22:22:02.742Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO ok! |
9641 | 2024-12-19T22:22:02.742Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO STEP 103 (ensure_file) COMPLETE |
9642 | 2024-12-19T22:22:02.742Z | [ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-19T22:22:02.759Z | [ host-image] Dec 19 22:22:00.336 INFO O| Dec 19 22:22:00.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9644 | 2024-12-19T22:22:02.761Z | [ host-image] Dec 19 22:22:00.336 INFO O| Dec 19 22:22:00.336 INFO copying /tmp/.tmplpZFK3/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 ... |
9645 | 2024-12-19T22:22:02.761Z | [ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9646 | 2024-12-19T22:22:02.761Z | [ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO ok! |
9647 | 2024-12-19T22:22:02.761Z | [ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO STEP 104 (ensure_file) COMPLETE |
9648 | 2024-12-19T22:22:02.761Z | [ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-19T22:22:02.776Z | [ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9650 | 2024-12-19T22:22:02.776Z | [ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO copying /tmp/.tmplpZFK3/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 ... |
9651 | 2024-12-19T22:22:02.779Z | [ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9652 | 2024-12-19T22:22:02.779Z | [ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO ok! |
9653 | 2024-12-19T22:22:02.779Z | [ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO STEP 105 (ensure_file) COMPLETE |
9654 | 2024-12-19T22:22:02.779Z | [ host-image] Dec 19 22:22:00.354 INFO O| Dec 19 22:22:00.353 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-19T22:22:02.790Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9656 | 2024-12-19T22:22:02.790Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO copying /tmp/.tmplpZFK3/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 ... |
9657 | 2024-12-19T22:22:02.790Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9658 | 2024-12-19T22:22:02.790Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO ok! |
9659 | 2024-12-19T22:22:02.792Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO STEP 106 (ensure_file) COMPLETE |
9660 | 2024-12-19T22:22:02.793Z | [ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-19T22:22:02.806Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9662 | 2024-12-19T22:22:02.807Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO copying /tmp/.tmplpZFK3/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 ... |
9663 | 2024-12-19T22:22:02.810Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9664 | 2024-12-19T22:22:02.810Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO ok! |
9665 | 2024-12-19T22:22:02.810Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO STEP 107 (ensure_file) COMPLETE |
9666 | 2024-12-19T22:22:02.810Z | [ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-19T22:22:02.828Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9668 | 2024-12-19T22:22:02.828Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO copying /tmp/.tmplpZFK3/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 ... |
9669 | 2024-12-19T22:22:02.831Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9670 | 2024-12-19T22:22:02.831Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO ok! |
9671 | 2024-12-19T22:22:02.831Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO STEP 108 (ensure_file) COMPLETE |
9672 | 2024-12-19T22:22:02.831Z | [ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-19T22:22:02.838Z | [ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9674 | 2024-12-19T22:22:02.841Z | [ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO copying /tmp/.tmplpZFK3/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 ... |
9675 | 2024-12-19T22:22:02.841Z | [ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9676 | 2024-12-19T22:22:02.841Z | [ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO ok! |
9677 | 2024-12-19T22:22:02.841Z | [ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO STEP 109 (ensure_file) COMPLETE |
9678 | 2024-12-19T22:22:02.841Z | [ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-19T22:22:02.850Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9680 | 2024-12-19T22:22:02.850Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO copying /tmp/.tmplpZFK3/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 ... |
9681 | 2024-12-19T22:22:02.853Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9682 | 2024-12-19T22:22:02.853Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO ok! |
9683 | 2024-12-19T22:22:02.853Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO STEP 110 (ensure_file) COMPLETE |
9684 | 2024-12-19T22:22:02.853Z | [ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-19T22:22:02.864Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9686 | 2024-12-19T22:22:02.864Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO copying /tmp/.tmplpZFK3/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 ... |
9687 | 2024-12-19T22:22:02.865Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9688 | 2024-12-19T22:22:02.868Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO ok! |
9689 | 2024-12-19T22:22:02.868Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO STEP 111 (ensure_file) COMPLETE |
9690 | 2024-12-19T22:22:02.868Z | [ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-19T22:22:02.880Z | [ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9692 | 2024-12-19T22:22:02.880Z | [ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO copying /tmp/.tmplpZFK3/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 ... |
9693 | 2024-12-19T22:22:02.883Z | [ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9694 | 2024-12-19T22:22:02.883Z | [ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.457 INFO ok! |
9695 | 2024-12-19T22:22:02.883Z | [ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.457 INFO STEP 112 (ensure_file) COMPLETE |
9696 | 2024-12-19T22:22:02.883Z | [ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.458 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-19T22:22:02.897Z | [ host-image] Dec 19 22:22:00.474 INFO O| Dec 19 22:22:00.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9698 | 2024-12-19T22:22:02.897Z | [ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.474 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9699 | 2024-12-19T22:22:02.897Z | [ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9700 | 2024-12-19T22:22:02.897Z | [ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO ok! |
9701 | 2024-12-19T22:22:02.900Z | [ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO STEP 113 (ensure_file) COMPLETE |
9702 | 2024-12-19T22:22:02.900Z | [ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-19T22:22:02.909Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9704 | 2024-12-19T22:22:02.909Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO copying /tmp/.tmplpZFK3/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 ... |
9705 | 2024-12-19T22:22:02.912Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9706 | 2024-12-19T22:22:02.912Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO ok! |
9707 | 2024-12-19T22:22:02.912Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO STEP 114 (ensure_file) COMPLETE |
9708 | 2024-12-19T22:22:02.912Z | [ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-19T22:22:02.926Z | [ host-image] Dec 19 22:22:00.503 INFO O| Dec 19 22:22:00.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9710 | 2024-12-19T22:22:02.929Z | [ host-image] Dec 19 22:22:00.503 INFO O| Dec 19 22:22:00.503 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9711 | 2024-12-19T22:22:02.930Z | [ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9712 | 2024-12-19T22:22:02.930Z | [ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO ok! |
9713 | 2024-12-19T22:22:02.930Z | [ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO STEP 115 (ensure_file) COMPLETE |
9714 | 2024-12-19T22:22:02.930Z | [ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-19T22:22:02.943Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9716 | 2024-12-19T22:22:02.943Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO copying /tmp/.tmplpZFK3/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 ... |
9717 | 2024-12-19T22:22:02.945Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9718 | 2024-12-19T22:22:02.946Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO ok! |
9719 | 2024-12-19T22:22:02.946Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO STEP 116 (ensure_file) COMPLETE |
9720 | 2024-12-19T22:22:02.946Z | [ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-19T22:22:02.960Z | [ host-image] Dec 19 22:22:00.536 INFO O| Dec 19 22:22:00.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9722 | 2024-12-19T22:22:02.962Z | [ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.536 INFO copying /tmp/.tmplpZFK3/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 ... |
9723 | 2024-12-19T22:22:02.962Z | [ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9724 | 2024-12-19T22:22:02.962Z | [ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO ok! |
9725 | 2024-12-19T22:22:02.962Z | [ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO STEP 117 (ensure_file) COMPLETE |
9726 | 2024-12-19T22:22:02.962Z | [ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-19T22:22:02.975Z | [ host-image] Dec 19 22:22:00.552 INFO O| Dec 19 22:22:00.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9728 | 2024-12-19T22:22:02.975Z | [ host-image] Dec 19 22:22:00.552 INFO O| Dec 19 22:22:00.552 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9729 | 2024-12-19T22:22:02.978Z | [ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9730 | 2024-12-19T22:22:02.978Z | [ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.552 INFO ok! |
9731 | 2024-12-19T22:22:02.978Z | [ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.553 INFO STEP 118 (ensure_file) COMPLETE |
9732 | 2024-12-19T22:22:02.978Z | [ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.553 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-19T22:22:02.989Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9734 | 2024-12-19T22:22:02.989Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO copying /tmp/.tmplpZFK3/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 ... |
9735 | 2024-12-19T22:22:02.992Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9736 | 2024-12-19T22:22:02.992Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO ok! |
9737 | 2024-12-19T22:22:02.992Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO STEP 119 (ensure_file) COMPLETE |
9738 | 2024-12-19T22:22:02.992Z | [ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-19T22:22:03.006Z | [ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9740 | 2024-12-19T22:22:03.006Z | [ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9741 | 2024-12-19T22:22:03.009Z | [ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9742 | 2024-12-19T22:22:03.009Z | [ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO ok! |
9743 | 2024-12-19T22:22:03.009Z | [ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO STEP 120 (ensure_file) COMPLETE |
9744 | 2024-12-19T22:22:03.009Z | [ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-19T22:22:03.022Z | [ host-image] Dec 19 22:22:00.598 INFO O| Dec 19 22:22:00.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9746 | 2024-12-19T22:22:03.024Z | [ host-image] Dec 19 22:22:00.598 INFO O| Dec 19 22:22:00.598 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9747 | 2024-12-19T22:22:12.448Z | [ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9748 | 2024-12-19T22:22:12.449Z | [ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO ok! |
9749 | 2024-12-19T22:22:12.452Z | [ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO STEP 121 (ensure_file) COMPLETE |
9750 | 2024-12-19T22:22:12.452Z | [ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-19T22:22:12.465Z | [ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.001 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9752 | 2024-12-19T22:22:12.465Z | [ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.002 INFO STEP 122 (ensure_dir) COMPLETE |
9753 | 2024-12-19T22:22:12.468Z | [ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.002 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9754 | 2024-12-19T22:22:12.482Z | [ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9755 | 2024-12-19T22:22:12.482Z | [ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO STEP 123 (ensure_dir) COMPLETE |
9756 | 2024-12-19T22:22:12.486Z | [ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-19T22:22:12.496Z | [ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9758 | 2024-12-19T22:22:12.496Z | [ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO STEP 124 (ensure_dir) COMPLETE |
9759 | 2024-12-19T22:22:12.498Z | [ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2024-12-19T22:22:12.512Z | [ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9761 | 2024-12-19T22:22:12.512Z | [ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO STEP 125 (ensure_dir) COMPLETE |
9762 | 2024-12-19T22:22:12.512Z | [ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-19T22:22:12.526Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9764 | 2024-12-19T22:22:12.530Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO copying /tmp/.tmplpZFK3/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 ... |
9765 | 2024-12-19T22:22:12.530Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9766 | 2024-12-19T22:22:12.530Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO ok! |
9767 | 2024-12-19T22:22:12.530Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO STEP 126 (ensure_file) COMPLETE |
9768 | 2024-12-19T22:22:12.530Z | [ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2024-12-19T22:22:12.545Z | [ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9770 | 2024-12-19T22:22:12.545Z | [ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9771 | 2024-12-19T22:22:12.548Z | [ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9772 | 2024-12-19T22:22:12.548Z | [ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO STEP 127 (ensure_dir) COMPLETE |
9773 | 2024-12-19T22:22:12.548Z | [ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9774 | 2024-12-19T22:22:12.558Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9775 | 2024-12-19T22:22:12.559Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO copying /tmp/.tmplpZFK3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9776 | 2024-12-19T22:22:12.561Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9777 | 2024-12-19T22:22:12.561Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO ok! |
9778 | 2024-12-19T22:22:12.561Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO STEP 128 (ensure_file) COMPLETE |
9779 | 2024-12-19T22:22:12.561Z | [ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9780 | 2024-12-19T22:22:12.574Z | [ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9781 | 2024-12-19T22:22:12.576Z | [ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO STEP 129 (remove_files) COMPLETE |
9782 | 2024-12-19T22:22:12.576Z | [ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9783 | 2024-12-19T22:22:12.587Z | [ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9784 | 2024-12-19T22:22:12.589Z | [ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO STEP 130 (remove_files) COMPLETE |
9785 | 2024-12-19T22:22:12.589Z | [ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9786 | 2024-12-19T22:22:12.601Z | [ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9787 | 2024-12-19T22:22:12.604Z | [ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.138 INFO STEP 131 (remove_files) COMPLETE |
9788 | 2024-12-19T22:22:12.604Z | [ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.138 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9789 | 2024-12-19T22:22:12.615Z | [ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9790 | 2024-12-19T22:22:12.618Z | [ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.152 INFO STEP 132 (remove_files) COMPLETE |
9791 | 2024-12-19T22:22:12.618Z | [ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.152 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9792 | 2024-12-19T22:22:12.632Z | [ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9793 | 2024-12-19T22:22:12.634Z | [ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.168 INFO STEP 133 (remove_files) COMPLETE |
9794 | 2024-12-19T22:22:12.634Z | [ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.168 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9795 | 2024-12-19T22:22:12.643Z | [ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9796 | 2024-12-19T22:22:12.646Z | [ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO STEP 134 (remove_files) COMPLETE |
9797 | 2024-12-19T22:22:12.646Z | [ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9798 | 2024-12-19T22:22:12.656Z | [ host-image] Dec 19 22:22:10.192 INFO O| Dec 19 22:22:10.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9799 | 2024-12-19T22:22:12.656Z | [ host-image] Dec 19 22:22:10.192 INFO O| Dec 19 22:22:10.192 INFO STEP 135 (remove_files) COMPLETE |
9800 | 2024-12-19T22:22:12.659Z | [ host-image] Dec 19 22:22:10.193 INFO O| Dec 19 22:22:10.192 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9801 | 2024-12-19T22:22:12.669Z | [ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9802 | 2024-12-19T22:22:12.669Z | [ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO STEP 136 (remove_files) COMPLETE |
9803 | 2024-12-19T22:22:12.669Z | [ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9804 | 2024-12-19T22:22:12.682Z | [ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9805 | 2024-12-19T22:22:12.683Z | [ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO STEP 137 (remove_files) COMPLETE |
9806 | 2024-12-19T22:22:12.683Z | [ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9807 | 2024-12-19T22:22:12.696Z | [ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9808 | 2024-12-19T22:22:12.696Z | [ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO STEP 138 (remove_files) COMPLETE |
9809 | 2024-12-19T22:22:12.696Z | [ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9810 | 2024-12-19T22:22:12.708Z | [ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9811 | 2024-12-19T22:22:12.708Z | [ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO STEP 139 (remove_files) COMPLETE |
9812 | 2024-12-19T22:22:12.708Z | [ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9813 | 2024-12-19T22:22:12.720Z | [ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9814 | 2024-12-19T22:22:12.720Z | [ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO STEP 140 (remove_files) COMPLETE |
9815 | 2024-12-19T22:22:12.723Z | [ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9816 | 2024-12-19T22:22:12.734Z | [ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9817 | 2024-12-19T22:22:12.738Z | [ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO STEP 141 (remove_files) COMPLETE |
9818 | 2024-12-19T22:22:12.738Z | [ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2024-12-19T22:22:12.751Z | [ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9820 | 2024-12-19T22:22:12.752Z | [ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO STEP 142 (remove_files) COMPLETE |
9821 | 2024-12-19T22:22:12.752Z | [ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-19T22:22:12.766Z | [ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9823 | 2024-12-19T22:22:12.766Z | [ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO STEP 143 (remove_files) COMPLETE |
9824 | 2024-12-19T22:22:12.766Z | [ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-19T22:22:12.784Z | [ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9826 | 2024-12-19T22:22:12.784Z | [ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO STEP 144 (remove_files) COMPLETE |
9827 | 2024-12-19T22:22:12.784Z | [ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-19T22:22:12.797Z | [ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9829 | 2024-12-19T22:22:12.797Z | [ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO STEP 145 (remove_files) COMPLETE |
9830 | 2024-12-19T22:22:12.797Z | [ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-19T22:22:12.812Z | [ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9832 | 2024-12-19T22:22:12.815Z | [ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.348 INFO STEP 146 (remove_files) COMPLETE |
9833 | 2024-12-19T22:22:12.815Z | [ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.348 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-19T22:22:12.823Z | [ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9835 | 2024-12-19T22:22:12.823Z | [ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO STEP 147 (remove_files) COMPLETE |
9836 | 2024-12-19T22:22:12.823Z | [ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-19T22:22:12.837Z | [ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9838 | 2024-12-19T22:22:12.837Z | [ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO STEP 148 (remove_files) COMPLETE |
9839 | 2024-12-19T22:22:12.837Z | [ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-19T22:22:12.851Z | [ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9841 | 2024-12-19T22:22:12.851Z | [ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO STEP 149 (remove_files) COMPLETE |
9842 | 2024-12-19T22:22:12.851Z | [ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-19T22:22:12.867Z | [ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9844 | 2024-12-19T22:22:12.867Z | [ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO STEP 150 (remove_files) COMPLETE |
9845 | 2024-12-19T22:22:12.867Z | [ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-19T22:22:12.878Z | [ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9847 | 2024-12-19T22:22:12.878Z | [ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO STEP 151 (remove_files) COMPLETE |
9848 | 2024-12-19T22:22:12.878Z | [ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-19T22:22:12.894Z | [ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9850 | 2024-12-19T22:22:12.894Z | [ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO STEP 152 (remove_files) COMPLETE |
9851 | 2024-12-19T22:22:12.896Z | [ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-19T22:22:12.911Z | [ host-image] Dec 19 22:22:10.445 INFO O| Dec 19 22:22:10.445 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9853 | 2024-12-19T22:22:12.913Z | [ host-image] Dec 19 22:22:10.446 INFO O| Dec 19 22:22:10.445 INFO STEP 153 (remove_files) COMPLETE |
9854 | 2024-12-19T22:22:12.913Z | [ host-image] Dec 19 22:22:10.446 INFO O| Dec 19 22:22:10.446 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-19T22:22:12.927Z | [ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9856 | 2024-12-19T22:22:12.927Z | [ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.462 INFO STEP 154 (remove_files) COMPLETE |
9857 | 2024-12-19T22:22:12.927Z | [ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.462 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-19T22:22:12.943Z | [ host-image] Dec 19 22:22:10.477 INFO O| Dec 19 22:22:10.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9859 | 2024-12-19T22:22:12.943Z | [ host-image] Dec 19 22:22:10.478 INFO O| Dec 19 22:22:10.478 INFO STEP 155 (remove_files) COMPLETE |
9860 | 2024-12-19T22:22:12.943Z | [ host-image] Dec 19 22:22:10.478 INFO O| Dec 19 22:22:10.478 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-19T22:22:12.958Z | [ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9862 | 2024-12-19T22:22:12.958Z | [ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO STEP 156 (remove_files) COMPLETE |
9863 | 2024-12-19T22:22:12.961Z | [ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-19T22:22:12.974Z | [ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9865 | 2024-12-19T22:22:12.974Z | [ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO STEP 157 (remove_files) COMPLETE |
9866 | 2024-12-19T22:22:12.974Z | [ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9867 | 2024-12-19T22:22:12.990Z | [ host-image] Dec 19 22:22:10.525 INFO O| Dec 19 22:22:10.525 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9868 | 2024-12-19T22:22:12.991Z | [ host-image] Dec 19 22:22:10.525 INFO O| Dec 19 22:22:10.525 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9869 | 2024-12-19T22:22:22.554Z | [ host-image] Dec 19 22:22:20.048 INFO O| Dec 19 22:22:20.048 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 |
9870 | 2024-12-19T22:22:22.554Z | [ host-image] Dec 19 22:22:20.048 INFO O| Dec 19 22:22:20.048 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9871 | 2024-12-19T22:22:22.571Z | [ host-image] Dec 19 22:22:20.065 INFO O| Dec 19 22:22:20.065 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9872 | 2024-12-19T22:22:22.671Z | [ host-image] Dec 19 22:22:20.164 INFO O| Dec 19 22:22:20.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9873 | 2024-12-19T22:22:22.671Z | [ host-image] Dec 19 22:22:20.164 INFO O| Dec 19 22:22:20.164 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9874 | 2024-12-19T22:22:22.673Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9875 | 2024-12-19T22:22:22.673Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO ok! |
9876 | 2024-12-19T22:22:22.673Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9877 | 2024-12-19T22:22:22.673Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO STEP 158 (seed_smf) COMPLETE |
9878 | 2024-12-19T22:22:22.674Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO steps complete; finalising image! |
9879 | 2024-12-19T22:22:22.674Z | [ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9880 | 2024-12-19T22:22:22.850Z | [ host-image] Dec 19 22:22:20.343 INFO O| Dec 19 22:22:20.343 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Dec 19 22:22:20 2024) |
9881 | 2024-12-19T22:22:23.064Z | [ host-image] Dec 19 22:22:20.556 INFO O| Dec 19 22:22:20.556 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Thu Dec 19 22:22:20 2024) |
9882 | 2024-12-19T22:22:23.276Z | [ host-image] Dec 19 22:22:20.766 INFO O| Dec 19 22:22:20.766 INFO trim TEMPORARY-gimlet-zfs: (92% trimmed, started at Thu Dec 19 22:22:20 2024) |
9883 | 2024-12-19T22:22:23.511Z | [ host-image] Dec 19 22:22:21.000 INFO O| Dec 19 22:22:21.000 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9884 | 2024-12-19T22:22:23.511Z | [ host-image] Dec 19 22:22:21.000 INFO O| Dec 19 22:22:21.000 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9885 | 2024-12-19T22:22:23.867Z | [ host-image] Dec 19 22:22:21.356 INFO O| Dec 19 22:22:21.356 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9886 | 2024-12-19T22:22:23.868Z | [ host-image] Dec 19 22:22:21.356 INFO O| Dec 19 22:22:21.356 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9887 | 2024-12-19T22:22:24.959Z | [ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.442 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9888 | 2024-12-19T22:22:24.959Z | [ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9889 | 2024-12-19T22:22:24.961Z | [ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9890 | 2024-12-19T22:22:24.961Z | [ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO completed processing gimlet/zfs |
9891 | 2024-12-19T22:22:24.961Z | [ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9892 | 2024-12-19T22:22:33.491Z | [ host-image] Dec 19 22:22:30.939 INFO O| Dec 19 22:22:30.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9893 | 2024-12-19T22:22:33.579Z | [ host-image] Dec 19 22:22:31.026 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9894 | 2024-12-19T22:22:33.579Z | [ host-image] Dec 19 22:22:31.026 INFO expanded image name: "ci 6c76593/${os_short_commit} 2024-12-19 21:48" -> "ci 6c76593/37a4469 2024-12-19 21:48" |
9895 | 2024-12-19T22:22:33.582Z | [ host-image] Dec 19 22:22:31.027 INFO output artefacts stored in: "/work/os-host" |
9896 | 2024-12-19T22:22:33.582Z | [ host-image] Dec 19 22:22:31.027 INFO collecting git info from project "bootserver"... |
9897 | 2024-12-19T22:22:33.585Z | [ host-image] Dec 19 22:22:31.032 INFO collecting git info from project "image-builder"... |
9898 | 2024-12-19T22:22:33.590Z | [ host-image] Dec 19 22:22:31.037 INFO collecting git info from project "pilot"... |
9899 | 2024-12-19T22:22:33.595Z | [ host-image] Dec 19 22:22:31.043 INFO collecting git info from project "amd-firmware"... |
9900 | 2024-12-19T22:22:33.607Z | [ host-image] Dec 19 22:22:31.055 INFO collecting git info from project "pinprick"... |
9901 | 2024-12-19T22:22:33.612Z | [ host-image] Dec 19 22:22:31.060 INFO collecting git info from project "phbl"... |
9902 | 2024-12-19T22:22:33.617Z | [ host-image] Dec 19 22:22:31.065 INFO collecting git info from project "amd-host-image-builder"... |
9903 | 2024-12-19T22:22:33.633Z | [ host-image] Dec 19 22:22:31.080 INFO collecting git info from project "chelsio-t6-roms"... |
9904 | 2024-12-19T22:22:33.638Z | [ host-image] Dec 19 22:22:31.086 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9905 | 2024-12-19T22:22:34.043Z | [ host-image] Dec 19 22:22:31.485 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9906 | 2024-12-19T22:22:34.419Z | [ host-image] Dec 19 22:22:31.861 INFO creating Oxide boot image... |
9907 | 2024-12-19T22:22:34.419Z | [ host-image] Dec 19 22:22:31.861 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6c76593/37a4469 2024-12-19 21:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9908 | 2024-12-19T22:22:35.377Z | [ host-image] Dec 19 22:22:32.816 INFO O| ok, image written! |
9909 | 2024-12-19T22:22:35.377Z | [ host-image] Dec 19 22:22:32.816 INFO O| ok, boot_image_csum file written! |
9910 | 2024-12-19T22:22:35.382Z | [ host-image] Dec 19 22:22:32.819 INFO creating boot archive (CPIO)... |
9911 | 2024-12-19T22:22:35.382Z | [ host-image] Dec 19 22:22:32.819 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 |
9912 | 2024-12-19T22:22:35.388Z | [ host-image] Dec 19 22:22:32.828 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9913 | 2024-12-19T22:22:35.388Z | [ host-image] Dec 19 22:22:32.828 INFO E| + outfile=/work/os-host/cpio |
9914 | 2024-12-19T22:22:35.391Z | [ host-image] Dec 19 22:22:32.828 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9915 | 2024-12-19T22:22:35.391Z | [ host-image] Dec 19 22:22:32.830 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9916 | 2024-12-19T22:22:35.391Z | [ host-image] Dec 19 22:22:32.831 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9917 | 2024-12-19T22:22:35.430Z | [ host-image] Dec 19 22:22:32.869 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9918 | 2024-12-19T22:22:35.430Z | [ host-image] Dec 19 22:22:32.870 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9919 | 2024-12-19T22:22:35.440Z | [ host-image] Dec 19 22:22:32.880 INFO creating compressed cpio/unix for nanobl-rs... |
9920 | 2024-12-19T22:22:35.440Z | [ host-image] Dec 19 22:22:32.880 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 |
9921 | 2024-12-19T22:22:35.736Z | [ host-image] Dec 19 22:22:33.174 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9922 | 2024-12-19T22:22:40.106Z | [ host-image] Dec 19 22:22:37.526 INFO creating reset image... |
9923 | 2024-12-19T22:22:40.109Z | [ host-image] Dec 19 22:22:37.526 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9924 | 2024-12-19T22:22:40.214Z | [ host-image] Dec 19 22:22:37.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9925 | 2024-12-19T22:22:40.218Z | [ host-image] Dec 19 22:22:37.635 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9926 | 2024-12-19T22:22:40.281Z | [ host-image] Dec 19 22:22:37.700 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9927 | 2024-12-19T22:22:42.275Z | [ host-image] Dec 19 22:22:39.685 INFO E| Finished `release` profile [optimized] target(s) in 2.03s |
9928 | 2024-12-19T22:22:42.292Z | [ host-image] Dec 19 22:22:39.702 INFO building host image... |
9929 | 2024-12-19T22:22:42.295Z | [ host-image] Dec 19 22:22:39.703 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") |
9930 | 2024-12-19T22:22:42.798Z | [ host-image] Dec 19 22:22:40.206 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9931 | 2024-12-19T22:23:49.970Z | [ host-image] Dec 19 22:23:48.287 INFO image complete! materials are in "/work/os-host" |
9932 | 2024-12-19T22:23:49.973Z | [ host-image] |
9933 | 2024-12-19T22:23:49.977Z | [ host-image] real 13:16.012523101 |
9934 | 2024-12-19T22:23:49.977Z | [ host-image] user 6:37.470457178 |
9935 | 2024-12-19T22:23:49.977Z | [ host-image] sys 1:08.584540847 |
9936 | 2024-12-19T22:23:49.977Z | [ host-image] trap 0.284875947 |
9937 | 2024-12-19T22:23:49.977Z | [ host-image] tflt 0.024880153 |
9938 | 2024-12-19T22:23:49.977Z | [ host-image] dflt 0.113262129 |
9939 | 2024-12-19T22:23:49.977Z | [ host-image] kflt 0.004419660 |
9940 | 2024-12-19T22:23:49.977Z | [ host-image] lock 13:32.519403476 |
9941 | 2024-12-19T22:23:49.977Z | [ host-image] slp 1:10:05.692628822 |
9942 | 2024-12-19T22:23:49.977Z | [ host-image] lat 2:55.002764398 |
9943 | 2024-12-19T22:23:49.979Z | Dec 19 22:23:48.292 INFO [host-image] process exited with exit status: 0 (796.030045661s)[ host-image] stop 0.439482609 |
9944 | 2024-12-19T22:23:49.979Z | |
9945 | 2024-12-19T22:23:49.979Z | Dec 19 22:23:48.292 INFO [tuf-repo] running task |
9946 | 2024-12-19T22:24:04.649Z | Dec 19 22:24:03.711 INFO assembling repository in `/tmp/tufaceousGAAlpz`, component: OmicronRepoAssembler |
9947 | 2024-12-19T22:24:43.421Z | Dec 19 22:24:42.318 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9948 | 2024-12-19T22:24:43.917Z | Dec 19 22:24:42.814 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9949 | 2024-12-19T22:25:09.556Z | Dec 19 22:25:08.344 INFO [tuf-repo] task succeeded (79.244967576s) |
9950 | 2024-12-19T22:26:54.185Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 16m 02s |
9951 | 2024-12-19T22:26:54.653Z | Dec 19 22:26:52.997 INFO [verify-libraries] process exited with exit status: 0 (966.261723945s) |
9952 | 2024-12-19T22:26:54.653Z | Dec 19 22:26:52.997 INFO all jobs completed in 2275.738659218s |
9953 | 2024-12-19T22:26:55.249Z | process exited: duration 2967879 ms, exit code 0 |
|
9954 | 2024-12-19T22:26:55.263Z | found 33 output files |
9955 | 2024-12-19T22:26:55.271Z | uploading: /work/manifest.toml (8404 bytes) |
9956 | 2024-12-19T22:26:56.283Z | uploaded: /work/manifest.toml |
9957 | 2024-12-19T22:26:56.292Z | uploading: /work/repo.zip (1959486694 bytes) |
9958 | 2024-12-19T22:27:40.288Z | uploaded: /work/repo.zip |
9959 | 2024-12-19T22:27:40.289Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9960 | 2024-12-19T22:27:41.332Z | uploaded: /work/repo.zip.sha256.txt |
9961 | 2024-12-19T22:27:41.332Z | uploading: /work/helios-setup.log (66031 bytes) |
9962 | 2024-12-19T22:27:42.475Z | uploaded: /work/helios-setup.log |
9963 | 2024-12-19T22:27:42.475Z | uploading: /work/host-image.log (197205 bytes) |
9964 | 2024-12-19T22:27:43.463Z | uploaded: /work/host-image.log |
9965 | 2024-12-19T22:27:43.463Z | uploading: /work/host-package.log (22440 bytes) |
9966 | 2024-12-19T22:27:44.477Z | uploaded: /work/host-package.log |
9967 | 2024-12-19T22:27:44.478Z | uploading: /work/host-target.log (101 bytes) |
9968 | 2024-12-19T22:27:45.494Z | uploaded: /work/host-target.log |
9969 | 2024-12-19T22:27:45.494Z | uploading: /work/omicron-package.log (5666 bytes) |
9970 | 2024-12-19T22:27:46.508Z | uploaded: /work/omicron-package.log |
9971 | 2024-12-19T22:27:46.508Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9972 | 2024-12-19T22:27:47.521Z | uploaded: /work/phbl-toolchain.log |
9973 | 2024-12-19T22:27:47.521Z | uploading: /work/recovery-image.log (591910 bytes) |
9974 | 2024-12-19T22:27:48.547Z | uploaded: /work/recovery-image.log |
9975 | 2024-12-19T22:27:48.550Z | uploading: /work/recovery-package.log (321 bytes) |
9976 | 2024-12-19T22:27:49.561Z | uploaded: /work/recovery-package.log |
9977 | 2024-12-19T22:27:49.561Z | uploading: /work/recovery-target.log (98 bytes) |
9978 | 2024-12-19T22:27:50.576Z | uploaded: /work/recovery-target.log |
9979 | 2024-12-19T22:27:50.576Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9980 | 2024-12-19T22:27:51.588Z | uploaded: /work/stamp-clickhouse.log |
9981 | 2024-12-19T22:27:51.589Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9982 | 2024-12-19T22:27:52.602Z | uploaded: /work/stamp-clickhouse_keeper.log |
9983 | 2024-12-19T22:27:52.602Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9984 | 2024-12-19T22:27:53.615Z | uploaded: /work/stamp-cockroachdb.log |
9985 | 2024-12-19T22:27:53.615Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9986 | 2024-12-19T22:27:54.628Z | uploaded: /work/stamp-crucible-dtrace.log |
9987 | 2024-12-19T22:27:54.628Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9988 | 2024-12-19T22:27:55.642Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9989 | 2024-12-19T22:27:55.642Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9990 | 2024-12-19T22:27:56.656Z | uploaded: /work/stamp-crucible-zone.log |
9991 | 2024-12-19T22:27:56.656Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9992 | 2024-12-19T22:27:57.669Z | uploaded: /work/stamp-external-dns.log |
9993 | 2024-12-19T22:27:57.669Z | uploading: /work/stamp-installinator.log (103 bytes) |
9994 | 2024-12-19T22:27:58.681Z | uploaded: /work/stamp-installinator.log |
9995 | 2024-12-19T22:27:58.681Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9996 | 2024-12-19T22:27:59.695Z | uploaded: /work/stamp-internal-dns.log |
9997 | 2024-12-19T22:27:59.695Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9998 | 2024-12-19T22:28:00.708Z | uploaded: /work/stamp-mg-ddm-gz.log |
9999 | 2024-12-19T22:28:00.708Z | uploading: /work/stamp-nexus.log (112 bytes) |
10000 | 2024-12-19T22:28:01.721Z | uploaded: /work/stamp-nexus.log |
10001 | 2024-12-19T22:28:01.721Z | uploading: /work/stamp-ntp.log (110 bytes) |
10002 | 2024-12-19T22:28:02.734Z | uploaded: /work/stamp-ntp.log |
10003 | 2024-12-19T22:28:02.734Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10004 | 2024-12-19T22:28:03.747Z | uploaded: /work/stamp-omicron-sled-agent.log |
10005 | 2024-12-19T22:28:03.747Z | uploading: /work/stamp-overlay.log (114 bytes) |
10006 | 2024-12-19T22:28:04.761Z | uploaded: /work/stamp-overlay.log |
10007 | 2024-12-19T22:28:04.761Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10008 | 2024-12-19T22:28:05.775Z | uploaded: /work/stamp-oximeter.log |
10009 | 2024-12-19T22:28:05.775Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10010 | 2024-12-19T22:28:06.788Z | uploaded: /work/stamp-oxlog.log |
10011 | 2024-12-19T22:28:06.788Z | uploading: /work/stamp-probe.log (112 bytes) |
10012 | 2024-12-19T22:28:07.803Z | uploaded: /work/stamp-probe.log |
10013 | 2024-12-19T22:28:07.803Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10014 | 2024-12-19T22:28:08.816Z | uploaded: /work/stamp-propolis-server.log |
10015 | 2024-12-19T22:28:08.816Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10016 | 2024-12-19T22:28:09.833Z | uploaded: /work/stamp-pumpkind-gz.log |
10017 | 2024-12-19T22:28:09.833Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10018 | 2024-12-19T22:28:10.846Z | uploaded: /work/stamp-switch-asic.log |
10019 | 2024-12-19T22:28:10.846Z | uploading: /work/verify-libraries.log (5735 bytes) |
10020 | 2024-12-19T22:28:11.987Z | uploaded: /work/verify-libraries.log |